The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsLearn about Improper Access Control vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for RHEL:7
nodejs
.
Note: Versions mentioned in the description apply only to the upstream nodejs
package and not the nodejs
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
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
or node 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 as node --debug=localhost
. The debugger was removed in Node.js 8 and replaced with the inspector, so no versions from 8 and later are vulnerable.