<?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>Cve-2026-45741 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-45741/</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>Fri, 29 May 2026 16:52:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-45741/feed.xml" rel="self" type="application/rss+xml"/><item><title>Gotenberg SSRF via IPv6 Address Confusion (CVE-2026-45741)</title><link>https://feed.craftedsignal.io/briefs/2026-05-gotenberg-ssrf/</link><pubDate>Fri, 29 May 2026 16:52:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-gotenberg-ssrf/</guid><description>Gotenberg's `IsPublicIP` function incorrectly classifies IPv6 6to4, NAT64, and deprecated site-local addresses as public IPs, enabling an unauthenticated attacker to reach internal destinations such as cloud metadata services.</description><content:encoded><![CDATA[<p>A vulnerability exists in Gotenberg version 8 up to 8.32.0 where the <code>IsPublicIP</code> function within <code>pkg/gotenberg/outbound.go</code> fails to properly classify certain IPv6 addresses, specifically those using 6to4 (RFC 3056), NAT64 (RFC 6052 &amp; RFC 8215), and deprecated site-local (RFC 3879) prefixes. Due to this misclassification, addresses intended for internal or private networks are incorrectly treated as public. This flaw allows an unauthenticated attacker to bypass intended restrictions and potentially access sensitive internal resources. The vulnerability is a variant of CVE-2026-44430 and has been assigned CVE-2026-45741. This poses a risk to deployments that rely on <code>WithDenyPrivateIPs(true)</code> to prevent access to internal IPs, particularly when hosted in dual-stack or NAT64-enabled cloud environments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker crafts a DNS AAAA record that resolves to an IPv6 address using a 6to4, NAT64, or site-local prefix (e.g., <code>2002:a9fe:a9fe::</code>).</li>
<li>The attacker sends a request to Gotenberg, specifying a URL with a hostname that resolves to the crafted IPv6 address.</li>
<li>Gotenberg&rsquo;s <code>IsPublicIP</code> function is called to validate the IP address.</li>
<li>The <code>IsPublicIP</code> function fails to recognize the IPv6 prefix as internal due to inadequate checks beyond <code>addr.Unmap()</code>.</li>
<li>The function incorrectly classifies the IPv6 address as a public IP.</li>
<li>Gotenberg proceeds to make an outbound HTTP request to the internal IPv4 address embedded within the IPv6 address (e.g., <code>169.254.169.254</code>).</li>
<li>The target service (e.g., AWS IMDS) responds with sensitive data such as IAM credentials.</li>
<li>The Chromium URL convert route within Gotenberg returns the full response as a PDF, exfiltrating the sensitive data to the attacker (full-read SSRF).</li>
</ol>
<h2 id="impact">Impact</h2>
<p>This SSRF vulnerability allows an unauthenticated attacker to access internal resources, such as cloud metadata services (AWS IMDS, GCP metadata server, Azure Instance Metadata Service), and potentially leak sensitive information, including IAM credentials. This can lead to privilege escalation, data breaches, and unauthorized access to cloud resources. The vulnerability affects Gotenberg deployments configured to deny private IPs (<code>WithDenyPrivateIPs(true)</code>) and hosted in dual-stack or NAT64-enabled environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patch or upgrade to a version of Gotenberg greater than 8.32.0 that includes the fix for CVE-2026-45741 to mitigate the IPv6 address misclassification.</li>
<li>Deploy the Sigma rule &ldquo;Detect Gotenberg SSRF Attempt via IPv6 Prefixes&rdquo; to detect attempts to exploit this vulnerability by monitoring outbound requests to known internal IP ranges via IPv6 addresses with the specified prefixes.</li>
<li>Review and harden network configurations to prevent or limit the impact of successful SSRF attacks, even if the application-level vulnerability is present.</li>
<li>Implement network segmentation to limit the blast radius of any potential SSRF attack and restrict access to sensitive internal resources.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>ssrf</category><category>gotenberg</category><category>ipv6</category><category>cve-2026-45741</category></item></channel></rss>