← Vulnerability feed

Vulnerability record · CVE-2020-8617 · published 19 May 2020

CVE-2020-8617: BIND TSIG key handling causes assertion failure and daemon exit

Isc · Bind

A crafted DNS message can drive a BIND server into an inconsistent state when the attacker knows or guesses the name of a TSIG key the server uses. Because BIND configures a local session key by default even when TSIG is not otherwise configured, nearly all BIND servers are exposed. Releases from March 2018 onward detect the inconsistency and deliberately exit, so the practical result is a denial of service.

5.9 CVSS 3.1 Medium EPSS 93% · top 0.2% CWE-617 · CWE-617
5.9CVSS 3.1 base score, v2 4.3
93%EPSS exploitation probability, 30 days
NoNot in CISA KEV
5Affected product versions listed by NVD
24References
17 Jun 2026Last modified by NVD

Description

Using a specially-crafted message, an attacker may potentially cause a BIND server to reach an inconsistent state if the attacker knows (or successfully guesses) the name of a TSIG key used by the server. Since BIND, by default, configures a local session key even on servers whose configuration does not otherwise make use of it, almost all current BIND servers are vulnerable. In releases of BIND dating from March 2018 and after, an assertion check in tsig.c detects this inconsistent state and deliberately exits. Prior to the introduction of the check the server would continue operating in an inconsistent state, with potentially harmful results.

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityRemote, unauthenticated denial of service against a widely deployed DNS server with very high EPSS, though the need to know or guess the TSIG key name and the availability-only impact keep it below critical.

What it is

A crafted DNS message can drive a BIND server into an inconsistent state when the attacker knows or guesses the name of a TSIG key the server uses. Because BIND configures a local session key by default even when TSIG is not otherwise configured, nearly all BIND servers are exposed. Releases from March 2018 onward detect the inconsistency and deliberately exit, so the practical result is a denial of service.

Impact

An attacker can terminate the named process, disrupting DNS resolution for clients served by that instance. There is no confidentiality or integrity impact; the CVSS vector shows availability-only (A:H).

Attack surface

Reachable remotely over the network via DNS messages (AV:N) with no authentication or user interaction required (PR:N, UI:N). The attacker must know or guess the TSIG key name, which raises attack complexity (AC:H).

Exploitation

Not listed in CISA KEV and no ransomware association is documented. EPSS is very high (0.934 probability, 99.8th percentile), and references include a Packet Storm denial-of-service entry plus vendor and distro advisories, indicating public technical detail exists.

What to do

  • Patch BIND to a fixed release using the ISC advisory (kb.isc.org/docs/cve-2020-8617) or your distribution's update (Debian DSA-4689, Ubuntu USN-4365-1/2, Fedora, openSUSE).
  • If patching cannot be done immediately, restrict DNS query access to trusted networks and disable or remove unused TSIG keys, including the default local session key where feasible.
  • Monitor and rate-limit inbound DNS traffic to reduce the chance of a successful key-name guess and repeated crash attempts.
  • Verify the named service restarts cleanly and check for unexpected exits after applying updates.

Detection

  • Alert on named process termination or restart events, especially repeated crashes correlated with inbound DNS traffic.
  • Search BIND logs for assertion failures in tsig.c or messages about an inconsistent state.
  • Baseline normal DNS query volume and flag spikes or unusual TSIG-related queries from external sources.
  • Track service availability of DNS resolvers and alert on gaps in resolution service.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

5 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00041.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00044.html Mailing ListThird Party Advisory
http://packetstormsecurity.com/files/157836/BIND-TSIG-Denial-Of-Service.html Third Party AdvisoryVDB Entry
http://www.openwall.com/lists/oss-security/2020/05/19/4 Mailing ListPatchThird Party Advisory
https://kb.isc.org/docs/cve-2020-8617 PatchVendor Advisory
https://lists.debian.org/debian-lts-announce/2020/05/msg00031.html Mailing ListThird Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JKJXVBOKZ36ER3EUCR7VRB7
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WOGCJS2XQ3SQNF4W6GLZ73L
https://security.netapp.com/advisory/ntap-20200522-0002/ Third Party Advisory
https://usn.ubuntu.com/4365-1/ Third Party Advisory
https://usn.ubuntu.com/4365-2/ Third Party Advisory
https://www.debian.org/security/2020/dsa-4689 Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00041.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00044.html Mailing ListThird Party Advisory
http://packetstormsecurity.com/files/157836/BIND-TSIG-Denial-Of-Service.html Third Party AdvisoryVDB Entry
http://www.openwall.com/lists/oss-security/2020/05/19/4 Mailing ListPatchThird Party Advisory
https://kb.isc.org/docs/cve-2020-8617 PatchVendor Advisory
https://lists.debian.org/debian-lts-announce/2020/05/msg00031.html Mailing ListThird Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JKJXVBOKZ36ER3EUCR7VRB7
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WOGCJS2XQ3SQNF4W6GLZ73L
https://security.netapp.com/advisory/ntap-20200522-0002/ Third Party Advisory
https://usn.ubuntu.com/4365-1/ Third Party Advisory
https://usn.ubuntu.com/4365-2/ Third Party Advisory
https://www.debian.org/security/2020/dsa-4689 Third Party Advisory

Track CVE-2020-8617 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2020-8617), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.