mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:19:59 -04:00
Prepare release notes for BIND 9.18.44
This commit is contained in:
parent
56c4fdb7ff
commit
dd6998527c
2 changed files with 43 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ The list of known issues affecting the latest version in the 9.18 branch can be
|
|||
found at
|
||||
https://gitlab.isc.org/isc-projects/bind9/-/wikis/Known-Issues-in-BIND-9.18
|
||||
|
||||
.. include:: ../notes/notes-9.18.44.rst
|
||||
.. include:: ../notes/notes-9.18.43.rst
|
||||
.. include:: ../notes/notes-9.18.42.rst
|
||||
.. include:: ../notes/notes-9.18.41.rst
|
||||
|
|
|
|||
42
doc/notes/notes-9.18.44.rst
Normal file
42
doc/notes/notes-9.18.44.rst
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
..
|
||||
.. SPDX-License-Identifier: MPL-2.0
|
||||
..
|
||||
.. This Source Code Form is subject to the terms of the Mozilla Public
|
||||
.. License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
..
|
||||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
Notes for BIND 9.18.44
|
||||
----------------------
|
||||
|
||||
Security Fixes
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
- [CVE-2025-13878] Fix incorrect length checks for BRID and HHIT
|
||||
records.
|
||||
|
||||
Malformed BRID and HHIT records could trigger an assertion failure.
|
||||
This has been fixed.
|
||||
|
||||
ISC would like to thank Vlatko Kosturjak from Marlink Cyber for
|
||||
bringing this vulnerability to our attention. :gl:`#5616`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- Allow glue in delegations with QTYPE=ANY.
|
||||
|
||||
When a query for type ANY triggered a delegation response, all
|
||||
additional data was omitted from the response, including mandatory
|
||||
glue. This has been corrected. :gl:`#5659`
|
||||
|
||||
- Reconfigure NSEC3 opt-out zone to NSEC causes zone to be invalid.
|
||||
|
||||
A zone that is signed with NSEC3, opt-out enabled, and then
|
||||
reconfigured to use NSEC, causes the zone to be published with missing
|
||||
NSEC records. This has been fixed. :gl:`#5679`
|
||||
|
||||
|
||||
Loading…
Reference in a new issue