From 8881b5083e9eba6c400429dabe2fcd96acef8c6c Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 28 Dec 2016 19:56:52 -0800 Subject: [PATCH] [v9_10] release notes --- doc/arm/notes.xml | 51 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 16 deletions(-) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index e4431eda92..1ca806a6eb 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -40,19 +40,43 @@
Security Fixes + + + named could mishandle authority sections + with missing RRSIGs, triggering an assertion failure. This + flaw is disclosed in CVE-2016-9444. [RT #43632] + + + + + named mishandled some responses where + covering RRSIG records were returned without the requested + data, resulting in an assertion failure. This flaw is + disclosed in CVE-2016-9147. [RT #43548] + + + + + named incorrectly tried to cache TKEY + records which could trigger an assertion failure when there was + a class mismatch. This flaw is disclosed in CVE-2016-9131. + [RT #43522] + + It was possible to trigger assertions when processing - responses containing an answer of type DNAME. This flaw is + responses containing answers of type DNAME. This flaw is disclosed in CVE-2016-8864. [RT #43465] Added the ability to specify the maximum number of records - permitted in a zone (max-records #;). This provides a mechanism - to block overly large zone transfers, which is a potential risk - with slave zones from other parties, as described in CVE-2016-6170. + permitted in a zone (). + This provides a mechanism to block overly large zone + transfers, which is a potential risk with slave zones from + other parties, as described in CVE-2016-6170. [RT #42143] @@ -65,11 +89,13 @@ - getrrsetbyname with a non absolute name could trigger an - infinite recursion bug in lwresd and named with lwres - configured if when combined with a search list entry the - resulting name is too long. This flaw is disclosed in - CVE-2016-2775. [RT #42694] + Calling getrrsetbyname() with a non + absolute name could trigger an infinite recursion bug in + lwresd or named with + lwres configured if, when combined with + a search list entry from resolv.conf, + the resulting name is too long. This flaw is disclosed in + CVE-2016-2775. [RT #42694] @@ -98,13 +124,6 @@ prefix. - - - Named incorrectly tried to cache TKEY records which could - trigger a assertion failure when there was a class mismatch. - This flaw is disclosed in CVE-2016-9131. [RT #43522] - -