CVE-2026-15459 HIGH

CVE-2026-15459: WPMU DEV Dashboard <= 5.0.0 - Authentication Bypass to Arbitrary Plugin Installation (Remote Code Execution) via Forged WDP_AUTH HMAC on ?wpmudev-hub= Endpoint

Vendor Wpmudev
Product WPMU DEV Dashboard
Weakness CWE-287 · Improper authentication
Published August 6, 2026
Last update August 6, 2026

CVSS base score

8.1/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

The WPMU DEV Dashboard contains an authentication flaw that allows attackers to bypass login controls and gain unauthorized access to the dashboard. No special privileges or user interaction are required; an attacker on the network can exploit this directly. This affects all versions up to 5.0.0. Successful exploitation grants full read and write access to sensitive dashboard functions.

What an attacker can do

03Attacker Capabilities

Bypass authentication and access the WPMU DEV Dashboard without valid credentials.

Potential impact on your site

04Site Impact

Attackers can access and modify dashboard settings, potentially compromising site configuration and user data.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

August 6, 2026 CVE published
August 6, 2026 Record updated

Related vulnerabilities

08Related CVE