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]
+
+
+
+
+