<?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>Flyto2 Core - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/flyto2-core/</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, 13 Aug 2026 22:08:06 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/flyto2-core/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>Flyto2 Core SSRF Vulnerability (CVE-2026-73530)</title><link>https://feed.craftedsignal.io/briefs/2026-08-flyto2-ssrf/</link><pubDate>Thu, 13 Aug 2026 22:08:06 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-flyto2-ssrf/</guid><description>Flyto2 Core versions prior to 2.28.0 are susceptible to SSRF via an IPv6 loopback bypass in the is_private_ip() function, enabling access to internal services.</description><content:encoded><![CDATA[<p>Flyto2 Core before version 2.28.0 contains a Server-Side Request Forgery (SSRF) vulnerability that allows unauthorized access to internal network services. The vulnerability originates in the is_private_ip() function, which fails to correctly sanitize or block the IPv6 loopback address notation <code>::</code>. Because the kernel interprets <code>::</code> identically to <code>0.0.0.0</code> (loopback), attackers can circumvent existing private IP range filters and hostname validation checks. This flaw affects multiple modules, specifically <code>http.get</code>, <code>http.request</code>, and <code>http.batch</code>. By manipulating these functions to target <code>::</code>, an attacker can force the application to make HTTP requests to internal services bound to the IPv6 loopback interface, potentially leading to unauthorized data exfiltration or service interaction. Organizations running Flyto2 Core must prioritize upgrading to version 2.28.0 or later.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows remote, unauthenticated attackers to interact with internal services that are otherwise protected by IP filtering or hostname validation, potentially leading to the leakage of internal application states, configuration data, or other sensitive information reachable via the loopback interface.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of Flyto2 Core to version 2.28.0 or later immediately to patch the is_private_ip() filter logic.</li>
<li>Review web application logs for HTTP request patterns utilizing <code>::</code> or IPv6 loopback notations within URL parameters handled by the <code>http</code> modules.</li>
<li>Implement outbound network egress filtering at the host level to prevent the web application process from making unnecessary requests to local loopback addresses if not required by business logic.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>