Description
The WPMU DEV Dashboard plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 5.0.1. This is due to inconsistent and ambiguous HMAC message construction between the unauthenticated `wdpsso_step1` and `wdpsso_step2` AJAX actions, where step 1 signs and discloses an unseparated concatenation of the token, state, redirect, and domain values, while step 2 verifies an unseparated concatenation that omits the domain field. This makes it possible for unauthenticated attackers, on sites connected to WPMU DEV with Hub SSO enabled and mapped to an administrator, to obtain a valid HMAC from step 1 and replay it to step 2 by moving the domain value into the redirect field, resulting in an authenticated administrator session.
Published: 2026-08-28
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in inconsistent construction of HMAC signatures between two SSO AJAX actions in the WPMU DEV Dashboard plugin. Step 1 signs and reveals a concatenation of token, state, redirect and domain, whereas step 2 verifies a concatenation that omits the domain field. An attacker who can trigger the first action can retrieve a valid HMAC and then replay that signature in the second action by putting the domain value into the redirect parameter, enabling creation of an authenticated administrator session without prior authentication. This results in full administrative privileges on the WordPress site.

Affected Systems

Vendor is wpmudev and the product is the WPMU DEV Dashboard plugin for WordPress. All versions up to and including 5.0.1 are affected. Any WordPress site that has the plugin installed, Hub SSO enabled, and a Hub account mapped to an administrator is vulnerable.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity. EPSS is not available, and it is not listed in CISA KEV. Attackers need only be able to send requests to the exposed AJAX endpoints; no privileged user or admin credentials are required. Because the vulnerability can be triggered from an unauthenticated web request, it is exploitable over a public interface if the site is reachable. The application handles user authentication via SSO, so the flaw effectively bypasses the normal authentication mechanism.

Generated by OpenCVE AI on August 28, 2026 at 08:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WPMU DEV Dashboard plugin to version 5.0.2 or later, where the HMAC message construction is corrected.
  • If an upgrade cannot be performed immediately, temporarily disable Hub SSO or remove administrator mappings so that the SSO flow cannot be abused.
  • After applying the upgrade, monitor the site for suspicious administrator login activity and enforce least‑privilege policies on admin accounts.
  • Verify that Hub connection settings are properly configured and consider restricting access to the AJAX endpoints with a firewall or WordPress security plugin.

Generated by OpenCVE AI on August 28, 2026 at 08:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpmudev
Wpmudev wpmu Dev Dashboard
Vendors & Products Wordpress
Wordpress wordpress
Wpmudev
Wpmudev wpmu Dev Dashboard

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description The WPMU DEV Dashboard plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 5.0.1. This is due to inconsistent and ambiguous HMAC message construction between the unauthenticated `wdpsso_step1` and `wdpsso_step2` AJAX actions, where step 1 signs and discloses an unseparated concatenation of the token, state, redirect, and domain values, while step 2 verifies an unseparated concatenation that omits the domain field. This makes it possible for unauthenticated attackers, on sites connected to WPMU DEV with Hub SSO enabled and mapped to an administrator, to obtain a valid HMAC from step 1 and replay it to step 2 by moving the domain value into the redirect field, resulting in an authenticated administrator session.
Title WPMU DEV Dashboard <= 5.0.1 - Authentication Bypass to Administrator via SSO HMAC Canonicalization Confusion
Weaknesses CWE-347
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Wordpress Wordpress
Wpmudev Wpmu Dev Dashboard
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-28T06:39:49.567Z

Reserved: 2026-08-19T14:05:51.938Z

Link: CVE-2026-76581

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:41.463

Modified: 2026-08-28T08:16:41.463

Link: CVE-2026-76581

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T09:00:10Z

Weaknesses
  • CWE-347

    Improper Verification of Cryptographic Signature