CVE-2026-75977

8.8

kitae-park · Mang Board WP

The Mang Board WP plugin for WordPress contains an improper privilege management vulnerability, allowing authenticated users to forge authentication cookies and escalate privileges to administrator.

Executive summary

A privilege management flaw in the Mang Board WP plugin allows authenticated users to forge administrative cookies and achieve full site takeover.

Vulnerability

The plugin uses flawed HMAC generation in the mbw_get_hash_key() function, which relies on the current user identity rather than the provided cookie username. Combined with insufficient validation in mbw_validate_auth_cookie(), this allows authenticated users with subscriber-level access to forge administrator cookies and change passwords.

Business impact

This vulnerability enables any authenticated user to escalate their privileges to administrator, leading to a complete site takeover. The impact includes unauthorized access to all site data, the ability to modify content, and the potential for malicious code injection. A CVSS score of 8.8 underscores the severity of this privilege escalation flaw.

Remediation

Immediate Action: Update the Mang Board WP plugin to version 2.3.8 or higher immediately.

Proactive Monitoring: Audit user account activity for unauthorized changes to administrative credentials or unexpected administrative actions.

Compensating Controls: Temporarily disable user registration or the plugin itself if an immediate update cannot be performed to prevent unauthorized exploitation.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Privilege escalation vulnerabilities are critical as they bypass standard access controls. Administrators must update the Mang Board WP plugin to version 2.3.8 immediately to secure their WordPress environment against unauthorized administrative access.

Sources

Originally found and disclosed by daroo, per the CVE Program record.