Files
CVEs-PoC/2018/CVE-2018-21268.md
T
2024-06-18 02:51:15 +02:00

863 B

CVE-2018-21268

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.

POC

Reference

Github

No PoCs found on GitHub currently.