Skip to content

Commit dc77286

Browse files
committed
1 parent 7d61fca commit dc77286

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

advisories/unreviewed/2025/09/GHSA-qf5v-q897-m77r/GHSA-qf5v-q897-m77r.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,56 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-qf5v-q897-m77r",
4-
"modified": "2025-09-16T15:32:31Z",
4+
"modified": "2025-09-16T15:32:32Z",
55
"published": "2025-09-16T15:32:31Z",
66
"aliases": [
77
"CVE-2025-59436"
88
],
9+
"summary": "The ip (aka node-ip) package through 2.0.1 (in NPM) might allow SSRF",
910
"details": "The ip (aka node-ip) package through 2.0.1 (in NPM) might allow SSRF because the IP address value 017700000001 is improperly categorized as globally routable via isPublic. NOTE: this issue exists because of an incomplete fix for CVE-2024-29415.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "ip"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "2.0.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59436"
2142
},
2243
{
2344
"type": "WEB",
24-
"url": "https://github.com/indutny/node-ip/issues/160"
45+
"url": "https://github.com/indutny/node-ip/issues/162"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/indutny/node-ip"
2550
},
2651
{
2752
"type": "WEB",
28-
"url": "https://cosmosofcyberspace.github.io/CVE-Application-Document.html"
53+
"url": "https://github.com/indutny/node-ip/blob/main/package.json"
2954
}
3055
],
3156
"database_specific": {

0 commit comments

Comments
 (0)