WPMU DEV Dashboard WordPress Plugin Authentication Bypass Vulnerability (CVE-2026-76581).

Release Date: 28th  August 2026

Impact : CRITICAL

TLP Rating: Clear

The Department of Communications and Digital Transformation (DCDT) through CERT Vanuatu (CERTVU), provides the following advisory.

This alert is relevant to Organizations and System/Network administrators that operate WordPress websites using the WPMU DEV Dashboard plugin with Hub Single Sign-On enabled. This alert is intended to be understood by technical users and systems administrators.

What is it?

CVE-2026-76581 is a critical authentication bypass vulnerability in the WPMU DEV Dashboard WordPress plugin. The flaw is a canonicalization weakness in the plugin's Hub Single Sign-On (SSO) authentication process: the plugin constructs its HMAC-SHA-256 signature differently at two separate stages, once over a token, hashed state, redirect URL and domain concatenated without delimiters, and once verified using only the token, state and redirect fields, omitting the domain entirely.

This inconsistency lets an unauthenticated attacker forge a valid signature for the second verification stage by rearranging values from the first, without ever needing a valid API key or credentials. If the Hub SSO account the forged session maps to holds administrator privileges, the attacker gains complete control of the WordPress installation.

Reference

  1. https://gbhackers.com/critical-wordpress-plugin-flaw-2/ 
  2. https://www.cve.org/CVERecord?id=CVE-2026-76581