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

CVE-2026-44608: Unbound Use-After-Free Vulnerability

CVE-2026-44608 is a use-after-free vulnerability in NLnet Labs Unbound caused by locking inconsistencies during multi-threaded RPZ operations. This post covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-44608 Overview

CVE-2026-44608 is a locking inconsistency vulnerability in NLnet Labs Unbound, a widely deployed validating, recursive, and caching DNS resolver. The flaw affects versions 1.14.0 through 1.25.0 and can produce a heap use-after-free condition when specific runtime conditions converge. Exploitation requires Unbound to run in multi-threaded mode with a Response Policy Zone (RPZ) configured for rpz-nsip or rpz-nsdname triggers, plus an in-progress zone transfer (XFR) for that RPZ zone. The race between an XFR reload and a concurrent reader can crash the resolver, disrupting DNS resolution for downstream clients. The issue is categorized under [CWE-413] (Improper Resource Locking).

Critical Impact

A timing-dependent race between RPZ XFR reload and reader threads can free objects mid-walk, causing a heap use-after-free and resolver crash that interrupts DNS service.

Affected Products

  • NLnet Labs Unbound 1.14.0 through 1.25.0
  • Deployments running Unbound in multi-threaded configuration
  • Resolvers using RPZ zones with rpz-nsip or rpz-nsdname triggers fed via XFR

Discovery Timeline

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

Technical Details for CVE-2026-44608

Vulnerability Analysis

The vulnerability resides in Unbound's RPZ subsystem, which applies DNS filtering policy based on triggers such as rpz-nsip (name server IP) and rpz-nsdname (name server domain name). When Unbound runs multi-threaded, multiple worker threads access shared RPZ data structures. A reader thread acquires a lock to traverse RPZ objects but releases that lock before completing the walk. Concurrently, another thread applying an incoming XFR can free those same objects. The reader then dereferences freed heap memory, producing undefined behavior and an eventual crash.

Local RPZ files loaded from disk do not exercise the vulnerable code path. The condition requires zone data delivered through XFR, which is the standard mechanism for distributing RPZ feeds from threat intelligence providers.

Root Cause

The root cause is improper lock scope in the RPZ reload path. The reader does not hold the lock for the full duration of its traversal across rpz-nsip and rpz-nsdname trigger structures. The XFR-applying thread assumes exclusive access once it acquires its own lock and proceeds to free policy objects that remain reachable by the reader.

Attack Vector

An adversary cannot directly trigger the conditions remotely without insider access to the RPZ feed or precise control over XFR timing. The vulnerable window opens when an XFR for an RPZ zone with rpz-nsip or rpz-nsdname triggers arrives while another thread is reading that same zone. Exploitation requires the attacker to align a malicious or routine query with the XFR reload moment to provoke the use-after-free. The CVSS 4.0 vector identifies network attack vector with high attack complexity and high availability impact, reflecting the narrow timing window. The EPSS score is 0.038% at the 11.408 percentile, indicating low observed exploitation probability.

No verified exploit code is publicly available. Refer to the NLnet Labs CVE-2026-44608 Report for vendor technical details.

Detection Methods for CVE-2026-44608

Indicators of Compromise

  • Unexpected Unbound process crashes or restarts coinciding with RPZ XFR events
  • Core dumps showing heap corruption in RPZ trigger traversal functions
  • Gaps in DNS resolution availability matching RPZ feed update windows

Detection Strategies

  • Audit Unbound configuration for num-threads > 1 combined with RPZ zones using rpz-nsip or rpz-nsdname triggers sourced via XFR
  • Correlate resolver crash events with auth-zone or RPZ master notifications in operational logs
  • Inventory Unbound binaries across infrastructure and flag versions between 1.14.0 and 1.25.0

Monitoring Recommendations

  • Monitor Unbound systemd unit restart counters and DNS query failure rates
  • Enable Unbound verbosity to capture RPZ XFR start and completion timestamps for incident correlation
  • Track resolver availability metrics through external probes to detect transient outages tied to zone reloads

How to Mitigate CVE-2026-44608

Immediate Actions Required

  • Upgrade affected installations to Unbound 1.25.1 or later, which contains the corrected locking logic
  • Identify all Unbound resolvers running multi-threaded with RPZ-over-XFR configurations and prioritize patching
  • Coordinate maintenance windows with RPZ feed providers to minimize XFR activity during upgrade

Patch Information

NLnet Labs released Unbound 1.25.1 with a fix to the RPZ locking code. The patch ensures reader threads hold the appropriate lock for the full duration of RPZ trigger traversal, preventing the XFR thread from freeing objects still in use. Patch details and source links are available in the NLnet Labs CVE-2026-44608 Report.

Workarounds

  • Run Unbound single-threaded by setting num-threads: 1 until the upgrade is applied
  • Replace RPZ XFR delivery with local RPZ files, which do not trigger the vulnerable code path
  • Remove rpz-nsip and rpz-nsdname triggers from RPZ zones served via XFR if those policy types are not required
bash
# Configuration example: temporary single-threaded mitigation in unbound.conf
server:
    num-threads: 1
    # Optional: switch RPZ delivery to a local file until patched
rpz:
    name: "rpz.example."
    zonefile: "/etc/unbound/rpz.example.zone"
    # Remove or comment out url:/master: directives that drive XFR delivery

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechUnbound

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-413
  • Vendor Resources
  • NLnet Labs CVE-2026-44608 Report
  • 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-42944: Nlnetlabs Unbound Buffer Overflow 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