VYPR
High severity8.8NVD Advisory· Published May 27, 2026

CVE-2026-8787

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.

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

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.