cve/2017/CVE-2017-13704.md
2024-06-18 02:51:15 +02:00

824 B

CVE-2017-13704

Description

In dnsmasq before 2.78, if the DNS packet size does not match the expected size, the size parameter in a memset call gets a negative value. As it is an unsigned value, memset ends up writing up to 0xffffffff zero's (0xffffffffffffffff in 64 bit platforms), making dnsmasq crash.

POC

Reference

Github

No PoCs found on GitHub currently.