AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-15459

HIGH · CVSS 8.1 EPSS 0.51% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-06 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The WPMU DEV Dashboard plugin for WordPress is vulnerable to authentication bypass, allowing unauthenticated attackers to execute privileged actions such as installing malicious plugins or logging in as an administrator. This vulnerability affects all versions up to 5.0.0, particularly on sites not connected to a WPMU DEV Hub, where the API key is empty. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk of remote code execution and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15459
Severity
HIGH
CVSS
8.1
EPSS
0.51%
WordPress

Original NVD Description

The WPMU DEV Dashboard plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 5.0.0. On sites not yet connected to the WPMU DEV Hub — the default state after installation — the site API key that keys the WDP-AUTH request signature is empty, making the signature verified by validate_hash() trivially forgeable; version 5.0.0 additionally removed the replay check in validate_nonce(), and the remote handler is bound to the public init hook with no capability check. This makes it possible for unauthenticated attackers to invoke privileged Hub actions — including installing and activating a plugin from an attacker-supplied URL (resulting in remote code execution), deleting plugins and themes, upgrading WordPress core, or logging in as an administrator via SSO. Sites connected to a WPMU DEV account, which have a non-empty 64-character API key, are not affected.