]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #1997
authorEvan Hunt <each@isc.org>
Fri, 10 Jul 2020 21:14:07 +0000 (14:14 -0700)
committerMichał Kępień <michal@isc.org>
Wed, 5 Aug 2020 13:44:18 +0000 (15:44 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index db4f998f01e35e867491bbb530dc7fa83a053c8a..80a180c9e434b959cf6711102c394401f4cb485e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        system, but the Duplicate Address Detection (DAD)
                        mechanism had not yet finished. [GL #2038]
 
+5479.  [security]      named could crash in certain query resolution scenarios
+                       where QNAME minimization and forwarding were both
+                       enabled. (CVE-2020-8621) [GL #1997]
+
 5478.  [security]      It was possible to trigger an assertion failure by
                        sending a specially crafted large TCP DNS message.
                        (CVE-2020-8620) [GL #1996]
index 496ab11af8bf6034de9e501c73fa227f0cc24917..8869aff882cde70cd8a905a2198992b9b4987880 100644 (file)
@@ -20,6 +20,15 @@ Security Fixes
   ISC would like to thank Emanuel Almeida of Cisco Systems, Inc. for
   bringing this vulnerability to our attention. [GL #1996]
 
+- ``named`` could crash after failing an assertion check in certain
+  query resolution scenarios where QNAME minimization and forwarding
+  were both enabled. To prevent such crashes, QNAME minimization is now
+  always disabled for a given query resolution process, if forwarders
+  are used at any point. This was disclosed in CVE-2020-8621.
+
+  ISC would like to thank Joseph Gullo for bringing this vulnerability
+  to our attention. [GL #1997]
+
 Known Issues
 ~~~~~~~~~~~~