Description
A DNSSEC validating resolver that is under a random subdomain attack against a DNSSEC-signed zone can suffer from runaway memory usage. The attacker needs to be able to send queries faster than the resolver can perform validation. The increased memory usage can be orders of magnitude beyond the limit configured in the `max-cache-size` parameter.
This issue 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, 9.11.3-S1 through 9.18.50-S1, and 9.20.9-S1 through 9.20.24-S1.
Published: 2026-07-22
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A DNSSEC‑validating resolver can be forced to allocate memory far beyond the configured "max-cache-size" when an attacker sends validation queries at a rate faster than the resolver can process. This uncontrolled allocation leads to resource exhaustion, allowing the attacker to consume large amounts of system memory and potentially cause the resolver to degrade or become unavailable. The weakness represents a classic uncontrolled resource consumption flaw (CWE‑400) and a resource exhaustion leak (CWE‑770).

Affected Systems

The vulnerability impacts ISC BIND 9 resolvers across multiple major releases: 9.11.0 through 9.18.50, 9.20.0 through 9.20.24, 9.21.0 through 9.21.23, and the corresponding security‑patched branches 9.11.3‑S1 through 9.18.50‑S1 and 9.20.9‑S1 through 9.20.24‑S1. Any installation of these version ranges is susceptible if the resolver is configured to perform DNSSEC validation.

Risk and Exploitability

The CVSS score of 7.5 classifies this as a high‑severity vulnerability, yet the EPSS score of < 1% indicates a low probability that it is actively exploited in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is inferred to be a network‑based scenario where an adversary submits a sustained stream of DNS queries to the resolver, overwhelming its validation process and triggering memory exhaustion.

Generated by OpenCVE AI on August 3, 2026 at 23:35 UTC.

Remediation

Vendor Solution

Upgrade to the patched release most closely related to your current version of BIND 9: 9.20.26, 9.21.24, or 9.20.26-S1.


Vendor Workaround

No workarounds known.


OpenCVE Recommended Actions

  • Upgrade the BIND 9 server to a patched release matching your current version—9.20.26, 9.21.24, or 9.20.26‑S1.
  • If an immediate upgrade is not possible, lower the "max-cache-size" setting, apply additional hard limits on overall memory usage, and ensure that the system imposes hard caps on memory allocation for the resolver process.
  • Configure rate limiting or firewall rules to restrict incoming DNS query traffic from untrusted sources and prevent a flood of validation requests.
  • Monitor system memory utilization and DNS query rates for anomalous spikes that could indicate an ongoing attack.

Generated by OpenCVE AI on August 3, 2026 at 23:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4725-1 bind9 security update
Debian DSA Debian DSA DSA-6395-1 bind9 security update
History

Thu, 23 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
References
Metrics threat_severity

None

threat_severity

Important


Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 22 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description A DNSSEC validating resolver that is under a random subdomain attack against a DNSSEC-signed zone can suffer from runaway memory usage. The attacker needs to be able to send queries faster than the resolver can perform validation. The increased memory usage can be orders of magnitude beyond the limit configured in the `max-cache-size` parameter. This issue 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, 9.11.3-S1 through 9.18.50-S1, and 9.20.9-S1 through 9.20.24-S1.
Title Potential memory usage beyond configured limits
First Time appeared Isc
Isc bind
Weaknesses CWE-770
CPEs cpe:2.3:a:isc:bind:*:*:*:*:*:*:*:*
Vendors & Products Isc
Isc bind
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: isc

Published:

Updated: 2026-07-22T18:53:14.635Z

Reserved: 2026-06-08T20:17:01.626Z

Link: CVE-2026-11622

cve-icon Vulnrichment

Updated: 2026-07-22T18:53:10.652Z

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-07-22T15:16:51.703

Modified: 2026-07-22T20:33:11.590

Link: CVE-2026-11622

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-22T00:00:00Z

Links: CVE-2026-11622 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:45:06Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling