]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] add CVE, correct change 3388
authorEvan Hunt <each@isc.org>
Fri, 18 Jan 2013 22:20:03 +0000 (14:20 -0800)
committerEvan Hunt <each@isc.org>
Fri, 18 Jan 2013 22:20:03 +0000 (14:20 -0800)
(cherry picked from commit 3806133da574f4570db3005473e0d56b746cc6ea)

CHANGES

diff --git a/CHANGES b/CHANGES
index 9c2c74d4d9d3c767222fdc0325270fc475dab907..2e98c781a84b21d0c50a9253e40b8f7f74e33c24 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
        
 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]
 
 3386.  [bug]           Address locking violation when generating new NSEC /
                        NSEC3 chains. [RT #31224]