High severity8.2NVD Advisory· Published Jul 28, 2025· Updated Apr 29, 2026
CVE-2025-8267
CVE-2025-8267
Description
Versions of the package ssrfcheck before 1.2.0 are vulnerable to Server-Side Request Forgery (SSRF) due to an incomplete denylist of IP address ranges. Specifically, the package fails to classify the reserved IP address space 224.0.0.0/4 (Multicast) as invalid. This oversight allows attackers to craft requests targeting these multicast addresses.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
ssrfchecknpm | < 1.2.0 | 1.2.0 |
Affected products
1Patches
19507b49fd764added 224.0.0.0/4 as private address - https://gist.github.com/lirantal/2976840639df824cb3abe60d13c65e04
3 files changed · +3 −2
package.json+1 −1 modified@@ -1,6 +1,6 @@ { "name": "ssrfcheck", - "version": "1.1.1", + "version": "1.2.0", "description": "Check if a string contains a potential SSRF attack", "main": "./src/index.js", "repository": {
package-lock.json+1 −1 modified@@ -1,5 +1,5 @@ { "name": "ssrfcheck", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1 }
src/is-private-ip.js+1 −0 modified@@ -28,6 +28,7 @@ const PRIVATE_CIDRS = [ '198.18.0.0/15', '198.51.100.0/24', '203.0.113.0/24', + '224.0.0.0/4', '240.0.0.0/4', '255.255.255.255/32' ];
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/felippe-regazio/ssrfcheck/commit/9507b49fd764f2a1a1d1e3b9ee577b7545e6950envdPatchWEB
- gist.github.com/lirantal/2976840639df824cb3abe60d13c65e04nvdExploitThird Party AdvisoryWEB
- security.snyk.io/vuln/SNYK-JS-SSRFCHECK-9510756nvdExploitThird Party AdvisoryWEB
- github.com/advisories/GHSA-p4hc-9pjh-55c8ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-8267ghsaADVISORY
- github.com/felippe-regazio/ssrfcheck/issues/5nvdIssue TrackingWEB
- github.com/felippe-regazio/ssrfcheck/security/advisories/GHSA-p4hc-9pjh-55c8ghsaWEB
News mentions
0No linked articles in our index yet.