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.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://www.exploit-db.com/exploits/42115/ | third party advisory exploit |
https://cxsecurity.com/issue/WLB-2017060030 | third party advisory |
https://www.exploit-db.com/exploits/42424/ | exploit |
https://packetstormsecurity.com/files/142799/DNSTracer-1.8.1-Buffer-Overflow.html | third party advisory |