CVE-2025-62008
Published: 22 October 2025
Summary
CVE-2025-62008 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-62008 is a Deserialization of Untrusted Data vulnerability (CWE-502) affecting the Product Table For WooCommerce WordPress plugin developed by acowebs. This PHP object injection issue impacts all versions of the plugin from n/a through 1.2.4, as published on 2025-10-22.
The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating it can be exploited remotely over the network by low-privileged authenticated users, such as standard registered WordPress users, with low attack complexity and no user interaction required. Successful exploitation enables high-impact compromise of confidentiality, integrity, and availability, potentially allowing arbitrary code execution or other severe effects typical of PHP object injection.
Patchstack's advisory at https://patchstack.com/database/Wordpress/Plugin/product-table-for-woocommerce/vulnerability/wordpress-product-table-for-woocommerce-plugin-1-2-4-php-object-injection-vulnerability?_s_id=cve provides further details on the vulnerability.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-35393
Vulnerability details
Deserialization of Untrusted Data vulnerability in acowebs Product Table For WooCommerce product-table-for-woocommerce.This issue affects Product Table For WooCommerce: from n/a through <= 1.2.4.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a PHP object injection (deserialization) in a public-facing WordPress plugin, directly enabling remote exploitation of a public-facing application by low-privileged authenticated attackers to achieve RCE-like impacts.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mandates validation of untrusted inputs to prevent deserialization of malicious data leading to PHP object injection in the plugin.
Requires timely identification, reporting, and patching of the specific deserialization flaw in Product Table For WooCommerce versions through 1.2.4.
Provides vulnerability scanning to detect and prioritize remediation of CVE-2025-62008 in the WordPress plugin.