From 3b18b5cba9fd60e5a9f2ea4dc1b9ffcc1d2bbfe5 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 fd5aa7bfa2..0811b40906 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -113,6 +113,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