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

CVE-2026-42960: Nlnetlabs Unbound DNS Poisoning Vulnerability

CVE-2026-42960 is a DNS cache poisoning vulnerability in Nlnetlabs Unbound up to version 1.25.0 that allows attackers to inject malicious records. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-42960 Overview

CVE-2026-42960 is a DNS cache poisoning vulnerability in NLnet Labs Unbound through version 1.25.0. The flaw allows an adversary to inject promiscuous resource record sets (RRSets) into the authority section of DNS replies. When the authority RRSet holds sufficient trust as in-zone delegation data, Unbound accepts and caches the accompanying address records from the additional section. Attackers can abuse this behavior by attaching non-NS records such as MX along with address records in a spoofed or fragmented reply. This issue complements CVE-2025-11411 and has been addressed in Unbound 1.25.1.

Critical Impact

Successful exploitation poisons the Unbound resolver cache with attacker-controlled address records, redirecting downstream client traffic to adversary-chosen hosts.

Affected Products

  • NLnet Labs Unbound versions up to and including 1.25.0
  • Recursive resolver deployments using unbound for DNS resolution
  • Downstream clients relying on affected Unbound instances for name resolution

Discovery Timeline

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

Technical Details for CVE-2026-42960

Vulnerability Analysis

The vulnerability falls under [CWE-349] Acceptance of Extraneous Untrusted Data With Trusted Data. Unbound improperly trusts address records placed in the additional section of a DNS reply when an authority RRSet other than NS accompanies them. The resolver caches these promiscuous records as if they were authoritative, enabling cache poisoning. An adversary positioned on an adjacent network can attempt to deliver crafted replies through spoofed packets or fragmentation attacks. Because the authority RRSet only needs to qualify as in-zone delegation data, the attacker does not need to compromise the upstream authoritative server.

Root Cause

The root cause is insufficient validation of additional-section glue records against the type of authority record they accompany. Unbound accepted address records relevant to non-NS authority types such as MX, treating them as trustworthy glue. The fix in Unbound 1.25.1 disregards address records from the additional section unless they are explicitly bound to authority NS records.

Attack Vector

Exploitation requires the attacker to land a malicious response before the legitimate upstream reply. This is typically achieved by spoofing the source address and matching DNS transaction parameters, or by leveraging IP fragmentation to inject crafted fragments into a legitimate response. Once the poisoned MX and accompanying A or AAAA records enter the cache, any client querying the affected name receives the attacker-controlled mapping. The poisoned entries persist for the TTL set by the attacker. See the NLnet Labs CVE-2026-42960 Advisory for protocol-level details.

Detection Methods for CVE-2026-42960

Indicators of Compromise

  • Unexpected A or AAAA records cached for MX or other non-NS targets that do not match authoritative data
  • DNS replies containing additional-section glue records that are not strictly tied to authority NS records
  • Spikes in fragmented UDP/53 traffic or duplicate response packets observed on resolver interfaces

Detection Strategies

  • Compare cached records on Unbound (unbound-control dump_cache) against authoritative zone data for high-value domains
  • Monitor for anomalous TTLs or addresses on mail-exchanger lookups originating from the resolver
  • Inspect packet captures on UDP/53 for unsolicited replies, mismatched transaction IDs, or out-of-order fragments

Monitoring Recommendations

  • Enable Unbound query logging and forward records to a centralized analytics platform for correlation
  • Alert on resolver responses where additional-section records do not match the queried QNAME or zone
  • Track the unbound version inventory and flag any instance at or below 1.25.0

How to Mitigate CVE-2026-42960

Immediate Actions Required

  • Upgrade all Unbound deployments to version 1.25.1 or later, which removes promiscuous additional-section caching
  • Audit resolver caches and flush any entries that may have been populated during the exposure window
  • Restrict resolver access to trusted client networks and block inbound UDP/53 from untrusted sources

Patch Information

NLnet Labs released Unbound 1.25.1 with a fix that disregards address records from the additional section unless they are explicitly relevant only to authority NS records. The patch complements the earlier remediation for CVE-2025-11411. Operators should consult the NLnet Labs CVE-2026-42960 Advisory for build and packaging details.

Workarounds

  • Enforce DNSSEC validation for zones where supported to detect tampered records before caching
  • Enable 0x20 query name randomization and source port randomization to raise the cost of spoofing
  • Limit EDNS UDP buffer size to reduce exposure to fragmentation-based injection
bash
# Configuration example: harden unbound.conf against spoofing while patching
server:
    harden-glue: yes
    harden-dnssec-stripped: yes
    use-caps-for-id: yes
    edns-buffer-size: 1232
    do-not-query-localhost: yes
    access-control: 10.0.0.0/8 allow
    access-control: 0.0.0.0/0 refuse

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 Score5.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:H/E:P/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
  • AvailabilityNone
  • CWE References
  • CWE-349
  • Vendor Resources
  • NLnet Labs CVE-2026-42960 Advisory
  • Related CVEs
  • CVE-2026-44390: Nlnetlabs Unbound DOS 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