A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-33655

CVE-2024-33655: DNS Protocol DoS Vulnerability (DNSBomb)

CVE-2024-33655 is a denial of service flaw in the DNS protocol (RFC 1035) known as DNSBomb. Attackers can cause resource exhaustion through pulsing traffic bursts. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-33655 Overview

CVE-2024-33655, known as "DNSBomb," is a protocol-level vulnerability in the DNS specification (RFC 1035 and subsequent updates) that enables remote attackers to cause denial of service through resource exhaustion. The attack exploits legitimate DNS features to accumulate queries over a period of seconds, resulting in a synchronized pulsing burst of responses that can overwhelm target systems. This technique leverages DNS protocol mechanics for traffic amplification, creating a potent Pulsing Denial of Service (PDoS) attack vector.

Critical Impact

Attackers can exploit DNS protocol features to generate amplified traffic bursts, causing service disruption to DNS infrastructure and downstream services without requiring authentication or user interaction.

Affected Products

  • NLnet Labs Unbound DNS Resolver
  • ISC BIND9 DNS Server
  • Technitium DNS Server
  • DNS resolver and server implementations following RFC 1035

Discovery Timeline

  • May 1, 2024 - Vulnerability reported by Xiang Li from the Network and Information Security Lab of Tsinghua University
  • June 6, 2024 - CVE-2024-33655 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2024-33655

Vulnerability Analysis

The DNSBomb attack exploits fundamental timing behaviors in the DNS protocol to create synchronized response bursts. Unlike traditional DNS amplification attacks that rely solely on response size ratios, DNSBomb leverages the temporal accumulation of queries combined with legitimate protocol features such as query aggregation, retry mechanisms, and timeout behaviors.

When DNS resolvers receive multiple queries for the same domain simultaneously, they typically batch these requests to reduce redundant upstream queries. An attacker can abuse this by strategically timing queries across multiple resolver instances, causing them to accumulate requests during their configured timeout windows. When these timeouts expire nearly simultaneously, the resulting response burst creates a concentrated traffic pulse directed at the target—achieving amplification through temporal coordination rather than simple payload multiplication.

The attack is particularly concerning because it uses only legitimate DNS features and valid protocol behaviors, making it difficult to distinguish from normal DNS operations through simple traffic filtering.

Root Cause

The root cause stems from CWE-400 (Uncontrolled Resource Consumption) inherent in the DNS protocol design specified in RFC 1035. The protocol lacks built-in rate limiting mechanisms for accumulated query responses, allowing attackers to manipulate timing windows for query accumulation. DNS resolvers that implement query deduplication and response caching without proper safeguards against synchronized response timing are susceptible to this attack pattern.

Attack Vector

The attack is network-based and requires no privileges or user interaction. Attackers can remotely trigger the vulnerability by:

  1. Identifying multiple DNS resolver instances that implement query aggregation
  2. Sending carefully timed queries for the same domain across these resolvers
  3. Coordinating the timing to ensure queries accumulate within each resolver's timeout window
  4. Triggering synchronized response bursts directed toward a target IP address

The patch for Unbound introduces several mitigation mechanisms including discard-timeout, wait-limit, and wait-limit-cookie configurations to control query accumulation behavior:

text
# msec before recursion replies are dropped. The work item continues.
# discard-timeout: 1900

# Max number of replies waiting for recursion per IP address.
# wait-limit: 1000

# Max replies waiting for recursion for IP address with cookie.
# wait-limit-cookie: 10000

# Apart from the default, the wait limit can be set for a netblock.
# wait-limit-netblock: 192.0.2.0/24 50000

# Apart from the default, the wait limit with cookie can be adjusted.
# wait-limit-cookie-netblock: 192.0.2.0/24 50000

Source: GitHub Unbound Commit c3206f456

Detection Methods for CVE-2024-33655

Indicators of Compromise

  • Unusual patterns of DNS query accumulation followed by burst responses
  • Synchronized spikes in DNS response traffic across multiple resolver instances
  • Elevated volume of identical or similar DNS queries from disparate source addresses within short time windows
  • DNS server resource exhaustion symptoms without corresponding increase in unique query volume

Detection Strategies

  • Monitor DNS query-to-response timing ratios for anomalous accumulation patterns
  • Implement flow analysis to detect synchronized burst traffic originating from DNS infrastructure
  • Configure alerting on sudden spikes in outbound DNS response bandwidth
  • Deploy DNS traffic analysis tools to correlate query timing across multiple resolver instances

Monitoring Recommendations

  • Establish baseline metrics for DNS query accumulation and response burst patterns
  • Monitor DNS server memory and CPU utilization for resource exhaustion indicators
  • Implement logging for queries exceeding configured wait-limit thresholds after patching
  • Track DNS response traffic volume with granularity sufficient to detect pulsing patterns

How to Mitigate CVE-2024-33655

Immediate Actions Required

  • Update DNS resolver software to versions containing DNSBomb mitigations
  • For Unbound: Apply patches and configure discard-timeout, wait-limit, and wait-limit-cookie parameters
  • Review and implement rate limiting on DNS infrastructure
  • Monitor DNS traffic for unusual accumulation and burst patterns

Patch Information

Security patches addressing CVE-2024-33655 have been released by multiple vendors. For NLnet Labs Unbound, the fix introduces configurable limits on query accumulation and response timing. Detailed patch information is available in the NLnet Labs CVE-2024-33655 advisory and the NLnet Labs Unbound Security Advisories.

ISC has documented their response in the ISC Blog on DNSBomb and tracked the issue in ISC BIND9 Issue #4398. Distribution-specific updates are available through AWS Security Advisory ALAS-2024-1934 and Fedora package announcements.

Workarounds

  • Configure aggressive rate limiting on DNS response traffic at network boundaries
  • Implement DNS response rate limiting (RRL) features where available
  • Deploy DNS traffic scrubbing services for critical infrastructure
  • Segment DNS resolver infrastructure to limit blast radius of potential attacks
bash
# Unbound configuration example for DNSBomb mitigation
server:
    # Discard recursion replies after timeout (milliseconds)
    discard-timeout: 1900
    
    # Maximum waiting replies per IP address
    wait-limit: 1000
    
    # Higher limit for clients with valid DNS cookies
    wait-limit-cookie: 10000
    
    # Custom limits for trusted netblocks
    wait-limit-netblock: 10.0.0.0/8 50000
    wait-limit-cookie-netblock: 10.0.0.0/8 100000

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechDns

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability3.92%

  • 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-400
  • Technical References
  • AWS Security Advisory ALAS-2024-1934

  • IETF RFC 1035 Document

  • GitHub Unbound Commit c3206f456

  • Technitium DNS Server Changelog

  • ISC BIND9 Issue #4398

  • Fedora Package Announcement

  • Fedora Package Announcement

  • DNSBomb PDOS Attack Analysis

  • NLnet Labs CVE-2024-33655 Details

  • NLnet Labs Unbound Security Advisories

  • IEEE Security Accepted Papers 2024

  • ISC Blog on DNSBomb

  • Debian LTS Announcement August 2025

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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