LiveActive security incident?Get immediate response
CVE Record

CVE-2023-42282: The ip package before 1.1.9 for Node.js might allow SSRF because some IP addresses (such as 0x7f.1) are imp...

The ip package before 1.1.9 for Node.js might allow SSRF because some IP addresses (such as 0x7f.1) are improperly categorized as globally routable via isPublic.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Some Node.js applications may trust the ip package to decide whether a destination is public. Versions before 1.1.9 can misclassify certain loopback-style addresses as public, which can weaken SSRF defenses and expose internal services if the application fetches user-controlled URLs.

Executive priority

Treat as high-priority where Node.js applications use this package in SSRF defenses. The issue is critical by CVSS, but business urgency should be based on whether exposed services fetch attacker-controlled URLs.

Technical view

CVE-2023-42282 affects the Node.js ip package before 1.1.9. Its isPublic logic can incorrectly categorize some special IP representations as globally routable, creating an SSRF validation bypass in applications that rely on that result for access control.

Likely exposure

Exposure is most likely in Node.js services using ip before 1.1.9 to validate user-supplied URLs, proxy targets, webhook destinations, importers, or server-side fetch requests.

Exploitation context

The bundle does not show CISA KEV listing or confirmed active exploitation. Public discussion and references describe an SSRF validation weakness and a disputed severity context, so risk depends heavily on how applications use the library.

Researcher notes

The affected CPE data in the bundle is incomplete. Focus analysis on actual dependency presence and whether application logic treats isPublic as a security boundary. Avoid assuming all installations are exploitable.

Mitigation direction

  • Inventory direct and transitive use of the Node.js ip package.
  • Upgrade ip to version 1.1.9 or later where supported.
  • Review SSRF controls that depend on ip.isPublic decisions.
  • Use layered allowlists and network egress controls for server-side fetches.
  • Check vendor advisories for affected downstream products.
  • Prioritize internet-facing services that fetch user-controlled destinations.

Validation and detection

  • Identify package-lock, yarn.lock, or pnpm-lock entries below ip 1.1.9.
  • Search code for ip.isPublic use in request validation paths.
  • Confirm URL fetch features cannot reach internal-only destinations.
  • Review tests covering unusual IP formats and loopback handling.
  • Check vendor appliances or products against published advisories.
Prepared
Confidence
medium
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-42282 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2023-42282Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.