<?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>Atomic-Agents - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/atomic-agents/</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>Tue, 18 Aug 2026 00:47:05 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/atomic-agents/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>Remote Code Execution in atomic-agents-stack via Insecure MCP Registry</title><link>https://feed.craftedsignal.io/briefs/2026-08-atomic-agents-rce/</link><pubDate>Tue, 18 Aug 2026 00:47:05 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-atomic-agents-rce/</guid><description>The atomic-agents-stack library is vulnerable to remote code execution due to insecure handling of cleartext HTTP connections for MCP registry catalogs, allowing a Man-in-the-Middle attacker to inject malicious commands.</description><content:encoded><![CDATA[<p>The atomic-agents-stack library, specifically the <code>make_http_mcp_server_registry_backend_from_url</code> function within <code>mcp_registry/http.py</code>, fails to enforce secure transport protocols. The implementation permits both <code>http</code> and <code>https</code> schemes when fetching MCP catalog registry entries. Because catalog entries specify command arguments that are subsequently executed as local subprocesses by <code>MCPClientPool</code>, this flaw creates an RCE primitive for a Man-in-the-Middle (MITM) attacker.</p>
<p>An attacker positioned on the network path between the agent host and the catalog registry can intercept the cleartext HTTP response and modify the provided <code>command</code> and <code>args</code> fields. Since the default configuration for <code>mcp_allow_fn</code> is <code>None</code>, the agent does not restrict which commands are executed upon resolution. This vulnerability affects all versions of atomic-agents-stack through 1.0.0. The impact is significant as it allows arbitrary code execution on the agent host without requiring LLM-level interaction.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an unauthenticated network attacker to achieve remote code execution on the host running the atomic-agents-stack. This bypasses security expectations by executing commands defined by an untrusted remote catalog, potentially leading to full system compromise or lateral movement within the environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update atomic-agents-stack to a patched version that mandates HTTPS and enforces explicit opt-ins for HTTP registry URLs.</li>
<li>Implement a mandatory allowlist function for <code>mcp_allow_fn</code> to validate the basename of any command resolved from external registry sources before subprocess spawning.</li>
<li>Restrict network egress for agent hosts to only trusted, HTTPS-enabled registry endpoints to mitigate the risk of MITM interception of catalog responses.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>