<?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.21.0 Through 9.21.23) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/bind-9-9.21.0-through-9.21.23/</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:24:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/bind-9-9.21.0-through-9.21.23/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-13321 BIND Resolver Origin Validation Error</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-13321-bind-nsec-vulnerability/</link><pubDate>Wed, 22 Jul 2026 15:24:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-13321-bind-nsec-vulnerability/</guid><description>CVE-2026-13321 describes a vulnerability in the BIND resolver where it incorrectly accepts validly-signed NSEC records that contain a 'Next Domain Name' field pointing outside the signer's zone, impacting integrity with a CVSSv3.1 score of 8.6 and requiring immediate updates to affected BIND 9 installations.</description><content:encoded><![CDATA[<p>CVE-2026-13321, identified by the Internet Systems Consortium (ISC), details an origin validation error (CWE-346) in the BIND 9 DNS resolver. This vulnerability allows the resolver to accept validly-signed NSEC records even when their &quot;Next Domain Name&quot; field references a domain name outside the signer's designated zone. This critical flaw has a CVSSv3.1 base score of 8.6, indicating a high impact on integrity. The issue affects a wide range of BIND 9 versions, including 9.11.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, and their corresponding -S1 series. Organizations operating affected BIND resolvers are at risk of DNS cache poisoning or other DNS-based attacks due to improper validation of DNSSEC records. The vulnerability enables an attacker to manipulate DNS resolution, potentially leading to redirection to malicious servers or interception of network traffic.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-13321 could lead to significant integrity compromises within organizations reliant on vulnerable BIND resolvers. The high integrity impact (I:H) indicated by the CVSS score suggests that an attacker could inject malicious or incorrect data into the DNS cache. This cache poisoning could enable DNS spoofing, where users are redirected to attacker-controlled websites instead of legitimate ones. Such redirection can facilitate phishing attacks, credential harvesting, or the delivery of malware. Organizations, regardless of sector, that use affected BIND versions for DNS resolution are vulnerable to these attacks, potentially leading to data breaches, service disruptions, and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update all affected BIND 9 installations to patched versions available from ISC to remediate CVE-2026-13321. Specifically, update BIND 9.18.50 to 9.18.51, 9.20.24 to 9.20.26, and 9.21.23 to 9.21.24 or newer as referenced in the ISC advisory.</li>
<li>Regularly monitor DNS query and response logs for anomalies, especially around NSEC records or unexpected domain resolutions, to detect potential exploitation attempts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>dns</category><category>bind</category></item><item><title>CVE-2026-13204: BIND 9 Denial-of-Service Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-13204-bind-dos/</link><pubDate>Wed, 22 Jul 2026 15:23:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-13204-bind-dos/</guid><description>A critical vulnerability (CVE-2026-13204) in Internet Systems Consortium (ISC) BIND 9 can lead to a denial-of-service condition where the server exits unexpectedly due to an assertion failure during DNSSEC validation of specific NSEC/NSEC3 record configurations. This allows an unauthenticated attacker to cause a BIND 9 DNS resolver to crash, disrupting DNS resolution services.</description><content:encoded><![CDATA[<p>A high-severity denial-of-service vulnerability, identified as CVE-2026-13204, has been discovered in multiple versions of Internet Systems Consortium (ISC) BIND 9. This flaw exists in the DNSSEC validation logic. Specifically, if a DNS resolver running a vulnerable BIND 9 version attempts to validate a provably insecure domain where the parent zone provides both NSEC (Next Secure) and NSEC3 (NSEC version 3) records, but an RRSIG (Resource Record Signature) exists for only one of these types, the BIND process may terminate unexpectedly. This assertion failure effectively causes a denial of service for the affected BIND server, disrupting DNS resolution for its clients. The vulnerability affects BIND 9 versions 9.11.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, and specific extended support versions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker controls an authoritative DNS server for a malicious domain.</li>
<li>The attacker configures their authoritative server to serve the parent zone of the malicious domain with both NSEC and NSEC3 records.</li>
<li>The attacker deliberately ensures that an RRSIG (DNSSEC signature) is present for only one of these record types (either NSEC or NSEC3), but not both, for the malicious domain's non-existent records.</li>
<li>A vulnerable BIND 9 DNS resolver attempts to validate a query for a non-existent record within this malicious domain.</li>
<li>During DNSSEC validation, the BIND resolver attempts to process the insecure domain's NSEC and NSEC3 records and their RRSIGs as provided by the attacker-controlled authoritative server.</li>
<li>Due to the specific and malformed configuration (presence of both NSEC/NSEC3 records with an RRSIG for only one), the BIND resolver encounters an assertion failure within its validation logic.</li>
<li>The BIND 9 server process exits unexpectedly, leading to a denial of service for all DNS resolution requests that it handles.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-13204 leads to a complete denial of service for the affected BIND 9 DNS resolver. This can prevent users and systems reliant on the compromised resolver from accessing internet resources, causing significant operational disruption. With a CVSS v3.1 Base Score of 7.5 (High), this vulnerability poses a severe risk to organizations running vulnerable BIND 9 instances. The impact is network-wide, as DNS is a fundamental service for internet communication. Any organization utilizing affected BIND 9 versions for their DNS infrastructure is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Prioritize patching all affected BIND 9 instances to a fixed version as soon as possible, referencing the security advisories linked in this brief. Specific versions 9.11.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, 9.11.3-S1 through 9.18.50-S1, and 9.20.9-S1 through 9.20.24-S1 are affected.</li>
<li>Monitor BIND 9 server logs for unexpected process terminations or assertion failures, which may indicate attempted exploitation of CVE-2026-13204.</li>
<li>Ensure robust monitoring and alerting for DNS service availability to quickly detect and respond to potential denial-of-service events on BIND 9 servers.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>dns</category><category>dos</category><category>vulnerability</category><category>bind</category><category>cve</category></item><item><title>CVE-2026-11622: BIND 9 DNSSEC Resolver Memory Exhaustion Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-11622-dnssec-memory-dos/</link><pubDate>Wed, 22 Jul 2026 15:20:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-11622-dnssec-memory-dos/</guid><description>A DNSSEC validating resolver, specifically BIND 9 versions within the ranges 9.11.0-9.18.50, 9.20.0-9.20.24, 9.21.0-9.21.23, and their S1 variants, is vulnerable to a denial-of-service attack where an attacker can launch a random subdomain attack against a DNSSEC-signed zone by sending queries faster than the resolver can perform validation, leading to runaway memory usage and potentially exceeding configured limits by orders of magnitude.</description><content:encoded><![CDATA[<p>CVE-2026-11622 details a critical vulnerability affecting multiple versions of ISC BIND 9, a widely used DNS software. This flaw impacts DNSSEC validating resolvers, allowing an unauthenticated attacker to trigger a denial-of-service (DoS) condition. The attack involves initiating a &quot;random subdomain attack&quot; against a DNSSEC-signed zone. By sending a high volume of queries for non-existent, random subdomains, the attacker can force the resolver to consume excessive memory. The vulnerability specifically targets BIND 9 versions from 9.11.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, and their respective S1 branches (9.11.3-S1 through 9.18.50-S1, and 9.20.9-S1 through 9.20.24-S1). This uncontrolled memory growth can occur even when <code>max-cache-size</code> limits are configured, rendering the resolver unresponsive and disrupting critical DNS resolution services.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a target BIND 9 DNSSEC validating resolver and a DNSSEC-signed zone that the resolver can query.</li>
<li>The attacker initiates a flood of DNS queries for non-existent, random subdomains (e.g., <code>randomstring.example.com</code>) within the chosen DNSSEC-signed zone.</li>
<li>The vulnerable BIND 9 resolver attempts to validate each unique non-existent subdomain query, a process that is computationally intensive for DNSSEC.</li>
<li>The rate at which the attacker sends queries for new, random subdomains exceeds the resolver's capacity to complete DNSSEC validation for each request.</li>
<li>As the resolver's cache attempts to store validation states for numerous unique, non-existent entries, its memory usage begins to increase rapidly.</li>
<li>The memory consumption escalates significantly, potentially by orders of magnitude beyond any configured <code>max-cache-size</code> parameter due to the nature of DNSSEC validation state storage.</li>
<li>The BIND 9 process exhausts available memory resources, leading to a crash or severe performance degradation, effectively causing a denial-of-service condition for all DNS queries.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-11622 leads to a complete denial-of-service for affected BIND 9 DNSSEC validating resolvers. This means that organizations relying on these resolvers will experience service outages for DNS resolution, preventing access to internal and external resources that depend on DNS. The impact can be severe for internet service providers, enterprises, and other entities running vulnerable BIND instances, causing widespread network disruptions and unavailability of critical applications. The memory exhaustion can persist even with cache size limits, making manual intervention necessary to restore service.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-11622 on all affected BIND 9 instances immediately by upgrading to a version where the vulnerability is resolved. Consult ISC advisories for specific patched versions.</li>
<li>Monitor DNS server resource utilization (CPU, memory, network I/O) for anomalies. Sudden spikes in memory usage on BIND 9 servers could indicate an attempted or ongoing exploitation of CVE-2026-11622.</li>
<li>Implement rate limiting on incoming DNS queries where feasible to mitigate the impact of high-volume attacks, though this may not fully prevent memory exhaustion for CVE-2026-11622.</li>
<li>Review DNS query logs for unusual patterns, such as a high volume of queries for random, non-existent subdomains from a single source or a small set of sources, which could indicate a random subdomain attack.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>dns</category><category>denial-of-service</category><category>vulnerability</category><category>isc</category><category>bind</category><category>cache-poisoning</category><category>network</category></item><item><title>Resource Exhaustion Vulnerability in BIND 9 DNSSEC Validation (CVE-2026-11605)</title><link>https://feed.craftedsignal.io/briefs/2026-07-bind9-resource-exhaustion/</link><pubDate>Wed, 22 Jul 2026 15:19:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-bind9-resource-exhaustion/</guid><description>A resource exhaustion vulnerability, CVE-2026-11605, affects specific versions of ISC BIND 9, where DNSSEC validation disproportionately consumes CPU resources when processing superfluous RRSIG records, potentially leading to a denial of service.</description><content:encoded><![CDATA[<p>A high-severity resource exhaustion vulnerability, identified as CVE-2026-11605, has been discovered in multiple versions of ISC BIND 9. This flaw stems from BIND's DNSSEC validation process, which validates all RRSIG (DNSSEC Signature) records in a DNS answer, even if they are not strictly necessary for the query's resolution. An attacker can exploit this by sending a crafted DNS response containing numerous valid but superfluous RRSIG records from an authoritative server they control. When a vulnerable BIND resolver processes such a response, it wastes disproportionate CPU time on unnecessary validation, leading to resource exhaustion and potential denial of service for critical DNS resolution services. This issue affects BIND 9 versions 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, and 9.20.9-S1 through 9.20.24-S1.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a vulnerable BIND 9 recursive resolver.</li>
<li>The attacker operates or compromises an authoritative DNS server for a domain.</li>
<li>The attacker crafts DNSSEC records to include an excessive number of valid but superfluous RRSIG records for the controlled domain.</li>
<li>The vulnerable BIND 9 resolver makes a DNS query that necessitates resolution via the attacker's authoritative server.</li>
<li>The attacker's authoritative server responds to the BIND 9 resolver with the crafted DNSSEC response containing numerous RRSIG records.</li>
<li>The vulnerable BIND 9 resolver attempts to validate all received RRSIG records, regardless of their necessity.</li>
<li>This excessive validation process consumes a disproportionate amount of CPU time on the BIND 9 resolver.</li>
<li>The BIND 9 resolver experiences resource exhaustion, leading to a denial of service condition for DNS resolution services.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-11605 results in a denial of service (DoS) for the affected BIND 9 DNS resolver. This can significantly disrupt network operations by preventing users and systems from resolving domain names, thereby impacting access to websites, applications, and other network services. The impact is primarily on the availability of DNS services, leading to widespread outages for any clients relying on the compromised resolver. The vulnerability has a CVSS v3.1 Base Score of 7.5 (High), reflecting its significant impact on availability without requiring authentication or user interaction.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-11605 immediately by upgrading affected BIND 9 instances to versions 9.20.25, 9.21.24, or later. Refer to the ISC download links in the references.</li>
<li>Monitor the CPU utilization of BIND 9 servers for unusual spikes, which could indicate an attempted or successful resource exhaustion attack due to CVE-2026-11605.</li>
<li>Review DNS traffic patterns for unusually large DNSSEC responses, specifically those containing an excessive number of RRSIG records, which could be an indicator of an attack targeting CVE-2026-11605.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>dns</category><category>dnssec</category><category>vulnerability</category><category>denial-of-service</category><category>resource-exhaustion</category></item><item><title>CVE-2026-11331: BIND 9 RPZ Bypass and Denial of Service Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-11331-bind9-rpz-bypass-dos/</link><pubDate>Wed, 22 Jul 2026 15:19:04 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-11331-bind9-rpz-bypass-dos/</guid><description>An attacker can exploit CVE-2026-11331, a flaw in ISC BIND 9's RPZ (Response Policy Zone) processing, by crafting long query names to trigger a mishandled NAMETOOLONG error, leading to either a bypass of RPZ rules or a denial of service due to an unexpected exit of the BIND 9 software.</description><content:encoded><![CDATA[<p>CVE-2026-11331 describes a significant vulnerability in multiple versions of ISC BIND 9, a widely used DNS software. This flaw specifically impacts BIND 9 resolvers configured with Response Policy Zones (RPZ) that utilize wildcard CNAME policies. An attacker, by discerning or guessing this configuration, can intentionally craft DNS query names of excessive length. This action triggers a &quot;NAMETOOLONG&quot; error condition during BIND 9's RPZ processing. Crucially, the software does not handle this error condition gracefully, which can lead to two critical outcomes: the successful bypass of the configured RPZ rules, allowing access to domains that should be blocked, or an unexpected termination of the BIND 9 process itself, resulting in a denial of service (DoS) for DNS resolution. The affected versions span from 9.16.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, and specific &quot;S1&quot; branches.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies a target DNS resolver running a vulnerable version of BIND 9 and determines or infers that it utilizes RPZ with wildcard CNAME policies.</li>
<li>The attacker constructs a specialized DNS query containing an unusually long query name.</li>
<li>The crafted query name is engineered to exceed the internal buffer or processing limits within BIND 9's RPZ component.</li>
<li>The vulnerable BIND 9 instance receives the malicious query and attempts to process the long query name against its configured RPZ rules.</li>
<li>During this RPZ processing, the excessive length of the query name triggers an internal &quot;NAMETOOLONG&quot; error condition within BIND 9.</li>
<li>Due to the improper handling of this specific error, the BIND 9 resolver fails to correctly enforce the RPZ rule.</li>
<li>This mishandling results in either the bypass of the intended RPZ rule, allowing the attacker to resolve a domain that should have been blocked, or causes the BIND 9 process to terminate unexpectedly.</li>
<li>If the BIND 9 process terminates, it leads to a denial-of-service condition, impacting DNS resolution for clients relying on that server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The primary impacts of successful exploitation of CVE-2026-11331 are the circumvention of security policies and service disruption. If an attacker bypasses Response Policy Zone (RPZ) rules, they can access or direct users to malicious domains that were intended to be blocked, thereby undermining the organization's network security posture. Alternatively, the vulnerability can lead to an unexpected termination of the BIND 9 software, causing a denial of service. This can severely disrupt DNS resolution services for an organization, rendering internal and external services inaccessible, and impacting operational continuity. The CVSS v3.1 Base Score of 7.5 indicates a high severity threat, primarily due to the high availability impact and moderate integrity impact (through RPZ bypass).</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-11331 by upgrading all affected BIND 9 instances to a fixed version immediately.</li>
<li>Monitor BIND 9 logs for <code>NAMETOOLONG</code> error messages, especially those occurring during RPZ processing.</li>
<li>Implement proactive monitoring for unexpected termination or restarts of the BIND 9 process, as this may indicate a denial-of-service attack or critical error condition.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>vulnerability</category><category>denial-of-service</category><category>dns</category><category>bind</category><category>networking</category></item></channel></rss>