mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 19:32:50 -04:00
Add CHANGES and release note for [GL #4481]
This commit is contained in:
parent
e28266bfbc
commit
1002f920f6
2 changed files with 8 additions and 1 deletions
5
CHANGES
5
CHANGES
|
|
@ -1,3 +1,8 @@
|
|||
6399. [security] Malicious DNS client that sends many queries over
|
||||
TCP but never reads responses can cause server to
|
||||
respond slowly or not respond at all for other
|
||||
clients. (CVE-2024-0760) [GL #4481]
|
||||
|
||||
6398. [bug] Fix potential data races in our DoH implementation
|
||||
related to HTTP/2 session object management and
|
||||
endpoints set object management after reconfiguration.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ Notes for BIND 9.19.25
|
|||
Security Fixes
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- Malicious DNS client that sends many queries over TCP but never reads
|
||||
responses can cause server to respond slowly or not respond at all for other
|
||||
clients. :cve:`2024-0760` :gl:`#4481`
|
||||
|
||||
New Features
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue