CVE-2026-25445
Published: 19 March 2026
Summary
CVE-2026-25445 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 Exploitation for Privilege Escalation (T1068); ranked at the 21.6th 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-2026-25445 is a Deserialization of Untrusted Data vulnerability (CWE-502) in the WishList Member X WordPress plugin (wishlist-member-x), enabling Object Injection. The issue affects all versions from n/a through 3.29.0 inclusive and was published on 2026-03-19.
With 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), the vulnerability can be exploited remotely by a low-privileged authenticated user with low attack complexity and no user interaction required. Successful exploitation could result in high impacts to confidentiality, integrity, and availability, such as arbitrary code execution depending on the deserialized objects.
Patchstack has documented the vulnerability in detail, including specifics on the affected PHP Object Injection flaw in version 3.29.0, available at https://patchstack.com/database/Wordpress/Plugin/wishlist-member-x/vulnerability/wordpress-wishlist-member-x-plugin-3-29-0-php-object-injection-vulnerability?_s_id=cve.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-13083
Vulnerability details
Deserialization of Untrusted Data vulnerability in Membership Software WishList Member X wishlist-member-x allows Object Injection.This issue affects WishList Member X: from n/a through <= 3.29.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
PHP object injection in public-facing WordPress plugin allows authenticated low-priv user to achieve RCE, directly enabling exploitation of public apps (T1190) and privilege escalation (T1068).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 mandates validation of information inputs, directly preventing deserialization of untrusted data that enables object injection in the WishList Member X plugin.
SI-2 requires timely identification, reporting, and correction of system flaws, ensuring the vulnerable WishList Member X plugin versions are patched to eliminate the deserialization vulnerability.
RA-5 implements vulnerability scanning that would identify the PHP object injection flaw in WishList Member X, enabling remediation before low-privileged exploitation.