First published: Thu Mar 08 2018(Updated: )
## Withdrawn Advisory This advisory has been withdrawn because this vulnerability affects inspector code in https://github.com/nodejs/node, not the [legacy debugger](https://nodejs.org/en/docs/inspector#legacy-debugger) at https://github.com/node-inspector/node-inspector. https://github.com/nodejs/node is not in a [supported ecosystem](https://github.com/github/advisory-database/blob/main/README.md#supported-ecosystems). ## Original Description 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.
Credit: cve-request@iojs.org
Affected Software | Affected Version | How to fix |
---|---|---|
npm/node-inspector | >=6.0 | |
redhat/rh-nodejs8-nodejs | <0:8.11.4-1.el7 | 0:8.11.4-1.el7 |
redhat/nodejs | <8.11.0 | 8.11.0 |
redhat/nodejs | <6.14.0 | 6.14.0 |
redhat/nodejs | <9.10.0 | 9.10.0 |
Langgenius Dify Node.js | >=6.0.0<=6.8.1 | |
Langgenius Dify Node.js | >=6.9.0<6.14.0 | |
Langgenius Dify Node.js | >=8.0.0<=8.8.1 | |
Langgenius Dify Node.js | >=8.9.0<8.11.0 | |
Langgenius Dify Node.js | >=9.0.0<9.10.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-7160 is categorized as a low severity vulnerability.
To fix CVE-2018-7160, ensure you are using a version of node-inspector that is below 6.0 or update to a version that addresses the vulnerability.
CVE-2018-7160 affects Node.js versions between 6.0.0 and 8.11.0.
CVE-2018-7160 has been withdrawn, indicating it may no longer pose a threat as initially believed.
CVE-2018-7160 affects the inspector code in Node.js.