Cyber Resilience

CVE-2024-12705

HighDDoS

Published: 29 January 2025

Published
29 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0862 92.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Vulnerability in public DoH endpoint (BIND) is directly exploitable remotely for application-level resource exhaustion DoS without auth.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-40395Shared CWE-770
CVE-2026-28461Shared CWE-770
CVE-2020-37067Shared CWE-770
CVE-2025-1257Shared CWE-770
CVE-2025-24312Shared CWE-770
CVE-2026-5439Shared CWE-770
CVE-2026-30946Shared CWE-770
CVE-2026-20103Shared CWE-770
CVE-2026-29181Shared CWE-770
CVE-2026-32011Shared CWE-770

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements denial-of-service protections to prevent resource exhaustion from HTTP/2 traffic floods targeting the BIND DoH endpoint.

prevent

Enforces resource availability protections to mitigate CPU and memory depletion caused by unthrottled HTTP/2 requests in BIND 9.

prevent

Ensures timely flaw remediation through patching of the specific BIND 9 DoH vulnerability across affected versions.

References