]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.16.48
authorMichał Kępień <michal@isc.org>
Sun, 11 Feb 2024 11:10:17 +0000 (12:10 +0100)
committerMichał Kępień <michal@isc.org>
Sun, 11 Feb 2024 11:10:17 +0000 (12:10 +0100)
doc/arm/notes.rst
doc/notes/notes-9.16.47.rst
doc/notes/notes-9.16.48.rst [new file with mode: 0644]

index 94e0ce43af730defc48fa7a58c1d7b9f469ec567..1fecc7758626295814343161f258d9394cde9528 100644 (file)
@@ -46,6 +46,7 @@ for Microsoft Windows operating systems.
 
 .. include:: ../notes/notes-known-issues.rst
 
+.. include:: ../notes/notes-9.16.48.rst
 .. include:: ../notes/notes-9.16.47.rst
 .. include:: ../notes/notes-9.16.46.rst
 .. include:: ../notes/notes-9.16.45.rst
index 69a8a8b0f5cf2065a7a1fd508af7550a5ad3be47..bf39c3d81597fb61f23ba9ed30b940769101e695 100644 (file)
 Notes for BIND 9.16.47
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
+.. note::
 
-- Validating DNS messages containing a lot of DNSSEC signatures could
-  cause excessive CPU load, leading to a denial-of-service condition.
-  This has been fixed. :cve:`2023-50387`
-
-  ISC would like to thank Elias Heftrig, Haya Schulmann, Niklas Vogel,
-  and Michael Waidner from the German National Research Center for
-  Applied Cybersecurity ATHENE for bringing this vulnerability to our
-  attention. :gl:`#4424`
-
-- Parsing DNS messages with many different names could cause excessive
-  CPU load. This has been fixed. :cve:`2023-4408`
-
-  ISC would like to thank Shoham Danino from Reichman University, Anat
-  Bremler-Barr from Tel-Aviv University, Yehuda Afek from Tel-Aviv
-  University, and Yuval Shavitt from Tel-Aviv University for bringing
-  this vulnerability to our attention. :gl:`#4234`
-
-- Specific queries could cause :iscman:`named` to crash with an
-  assertion failure when ``nxdomain-redirect`` was enabled. This has
-  been fixed. :cve:`2023-5517` :gl:`#4281`
-
-- A bad interaction between DNS64 and serve-stale could cause
-  :iscman:`named` to crash with an assertion failure, when both of these
-  features were enabled. This has been fixed. :cve:`2023-5679`
-  :gl:`#4334`
-
-- Query patterns that continuously triggered cache database maintenance
-  could cause an excessive amount of memory to be allocated, exceeding
-  ``max-cache-size`` and potentially leading to all available memory on
-  the host running :iscman:`named` being exhausted. This has been fixed.
-  :cve:`2023-6516`
-
-  ISC would like to thank Infoblox for bringing this vulnerability to
-  our attention. :gl:`#4383`
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- Support for using AES as the DNS COOKIE algorithm (``cookie-algorithm
-  aes;``) has been deprecated and will be removed in a future release.
-  Please use the current default, SipHash-2-4, instead. :gl:`#4421`
-
-Known Issues
-~~~~~~~~~~~~
-
-- There are no new known issues with this release. See :ref:`above
-  <relnotes_known_issues>` for a list of all known issues affecting this
-  BIND 9 branch.
+   The BIND 9.16.47 release was withdrawn after the discovery of a
+   regression in a security fix in it during pre-release testing. ISC
+   would like to acknowledge the assistance of Vinzenz Vogel and Daniel
+   Stirnimann of SWITCH.
diff --git a/doc/notes/notes-9.16.48.rst b/doc/notes/notes-9.16.48.rst
new file mode 100644 (file)
index 0000000..6521b42
--- /dev/null
@@ -0,0 +1,65 @@
+.. 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.16.48
+----------------------
+
+Security Fixes
+~~~~~~~~~~~~~~
+
+- Validating DNS messages containing a lot of DNSSEC signatures could
+  cause excessive CPU load, leading to a denial-of-service condition.
+  This has been fixed. :cve:`2023-50387`
+
+  ISC would like to thank Elias Heftrig, Haya Schulmann, Niklas Vogel,
+  and Michael Waidner from the German National Research Center for
+  Applied Cybersecurity ATHENE for bringing this vulnerability to our
+  attention. :gl:`#4424`
+
+- Parsing DNS messages with many different names could cause excessive
+  CPU load. This has been fixed. :cve:`2023-4408`
+
+  ISC would like to thank Shoham Danino from Reichman University, Anat
+  Bremler-Barr from Tel-Aviv University, Yehuda Afek from Tel-Aviv
+  University, and Yuval Shavitt from Tel-Aviv University for bringing
+  this vulnerability to our attention. :gl:`#4234`
+
+- Specific queries could cause :iscman:`named` to crash with an
+  assertion failure when ``nxdomain-redirect`` was enabled. This has
+  been fixed. :cve:`2023-5517` :gl:`#4281`
+
+- A bad interaction between DNS64 and serve-stale could cause
+  :iscman:`named` to crash with an assertion failure, when both of these
+  features were enabled. This has been fixed. :cve:`2023-5679`
+  :gl:`#4334`
+
+- Query patterns that continuously triggered cache database maintenance
+  could cause an excessive amount of memory to be allocated, exceeding
+  ``max-cache-size`` and potentially leading to all available memory on
+  the host running :iscman:`named` being exhausted. This has been fixed.
+  :cve:`2023-6516`
+
+  ISC would like to thank Infoblox for bringing this vulnerability to
+  our attention. :gl:`#4383`
+
+Removed Features
+~~~~~~~~~~~~~~~~
+
+- Support for using AES as the DNS COOKIE algorithm (``cookie-algorithm
+  aes;``) has been deprecated and will be removed in a future release.
+  Please use the current default, SipHash-2-4, instead. :gl:`#4421`
+
+Known Issues
+~~~~~~~~~~~~
+
+- There are no new known issues with this release. See :ref:`above
+  <relnotes_known_issues>` for a list of all known issues affecting this
+  BIND 9 branch.