Skip to content

Commit 0200827

Browse files
Merge pull request #3504 from github/G-Rath-GHSA-78xj-cgh5-2h22
2 parents efceb1d + 041801d commit 0200827

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

advisories/github-reviewed/2024/02/GHSA-78xj-cgh5-2h22/GHSA-78xj-cgh5-2h22.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-78xj-cgh5-2h22",
4-
"modified": "2024-02-09T15:12:06Z",
4+
"modified": "2024-02-09T15:12:07Z",
55
"published": "2024-02-08T18:30:39Z",
66
"aliases": [
77
"CVE-2023-42282"
88
],
99
"summary": "NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks",
10-
"details": "An issue in NPM IP Package v.1.1.8 and before allows an attacker to execute arbitrary code and obtain sensitive information via the `isPublic()` function. This can lead to potential Server-Side Request Forgery (SSRF) attacks. The core issue is the function's failure to accurately distinguish between public and private IP addresses.",
10+
"details": "An issue in all published versions of the NPM package `ip` allows an attacker to execute arbitrary code and obtain sensitive information via the `isPublic()` function. This can lead to potential Server-Side Request Forgery (SSRF) attacks. The core issue is the function's failure to accurately distinguish between public and private IP addresses.",
1111
"severity": [
1212

1313
],
@@ -30,6 +30,25 @@
3030
]
3131
}
3232
]
33+
},
34+
{
35+
"package": {
36+
"ecosystem": "npm",
37+
"name": "ip"
38+
},
39+
"ranges": [
40+
{
41+
"type": "ECOSYSTEM",
42+
"events": [
43+
{
44+
"introduced": "0"
45+
},
46+
{
47+
"last_affected": "2.0.0"
48+
}
49+
]
50+
}
51+
]
3352
}
3453
],
3554
"references": [

0 commit comments

Comments
 (0)