CVE Catalog

CVE-2017-13704

High
Published: Translated: NVD NIST

Summary

In dnsmasq before version 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 zeros, causing dnsmasq to crash.

Risk Assessment

Crashes of dnsmasq can lead to disruptions in DNS service availability, affecting the operation of applications and systems dependent on DNS within the organization.

Recommendation

It is recommended to update dnsmasq to version 2.78 or later to mitigate this vulnerability and prevent potential crashes.

Other vulnerabilities in dnsmasq

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS