mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Security fix, CVE-2017-14496, Integer underflow in DNS response creation.
Fix DoS in DNS. Invalid boundary checks in the add_pseudoheader function allows a memcpy call with negative size An attacker which can send malicious DNS queries to dnsmasq can trigger a DoS remotely. dnsmasq is vulnerable only if one of the following option is specified: --add-mac, --add-cpe-id or --add-subnet.
This commit is contained in:
11
CHANGELOG
11
CHANGELOG
@@ -60,6 +60,17 @@ version 2.78
|
||||
and Kevin Hamacher of the Google Security Team for
|
||||
finding this.
|
||||
|
||||
Fix DoS in DNS. Invalid boundary checks in the
|
||||
add_pseudoheader function allows a memcpy call with negative
|
||||
size An attacker which can send malicious DNS queries
|
||||
to dnsmasq can trigger a DoS remotely.
|
||||
dnsmasq is vulnerable only if one of the following option is
|
||||
specified: --add-mac, --add-cpe-id or --add-subnet.
|
||||
CVE-2017-14496 applies.
|
||||
Credit to Felix Wilhelm, Fermin J. Serna, Gabriel Campana
|
||||
and Kevin Hamacher of the Google Security Team for
|
||||
finding this.
|
||||
|
||||
|
||||
version 2.77
|
||||
Generate an error when configured with a CNAME loop,
|
||||
|
||||
Reference in New Issue
Block a user