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
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.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
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