mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Fix CVE-2017-13704, which resulted in a crash on a large DNS query.
A DNS query recieved by UDP which exceeds 512 bytes (or the EDNS0 packet size, if different.) is enough to cause SIGSEGV.
This commit is contained in:
@@ -17,6 +17,13 @@ version 2.78
|
||||
--strict-order active. Thanks to Hans Dedecker
|
||||
for the patch
|
||||
|
||||
Fix regression in 2.77, ironically added as a security
|
||||
improvement, which resulted in a crash when a DNS
|
||||
query exceeded 512 bytes (or the EDNS0 packet size,
|
||||
if different.) Thanks to Christian Kujau, Arne Woerner
|
||||
Juan Manuel Fernandez and Kevin Darbyshire-Bryant for
|
||||
chasing this one down. CVE-2017-13704 applies.
|
||||
|
||||
|
||||
version 2.77
|
||||
Generate an error when configured with a CNAME loop,
|
||||
|
||||
Reference in New Issue
Block a user