]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release notes for [GL #3523]
authorEvan Hunt <each@isc.org>
Thu, 1 Sep 2022 23:34:21 +0000 (16:34 -0700)
committerMichał Kępień <michal@isc.org>
Thu, 12 Jan 2023 11:21:36 +0000 (12:21 +0100)
(cherry picked from commit 991de0aa7612cca50eae26b92b764cd5e37a3179)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b745a7d0e55ce01b9aea6dc9e0909349bc2d68e3..ad5c34c83627eebbea75a95add335c50de6b4379 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+6064.  [security]      An UPDATE message flood could cause named to exhaust all
+                       available memory. This flaw was addressed by adding a
+                       new "update-quota" statement that controls the number of
+                       simultaneous UPDATE messages that can be processed or
+                       forwarded. The default is 100. A stats counter has been
+                       added to record events when the update quota is
+                       exceeded, and the XML and JSON statistics version
+                       numbers have been updated. (CVE-2022-3094) [GL #3523]
+
 6062.  [func]          The DSCP implementation, which has only been
                        partly operational since 9.16.0, is now marked as
                        deprecated. Configuring DSCP values in named.conf
index a72ee5743722dc495ce54040b7cedf0a58fc6008..6ce4145851f64f6adb1ac3d291beb427a0b92644 100644 (file)
@@ -15,12 +15,25 @@ Notes for BIND 9.16.37
 Security Fixes
 ~~~~~~~~~~~~~~
 
-- None.
+- An UPDATE message flood could cause :iscman:`named` to exhaust all
+  available memory. This flaw was addressed by adding a new
+  ``update-quota`` option that controls the maximum number of
+  outstanding DNS UPDATE messages that :iscman:`named` can hold in a
+  queue at any given time (default: 100). (CVE-2022-3094)
+
+  ISC would like to thank Rob Schulhof from Infoblox for bringing this
+  vulnerability to our attention. :gl:`#3523`
 
 New Features
 ~~~~~~~~~~~~
 
-- None.
+- The new ``update-quota`` option can be used to control the number of
+  simultaneous DNS UPDATE messages that can be processed to update an
+  authoritative zone on a primary server, or forwarded to the primary
+  server by a secondary server. The default is 100. A new statistics
+  counter has also been added to record events when this quota is
+  exceeded, and the version numbers for the XML and JSON statistics
+  schemas have been updated. :gl:`#3523`
 
 Removed Features
 ~~~~~~~~~~~~~~~~