CVE-2024-4076
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 · uneditedClient queries that trigger serving stale data and that also require lookups in local authoritative zone data may result in an assertion failure. This issue affects BIND 9 versions 9.16.13 through 9.16.50, 9.18.0 through 9.18.27, 9.19.0 through 9.19.24, 9.11.33-S1 through 9.11.37-S1, 9.16.13-S1 through 9.16.50-S1, 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 · moderate confidenceIn BIND 9, client queries that trigger serving stale DNS data while simultaneously requiring lookups in local authoritative zone data can cause an assertion failure, resulting in a denial of service (server crash). The vulnerability requires stale data serving to be enabled and the query to need local authoritative zone lookups.
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 versionRun 'named -v' or 'bind -v' to display the installed BIND version numberAffected if The installed version falls within the vulnerable range of BIND 9 releases (compare your version to the affected releases)
-
Locate BIND 9 configuration fileCommon locations are /etc/named.conf, /etc/bind/named.conf, or check the init script for the config path using 'ps aux | grep named'Affected if A configuration file exists indicating BIND 9 is in use
-
Verify stale data serving is enabledSearch the configuration file for 'stale-cache-enable yes' or 'stale-answer-enable yes' directives within the 'options' block or view configurationAffected if Stale data serving is explicitly enabled in the configuration
-
Check for local authoritative zonesReview the configuration for 'zone' statements defining local authoritative zones (type master or type slave with local file storage)Affected if Local authoritative zones are defined in the configuration
-
Confirm query path existsTest with 'dig' or 'host' commands querying the local authoritative zones to confirm the server responds to those queriesAffected if Queries to local authoritative zones are processed by the server
The environment is affected only if running a vulnerable BIND 9 version AND stale data serving is enabled AND local authoritative zones are configured, as all three conditions must be present for the assertion failure to occur.
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 · scopedDisable stale data serving if not required, or update to a patched BIND 9 version once available. Consider implementing query rate limiting as a defensive measure.
BIND 9.16.51, 9.18.28, 9.19.25, or later (or corresponding S1 preview channel versions)
- 1. Identify the currently installed BIND 9 version using: `named -v` or `bind -v`
- 2. Based on the affected version range, determine the appropriate upgrade path: for 9.16.x upgrade to 9.16.51 or later, for 9.18.x upgrade to 9.18.28 or later, for 9.19.x upgrade to 9.19.25 or later
- 3. For supported preview (S1) versions: upgrade 9.11.37-S1 to 9.11.38-S1 or later, upgrade 9.16.50-S1 to 9.16.51-S1 or later, upgrade 9.18.27-S1 to 9.18.28-S1 or later
- 4. Obtain the fixed BIND 9 version from your distribution's package manager or from ISC: https://www.isc.org/download/
- 5. Update the package repository and install the fixed version: `apt-get update && apt-get install bind9` or `yum update bind` or equivalent for your OS
- 6. Restart the named service: `systemctl restart named` or `service named restart`
- 7. Verify the fix is applied by checking the new version: `named -v`
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,248.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-4076 — 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-4076 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