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-2026-44390

CVE-2026-44390: Nlnetlabs Unbound DOS Vulnerability

CVE-2026-44390 is a denial of service flaw in Nlnetlabs Unbound caused by unbounded name compression on large RRsets. Attackers can degrade performance and cause DOS. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 21, 2026

CVE-2026-44390 Overview

CVE-2026-44390 is a denial of service vulnerability in NLnet Labs Unbound, an open-source validating, recursive, and caching DNS resolver. The flaw affects Unbound versions up to and including 1.25.0 and stems from how the resolver applies name compression to downstream replies containing very large RRsets. When records in a malicious zone do not share any suffix above the root, Unbound enters a code path that bypasses the existing compression counter limit. This allows an attacker to lock CPU resources during reply processing. The vulnerability is a complementary fix to CVE-2024-8508 and is tracked under CWE-407: Inefficient Algorithmic Complexity.

Critical Impact

Remote attackers can degrade Unbound resolver performance and trigger denial of service conditions by querying specially crafted malicious zones with very large RRsets, exhausting CPU resources on the resolver.

Affected Products

  • NLnet Labs Unbound versions up to and including 1.25.0
  • Recursive DNS resolver deployments running affected Unbound versions
  • Systems relying on Unbound for DNS resolution of arbitrary upstream zones

Discovery Timeline

  • 2026-05-20 - CVE CVE-2026-44390 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-44390

Vulnerability Analysis

The vulnerability resides in Unbound's DNS name compression logic, which the resolver applies before transmitting downstream replies. Name compression reduces packet size by referencing previously seen domain suffixes within the same DNS message. When Unbound processes very large RRsets, it must perform compression lookups across every record in the response.

NLnet Labs introduced a compression limit in Unbound 1.21.1 as part of the CVE-2024-8508 remediation. That fix capped the number of compression operations performed during reply construction. However, the counter increment was tied to successful compression tree lookups. Records that do not share any suffix above the root trigger compression tree lookup failures, which route execution through a different code path that omits the counter increment.

This bypass restores the unbounded behavior the original patch was meant to prevent. An attacker delivering large RRsets with no shared suffix can force Unbound to spend prolonged CPU time on compression operations per query.

Root Cause

The root cause is incomplete enforcement of the compression operation counter introduced in version 1.21.1. The counter only increments on successful compression tree lookups. Records lacking a shared suffix above the root cause lookup failures and skip the counter, leaving the compression operation effectively unbounded.

Attack Vector

An adversary hosts a malicious authoritative zone containing very large RRsets whose records share no common suffix above the root. The attacker then issues queries to a target Unbound resolver that cause it to fetch and process these RRsets from the malicious upstream. Unbound applies name compression to the response before forwarding it downstream, consuming CPU until the operation completes. Repeated or concurrent queries can sustain CPU exhaustion and degrade or deny service to legitimate clients. The attack requires no authentication and is conducted over the network.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the NLnet Labs CVE-2026-44390 advisory for vendor technical details.

Detection Methods for CVE-2026-44390

Indicators of Compromise

  • Sustained high CPU utilization on Unbound resolver processes without a corresponding increase in legitimate query volume.
  • Outbound DNS resolution traffic to unusual authoritative servers hosting zones with abnormally large RRsets.
  • Delayed or timed-out responses to downstream DNS clients during periods of normal request load.
  • DNS response packets containing RRsets with hundreds or thousands of records lacking a shared parent suffix.

Detection Strategies

  • Monitor Unbound process CPU usage and correlate spikes with the originating client query and upstream zone being resolved.
  • Inspect outbound DNS responses for RRset sizes that exceed organizational baselines for typical zones.
  • Enable Unbound query logging and review queries that consistently trigger long response times.
  • Track the version string of deployed Unbound instances and flag any running 1.25.0 or earlier.

Monitoring Recommendations

  • Instrument resolver hosts to alert when DNS response generation latency exceeds defined thresholds.
  • Forward Unbound statistics counters (num.query, time.up, CPU time per query) to a centralized monitoring system.
  • Correlate resolver CPU saturation with the client IPs initiating the triggering queries for upstream isolation.

How to Mitigate CVE-2026-44390

Immediate Actions Required

  • Upgrade all Unbound instances to version 1.25.1 or later, which contains the patch that increments the compression counter regardless of compression tree lookup outcome.
  • Inventory infrastructure for Unbound deployments, including embedded resolvers in appliances and container images.
  • Restrict resolver access to authorized client networks where feasible to limit attacker-driven query injection.

Patch Information

NLnet Labs released Unbound 1.25.1 containing the complete fix. The patch ensures the compression operation counter increments on every compression attempt, closing the bypass path that occurs when records share no suffix above the root. See the NLnet Labs CVE-2026-44390 advisory for upgrade guidance.

Workarounds

  • Configure Unbound with strict response size limits and rate limiting per client to reduce amplification potential while patching is scheduled.
  • Apply egress filtering or DNS policy controls to block resolution of known malicious authoritative servers.
  • Place resolvers behind monitoring that can throttle or terminate sessions producing sustained CPU saturation.
bash
# Verify the running Unbound version and upgrade
unbound -V | head -n 1

# Example package upgrade on Debian/Ubuntu after repository update
sudo apt-get update && sudo apt-get install --only-upgrade unbound

# Restart the resolver and confirm version 1.25.1 or later
sudo systemctl restart unbound
unbound-control status

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechUnbound

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-407
  • Vendor Resources
  • NLnet Labs CVE-2026-44390 Details
  • Related CVEs
  • CVE-2026-42960: Nlnetlabs Unbound DNS Poisoning Vulnerability

  • CVE-2026-42959: Nlnetlabs Unbound DOS Vulnerability

  • CVE-2026-42923: Nlnetlabs Unbound DOS Vulnerability

  • CVE-2026-42534: Nlnetlabs Unbound DOS Vulnerability
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