This vulnerability is trending on Twitter; this may indicate a growing threat.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade symfony/symfony to version 5.4.53, 6.4.41, 7.4.13, 8.0.13 or higher.
symfony/symfony is a PHP framework for web applications and a set of reusable PHP components.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF). The NoPrivateNetworkHttpClient is designed to be a security boundary that blocks requests to private/internal networks. Because IpUtils::PRIVATE_SUBNETS fails to account for IPv6 transition forms (like 6to4, Teredo, or NAT64), an attacker supplying a specially crafted URL (e.g., http://[2002:7f00:1::]/ which resolves to 127.0.0.1) can bypass the security mechanism. This allows the application to be tricked into making unintended HTTP requests to internal IP addresses (SSRF).