Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 hackney to version 4.0.1 or higher.
Affected versions of this package are vulnerable to Interpretation Conflict through the normalize/2 function in hackney_url. An attacker can reach internal IP addresses by supplying a percent-encoded host such as http://%31%32%37%2E%30%2E%30%2E%31/admin, which is accepted as a non-IP token during caller-side validation but decodes to 127.0.0.1 before connection setup. This lets requests be redirected to loopback, cloud metadata, or RFC1918 targets, exposing internal services and data to applications that rely on host allowlists.