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 unauthenticated AJAX actions, wdpsso_step1 and wdpsso_step2. Step 1 signs an unseparated concatenation of token, state, redirect, and domain values, while step 2 verifies a concatenation that omits the domain field. An unauthenticated attacker can obtain a valid HMAC from step 1 and replay it to step 2 by moving the domain value into the redirect field. This results in the attacker gaining an authenticated administrator session. The vulnerability is exploitable only on sites connected to WPMU DEV with Hub SSO enabled and mapped to an administrator account.