LiveActive security incident?Get immediate response
CVE Record

CVE-2018-7160: The Node.js inspector, in 6.x and later is vulnerable to a DNS rebinding attack which could be exploited to...

The Node.js inspector, in 6.x and later is vulnerable to a DNS rebinding attack which could be exploited to perform remote code execution. An attack is possible from malicious websites open in a web browser on the same computer, or another computer with network access to the computer running the Node.js process. A malicious website could use a DNS rebinding attack to trick the web browser to bypass same-origin-policy checks and to allow HTTP connections to localhost or to hosts on the local network. If a Node.js process with the debug port active is running on localhost or on a host on the local network, the malicious website could connect to it as a debugger, and get full code execution access.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue affects Node.js processes running with the inspector/debug port enabled. A malicious website opened by a user on the same machine, or from a system with network access, could use DNS rebinding to connect as a debugger and gain code execution.

Executive priority

Treat as high priority where Node.js debugging is enabled or reachable. Ordinary web applications are not automatically exposed unless the inspector/debug port is active, but compromise could mean full code execution.

Technical view

CVE-2018-7160 is a DNS rebinding weakness in the Node.js inspector for Node.js 6.x and later, with affected ranges listed for 6.x, 8.x, and 9.x. The risk depends on an active debug port reachable from localhost or the local network.

Likely exposure

Exposure is most likely in development, test, or operational troubleshooting environments where Node.js inspector/debugging is enabled. Production exposure is higher if debug ports are left active or reachable on local networks.

Exploitation context

The provided sources describe possible remote code execution through a malicious website and DNS rebinding. The bundle does not show CISA KEV status or other evidence of active exploitation.

Researcher notes

The key condition is browser-mediated DNS rebinding to a reachable Node.js inspector endpoint. Evidence in the bundle is sufficient for exposure analysis, but it does not include CVSS details, fixed version numbers, or active exploitation evidence.

Mitigation direction

  • Check Node.js vendor guidance and March 2018 security releases for fixed versions.
  • Upgrade affected Node.js 6.x, 8.x, and 9.x deployments per vendor guidance.
  • Disable the inspector/debug port outside controlled debugging sessions.
  • Restrict debugger access to trusted hosts and networks only.
  • Review third-party vendor advisories for bundled Node.js exposure.

Validation and detection

  • Inventory Node.js versions across development, CI, servers, and appliances.
  • Identify processes launched with inspector or debug options enabled.
  • Confirm debug ports are not reachable from untrusted local or network contexts.
  • Review firewall and host controls around local network debugger access.
  • Check vendor products that embed Node.js against their advisories.
Prepared
Confidence
high
Sources
5

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 · low confidence lookup

CWE-350: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2018-7160 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
The Node.js ProjectNode.js^6.0.0 || ^8.0.0 || ^9.0.0Listed
Weakness

CWE details

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

CWE-350 · source CWE mapping

Reliance on Reverse DNS Resolution for a Security-Critical Action

Reliance on Reverse DNS Resolution for a Security-Critical Action represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.