CVE-2025-8020
BaseFortify
Publication date: 2025-07-23
Last updated on: 2026-04-29
Assigner: Snyk
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| npm | private-ip | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Server-Side Request Forgery (SSRF) in all versions of the private-ip package. An attacker can supply an IP address or hostname that resolves to a multicast IP address (224.0.0.0/4), which the package does not recognize as private. This allows the attacker to potentially make unauthorized requests from the server.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to make unauthorized requests from the server to internal or multicast IP addresses, potentially exposing internal services or data. This can lead to information disclosure or other security issues depending on the server's network environment.