DNS rebinding Affecting node package, versions [6.0.0,6.14.0) [8.0.0,8.11.0) [9.0.0,9.10.0)


0.0
high

Snyk CVSS

    Attack Complexity Low
    User Interaction Required
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    EPSS 3.26% (92nd percentile)
Expand this section
NVD
8.8 high
Expand this section
Red Hat
5.8 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-UPSTREAM-NODE-72336
  • published 31 Dec 2018
  • disclosed 26 Dec 2018
  • credit Unknown

How to fix?

Upgrade node to version 6.14.0, 8.11.0, 9.10.0 or higher.

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to DNS rebinding. 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.

References