]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add CVE, correct change 3388
authorEvan Hunt <each@isc.org>
Fri, 18 Jan 2013 22:19:36 +0000 (14:19 -0800)
committerEvan Hunt <each@isc.org>
Fri, 18 Jan 2013 22:19:36 +0000 (14:19 -0800)
CHANGES

diff --git a/CHANGES b/CHANGES
index e7f16ca0d75d6bc9ecba1154ceeed8201fb2c736..da71c8feb4cba5453d1121717c55f5034fb4d847 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 3468.  [security]      RPZ rules to generate A records (but not AAAA records)
                        could trigger an assertion failure when used in
-                       conjunction with DNS64. [RT #32141]
+                       conjunction with DNS64 (CVE-2012-5689). [RT #32141]
 
 3467.  [bug]           Added checks in dnssec-keygen and dnssec-settime
                        to check for delete date < inactive date. [RT #31719]
 
 3389.  [bug]           Always return NOERROR (not 0) in TSIG. [RT #31275]
 
-3388.  [bug]           Fixed several Coverity warnings. [RT #30996]
+3388.  [bug]           Fixed several Coverity warnings.
+                       Note: This change includes a fix for a bug that
+                       was subsequently determined to be an exploitable
+                       security vulnerability, CVE-2012-5688: named could
+                       die on specific queries with dns64 enabled.
+                       [RT #30996]
 
 3387.  [func]          DS digest can be disabled at runtime with
                        disable-ds-digests. [RT #21581]