<?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>Kyegomez - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/kyegomez/</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>Thu, 30 Jul 2026 15:33:35 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/kyegomez/feed.xml" rel="self" type="application/rss+xml"/><item><title>SSRF Vulnerability in Swarms library</title><link>https://feed.craftedsignal.io/briefs/2026-07-swarms-ssrf/</link><pubDate>Thu, 30 Jul 2026 15:33:35 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-swarms-ssrf/</guid><description>The Swarms library contains a server-side request forgery (SSRF) vulnerability in the _is_safe_url function that allows attackers to bypass blocklists and access restricted internal services.</description><content:encoded><![CDATA[<p>The Swarms library, in versions through 6.8.1, contains a server-side request forgery (SSRF) vulnerability due to improper hostname validation within the _is_safe_url function. The function fails to validate hostnames after DNS resolution, enabling an attacker to bypass intended blocklists. By submitting user-controlled URLs - specifically for image or audio processing - an attacker can trick the application into performing requests to private IP addresses, loopback addresses, or sensitive cloud metadata services. This vulnerability, identified as CVE-2026-67346, poses a high risk as it allows for unauthorized access to internal services, potentially leading to the exfiltration of credentials or sensitive environment data. The issue was addressed in commit 8b0fc9e.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to interact with internal network resources that are otherwise unreachable from the public internet. This can result in unauthorized access to sensitive internal services, exfiltration of cloud metadata (such as IAM role credentials in AWS or GCP environments), and potential compromise of the host environment depending on the sensitivity of reachable internal endpoints.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the Swarms library to a version containing the fix from commit 8b0fc9e immediately.</li>
<li>Implement strict egress filtering on servers running the library to prevent unauthorized requests to internal infrastructure or private metadata services (e.g., 169.254.169.254).</li>
<li>Use network segmentation to isolate applications that handle user-supplied URLs from critical internal services.</li>
<li>Monitor webserver logs for unexpected outbound requests originating from the application server context.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>