CVE-2025-13878
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 · uneditedMalformed BRID/HHIT records can cause `named` to terminate unexpectedly. This issue affects BIND 9 versions 9.18.40 through 9.18.43, 9.20.13 through 9.20.17, 9.21.12 through 9.21.16, 9.18.40-S1 through 9.18.43-S1, and 9.20.13-S1 through 9.20.17-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 confidenceA denial of service vulnerability in BIND 9 where malformed BRID (Border Router ID) or HHIT (Home Agent ID) DNS records cause the named DNS server to crash and terminate unexpectedly. The vulnerability is triggered by processing specially crafted DNS records.
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.
-
Determine installed BIND 9 versionRun 'named -v' or 'named -V' to obtain the exact version number of the BIND 9 server softwareAffected if The version is earlier than 9.18.44, 9.20.18, or 9.21.17 (specifically any 9.18.x before 9.18.44, any 9.20.x before 9.20.18, or any 9.21.x before 9.21.17)
-
Verify BIND 9 is running and accepting DNS queriesCheck if the named process is active and listening on port 53 using commands such as 'ps aux | grep named' and 'netstat -ulnp | grep :53' or 'ss -ulnp | grep :53'Affected if The server is running and processing DNS queries; this is required for the malformed BRID/HHIT records to reach the server
-
Confirm whether recursion or forwarding is enabledInspect the named.conf configuration file for 'recursion yes;' or 'allow-recursion' and 'forwarders' statements, which indicate the server processes recursive DNS queries from clientsAffected if Recursion or forwarding is enabled, as this allows the server to process external DNS responses containing the malformed records
-
Review logs for unexpected terminationsExamine system logs (such as /var/log/messages, /var/log/syslog, or BIND query logs) for messages indicating named crashes, assertion failures, or unexpected process termination occurring after receiving DNS responsesAffected if The server has terminated unexpectedly with no clear cause, particularly after processing potentially malicious DNS responses
You are affected if you are running an unpatched BIND 9 version (below 9.18.44, 9.20.18, or 9.21.17) and your server is operational and processing DNS queries, as malformed BRID/HHIT records in malicious DNS responses can trigger the denial of service.
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 · scopedUpdate BIND 9 to a patched version (9.18.44+, 9.20.18+, 9.21.17+, or corresponding -S1 releases) or implement DNS traffic filtering at network perimeter to block malformed records.
BIND 9.18.44+, 9.20.18+, or 9.21.17+ (depending on your current branch)
- 1. Identify the currently installed BIND 9 version by running `named -v` or `rpm -q bind`
- 2. Determine which release branch you are running (9.18.x, 9.20.x, or 9.21.x, or their -S1 variants)
- 3. For BIND 9.18.x (including 9.18.40-9.18.43 and 9.18.40-S1 to 9.18.43-S1): upgrade to BIND 9.18.44 or later
- 4. For BIND 9.20.x (including 9.20.13-9.20.17 and 9.20.13-S1 to 9.20.17-S1): upgrade to BIND 9.20.18 or later
- 5. For BIND 9.21.x (including 9.21.12-9.21.16): upgrade to BIND 9.21.17 or later
- 6. Obtain the appropriate patched version from downloads.isc.org or your Linux distribution's package repository
- 7. Install the new package using your system's package manager (e.g., `apt-get install bind9` or `yum update bind`)
- 8. Restart the named service using `systemctl restart named` or the appropriate command for your system
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-13878 — 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-2025-13878 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