Severity by source
AV:N/AC:L/PR:L/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:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in Membership Software WishList Member X allows Object Injection.This issue affects WishList Member X: from n/a through 3.29.0.
AnalysisAI
WishList Member X, a WordPress membership plugin, contains a deserialization of untrusted data vulnerability that allows authenticated attackers with low-level privileges to perform PHP object injection attacks. This affects all versions up to and including 3.29.0. The vulnerability has a CVSS score of 8.8, indicating high severity with potential for complete compromise of confidentiality, integrity, and availability. There is no indication of active exploitation in KEV data, but the vulnerability has been publicly disclosed by Patchstack.
Technical ContextAI
This vulnerability stems from CWE-502 (Deserialization of Untrusted Data), a dangerous class of flaws where applications accept serialized objects from untrusted sources and instantiate them without proper validation. In PHP applications like WishList Member X, unsafe deserialization can trigger magic methods (__wakeup, __destruct, __toString) in arbitrary classes, enabling attackers to execute malicious code, manipulate application logic, or access sensitive data. The affected product is the WishList Member X WordPress plugin, a membership management solution that controls access to premium content on WordPress sites. When user-controlled serialized data is processed through PHP's unserialize() function without sanitization, attackers can inject specially crafted objects that exploit existing code within the application or its dependencies to achieve remote code execution or other malicious outcomes.
RemediationAI
Immediately upgrade WishList Member X to a version newer than 3.29.0 that addresses this deserialization vulnerability. Consult the official WishList Member support channels and the Patchstack advisory 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 for the patched version number and update instructions. Until patching is completed, consider temporarily disabling the plugin if membership functionality is not mission-critical, or restrict user registration to prevent untrusted accounts from exploiting the low-privilege requirement. Implement Web Application Firewall (WAF) rules to detect and block serialized PHP objects in user inputs, though this should only be considered a temporary compensating control. Review WordPress user accounts for suspicious registrations and audit admin/elevated privilege users for unauthorized access that may have occurred through exploitation. After patching, conduct a security review to ensure no persistent backdoors were installed during the vulnerability window.
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13083