Cyber Resilience

CVE-2024-11187

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.0313 87.1th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11187 is a high-severity Amplification (CWE-405) 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 12.9% 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-11187 is a denial-of-service vulnerability in BIND 9 DNS software. It enables the construction of a malicious zone where specific queries produce responses containing numerous records in the Additional section. Sending many such queries causes disproportionate resource consumption on either the authoritative BIND server or an independent resolver processing the responses. Affected versions include BIND 9.11.0 through 9.11.37, 9.16.0 through 9.16.50, 9.18.0 through 9.18.32, 9.20.0 through 9.20.4, 9.21.0 through 9.21.3, 9.11.3-S1 through 9.11.37-S1, 9.16.8-S1 through 9.16.50-S1, and 9.18.11-S1 through 9.18.32-S1.

The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H). Remote attackers require no privileges or user interaction and can exploit it over the network with low complexity. Exploitation demands deliberately crafted zones but allows repeated queries to exhaust resources, leading to service disruption on targeted servers or resolvers.

Advisories provide mitigation guidance and patches, including the ISC knowledge base at https://kb.isc.org/docs/cve-2024-11187, Debian LTS announcement at https://lists.debian.org/debian-lts-announce/2025/02/msg00011.html, and NetApp advisory at https://security.netapp.com/advisory/ntap-20250207-0002/.

EU & UK References

Vulnerability details

It is possible to construct a zone such that some queries to it will generate responses containing numerous records in the Additional section. An attacker sending many such queries can cause either the authoritative server itself or an independent resolver…

more

to use disproportionate resources processing the queries. Zones will usually need to have been deliberately crafted to attack this exposure. This issue affects BIND 9 versions 9.11.0 through 9.11.37, 9.16.0 through 9.16.50, 9.18.0 through 9.18.32, 9.20.0 through 9.20.4, 9.21.0 through 9.21.3, 9.11.3-S1 through 9.11.37-S1, 9.16.8-S1 through 9.16.50-S1, and 9.18.11-S1 through 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-facing BIND DNS server directly enables remote exploitation for application-layer DoS via crafted queries/responses causing resource exhaustion.

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

CVEs Like This One

CVE-2025-53633Shared CWE-405
CVE-2026-0485Shared CWE-405
CVE-2025-30204Shared CWE-405
CVE-2026-25611Shared CWE-405
CVE-2026-22774Shared CWE-405
CVE-2026-22775Shared CWE-405
CVE-2024-55628Shared CWE-405
CVE-2025-24356Shared CWE-405
CVE-2026-44296Shared CWE-405

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely remediation of identified flaws, directly addressing the BIND 9 vulnerability through patching affected versions.

prevent

Implements denial-of-service protections to limit or block malicious queries causing disproportionate resource consumption in BIND servers or resolvers.

prevent

Ensures resource availability by allocating dedicated resources and monitoring for denial events from oversized DNS responses.

References