<?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>OpenMAIC - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/openmaic/</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>Sun, 06 Sep 2026 14:46:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/openmaic/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 SSRF Vulnerability in OpenMAIC</title><link>https://feed.craftedsignal.io/briefs/2026-09-openmaic-ssrf/</link><pubDate>Sun, 06 Sep 2026 14:46:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-openmaic-ssrf/</guid><description>OpenMAIC versions prior to 1.0.1 contain a vulnerability in non-production builds that allows unauthenticated attackers to perform SSRF by manipulating request headers or parameters to access cloud metadata services.</description><content:encoded><![CDATA[<p>OpenMAIC versions prior to 1.0.1 are vulnerable to a Server-Side Request Forgery (SSRF) flaw due to insufficient validation logic in non-production builds. The vulnerability arises because the application fails to properly sanitize or validate user-supplied input when processing outgoing requests. Unauthenticated attackers can leverage this oversight by injecting malicious values into the 'x-base-url' HTTP header or the 'baseUrl' query parameter.</p>
<p>By forcing the OpenMAIC server to redirect requests to internal endpoints, specifically cloud instance metadata services (such as those hosted on 169.254.169.254 in AWS, GCP, or Azure environments), an attacker can retrieve sensitive information, including temporary cloud identity credentials, environment variables, and instance configuration data. This vulnerability is particularly critical for deployments that rely on non-production builds for testing or staging purposes, as it provides a direct pathway for lateral movement and privilege escalation within the cloud environment.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to retrieve sensitive cloud credentials and metadata, potentially leading to full compromise of the affected cloud instance's identity and subsequent unauthorized access to broader cloud infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all OpenMAIC installations to version 1.0.1 or later immediately to patch the SSRF validation logic.</li>
<li>Audit all non-production deployments of OpenMAIC to ensure they are not exposed to the public internet.</li>
<li>Implement egress filtering at the cloud network layer to block access to sensitive metadata services (169.254.169.254) from non-essential application containers or VMs.</li>
<li>Review logs for HTTP requests containing suspicious values in the 'x-base-url' header or 'baseUrl' parameter directed at internal network resources.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>ssrf</category><category>cloud-security</category></item></channel></rss>