Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Self-registration endpoint dispenses the required account and nonce, so exploitation is effectively unauthenticated (PR:N); network vector and low complexity yield full C/I/A takeover.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The FleekDash V2 plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.6.2.2. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to overwrite the email address and password of any WordPress user, including administrators, enabling full account takeover and complete site compromise. The public /wp-json/fleekdash/v1/register endpoint auto-provisions a Subscriber-role account and returns a valid REST nonce regardless of the site's users_can_register setting, enabling unauthenticated attackers to self-provision the required credentials and nonce in a single prior request.
AnalysisAI
Full account takeover in the FleekDash V2 WordPress plugin (versions ≤ 2.6.2.2) lets a low-privileged Subscriber overwrite the email address and password of any user, including administrators, via a missing authorization check (CWE-862). The impact is amplified because the public /wp-json/fleekdash/v1/register REST endpoint auto-provisions a Subscriber account and returns a valid REST nonce regardless of the site's users_can_register setting, so an attacker needs no pre-existing credentials - one prior request bootstraps everything needed for the takeover. Reported by Wordfence with a CVSS of 8.8; no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (cpe:2.3:a:fleekdash:fleekdash_v2) that exposes functionality through the WordPress REST API. The root cause is CWE-862 (Missing Authorization): a user-mutating action in UserController.php does not verify that the caller is permitted to modify the targeted account, so it accepts a target user identifier and applies email/password changes without a capability or ownership check. WordPress REST endpoints normally gate write actions behind both a nonce and a permission_callback; here the nonce is satisfied (and even freely dispensed by the register endpoint) while the authorization layer is effectively absent. The self-registration path compounds this by ignoring the standard users_can_register safeguard, meaning the site's own registration policy provides no protection.
RemediationAI
No vendor-released patch identified at time of analysis, so update to any release later than 2.6.2.2 as soon as the vendor publishes one and monitor the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/0867f6a6-17f6-48d3-8ef2-bf89f5b28b05?source=cve) for the fixed version. As an immediate compensating control, deactivate and remove the FleekDash V2 plugin until a fix is available - this removes the vulnerable endpoint entirely at the cost of losing the plugin's functionality. If the plugin must stay active, block or restrict access to the /wp-json/fleekdash/v1/register and account-modification endpoints at a WAF or reverse proxy (Wordfence's own firewall rules may cover this), noting that overly broad REST API blocking can break legitimate site or plugin features. Additionally, audit existing users for unexpected Subscriber accounts and unexplained email/password changes on administrator accounts, and rotate admin credentials if any tampering is suspected.
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50966
GHSA-5cfw-whc5-jqgh