Files
CVEs-PoC/2017/CVE-2017-9430.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2017-9430

Description

Stack-based buffer overflow in dnstracer through 1.9 allows attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a command line with a long name argument that is mishandled in a strcpy call for argv[0]. An example threat model is a web application that launches dnstracer with an untrusted name string.

POC

Reference

Github