mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:02:07 -04:00
Add CHANGES and release notes for [GL #2839]
This commit is contained in:
parent
87d5c8ab7c
commit
265fae928a
2 changed files with 7 additions and 1 deletions
4
CHANGES
4
CHANGES
|
|
@ -29,7 +29,9 @@
|
|||
predecessor key that does not need to be refreshed.
|
||||
[GL #1551]
|
||||
|
||||
5689. [placeholder]
|
||||
5689. [security] An assertion failure occurred when rate-limiting
|
||||
was applied to a UDP packet exceeding the link MTU
|
||||
size. (CVE-2021-25218) [GL #2839]
|
||||
|
||||
5688. [bug] Inline and dnssec-policy zones could fail to apply
|
||||
changes from the unsigned zone to the signed zone
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@ Security Fixes
|
|||
the opcode of those responses and rejecting the messages if they don't
|
||||
match the expected value. :gl:`#2762`
|
||||
|
||||
- Fix an assertion failure that occured in ``named`` when attempting to send
|
||||
a UDP packet exceeding the MTU size if rate-limiting was enabled.
|
||||
(CVE-2021-25218) :gl:`#2839`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue