CVE-2024-12705
Published: 29 January 2025
Summary
CVE-2024-12705 is a high-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 7.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).
Deeper analysis
CVE-2024-12705 is a denial-of-service vulnerability in the DNS-over-HTTPS (DoH) implementation of ISC BIND 9. Affected versions include 9.18.0 through 9.18.32, 9.20.0 through 9.20.4, 9.21.0 through 9.21.3, and the corresponding subscription editions 9.18.11-S1 through 9.18.32-S1. The flaw, tracked as CWE-770, allows remote clients to exhaust resolver CPU and memory resources by sending a flood of specially crafted but syntactically valid or invalid HTTP/2 frames over a DoH connection.
An unauthenticated attacker reachable over the network can open a DoH session to a vulnerable resolver and transmit a high volume of malicious HTTP/2 traffic. Because the server performs insufficient resource accounting and throttling for these streams, the resolver’s worker threads or memory allocator can be driven to saturation, resulting in degraded service or complete unavailability for legitimate DNS clients. The issue carries a CVSS 3.1 base score of 7.5 with network attack vector and no required privileges or user interaction.
ISC’s knowledge-base article and the NetApp advisory both recommend upgrading to fixed releases once they become available and, in the interim, disabling DoH or applying network-level rate limiting and connection throttling on port 443 to reduce exposure. The EPSS score has remained flat at 0.0862 with no material increase since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51062
Vulnerability details
Clients using DNS-over-HTTPS (DoH) can exhaust a DNS resolver's CPU and/or memory by flooding it with crafted valid or invalid HTTP/2 traffic. This issue affects BIND 9 versions 9.18.0 through 9.18.32, 9.20.0 through 9.20.4, 9.21.0 through 9.21.3, and 9.18.11-S1 through…
more
9.18.32-S1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability in public DoH endpoint (BIND) is directly exploitable remotely for application-level resource exhaustion DoS without auth.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly implements denial-of-service protections to prevent resource exhaustion from HTTP/2 traffic floods targeting the BIND DoH endpoint.
Enforces resource availability protections to mitigate CPU and memory depletion caused by unthrottled HTTP/2 requests in BIND 9.
Ensures timely flaw remediation through patching of the specific BIND 9 DoH vulnerability across affected versions.