<?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-Stack (&lt; 1.1.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/atomic-agents-stack--1.1.0/</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, 15 Sep 2026 17:44:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/atomic-agents-stack--1.1.0/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>Path Traversal Vulnerability in atomic-agents-stack</title><link>https://feed.craftedsignal.io/briefs/2026-09-atomic-agents-path-traversal/</link><pubDate>Tue, 15 Sep 2026 17:44:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-atomic-agents-path-traversal/</guid><description>The atomic-agents-stack library before version 1.1.0 is vulnerable to path traversal within its dashboard HTTP server, allowing remote attackers to read arbitrary files via crafted requests.</description><content:encoded><![CDATA[<p>The atomic-agents-stack library, specifically versions prior to 1.1.0, contains a critical path traversal vulnerability within its dashboard HTTP server component. This vulnerability stems from improper input validation in the DashboardHandler.do_GET endpoint. Remote, unauthenticated attackers can leverage this flaw by supplying directory traversal sequences, such as &quot;../&quot;, within the HTTP request path. By doing so, the attacker can bypass existing path containment checks designed to restrict access to the agents_root directory, effectively granting them the ability to read arbitrary files from the underlying filesystem where the application is hosted. This vulnerability poses a significant risk to the confidentiality of sensitive configuration files, environment variables, or other stored data accessible to the service process. Defenders should prioritize updating to version 1.1.0 or later to mitigate this exposure.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-91989 allows an attacker to read any file on the server accessible to the atomic-agents-stack process. This can lead to full disclosure of application secrets, environment configurations, and other sensitive host data. The vulnerability is highly impactful due to the ease of exploitation, requiring only unauthenticated HTTP requests to the dashboard interface.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the atomic-agents-stack dependency to version 1.1.0 or later immediately.</li>
<li>Review web server access logs for requests containing suspicious path segments like &quot;../&quot; or &quot;%2e%2e/&quot; targeting dashboard endpoints.</li>
<li>Apply WAF rules to block HTTP requests containing directory traversal sequences directed at paths mapped to the dashboard component.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item><item><title>Arbitrary Code Execution in atomic-agents-stack via MCP Registry Injection</title><link>https://feed.craftedsignal.io/briefs/2026-09-atomic-agents-mitm/</link><pubDate>Tue, 15 Sep 2026 17:44:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-atomic-agents-mitm/</guid><description>The atomic-agents-stack library before 1.1.0 allows man-in-the-middle attackers to inject malicious subprocess commands by exploiting cleartext HTTP communication in the MCP server-registry backend.</description><content:encoded><![CDATA[<p>The atomic-agents-stack library (prior to version 1.1.0) contains a vulnerability in its HTTP MCP server-registry backend factory that allows for the acceptance of unencrypted HTTP traffic. An attacker positioned to perform a man-in-the-middle (MITM) attack can intercept network traffic between the client and the registry service. By rewriting the catalog response, the attacker can supply arbitrary command and argument values. These injected parameters are subsequently processed by the MCPClientPool, which spawns them as local subprocesses. This flaw results in arbitrary code execution on the host machine running the agent, posing a significant risk to environments that rely on this library for agent-based automation and orchestration. Defenders should prioritize updating to version 1.1.0 or later to enforce secure communication and input validation for registry responses.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for remote code execution on any host running a vulnerable version of the atomic-agents-stack library. If compromised, an attacker gains the privileges of the service account executing the agent, potentially leading to unauthorized data access, lateral movement within the environment, or full system takeover.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the atomic-agents-stack dependency to version 1.1.0 or later immediately.</li>
<li>Implement network-level egress filtering and enforce TLS for all registry communication to prevent MITM interception.</li>
<li>Audit logs for unexpected subprocesses spawned by the process hosting the atomic-agents-stack library.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>