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-1931

CVE-2024-1931: Nlnetlabs Unbound DoS Vulnerability

CVE-2024-1931 is a denial of service vulnerability in Nlnetlabs Unbound caused by an infinite loop in EDE record trimming. This flaw affects versions 1.18.0 to 1.19.1. This post covers technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2024-1931 Overview

CVE-2024-1931 is an infinite loop vulnerability [CWE-835] in NLnet Labs Unbound, a widely deployed validating, recursive, and caching DNS resolver. The flaw affects versions 1.18.0 through 1.19.1 and can be triggered remotely over the network to cause denial of service. The defect resides in the code path that trims Extended DNS Error (EDE) record text fields when a response exceeds the client's advertised buffer size. Under specific conditions, the trimming loop fails to terminate, consuming CPU resources on the resolver. Exploitation requires the non-default ede: yes configuration option to be enabled.

Critical Impact

A remote, unauthenticated attacker can induce an infinite loop in Unbound resolvers configured with EDE responses enabled, exhausting CPU and disrupting DNS resolution for all downstream clients.

Affected Products

  • NLnet Labs Unbound versions 1.18.0 through 1.19.1
  • Fedora 38, 39, and 40
  • FreeBSD and NetApp products bundling vulnerable Unbound builds

Discovery Timeline

  • 2024-03-07 - CVE-2024-1931 published to NVD
  • 2024-12-17 - Last updated in NVD database

Technical Details for CVE-2024-1931

Vulnerability Analysis

Unbound 1.18.0 introduced logic to strip Extended DNS Error (EDE) records from responses when the total response size exceeds the client's advertised UDP buffer size. Before discarding EDE records entirely, the resolver attempts to preserve EDE codes by trimming the optional EXTRA-TEXT field on each record. The vulnerability stems from an unchecked loop condition in this trimming routine. When Unbound generates a positive reply that carries attached EDE information, and the client's buffer is too small to fit the full record set, the trimming code can iterate without ever reaching a terminating state.

The defect is classified as a loop with unreachable exit condition [CWE-835]. A single crafted query that elicits an EDE-tagged positive response against an undersized buffer is sufficient to pin a worker thread at 100% CPU. Repeated queries can exhaust available worker threads and stall DNS resolution platform-wide.

Root Cause

The trimming function does not validate that each iteration reduces the response size or advances past a record. When the residual EXTRA-TEXT cannot be reduced further yet the size check still fails, control re-enters the loop indefinitely. The upstream fix in version 1.19.2 adds the missing termination guard. See the NLnet Labs CVE-2024-1931 Advisory for the maintainer's technical writeup.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends DNS queries with a small advertised EDNS0 UDP buffer size to a recursive resolver running a vulnerable Unbound build with ede: yes configured. When the response that Unbound prepares contains EDE annotations and would exceed the advertised buffer, the resolver enters the infinite loop. Because Unbound is typically exposed to large client populations or open recursive infrastructure, the blast radius extends to every dependent service relying on the affected resolver.

No verified public exploit code is available for CVE-2024-1931. The vulnerability mechanism is documented in the vendor advisory linked above.

Detection Methods for CVE-2024-1931

Indicators of Compromise

  • Unbound worker threads pinned at sustained 100% CPU utilization without a corresponding spike in query throughput
  • Growing query backlog and rising client-side DNS timeouts against an otherwise healthy resolver
  • Inbound DNS traffic from a small set of source addresses repeatedly advertising unusually small EDNS0 UDP buffer sizes

Detection Strategies

  • Inventory all Unbound deployments and flag any instance running 1.18.0 through 1.19.1 with ede: yes set in unbound.conf
  • Correlate Unbound process CPU metrics with query rates to surface low-volume, high-CPU patterns characteristic of this DoS condition
  • Inspect packet captures or DNS telemetry for queries advertising small EDNS0 buffer sizes paired with names known to generate EDE responses

Monitoring Recommendations

  • Alert on Unbound num.queries stagnation while mem.total or per-thread CPU climbs, indicating stuck worker threads
  • Track resolution latency (histogram.000000.000000.to.*) percentiles and trigger on sustained degradation
  • Enable and centralize Unbound logging at verbosity: 2 or higher to capture EDE-related response handling for forensic review

How to Mitigate CVE-2024-1931

Immediate Actions Required

  • Upgrade Unbound to version 1.19.2 or later, which contains the upstream fix that bounds the EDE trimming loop
  • If immediate upgrade is not feasible, remove or set ede: no in unbound.conf to disable the vulnerable code path entirely
  • Apply vendor-supplied packages from Fedora, FreeBSD, and NetApp advisories listed in the references for bundled distributions

Patch Information

NLnet Labs released Unbound 1.19.2 to address CVE-2024-1931. The fix adds the missing termination check so that the EDE EXTRA-TEXT trimming routine cannot loop indefinitely. Downstream packagers have published updates through the Fedora Package Announcement, FreeBSD Security Advisory, and NetApp Security Advisory.

Workarounds

  • Disable Extended DNS Error responses by setting ede: no in the server configuration block until patching is complete
  • Restrict resolver access to known client networks using access-control directives to reduce exposure to untrusted queries
  • Place rate limiting in front of recursive resolvers to slow repeated abusive queries from individual source addresses
bash
# Configuration example: disable EDE responses as a temporary mitigation
# /etc/unbound/unbound.conf
server:
    ede: no
    # Optional: restrict who can query the resolver
    access-control: 10.0.0.0/8 allow
    access-control: 0.0.0.0/0 refuse

# Reload Unbound to apply changes
unbound-control reload

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNlnetlabs Unbound

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability6.75%

  • 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-835
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • FreeBSD Security Advisory

  • NetApp Security Advisory
  • Vendor Resources
  • NLnet Labs CVE-2024-1931 Details
  • 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