Critical Privilege Escalation in WordPress Branda Plugin (CVE-2026-11551)
An unauthenticated attacker can exploit CVE-2026-11551, a critical privilege escalation vulnerability in the WordPress Branda plugin up to version 3.4.29, by leveraging improper identity validation to change arbitrary user passwords, including administrators, leading to full account takeover and potential compromise of the WordPress site.
CVE search metadata
CVE search record: CVE-2026-11551. Severity: critical. CVSS: 9.8. EPSS: 0.62%. KEV: no. Product: Branda plugin (3.4.29 and earlier). Brief: Critical Privilege Escalation in WordPress Branda Plugin (CVE-2026-11551). Brief link: https://feed.craftedsignal.io/briefs/2026-06-wordpress-branda-privesc/
What's new
- 1. poc_available; added CVE-2026-11551 Aug 27, 00:35 via sploitus
A critical privilege escalation vulnerability, tracked as CVE-2026-11551, has been identified in the Branda plugin for WordPress, affecting all versions up to and including 3.4.29. This flaw stems from the plugin's failure to adequately validate a user's identity before processing password update requests. Consequently, an unauthenticated attacker can manipulate this vulnerability to reset the password of any user account on the WordPress site, including administrative accounts. By successfully changing an administrator's password, the attacker gains unauthorized access to the admin panel, effectively taking over the website and enabling further malicious activities. This vulnerability poses a severe risk to WordPress installations utilizing the affected Branda plugin, as it allows for complete site compromise without requiring any prior authentication.
Attack Chain
- An unauthenticated attacker sends a crafted HTTP POST request to a vulnerable Branda plugin endpoint within the WordPress installation, targeting a specific user's password reset functionality.
- The Branda plugin, due to improper identity validation (CVE-2026-11551), fails to verify the attacker's legitimate ownership or authorization for the targeted user account.
- The attacker's request includes a new password for the arbitrary user account, which the plugin processes without requiring the old password or a valid authentication token.
- The Branda plugin successfully updates the password for the targeted user account (e.g., an administrator account) with the attacker-provided value.
- The attacker then uses the newly set password to log into the WordPress site as the compromised user.
- Upon successful login, the attacker gains full administrative access to the WordPress dashboard, effectively achieving privilege escalation and account takeover.
- With administrative privileges, the attacker can install malicious plugins, deface the website, exfiltrate data, inject malware, or establish persistence.
Impact
The successful exploitation of CVE-2026-11551 allows unauthenticated attackers to gain complete administrative control over a vulnerable WordPress website. This can lead to severe consequences including website defacement, arbitrary code execution, sensitive data exfiltration (e.g., user databases, customer information), injection of malware or ransomware onto the site, establishment of persistent backdoors, and the use of the compromised site for phishing or other malicious campaigns. Organizations running affected Branda plugin versions face a critical risk of full website compromise and significant reputational damage if this vulnerability is exploited.
Recommendation
- Immediately update the Branda plugin for WordPress to a patched version beyond 3.4.29 to mitigate CVE-2026-11551.
- Deploy the Sigma rule "Detects CVE-2026-11551 Exploitation — Branda Plugin Unauthenticated User Update Attempt" to your SIEM to detect potential exploitation attempts.
- Deploy the Sigma rule "Detects CVE-2026-11551 Exploitation — Anomalous WordPress Admin Panel Access" to your SIEM and establish a baseline for legitimate administrator logins to identify unusual access patterns.
- Enable comprehensive web server logging, specifically for POST requests, full URI paths, query parameters, and response status codes, to support the detection rules.
- Review WordPress audit logs and user activity for any unauthorized password changes or suspicious administrator logins occurring prior to patching.
Detection coverage 2
Detects CVE-2026-11551 Exploitation — Branda Plugin Unauthenticated User Update Attempt
highDetects HTTP POST requests targeting the WordPress admin-ajax.php endpoint with parameters indicative of user profile or password modification. This could signal an unauthenticated attempt to exploit CVE-2026-11551 in the Branda plugin. The rule focuses on successful or non-error responses.
Detects CVE-2026-11551 Exploitation — Anomalous WordPress Admin Panel Access
mediumDetects successful access attempts to the WordPress admin panel via wp-login.php, which could indicate an account takeover following exploitation of CVE-2026-11551. Further investigation into the source IP and user agent is recommended to identify anomalous logins.
Detection queries are available on the platform. Get full rules →