<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Firebase Support &amp; Chat Management Plugin &lt;= 3.1.1 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/firebase-support--chat-management-plugin--3.1.1/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 27 May 2026 07:18:15 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/firebase-support--chat-management-plugin--3.1.1/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-8787: WordPress Firebase Support &amp; Chat Management Plugin Privilege Escalation</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-8787-wordpress-privesc/</link><pubDate>Wed, 27 May 2026 07:18:15 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-8787-wordpress-privesc/</guid><description>The Firebase Support &amp; Chat Management plugin for WordPress is vulnerable to privilege escalation (CVE-2026-8787) where an authenticated attacker with Subscriber-level access can log in as any existing user, including an Administrator, by submitting that user's email address to the `acb_firebase_auth` AJAX action without proper ownership verification, leading to full account takeover.</description><content:encoded><![CDATA[<p>The Firebase Support &amp; Chat Management plugin for WordPress, in versions up to and including 3.1.1, is susceptible to a privilege escalation vulnerability (CVE-2026-8787). The vulnerability resides in the <code>firebase_auth()</code> function, which incorrectly authenticates requests based solely on the <code>user_email</code> POST parameter. The function fails to verify ownership of the email address by validating the Firebase ID token signature, issuer, or audience. This flaw allows an authenticated attacker, even with Subscriber-level access, to impersonate any existing user, including those with Administrator privileges, by sending a crafted request to the <code>acb_firebase_auth</code> AJAX action. This ultimately results in full account takeover of the targeted WordPress user.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker logs into the WordPress site with a low-privileged account (e.g., Subscriber).</li>
<li>Attacker identifies the email address of the target user (e.g., an Administrator).</li>
<li>Attacker crafts an HTTP POST request to the <code>wp-admin/admin-ajax.php</code> endpoint with the <code>action</code> parameter set to <code>acb_firebase_auth</code>.</li>
<li>The crafted POST request includes the <code>user_email</code> parameter set to the target user&rsquo;s email address.</li>
<li>The <code>firebase_auth()</code> function in the Firebase Support &amp; Chat Management plugin processes the request.</li>
<li>Due to the lack of email ownership verification, the function authenticates the attacker as the target user based solely on the <code>user_email</code> parameter.</li>
<li>The attacker is now logged in as the target user (e.g., an Administrator) and has access to all of their privileges.</li>
<li>The attacker can now perform administrative actions, such as creating new users, modifying site settings, or injecting malicious code, leading to complete compromise of the WordPress site.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability (CVE-2026-8787) allows an attacker with minimal privileges (Subscriber) to gain complete control over a WordPress website. This can lead to data theft, website defacement, malware injection, and denial of service. Given that WordPress powers a significant percentage of websites globally, this privilege escalation vulnerability poses a substantial risk. The impact includes complete compromise of victim websites.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the Firebase Support &amp; Chat Management plugin to a version greater than 3.1.1 to patch CVE-2026-8787.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2026-8787 Exploitation Attempt — WordPress Firebase Authentication Bypass&rdquo; to detect potential exploitation attempts by monitoring for POST requests to <code>admin-ajax.php</code> with the <code>acb_firebase_auth</code> action and a <code>user_email</code> parameter.</li>
<li>Enable web server logging to provide necessary data for the detection rules.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>privilege-escalation</category><category>wordpress</category><category>cloud</category><category>cve</category></item></channel></rss>