CVE-2020-25682: Buffer Overflow
A buffer overflow vulnerability was discovered in the way dnsmasq extract names from DNS packets before validating them with DNSSEC data. An attacker, who can create valid DNS replies, could use this flaw to cause an overflow with arbitrary data in a heap-allocated memory, possibly executing code on the machine. The flaw is in rfc1035.c:extractname() function, which writes data to the memory pointed by name assuming MAXDNAME2 bytes are available in the buffer. However, in some code execution paths it is possible extractname() gets passed an offset from the base buffer, thus reducing in practice the number of available bytes that can be written in the buffer.
Other sources
A flaw was found in dnsmasq before 2.83. A buffer overflow vulnerability was discovered in the way dnsmasq extract names from DNS packets before validating them with DNSSEC data. An attacker on the network, who can create valid DNS replies, could use this flaw to cause an overflow with arbitrary data in a heap-allocated memory, possibly executing code on the machine. The flaw is in the rfc1035.c:extractname() function, which writes data to the memory pointed by name assuming MAXDNAME2 bytes are available in the buffer. However, in some code execution paths, it is possible extractname() gets passed an offset from the base buffer, thus reducing, in practice, the number of available bytes that can be written in the buffer. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is CVE-2020-25682?
CVE-2020-25682 is a buffer overflow vulnerability in dnsmasq before version 2.83.
How does CVE-2020-25682 affect dnsmasq?
CVE-2020-25682 allows an attacker on the network to cause a buffer overflow in dnsmasq by creating valid DNS replies with arbitrary data.
What is the severity of CVE-2020-25682?
CVE-2020-25682 has a severity score of 8.1 (high).
Which software versions are affected by CVE-2020-25682?
CVE-2020-25682 affects dnsmasq versions before 2.83.
How can I fix CVE-2020-25682?
To fix CVE-2020-25682, update dnsmasq to version 2.83 or higher.