Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-8617

CVE-2020-8617: ISC BIND DoS Vulnerability

CVE-2020-8617 is a denial of service vulnerability in ISC BIND that allows attackers to crash the server using crafted TSIG messages. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 4, 2026

CVE-2020-8617 Overview

CVE-2020-8617 is a Denial of Service vulnerability affecting ISC BIND, one of the most widely deployed DNS server software packages. 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.

Critical Impact

This vulnerability enables remote attackers to crash BIND DNS servers via specially-crafted TSIG messages, causing denial of service for all DNS-dependent services and potentially disrupting network infrastructure at scale.

Affected Products

  • ISC BIND (multiple versions including 9.9.x, 9.10.x, 9.11.x, 9.12.x supported preview editions)
  • Debian Linux 8.0, 9.0, 10.0
  • Fedora 31, 32
  • openSUSE Leap 15.1, 15.2
  • Canonical Ubuntu Linux 12.04, 14.04 ESM, 16.04 ESM, 18.04 LTS, 19.10, 20.04 LTS

Discovery Timeline

  • May 19, 2020 - CVE-2020-8617 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-8617

Vulnerability Analysis

This vulnerability targets the Transaction Signature (TSIG) authentication mechanism in BIND DNS servers. TSIG is a protocol extension that provides authentication for DNS messages using shared secret keys. The vulnerability exists because BIND's handling of specially-crafted TSIG messages can cause the server to enter an inconsistent internal state.

The critical aspect of this vulnerability is the default configuration behavior: BIND automatically configures a local session key even when TSIG is not explicitly configured by the administrator. This means that virtually all BIND installations are susceptible to this attack, regardless of whether they intentionally use TSIG for DNS authentication.

The attack requires the attacker to either know or successfully guess the name of a TSIG key used by the target server. Given that default key names are often predictable, this requirement does not significantly limit exploitability.

Root Cause

The root cause lies in improper state management within the tsig.c module when processing malformed TSIG messages. The assertion check that was introduced in March 2018 (CWE-617: Reachable Assertion) causes the BIND process to terminate when an inconsistent state is detected. While this is safer than continuing execution in a corrupted state, it still results in a denial of service condition.

Prior to this assertion check, the server would continue operating despite the inconsistent state, which could lead to unpredictable behavior and potentially more severe security implications.

Attack Vector

The attack is conducted over the network without requiring authentication or user interaction. An attacker sends a specially-crafted DNS message containing malicious TSIG data to a vulnerable BIND server. The attack flow proceeds as follows:

  1. Attacker identifies a target BIND server
  2. Attacker determines or guesses a valid TSIG key name (often predictable defaults)
  3. Attacker crafts a malicious DNS message with manipulated TSIG authentication data
  4. The malformed message triggers an inconsistent state in the TSIG processing logic
  5. The assertion check in tsig.c fires, causing named to terminate
  6. DNS resolution services become unavailable until the server is restarted

The attack complexity is considered high because the attacker must know or guess the TSIG key name, though default configurations often use predictable names.

Detection Methods for CVE-2020-8617

Indicators of Compromise

  • Unexpected termination of the named process with assertion failure messages
  • Log entries in /var/log/syslog or BIND logs indicating TSIG-related errors
  • Core dump files generated by BIND containing assertion failure stack traces
  • Repeated DNS service restarts or high-availability failover events

Detection Strategies

  • Monitor BIND logs for assertion failure messages containing references to tsig.c
  • Implement alerting on named process crashes or unexpected restarts
  • Deploy network intrusion detection rules to identify malformed TSIG messages
  • Track DNS query patterns for anomalous TSIG authentication attempts

Monitoring Recommendations

  • Configure log aggregation for all BIND servers to centralize crash detection
  • Set up process monitoring to detect named service interruptions
  • Implement DNS availability monitoring with automated alerting
  • Review BIND server logs regularly for TSIG-related warning messages

How to Mitigate CVE-2020-8617

Immediate Actions Required

  • Update BIND to the latest patched version from ISC immediately
  • Review and restrict network access to DNS servers where possible
  • Ensure BIND server processes are configured with automatic restart policies
  • Verify TSIG key names are not using predictable default values

Patch Information

ISC has released security patches addressing this vulnerability. Organizations should consult the ISC CVE-2020-8617 Documentation for specific version information and patch details. Major Linux distributions have also released updates:

  • Debian: DSA-4689 Security Advisory
  • Ubuntu: Security notices USN-4365-1 and USN-4365-2
  • Fedora: Package updates available through standard repositories
  • openSUSE: Security announcements with updated packages

Workarounds

  • Implement firewall rules to restrict DNS access to trusted networks only
  • Configure rate limiting on DNS queries to reduce attack impact
  • Use non-default, complex TSIG key names to increase attack difficulty
  • Deploy redundant DNS servers to maintain availability during attacks
bash
# Example: Restrict DNS access to trusted networks via iptables
iptables -A INPUT -p udp --dport 53 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 53 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p udp --dport 53 -j DROP
iptables -A INPUT -p tcp --dport 53 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIsc Bind

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability89.74%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-617
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Packet Storm DoS Vulnerability

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Ubuntu Security Notice

  • Ubuntu Security Notice

  • Debian Security Advisory DSA-4689
  • Vendor Resources
  • OpenWall OSS Security Discussion

  • ISC CVE-2020-8617 Documentation
  • Related CVEs
  • CVE-2023-50868: ISC BIND DNSSEC DoS Vulnerability

  • CVE-2023-3341: ISC BIND Denial of Service Vulnerability

  • CVE-2022-38177: ISC BIND DOS Vulnerability

  • CVE-2023-4408: Netapp Ontap DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English