CVE-2024-0760
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA malicious client can send many DNS messages over TCP, potentially causing the server to become unstable while the attack is in progress. The server may recover after the attack ceases. Use of ACLs will not mitigate the attack. This issue affects BIND 9 versions 9.18.1 through 9.18.27, 9.19.0 through 9.19.24, and 9.18.11-S1 through 9.18.27-S1.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a denial-of-service vulnerability in BIND 9 where a malicious client can send many DNS messages over TCP, causing the DNS server to become unstable and unavailable. The attack consumes server resources through TCP connections, and ACLs do not mitigate the issue since the traffic appears legitimate. The server may recover after the attack stops.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify BIND 9 installation and versionRun 'named -v' or 'named -V' to display the BIND version, or use package management commands such as 'rpm -q bind' or 'dpkg -l bind'Affected if The version displayed is earlier than 9.18.27, 9.19.24, or 9.18.27-S1
-
Confirm TCP is enabled in named.confInspect the BIND configuration file (typically /etc/named.conf or /etc/bind/named.conf) and look for 'tcp-clients' or 'listen-on' directives that permit TCP connectionsAffected if TCP is explicitly enabled or no restriction is in place to block incoming TCP DNS queries
-
Verify TCP listener is activeRun 'netstat -tlnp | grep :53' or 'ss -tlnp | grep :53' to confirm named is listening on TCP port 53Affected if The DNS server is accepting TCP connections on port 53
-
Check for resource consumption indicatorsMonitor for abnormal numbers of established TCP connections to port 53 using 'netstat -an | grep :53 | grep ESTABLISHED' or equivalentAffected if An unusually high number of TCP connections are active or in TIME_WAIT state, suggesting resource exhaustion
You are affected if your BIND 9 version is before 9.18.27, 9.19.24, or 9.18.27-S1 AND the server is configured to accept TCP connections on port 53.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade BIND 9 to a version beyond 9.18.27, 9.19.24, or 9.18.27-S1 (the patched versions). No effective workarounds exist since ACLs do not mitigate this vulnerability.
BIND 9.18.28 (stable) or 9.19.25 (development)
- 1. Identify the current BIND 9 version installed using `named -v` or `bind -v`
- 2. If running BIND 9.18.x (stable branch), upgrade to version 9.18.28 or later
- 3. If running BIND 9.19.x (development branch), upgrade to version 9.19.25 or later
- 4. If running a supported preview channel version (9.18.11-S1 through 9.18.27-S1), upgrade to version 9.18.28-S1 or later
- 5. After upgrading, verify the server starts successfully and monitor for正常运行
- 6. Review ISC KB documentation at kb.isc.org for any additional post-upgrade configuration recommendations
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-0760 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-0760 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data