WPMU DEV Dashboard ≤ 5.0.0: Auth Bypass Enables RCE, Actively Exploited

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/5 · Reconnaissance

Attackers automatically scan for WordPress sites running the vulnerable WPMU DEV Dashboard.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • Target: WPMU DEV Dashboard plugin (slug wpmudev-updates) up to version 5.0.0
  • Over 20,000 active installations per WordPress.org
  • Mass-exploit campaign regardless of site size or popularity (Patchstack)
PHASE 2/5 · Initial Access

A forged HTTP request to the Hub endpoint completely bypasses authentication.

T1190 – Exploit Public-Facing Application
  • CVE-2026-15459, CVSS 8.1 (High) – authentication bypass
  • Crafted request with forged WDP-AUTH header to endpoint ?wpmudev-hub=
  • Empty API key on unconnected sites makes the HMAC signature trivially forgeable
  • Handler bound to public init hook with no capability check; replay protection removed in v5.0.0
PHASE 3/5 · Privilege Escalation

The attacker triggers privileged Hub actions normally reserved for administrators.

T1078 – Valid Accounts
  • Execution of administrative actions without any login
  • Possible admin login via SSO (Single Sign-On)
  • Deleting plugins/themes or upgrading WordPress core possible
PHASE 4/5 · Execution

A malicious plugin from an attacker-controlled URL is installed and executes arbitrary PHP code.

T1059 – Command and Scripting Interpreter T1105 – Ingress Tool Transfer
  • Installation and activation of a plugin from an attacker-controlled URL
  • Result: Remote Code Execution (RCE) on the web server
  • The 'plugin' can contain arbitrary malicious PHP code
PHASE 5/5 · Impact

Full control over the website enables compromise of the entire infrastructure.

T1496 – Resource Hijacking T1485 – Data Destruction
  • 3,419 blocked attacks within 24 hours (Wordfence)
  • Classified as 'Known to be Exploited' (KEV) by Patchstack
  • Hub manages further plugins like Forminator, Smush, Defender – domino effect possible
  • Complete website takeover without any login
Short & clear answers
Frequently asked questions about this incident
Am I affected by CVE-2026-15459?
Any website running the WPMU DEV Dashboard plugin in version 5.0.0 or older is affected. Installations that are not yet connected to a WPMU DEV account are especially at risk, because only then is the critical API key empty. According to Wordfence, sites with a non-empty 64-character API key (i.e. connected accounts) are not directly affected.
What do I need to do right now?
Update the WPMU DEV Dashboard plugin immediately to version 5.0.1 or newer via WordPress Admin → Dashboard → Updates or Plugins → Installed Plugins. Create a full backup (files, database, configuration files) before updating. The patch restores signature verification and reactivates the replay protection.
How can I check whether my website has already been attacked?
Search your server logs for suspicious HTTP requests containing the parameter ?wpmudev-hub= or the header WDP-AUTH from unknown IP addresses. Also review your user list for unknown administrator accounts, check installed plugins for suspicious entries, and inspect the wp-content/uploads/ directory for executable PHP files. Additionally, verify core files such as wp-config.php, .htaccess and index.php for unexpected changes.
How dangerous is this vulnerability?
The flaw has a CVSS score of 8.1 (High) and is already being actively exploited – Wordfence blocked 3,419 attacks within 24 hours. Attackers can take full control of a website without authentication, including installing arbitrary malicious plugins (remote code execution), deleting plugins and themes, or logging in as an administrator. Patchstack has classified the vulnerability as 'Known to be Exploited'.
What if I don't actively use the plugin but it's still installed?
An installed but unused version 5.0.0 or older is still vulnerable – especially if it is not connected to a WPMU DEV account, since that is exactly when the API key is empty. The attack endpoint is reachable on every page load and requires no active use. Update the plugin to 5.0.1 or fully uninstall it if you don't need it.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.