-
Notifications
You must be signed in to change notification settings - Fork 584
Expand file tree
/
Copy pathGHSA-qf5v-q897-m77r.json
More file actions
65 lines (65 loc) · 1.57 KB
/
GHSA-qf5v-q897-m77r.json
File metadata and controls
65 lines (65 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"schema_version": "1.4.0",
"id": "GHSA-qf5v-q897-m77r",
"modified": "2025-09-16T15:32:32Z",
"published": "2025-09-16T15:32:31Z",
"aliases": [
"CVE-2025-59436"
],
"summary": "The ip (aka node-ip) package through 2.0.1 (in NPM) might allow SSRF",
"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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "ip"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "2.0.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59436"
},
{
"type": "WEB",
"url": "https://github.com/indutny/node-ip/issues/162"
},
{
"type": "PACKAGE",
"url": "https://github.com/indutny/node-ip"
},
{
"type": "WEB",
"url": "https://github.com/indutny/node-ip/blob/main/package.json"
}
],
"database_specific": {
"cwe_ids": [
"CWE-918"
],
"severity": "LOW",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-09-16T06:16:05Z"
}
}