CVE-2018-21268
Published
CVSS v3
10
CRITICAL
CVSS v2
7.5
HIGH
Affected
2
PROJECTS
Description
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.