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

CVE-2026-42959: Nlnetlabs Unbound DOS Vulnerability

CVE-2026-42959 is a denial of service flaw in Nlnetlabs Unbound DNSSEC validator that causes process crashes via malicious upstream replies. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-42959 Overview

CVE-2026-42959 is a denial of service vulnerability in the NLnet Labs Unbound DNS resolver. The flaw resides in the DNSSEC validator, which uses an incorrect counter when calculating write offsets for ADDITIONAL section rrsets during chase-reply construction. An attacker controlling a DNSSEC-signed domain can craft upstream replies that trigger an uninitialized pointer dereference. A single query causes Unbound to crash immediately, disrupting DNS resolution for all downstream clients. The vulnerability affects Unbound versions up to and including 1.25.0 and is fixed in 1.25.1. The issue is tracked under [CWE-824] (Access of Uninitialized Pointer).

Critical Impact

A remote, unauthenticated attacker can crash Unbound resolver processes with a single crafted DNS query, breaking DNS resolution for dependent infrastructure.

Affected Products

  • NLnet Labs Unbound versions up to and including 1.25.0
  • All deployments using Unbound as a DNSSEC validating resolver
  • Patched in NLnet Labs Unbound 1.25.1

Discovery Timeline

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

Technical Details for CVE-2026-42959

Vulnerability Analysis

The vulnerability occurs while Unbound builds chase-reply messages used for DNSSEC validation. The code computes write offsets for the ADDITIONAL section rrsets using the wrong section counter. Two response-shaping behaviors combine to expose the flaw. DNAME duplication inflates the ANSWER section count, while authority filtering reduces the AUTHORITY section count. The mismatch produces an uninitialized slot in the rrset array. When the validator later dereferences the pointer in that slot, the Unbound process crashes immediately. The result is a clean denial of service against any resolver instance that processes the malicious upstream reply.

Root Cause

The root cause is incorrect counter usage during memory layout calculation in the validator's chase-reply assembly logic. The code path does not maintain a consistent count between the ANSWER, AUTHORITY, and ADDITIONAL sections after DNAME expansion and authority filtering. This leaves a pointer slot uninitialized and reachable by later dereference, mapping directly to [CWE-824] Access of Uninitialized Pointer.

Attack Vector

Exploitation requires the attacker to control a DNSSEC-signed domain that the target Unbound resolver queries. The adversary configures a DNAME chain pointing to unsigned CNAMEs. The malicious response contains unsigned records in the AUTHORITY section alongside signed glue records in the ADDITIONAL section. A single triggering query, which can be induced by causing any downstream client to resolve a name under the attacker's zone, is sufficient to crash the resolver. No authentication or user interaction is required, and the network attack vector makes the issue reachable from the public internet.

No verified public exploit code is available. Refer to the NLnet Labs Advisory CVE-2026-42959 for technical details.

Detection Methods for CVE-2026-42959

Indicators of Compromise

  • Unexpected Unbound process crashes or restarts logged by the service manager, particularly correlated with outbound queries to unfamiliar DNSSEC-signed zones.
  • DNS query logs showing resolution attempts for domains with DNAME chains leading to unsigned CNAME targets.
  • Upstream replies that contain unsigned AUTHORITY records combined with signed ADDITIONAL glue records for the same response.

Detection Strategies

  • Monitor systemd, supervisord, or container orchestrator logs for repeated Unbound segmentation faults or abnormal exit codes.
  • Enable Unbound query logging and inspect responses for DNAME chains terminating in unsigned CNAMEs.
  • Correlate resolver crash events with the most recent outbound recursive query to identify the triggering zone.

Monitoring Recommendations

  • Alert on Unbound restart frequency exceeding a baseline threshold within a short time window.
  • Track availability metrics for the resolver service and downstream DNS-dependent applications.
  • Capture core dumps from Unbound crashes for post-incident forensic analysis of the triggering response.

How to Mitigate CVE-2026-42959

Immediate Actions Required

  • Upgrade Unbound to version 1.25.1 or later on all resolver hosts.
  • Inventory all systems running Unbound, including embedded appliances and container images that bundle the resolver.
  • Restart the Unbound service after upgrade to ensure the patched binary is active.

Patch Information

NLnet Labs released Unbound 1.25.1 with a fix that uses the proper counters when calculating write offsets for ADDITIONAL section rrsets. The patch corrects the section count mismatch that produced the uninitialized array slot. Detailed advisory information is available at the NLnet Labs Advisory CVE-2026-42959.

Workarounds

  • Disable DNSSEC validation on affected resolvers only as a last resort, since this removes a core security control.
  • Configure resolver supervision to automatically restart Unbound on crash to limit downtime while patching is scheduled.
  • Restrict recursive resolution to internal clients and trusted zones where feasible to reduce exposure to attacker-controlled domains.
bash
# Verify installed Unbound version
unbound -V | head -n 1

# Example upgrade on Debian/Ubuntu after distribution package update
sudo apt update && sudo apt install --only-upgrade unbound
sudo systemctl restart unbound

# Confirm patched version is running
sudo systemctl status 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

  • SeverityHIGH

  • CVSS Score8.7

  • 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:H/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:Red
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-824
  • Vendor Resources
  • NLnet Labs Advisory CVE-2026-42959
  • Related CVEs
  • CVE-2026-44390: Nlnetlabs Unbound DOS Vulnerability

  • CVE-2026-42960: Nlnetlabs Unbound DNS Poisoning 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