mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Calculate length of TFTP error reply correctly.
This commit is contained in:
14
CHANGELOG
14
CHANGELOG
@@ -1,3 +1,17 @@
|
||||
version 2.77
|
||||
Calculate the length of TFTP error reply packet
|
||||
correctly. This fixes a problem when the error
|
||||
message in a TFTP packet exceeds the arbitrary
|
||||
limit of 500 characters. The message was correctly
|
||||
truncated, but not the packet length, so
|
||||
extra data was appended. This is a possible
|
||||
security risk, since the extra data comes from
|
||||
a buffer which is also used for DNS, so that
|
||||
previous DNS queries or replies may be leaked.
|
||||
Thanks to Mozilla for funding the security audit
|
||||
which spotted this bug.
|
||||
|
||||
|
||||
version 2.76
|
||||
Include 0.0.0.0/8 in DNS rebind checks. This range
|
||||
translates to hosts on the local network, or, at
|
||||
|
||||
Reference in New Issue
Block a user