Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Feb 14, 2024
1 parent 055625d commit 8a535f1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-78xj-cgh5-2h22",
"modified": "2024-02-12T20:17:03Z",
"modified": "2024-02-12T20:17:09Z",
"published": "2024-02-08T18:30:39Z",
"aliases": [
"CVE-2023-42282"
],
"summary": "NPM IP package vulnerable to Server-Side Request Forgery (SSRF) attacks",
"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.",
"summary": "NPM IP package incorrectly identifies some private IP addresses as public",
"details": "The `isPublic()` function of all published versions of the NPM package `ip` doesn't correctly identity certain private IP addresses in uncommon formats such as `0x7F.1` as private. Instead, it reports them as public by returning `true`. This can lead to security issues such as Server-Side Request Forgery (SSRF) if `isPublic()` is used to protect sensitive code paths when passed user input.",
"severity": [

],
Expand Down Expand Up @@ -58,7 +58,7 @@
"cwe_ids": [

],
"severity": "HIGH",
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-02-09T15:03:18Z",
"nvd_published_at": "2024-02-08T17:15:10Z"
Expand Down

0 comments on commit 8a535f1

Please sign in to comment.