← Terug naar overzicht

The WPMU DEV Dashboard plugin for WordPress contains a critical authentication bypass vulnerability affecting all versions up to and including 5.0.1. The flaw stems from inconsistent HMAC message construction between two AJAX actions (wdpsso_step1 and wdpsso_step2) used in the Hub SSO flow. Step 1 signs a concatenation of token, state, redirect, and domain values, while step 2 verifies a concatenation that omits the domain field. An unauthenticated attacker can exploit this by obtaining a valid HMAC from step 1 and replaying it to step 2, shifting the domain value into the redirect field. This results in a fully authenticated administrator session without valid credentials. The attack is viable on sites connected to WPMU DEV with Hub SSO enabled and mapped to an administrator account. No authentication is required to exploit this vulnerability.

Affected products

  • WPMU DEV Dashboard plugin for WordPress (up to and including version 5.0.1)

Related CVE's

  • CVE-2026-76581

Categories

  • Identity & Access
  • Web Technologies
  • Zero-Day Vulnerabilities