Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
The WooCommerce Infinite Scroll and Ajax Pagination plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.8 via the 'settings' parameter in the 'import_settings' function. This is due to deserialization of untrusted data supplied via the import configuration feature without capability checks. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject a PHP Object. No POP chain is present within the vulnerable plugin itself, but if a POP chain is present via an additional plugin or theme installed on the target system, it could allow an attacker to delete arbitrary files, retrieve sensitive data, or execute code.
AnalysisAI
Authenticated PHP Object Injection in the WooCommerce Infinite Scroll and Ajax Pagination WordPress plugin (versions up to and including 1.8) allows Subscriber-level users to deserialize attacker-controlled data via the 'settings' parameter of the import_settings function. While the plugin itself contains no usable POP chain, the presence of any vulnerable gadget in another installed plugin or theme can escalate this into arbitrary file deletion, sensitive data disclosure, or remote code execution. There is no public exploit identified at time of analysis, but the low privilege barrier and ubiquity of WordPress gadget chains make this a meaningful risk for multi-plugin sites.
Technical ContextAI
The vulnerability stems from CWE-502 (Deserialization of Untrusted Data) in the import/export configuration handler of an sbthemes-developed WordPress plugin marketed through CodeCanyon (CPE: cpe:2.3:a:sbthemes:woocommerce_infinite_scroll_and_ajax_pagination). PHP Object Injection arises when user-supplied input is passed to PHP's unserialize() without sanitization or capability gating; in this case the import_settings function lacks both a capability check (so any logged-in user with Subscriber role can invoke it) and any allowlist of expected object types. Because WordPress sites typically run dozens of plugins and themes sharing the same PHP process, a 'POP' (Property-Oriented Programming) gadget chain present anywhere in that shared codebase - even in an unrelated plugin - can be triggered through this sink to reach dangerous methods such as __destruct, __wakeup, or __toString.
RemediationAI
No vendor-released patch identified at time of analysis - the Wordfence advisory and CodeCanyon listing do not document a fixed version above 1.8. Administrators should monitor the CodeCanyon product page (https://codecanyon.net/item/woocommerce-infinite-scroll-and-ajax-pagination/10192075) and the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/a8eb3ec8-0784-4702-86bf-a621b288e7a0?source=cve) for an update and apply it as soon as it is released. In the interim, the most effective compensating controls are to deactivate and remove the plugin until a fix ships (trade-off: loss of infinite-scroll/pagination UX on store pages); disable open user registration on the WordPress site or restrict the default registration role away from Subscriber to break the PR:L precondition (trade-off: blocks legitimate customer self-signup on WooCommerce stores); and add a WAF rule to block POST requests targeting the import_settings action/endpoint, or to reject requests where the 'settings' parameter contains serialized PHP markers such as 'O:' or 'a:' followed by length-prefixed strings (trade-off: may false-positive on legitimate admin imports). Auditing the site for other plugins/themes known to contain POP gadget chains reduces the impact surface even if the sink remains.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-209981
GHSA-88pw-x8mv-5vj5