]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Retroactively add release note for CVE-2023-50868
authorMichał Kępień <michal@isc.org>
Wed, 14 Feb 2024 13:49:49 +0000 (14:49 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 14 Feb 2024 13:49:49 +0000 (14:49 +0100)
A release note for CVE-2023-50868 was not included in BIND 9.19.21, even
though that vulnerability was already addressed in that release (by the
fix for CVE-2023-50387).  Retroactively add a relevant release note for
BIND 9.19.21.

doc/notes/notes-9.19.21.rst

index 16f1b7bc3bb27455f21c54f5ece7b2ea42de60d5..f05931459883dc883390bbfa7c6f53e7de64b19d 100644 (file)
@@ -24,6 +24,10 @@ Security Fixes
   Applied Cybersecurity ATHENE for bringing this vulnerability to our
   attention. :gl:`#4424`
 
+- Preparing an NSEC3 closest encloser proof could cause excessive CPU
+  load, leading to a denial-of-service condition. This has been fixed.
+  :cve:`2023-50868` :gl:`#4459`
+
 - Parsing DNS messages with many different names could cause excessive
   CPU load. This has been fixed. :cve:`2023-4408`