From 111d5ef471ecec90671f480afd8f93e550a80917 Mon Sep 17 00:00:00 2001
From: Tinderbox User
+ Addresses could be referenced after being freed during resolver + processing, causing an assertion failure. The chances of this + happening were remote, but the introduction of a delay in + resolution increased them. This bug is disclosed in + CVE-2017-3145. [RT #46839] +
++ Attempting to validate improperly unsigned CNAME responses + from secure zones could cause a validator loop. This caused + a delay in returning SERVFAIL and also increased the chances + of encountering the crash bug described in CVE-2017-3145. + [RT #46839] +
+When named was reconfigured, failure of some diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 34e75ee8c8..9863f4c344 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -135,6 +135,15 @@ [RT #45181]
+ Addresses could be referenced after being freed during resolver + processing, causing an assertion failure. The chances of this + happening were remote, but the introduction of a delay in + resolution increased them. This bug is disclosed in + CVE-2017-3145. [RT #46839] +
++ Attempting to validate improperly unsigned CNAME responses + from secure zones could cause a validator loop. This caused + a delay in returning SERVFAIL and also increased the chances + of encountering the crash bug described in CVE-2017-3145. + [RT #46839] +
+When named was reconfigured, failure of some