Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in WebToffee Product Feed for WooCommerce webtoffee-product-feed allows Object Injection.This issue affects Product Feed for WooCommerce: from n/a through <= 2.3.3.
AnalysisAI
The WebToffee Product Feed for WooCommerce plugin contains a PHP object injection vulnerability stemming from insecure deserialization of untrusted data (CWE-502), affecting versions up to and including 2.3.3. An attacker can exploit this vulnerability to inject arbitrary objects into the application, potentially leading to remote code execution or data manipulation depending on available gadget chains in the WordPress/PHP environment. No CVSS score or EPSS data is currently published, and active exploitation status is unknown, but the vulnerability has been documented by Patchstack and assigned an ENISA EUVD ID (EUVD-2026-15487), indicating coordinated disclosure tracking.
Technical ContextAI
This vulnerability is rooted in CWE-502 (Deserialization of Untrusted Data), a critical class of PHP security defects where user-controlled input is passed to PHP's unserialize() function or similar deserialization mechanisms without proper validation or sanitization. The WebToffee Product Feed for WooCommerce plugin (CPE: cpe:2.3:a:webtoffee:product_feed_for_woocommerce:*:*:*:*:*:*:*:*) runs within the WordPress ecosystem, which provides numerous PHP object classes and magic methods (__wakeup, __destruct, __toString, etc.) that can be chained together as gadgets. An attacker who can control serialized data passed to the plugin's deserialization routine can instantiate arbitrary objects and trigger unintended code execution through these gadget chains, a well-documented attack pattern in WordPress plugin security.
RemediationAI
Upgrade the WebToffee Product Feed for WooCommerce plugin to a version later than 2.3.3 as soon as a patched release is available from the vendor. Consult the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/webtoffee-product-feed/vulnerability/wordpress-product-feed-for-woocommerce-plugin-2-3-3-php-object-injection-vulnerability) and the plugin's official repository for patch release announcements. In the interim, if patching is delayed, implement input validation and sanitization for any user-supplied data that may be passed to serialization/deserialization routines; audit WordPress configurations to disable dangerous PHP functions (serialize/unserialize) where feasible via php.ini or security plugins; and restrict access to product feed endpoints via WordPress role-based access controls or WAF rules if the plugin exposes administrative functionality. Monitor for suspicious object instantiation patterns in WordPress logs and consider disabling the plugin entirely until a patch is confirmed available.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15487