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
Lifecycle Timeline
1DescriptionCVE.org
The Wishlist Member plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'WishListMember\Features\Team_Accounts::save_settings' function in all versions up to, and including, 3.30.1. This makes it possible for authenticated attackers, with Subscriber-level access and above, to update arbitrary plugin options, includes the REST API Secret Key, which can be used to create a new membership level assigned the administrator WordPress role, and register an arbitrary administrator-level user account, resulting in complete site takeover.
AnalysisAI
Privilege escalation in the Wishlist Member WordPress plugin (versions through 3.30.1) allows any authenticated user with Subscriber-level access or higher to update arbitrary plugin options, including the REST API Secret Key, leading to full site takeover. The flaw stems from a missing capability check in the Team_Accounts::save_settings function, and although no public exploit identified at time of analysis, the low authentication bar and chained admin-account creation path make it a high-priority risk on any WordPress site that permits public registration.
Technical ContextAI
Wishlist Member is a commercial WordPress membership plugin used to gate content and manage subscription tiers. The vulnerable code path is WishListMember\Features\Team_Accounts::save_settings, which writes to plugin option storage without invoking WordPress's current_user_can() capability check - the classic CWE-269 (Improper Privilege Management) pattern in WordPress plugins where a nonce or login check is performed but the role/capability check is omitted. Because plugin options include the REST API Secret Key, the broken authorization in one settings handler transitively breaks authentication for the plugin's REST endpoints, which in turn can create membership levels mapped to the WordPress administrator role. The affected CPE is cpe:2.3:a:wishlist_member:wishlist_member:*:*:*:*:*:*:*:* across all versions up to and including 3.30.1.
RemediationAI
No vendor-released patch identified at time of analysis in the provided data - the Wordfence advisory should be consulted at https://www.wordfence.com/threat-intel/vulnerabilities/id/db251792-cbad-41e1-aaca-4cd39a25b444?source=cve for the fixed version once published, and the plugin should be upgraded to any release above 3.30.1 as soon as one is available. Until a patched version is installed, disable open user registration in WordPress (Settings → General → uncheck 'Anyone can register') to remove the Subscriber-account prerequisite, audit existing Subscriber and higher accounts for unfamiliar entries, rotate the Wishlist Member REST API Secret Key after patching, and consider temporarily deactivating the plugin if the site does not actively need it - accepting that this will gate paid members out until reactivation. A WAF rule blocking unauthenticated and low-privileged POSTs to the Team_Accounts save_settings handler is a reasonable virtual patch with minimal side effects.
More in Wishlist Member
View allUnauthenticated account takeover in the Wishlist Member WordPress membership plugin (versions up to and including 3.34.1
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Membership Softwar
Privilege escalation in the WishList Member WordPress plugin (versions through 3.30.1) allows authenticated subscriber-l
Privilege escalation in the WishList Member WordPress plugin versions up to 3.30.1 allows authenticated low-privilege us
Privilege escalation in the Wishlist Member WordPress plugin (versions ≤3.30.1) allows authenticated Subscriber-level us
Improper Control of Generation of Code ('Code Injection') vulnerability in Membership Software WishList Member X allows
Broken access control in WishList Member X WordPress plugin (versions ≤ 3.29.0) permits authenticated subscriber-level u
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31525
GHSA-wgj9-7jrr-37h9