The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2024-0760

CVE-2024-0760: BIND 9 DNS Denial of Service Vulnerability

CVE-2024-0760 is a denial of service vulnerability in BIND 9 DNS server where malicious TCP messages can destabilize the system. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-0760 Overview

A denial of service vulnerability exists in ISC BIND 9 that allows a malicious client to send a flood of 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, but the vulnerability cannot be mitigated through the use of Access Control Lists (ACLs), making it particularly concerning for organizations relying on BIND for DNS resolution services.

Critical Impact

Attackers can remotely destabilize BIND 9 DNS servers through TCP message flooding, causing service disruption without requiring authentication or user interaction.

Affected Products

  • BIND 9 versions 9.18.1 through 9.18.27
  • BIND 9 versions 9.19.0 through 9.19.24
  • BIND 9-S (Supported Preview Edition) versions 9.18.11-S1 through 9.18.27-S1

Discovery Timeline

  • July 23, 2024 - CVE-2024-0760 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-0760

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling), indicating that BIND 9 fails to properly limit the rate or quantity of DNS messages it processes over TCP connections. When a malicious client establishes a TCP connection and begins sending a high volume of DNS messages, the server allocates resources to process each message without adequate throttling mechanisms in place.

The attack exploits the fundamental design of DNS over TCP, where persistent connections allow multiple queries to be sent sequentially. Unlike UDP-based DNS queries, which are connectionless and stateless, TCP connections maintain state and require server resources for the duration of the connection. The vulnerable BIND versions do not adequately restrict the message processing rate per connection, allowing attackers to overwhelm server resources.

Root Cause

The root cause of this vulnerability lies in insufficient resource allocation controls within BIND 9's TCP message handling subsystem. The server lacks proper rate limiting or throttling mechanisms for incoming DNS messages on TCP connections, allowing clients to send messages faster than the server can sustainably process them. This resource exhaustion condition falls under CWE-770 and represents a classic denial of service vector where uncontrolled resource consumption leads to service degradation.

Attack Vector

The attack is network-based and can be executed remotely without authentication or user interaction. An attacker establishes one or more TCP connections to the target BIND 9 server and begins transmitting DNS messages at a high rate. The server attempts to process each message, consuming CPU, memory, and other system resources. As the message volume increases, the server becomes increasingly unstable.

The notable characteristic of this attack is that ACL configurations, which are typically used to restrict access to DNS services, do not provide effective mitigation. This suggests the vulnerability is triggered during or immediately after connection handling, before ACL-based filtering can take effect on the message processing path.

Detection Methods for CVE-2024-0760

Indicators of Compromise

  • Unusual increase in TCP connections to port 53 from single or multiple source IPs
  • High volume of DNS queries over TCP compared to normal baseline traffic patterns
  • BIND server process consuming abnormally high CPU or memory resources
  • DNS service response degradation or intermittent unavailability during attack periods

Detection Strategies

  • Monitor TCP connection counts and rates to DNS servers for anomalous spikes
  • Implement network flow analysis to detect high-volume TCP DNS traffic patterns
  • Configure SIEM alerts for BIND process resource utilization anomalies
  • Deploy IDS/IPS rules to detect TCP DNS flood patterns targeting BIND servers

Monitoring Recommendations

  • Establish baseline metrics for normal TCP DNS query volumes and connection patterns
  • Enable BIND query logging to identify suspicious query patterns during incidents
  • Monitor system resources (CPU, memory, network) on DNS servers with automated alerting
  • Implement network-level visibility for DNS traffic analysis and forensic investigation

How to Mitigate CVE-2024-0760

Immediate Actions Required

  • Upgrade BIND 9 to the latest patched version that addresses CVE-2024-0760
  • Review DNS infrastructure architecture to implement redundancy and failover capabilities
  • Consider implementing network-level rate limiting for TCP connections to DNS servers
  • Deploy upstream network filtering to limit exposure of vulnerable BIND instances

Patch Information

ISC has released security updates to address this vulnerability. Organizations should consult the ISC CVE-2024-0760 Details for specific patch information and upgrade guidance. Additional vendor-specific guidance is available from NetApp Security Advisory NTAP-20240731-0004 for NetApp products incorporating BIND.

Security announcements were also published on the Openwall OSS Security Update and subsequent Openwall OSS Security Notice.

Workarounds

  • Implement external rate limiting at the network perimeter for TCP connections to port 53
  • Deploy DNS traffic analysis and filtering appliances in front of BIND servers
  • Consider using a DNS proxy or load balancer that can provide connection rate limiting
  • Temporarily restrict TCP DNS access to trusted networks if operationally feasible
bash
# Network-level rate limiting example using iptables
# Limit new TCP connections to port 53 to 100 per second per source IP
iptables -A INPUT -p tcp --dport 53 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 53 -m state --state NEW -m recent --update --seconds 1 --hitcount 100 -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/TechBind

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability16.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • Openwall OSS Security Update

  • Openwall OSS Security Notice

  • ISC CVE-2024-0760 Details

  • NetApp Security Advisory NTAP-20240731-0004
  • Related CVEs
  • CVE-2026-1519: BIND DNS Resolver DoS Vulnerability

  • CVE-2026-3119: BIND 9 DNS Server DoS Vulnerability

  • CVE-2025-13878: BIND 9 DNS Server DoS Vulnerability

  • CVE-2025-8677: BIND 9 DNS DoS Vulnerability via DNSKEY
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