CVE Catalog

CVE-2026-54452

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.39%

33th percentile - higher than 33% of all known CVEs

Summary

In the safeurl library prior to 0.2.4, the privateNetworks list in ip.go omits the IPv6 ranges 64:ff9b:1::/48, 5f00::/16, 3fff::/20, and 100:0:0:1::/64. When an application enables IPv6 via EnableIPv6(true), an attacker-controlled destination in one of these ranges is not recognized as non-public and can pass the SSRF destination check. IPv6 is disabled by default, so configurations with EnableIPv6(false) are not exposed.

Risk Assessment

An attacker can bypass SSRF protection and access resources hosted within the omitted IPv6 ranges. The risk affects applications that explicitly enabled IPv6 support in the safeurl library.

Recommendation

Upgrade the safeurl library to version 0.2.4 or later. If upgrade is not possible, keep EnableIPv6(false) or manually add the missing private IPv6 ranges to the list.

Other vulnerabilities in safeurl

See all
Original NVD description (English source)

safeurl is a server-side request forgery protection library. Prior to 0.2.4, the privateNetworks list in ip.go omits the IPv6 ranges 64:ff9b:1::/48, 5f00::/16, 3fff::/20, and 100:0:0:1::/64. When an application enables IPv6 with EnableIPv6(true), an attacker-controlled destination in one of these ranges is not recognized as non-public and can pass the SSRF destination check, potentially allowing access to resources hosted within the omitted ranges. IPv6 is disabled by default, and configurations that retain EnableIPv6(false) are not exposed to this bypass. This issue is fixed in version 0.2.4.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS