jaw187/node-traceroute

jaw187/node-traceroute

Releases1
Frequency
Last Release
Stars24
Wrapper around native traceroute command

CVE History

CVEPublishedCVSS v3CVSS v2
10 CRITICAL7.5 HIGH

The traceroute (aka node-traceroute) package through 1.0.0 for Node.js allows remote command injection via the host parameter. This occurs because the Child.exec() method, which is considered to be not entirely safe, is used. In particular, an OS command can be placed after a newline character.