]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3619]
authorAram Sargsyan <aram@isc.org>
Mon, 14 Nov 2022 12:30:49 +0000 (12:30 +0000)
committerMichał Kępień <michal@isc.org>
Thu, 12 Jan 2023 11:54:02 +0000 (12:54 +0100)
(cherry picked from commit d08a478b4219163bcba3f31641f8f1d4e77681ff)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index bdfbf45a2dc4035afbf90a1b49a97461d19f181f..420cd05e7f35880f92643574b91847ae0e72ffe6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6067.  [security]      Fix serve-stale crash when recursive clients soft quota
+                       is reached. (CVE-2022-3924) [GL #3619]
+
 6066.  [security]      Handle RRSIG lookups when serve-stale is active.
                        (CVE-2022-3736) [GL #3622]
 
index a5b1df29827c984db226cc930780e7cc203d55d6..e58b5ec8d8d88a22ec81fc1b9e64e44276b6bbd2 100644 (file)
@@ -32,6 +32,15 @@ Security Fixes
   Iratxe Niño from Fundación Sarenet) for bringing this vulnerability to
   our attention. :gl:`#3622`
 
+- :iscman:`named` running as a resolver with the
+  :any:`stale-answer-client-timeout` option set to any value greater
+  than ``0`` could crash with an assertion failure, when the
+  :any:`recursive-clients` soft quota was reached. This has been fixed.
+  (CVE-2022-3924)
+
+  ISC would like to thank Maksym Odinintsev from AWS for bringing this
+  vulnerability to our attention. :gl:`#3619`
+
 New Features
 ~~~~~~~~~~~~