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

CVE-2026-42534: Nlnetlabs Unbound DOS Vulnerability

CVE-2026-42534 is a denial of service flaw in Nlnetlabs Unbound that allows attackers to degrade resolution performance through jostle logic exploitation. This article covers technical details, affected versions, and patches.

Published: May 21, 2026

CVE-2026-42534 Overview

CVE-2026-42534 affects NLnet Labs Unbound DNS resolver up to and including version 1.25.0. The vulnerability resides in the jostle logic that manages slow-running queries when num-queries-per-thread reaches its limit. Retransmits of the same query refresh the timestamp used for aging, preventing the jostle logic from identifying slow queries as candidates for replacement. An attacker who can issue queries to a vulnerable Unbound instance and control an authoritative name server that responds slowly or maliciously can degrade resolution performance. Coordinated attacks can escalate the impact to a denial of resolution service. Cache and local data response performance remain unaffected. NLnet Labs released Unbound 1.25.1 with a fix.

Critical Impact

Remote attackers can degrade DNS resolution performance and potentially cause denial of resolution service by exploiting the duplicate-query timestamp handling in Unbound's jostle logic.

Affected Products

  • NLnet Labs Unbound versions up to and including 1.25.0
  • Deployments using default num-queries-per-thread jostle behavior
  • Recursive resolver installations exposed to attacker-influenced upstream name servers

Discovery Timeline

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

Technical Details for CVE-2026-42534

Vulnerability Analysis

Unbound enforces a per-thread limit on outstanding recursive queries through the num-queries-per-thread setting. When the limit is reached, Unbound applies jostle logic: incoming queries can replace existing queries that are both slow to resolve and within the oldest half of currently active queries. The aging decision relies on a timestamp associated with each query. The vulnerability stems from how the resolver updates this timestamp when duplicate queries arrive for the same in-flight resolution. Rather than retaining the start time of the original query, Unbound applies the timestamp of the most recent duplicate. This causes long-running queries to appear young and exempts them from replacement. The flaw maps to [CWE-440: Expected Behavior Violation].

Root Cause

The jostle logic depends on monotonically tracked query age. The resolver overwrites the existing query's start time when a matching duplicate arrives during ongoing resolution. Repeated duplicates renew the apparent age indefinitely. Slow queries that should age out and yield slots to new work instead persist past their intended lifetime, undermining the protective intent of the jostle mechanism.

Attack Vector

The attacker requires two capabilities: the ability to send queries to the target Unbound instance and control over an authoritative server that responds slowly or not at all. The attacker queries names within their controlled zone and retransmits the same query repeatedly. Each retransmit refreshes the timestamp of the in-flight resolution. The attacker fills outstanding query slots with persistently young-looking entries. Legitimate clients are denied resolution capacity once num-queries-per-thread saturates. The attack requires no authentication and operates entirely over the network.

No verified public proof-of-concept code is available. Refer to the NLnet Labs CVE-2026-42534 Advisory for vendor technical details.

Detection Methods for CVE-2026-42534

Indicators of Compromise

  • Sustained saturation of num-queries-per-thread on Unbound resolvers without correlating legitimate traffic spikes
  • High volumes of repeated identical queries from a small set of clients targeting the same external domain
  • Authoritative name servers in upstream queries exhibiting abnormally long response times or no responses
  • Rising client-visible SERVFAIL or query timeout rates while cache hit performance remains normal

Detection Strategies

  • Monitor Unbound unbound-control stats output for elevated num.query.tcp, num.queries, and recursion replies pending counters relative to baseline
  • Correlate per-source query rates against per-destination-domain query rates to identify retransmit-heavy patterns
  • Alert when slow upstream resolution times persist across many concurrent queries for a single zone
  • Compare client resolution latency against cache hit latency to confirm recursion-path degradation

Monitoring Recommendations

  • Enable extended statistics in Unbound and ingest metrics into a centralized observability platform
  • Track outbound query duration distributions per upstream authoritative server
  • Log and review repeated identical client queries with high retransmit counts
  • Establish baselines for recursion queue depth and alert on sustained deviation

How to Mitigate CVE-2026-42534

Immediate Actions Required

  • Upgrade Unbound to version 1.25.1 or later on all recursive resolver hosts
  • Inventory all Unbound deployments, including container images and appliance firmware, to confirm versions in use
  • Restrict recursion to authenticated or trusted client networks using access-control directives where feasible
  • Review upstream query patterns for evidence of ongoing exploitation prior to patching

Patch Information

NLnet Labs released Unbound 1.25.1 containing the fix. The patch attaches an initial, non-updatable start time to incoming queries so that subsequent duplicates cannot reset the aging clock. The jostle logic then sees genuinely aged queries and replaces them as designed. Full vendor details are available in the NLnet Labs CVE-2026-42534 Advisory.

Workarounds

  • Limit recursion exposure by binding Unbound to internal interfaces and enforcing strict access-control policies
  • Increase num-queries-per-thread as a temporary measure to raise the saturation threshold, accepting higher memory usage
  • Apply rate limiting at the network perimeter to constrain repeated identical queries from individual sources
  • Deploy upstream egress filtering to block queries to known malicious authoritative servers
bash
# Configuration example: verify version and restrict recursion in unbound.conf
unbound -V | head -n1

server:
    interface: 127.0.0.1
    access-control: 10.0.0.0/8 allow
    access-control: 0.0.0.0/0 refuse
    num-queries-per-thread: 4096

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-440
  • Vendor Resources
  • NLnet Labs CVE-2026-42534 Advisory
  • Related CVEs
  • CVE-2026-44390: Nlnetlabs Unbound DOS Vulnerability

  • CVE-2026-42960: Nlnetlabs Unbound DNS Poisoning Vulnerability

  • CVE-2026-42959: Nlnetlabs Unbound DOS Vulnerability

  • CVE-2026-42923: 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