<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:ogx:ogx:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aogxogx/</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>Fri, 04 Sep 2026 15:28:55 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aogxogx/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated Server-Side Request Forgery in OGX</title><link>https://feed.craftedsignal.io/briefs/2026-09-ogx-ssrf/</link><pubDate>Fri, 04 Sep 2026 15:28:55 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-ogx-ssrf/</guid><description>OGX contains an unauthenticated Server-Side Request Forgery vulnerability in the POST /v1/responses endpoint, allowing remote attackers to probe internal cloud metadata services.</description><content:encoded><![CDATA[<p>OGX (formerly Llama Stack), up to commit fbe8e0f, contains a critical server-side request forgery (SSRF) vulnerability in its OpenAI-compatible POST /v1/responses endpoint. The vulnerability stems from the MCP tool definition processing logic, where the server_url parameter is fetched server-side without performing necessary destination validation. Specifically, the validate_url_not_private() guard, which is correctly implemented for other input fields, is omitted for the server_url parameter.</p>
<p>In default configurations that lack authentication, a remote, unauthenticated attacker can exploit this flaw to force the OGX server to initiate connections to arbitrary internal network resources. This includes sensitive cloud metadata endpoints such as 169.254.169.254. Furthermore, the vulnerability allows for the forwarding of attacker-supplied headers and bearer tokens to these internal destinations, potentially leading to unauthorized data exfiltration or internal system interaction. This vulnerability represents a high risk for deployments residing in cloud environments where metadata services contain IAM credentials or sensitive configuration information.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated remote attackers to bypass network perimeters and interact with internal-only services. In cloud-native deployments, this typically results in the exfiltration of sensitive cloud metadata (e.g., IAM role credentials, instance metadata), which can be leveraged for lateral movement or full compromise of the cloud account.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update all OGX instances to a version beyond commit fbe8e0f.</li>
<li>Implement strict network egress filtering on all servers hosting the OGX platform to prevent connections to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, and 169.254.169.254).</li>
<li>Deploy the Sigma rule below to detect abnormal POST requests to the affected endpoint.</li>
<li>Apply the following Sigma rule to your webserver access logs to identify exploitation attempts targeting the v1/responses endpoint.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>