Node.js: All versions prior to Node.js 6.15.0: Debugger...
High severity
Unreviewed
Published
May 13, 2022
to the GitHub Advisory Database
•
Updated Jan 27, 2023
Description
Published by the National Vulnerability Database
Nov 28, 2018
Published to the GitHub Advisory Database
May 13, 2022
Last updated
Jan 27, 2023
Node.js: All versions prior to Node.js 6.15.0: Debugger port 5858 listens on any interface by default: When the debugger is enabled with
node --debug
ornode debug
, it listens to port 5858 on all interfaces by default. This may allow remote computers to attach to the debug port and evaluate arbitrary JavaScript. The default interface is now localhost. It has always been possible to start the debugger on a specific interface, such asnode --debug=localhost
. The debugger was removed in Node.js 8 and replaced with the inspector, so no versions from 8 and later are vulnerable.References