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 applicationsLearn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade ip-address to version 10.2.2 or higher.
ip-address is an A library for parsing IPv4 and IPv6 IP addresses in node and the browser.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) in the isInSubnet function. An attacker can bypass network trust-boundary checks by appending a CIDR suffix with a shorter prefix (such as /0) to an internal address, causing classification methods to incorrectly treat internal addresses as external. This allows requests to internal resources to be permitted when they should be blocked.
Note: This is only exploitable if an application accepts a bare address string with a CIDR suffix and passes it directly to the constructor before classification, such as in allow/deny fields, webhook targets, or proxy destinations taken as plain hosts rather than parsed from a URL.
This vulnerability can be mitigated by stripping the CIDR suffix from the address before classification, for example by re-parsing the address without the suffix.