<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>BIND 9 (9.18.0 Through 9.18.50) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/bind-9-9.18.0-through-9.18.50/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 22 Jul 2026 15:22:33 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/bind-9-9.18.0-through-9.18.50/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-12617: BIND 9 Denial of Service via Malicious DNS Responses</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-12617-bind-dos/</link><pubDate>Wed, 22 Jul 2026 15:22:33 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-12617-bind-dos/</guid><description>This vulnerability affects BIND 9 resolver (`named`) and can lead to unexpected program termination (denial of service). The issue occurs when the resolver receives specific, delayed, or out-of-order responses to queries for CNAME or DNAME and A records. Specifically, if an authoritative server delays a DNAME or self-referential CNAME response while providing an A record, the `named` process may crash.</description><content:encoded><![CDATA[<p>CVE-2026-12617 describes a denial-of-service (DoS) vulnerability impacting the <code>named</code> resolver in various versions of BIND 9. This critical issue stems from how the <code>named</code> process handles specific, delayed, or out-of-order DNS responses, particularly for CNAME, DNAME, and A records. An attacker, by controlling or compromising an authoritative DNS server, can craft a scenario where a client queries for certain record types (e.g., DNAME and an A record below it, or a CNAME and an A record for the same name). If the authoritative server then delivers a positive A record response but delays and subsequently provides a negative DNAME response or a self-referential CNAME response, the <code>named</code> process can terminate unexpectedly. This vulnerability affects BIND 9 versions 9.18.0 through 9.18.50, 9.20.0 through 9.20.24, and specific S1 versions, leading to a disruption of DNS resolution services.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A client system initiates DNS queries to a vulnerable BIND 9 <code>named</code> resolver.</li>
<li>The client's query specifically requests a DNAME record and an A record located hierarchically below that DNAME, or requests a CNAME record and an A record for the same name.</li>
<li>A malicious or compromised authoritative DNS server intercepts these queries or is the designated authority.</li>
<li>The malicious authoritative server immediately responds to the A record query with a positive resolution.</li>
<li>Concurrently, the authoritative server intentionally delays its response to the DNAME or CNAME query.</li>
<li>After a delay, the authoritative server sends a negative response for the DNAME query or a self-referential CNAME response for the CNAME query.</li>
<li>The vulnerable BIND 9 <code>named</code> resolver, processing these out-of-order or specific responses, encounters an unexpected internal state.</li>
<li>The <code>named</code> process terminates abruptly, resulting in a denial of service for DNS resolution services provided by that instance.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-12617 leads directly to a denial of service (DoS) for the affected BIND 9 <code>named</code> resolver. When the <code>named</code> process terminates unexpectedly, it ceases to resolve DNS queries, rendering any services relying on that DNS server unreachable. This can disrupt critical network functions, internal and external website access, email delivery, and any other system dependent on DNS resolution. The impact can range from temporary outages to prolonged service interruptions depending on the organization's DNS infrastructure and recovery procedures.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-12617 immediately by upgrading all affected BIND 9 installations to the patched versions provided by ISC.</li>
<li>Monitor DNS server health and process uptime for <code>named</code> using host-level monitoring tools (e.g., <code>systemd</code>, <code>monit</code>, <code>nagios</code>).</li>
<li>Implement robust logging for DNS query and response anomalies to potentially identify unusual response patterns that could precede or indicate exploitation attempts of CVE-2026-12617.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>vulnerability</category><category>dns</category><category>bind</category><category>linux</category></item></channel></rss>