From 404be59527c95b4631f2c6cdf072d5c7e0e3240d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 12 Mar 2019 15:21:10 -0700 Subject: [PATCH] CHANGES, release note (cherry picked from commit ab5473007e91f011d003ff0ba5ab32fa0d56360c) --- CHANGES | 5 +++++ doc/arm/notes.xml | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGES b/CHANGES index 2fd7265a88..c055791997 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ 5201. [bug] Fix a possible deadlock in RPZ update code. [GL #973] +5199. [security] In certain configurations, named could crash + if nxdomain-redirect was in use and a redirected + query resulted in an NXDOMAIN from the cache. + (CVE-2019-6467) [GL #880] + 5198. [bug] If a fetch context was being shut down and, at the same time, we returned from qname minimization, an INSIST could be hit. [GL #966] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 37ff53a7ac..225a68245e 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -86,6 +86,19 @@ +
Security Fixes + + + + In certain configurations, named could crash + with an assertion failure if nxdomain-redirect + was in use and a redirected query resulted in an NXDOMAIN from the + cache. This flaw is disclosed in CVE-2019-6467. [GL #880] + + + +
+
New Features