CVE-2026-8787
Description
The Firebase Support & Chat Management plugin for WordPress is vulnerable to privilege escalation in all versions up to, and including, 3.1.1. This is due to the firebase_auth() function authenticating the request as the WordPress user whose email is supplied in the user_email POST parameter without verifying ownership of that email (no Firebase ID token signature/issuer/audience verification). This makes it possible for authenticated attackers, with Subscriber-level access and above, to log in as an arbitrary existing user — including an Administrator — by submitting that user's email address to the acb_firebase_auth AJAX action, resulting in full account takeover.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The Firebase Support & Chat Management plugin up to 3.1.1 allows authenticated attackers to take over any WordPress account by sending an email via AJAX without token verification.
Vulnerability
The Firebase Support & Chat Management plugin for WordPress ("Admin Chat Box") is vulnerable to privilege escalation in all versions up to, and including, 3.1.1. The firebase_auth() function, registered to handle the wp_ajax_acb_firebase_auth AJAX action, authenticates the request as the WordPress user whose email is supplied in the user_email POST parameter without verifying ownership of that email. No Firebase ID token signature, issuer, or audience verification is performed [1][2]. This means the function trusts the email value directly and logs the requester in as that user, regardless of whether the requester actually owns the email address.
Exploitation
An authenticated attacker with at least Subscriber-level access can craft a POST request to the acb_firebase_auth AJAX action, supplying the user_email parameter with the email address of any existing WordPress user, such as an Administrator. The plugin will process the request and log the attacker in as that user, effectively performing a session takeover. No additional authentication or token validation is required [1][2][3][4].
Impact
A successful attack results in complete account takeover of the targeted user. An attacker gaining Administrator privileges can fully compromise the WordPress site, including modifying content, installing plugins, changing user roles, and accessing sensitive data. The impact is high confidentiality, integrity, and availability loss.
Mitigation
As of the publication date, no official patch has been released; versions 3.1.1 and earlier remain vulnerable. Users should disable the plugin or restrict access to the vulnerable AJAX action until a fixed version is issued. The plugin has not been listed on CISA KEV at this time. Site administrators can also consider using a Web Application Firewall (WAF) rule to block requests to wp-admin/admin-ajax.php with the action acb_firebase_auth for non-admin users, but this workaround may break legitimate functionality.
- https://plugins.trac.wordpress.org/browser/admin-chat-box/tags/3.1.1/inc/ACB_AjaxHandler.php#L237
- https://plugins.trac.wordpress.org/browser/admin-chat-box/tags/3.1.1/inc/ACB_AjaxHandler.php#L338
- https://plugins.trac.wordpress.org/browser/admin-chat-box/trunk/inc/ACB_AjaxHandler.php#L338
- https://plugins.trac.wordpress.org/browser/admin-chat-box/trunk/inc/ACB_AjaxHandler.php#L237
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<=3.1.1+ 1 more
- (no CPE)range: <=3.1.1
- (no CPE)range: <=3.1.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- plugins.trac.wordpress.org/browser/admin-chat-box/tags/3.1.1/inc/ACB_AjaxHandler.phpnvd
- plugins.trac.wordpress.org/browser/admin-chat-box/tags/3.1.1/inc/ACB_AjaxHandler.phpnvd
- plugins.trac.wordpress.org/browser/admin-chat-box/trunk/inc/ACB_AjaxHandler.phpnvd
- plugins.trac.wordpress.org/browser/admin-chat-box/trunk/inc/ACB_AjaxHandler.phpnvd
- www.wordfence.com/threat-intel/vulnerabilities/id/90783d75-a255-4133-ac7b-32e0a70c8c69nvd
News mentions
0No linked articles in our index yet.