<?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>Cve-2026-22664 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-22664/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 03 Apr 2026 21:17:09 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-22664/feed.xml" rel="self" type="application/rss+xml"/><item><title>prompts.chat Fal.ai SSRF Vulnerability (CVE-2026-22664)</title><link>https://feed.craftedsignal.io/briefs/2026-04-prompts-chat-ssrf/</link><pubDate>Fri, 03 Apr 2026 21:17:09 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-prompts-chat-ssrf/</guid><description>prompts.chat prior to commit 30a8f04 is vulnerable to server-side request forgery (SSRF) in Fal.ai media status polling, allowing authenticated users to perform arbitrary outbound requests by supplying attacker-controlled URLs, leading to potential credential theft and internal network probing.</description><content:encoded><![CDATA[<p>prompts.chat, a web application, contains a server-side request forgery (SSRF) vulnerability affecting versions prior to commit 30a8f04. This flaw resides in the Fal.ai media status polling feature. An authenticated user can inject arbitrary URLs into the <code>token</code> parameter, causing the server to make outbound requests to attacker-controlled destinations. The vulnerability, identified as CVE-2026-22664, allows attackers to potentially extract the <code>FAL_API_KEY</code> from the <code>Authorization</code> header during these requests. Successful exploitation can result in credential theft, internal network probing, and abuse of the victim&rsquo;s Fal.ai account. This vulnerability poses a significant risk as it could lead to unauthorized access and data breaches.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the prompts.chat application.</li>
<li>Attacker crafts a malicious URL containing a server controlled by them.</li>
<li>The attacker initiates a media status polling request to Fal.ai, injecting the malicious URL into the <code>token</code> parameter.</li>
<li>The prompts.chat server, lacking proper URL validation, makes an outbound HTTP request to the attacker&rsquo;s server.</li>
<li>The request includes the <code>Authorization</code> header, potentially exposing the <code>FAL_API_KEY</code>.</li>
<li>The attacker&rsquo;s server captures the <code>Authorization</code> header containing the <code>FAL_API_KEY</code>.</li>
<li>The attacker uses the stolen <code>FAL_API_KEY</code> to access the victim&rsquo;s Fal.ai account.</li>
<li>The attacker performs unauthorized actions, such as data exfiltration or resource abuse.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SSRF vulnerability (CVE-2026-22664) allows attackers to steal the <code>FAL_API_KEY</code>, potentially impacting all users of the vulnerable prompts.chat application who utilize the Fal.ai integration. Consequences include unauthorized access to Fal.ai accounts, data breaches, internal network scans originating from the prompts.chat server, and financial losses due to resource abuse. The specific number of victims and the extent of the damage depend on the attacker&rsquo;s objectives and the permissions associated with the compromised Fal.ai API key.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Inspect web server logs for outbound requests to unusual or suspicious domains originating from the prompts.chat server to detect potential SSRF attempts (log source: webserver).</li>
<li>Deploy the provided Sigma rule to detect HTTP requests containing a suspicious <code>token</code> parameter potentially indicative of SSRF exploitation.</li>
<li>Monitor network traffic for unusual outbound connections from the prompts.chat server (log source: network_connection).</li>
<li>Apply the patch or upgrade prompts.chat to a version after commit 30a8f04, which addresses the CVE-2026-22664 vulnerability.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>cve-2026-22664</category><category>fal.ai</category><category>prompts.chat</category></item></channel></rss>