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

CVE-2026-2291: dnsmasq Buffer Overflow Vulnerability

CVE-2026-2291 is a heap buffer overflow in dnsmasq's extract_name() function that enables DNS cache poisoning and denial of service attacks. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-2291 Overview

CVE-2026-2291 is a heap buffer overflow vulnerability in the extract_name() function of dnsmasq, a widely deployed lightweight DNS forwarder and DHCP server. Attackers can exploit the flaw over the network without authentication or user interaction. Successful exploitation lets an attacker inject false DNS cache entries, redirecting DNS lookups to attacker-controlled IP addresses or triggering a denial-of-service condition. The vulnerability affects downstream products that embed dnsmasq, including Pi-hole FTL and various Linux distributions packaging the resolver.

Critical Impact

Remote attackers can poison the DNS cache to redirect traffic to attacker-controlled infrastructure or crash the resolver, breaking name resolution for every dependent client.

Affected Products

  • dnsmasq (upstream resolver in versions prior to the fix referenced in the thekelleys.org.uk CVE index)
  • Pi-hole FTL versions prior to v6.6.2
  • Linux distributions packaging vulnerable dnsmasq builds, including SUSE and NixOS

Discovery Timeline

  • 2026-05-11 - CVE-2026-2291 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-2291

Vulnerability Analysis

The defect resides in dnsmasq's extract_name() routine, which parses DNS names from incoming packets. Attacker-crafted DNS responses can drive the function to write beyond the bounds of its heap-allocated destination buffer. Because dnsmasq processes attacker-influenced DNS traffic by design, the unsafe write occurs during routine packet handling.

The overflow is reachable across the network with no privileges and no user interaction. Adjacent heap memory can be corrupted with attacker-chosen bytes derived from the malformed name. That corruption is sufficient to forge cache entries that dnsmasq subsequently serves to its clients, achieving DNS cache poisoning without solving traditional source-port or transaction-ID guessing problems.

Root Cause

The root cause is missing or insufficient bounds checking during name extraction. extract_name() decodes compressed DNS labels and copies them into a fixed-size buffer, but the size validation fails to account for all crafted label sequences. A malformed response containing pathological label encoding writes past the destination, corrupting heap structures the cache layer relies upon.

Attack Vector

An attacker who can deliver a DNS response to a dnsmasq instance — either as an upstream resolver answering a forwarded query, or via a spoofed response race against a legitimate authoritative server — can trigger the overflow. Internet-exposed dnsmasq listeners are at highest risk, but internal deployments are also exposed if an attacker can induce queries to malicious authoritative servers. Once the heap is corrupted, the resolver can be coerced into caching attacker-supplied records, redirecting subsequent lookups by every downstream client.

// No verified public proof-of-concept code is available for CVE-2026-2291.
// Refer to the upstream dnsmasq CVE index and CERT/CC advisory linked
// in the references for technical analysis as it becomes available.

Detection Methods for CVE-2026-2291

Indicators of Compromise

  • Unexpected crashes or restarts of the dnsmasq or pihole-FTL process, particularly with heap corruption signatures in dmesg or core dumps.
  • DNS responses resolving well-known domains to unfamiliar IP addresses, or sudden divergence between dnsmasq cache contents and authoritative answers.
  • Inbound DNS responses containing malformed or unusually long compressed label sequences captured at the network perimeter.

Detection Strategies

  • Inspect DNS response packets at network sensors for malformed name compression and oversized label chains targeting resolver hosts.
  • Compare cached records on dnsmasq instances against trusted upstream resolvers to identify divergent or poisoned entries.
  • Monitor process telemetry for dnsmasq and pihole-FTL for abnormal terminations, segmentation faults, or memory allocator aborts.

Monitoring Recommendations

  • Forward dnsmasq query logs and process events into a centralized analytics platform and alert on resolver restarts correlated with inbound DNS traffic spikes.
  • Track outbound DNS destinations from hosts whose resolver is dnsmasq, alerting on unexpected upstream servers that may indicate redirection.
  • Enable host-based identification for memory corruption signals on Linux servers running dnsmasq, including ASLR-defeating crash patterns.

How to Mitigate CVE-2026-2291

Immediate Actions Required

  • Upgrade dnsmasq to the fixed version listed in the DNSMasq CVE Index and rebuild any embedded distributions.
  • Update Pi-hole deployments to Pi-hole FTL Release v6.6.2 or later.
  • Apply distribution patches such as the SUSE CVE-2026-2291 Advisory and the NixOS updates in Nixpkgs Pull Request #519082 and Nixpkgs Pull Request #519093.
  • Restrict dnsmasq's listening interfaces so the service is not reachable from untrusted networks.

Patch Information

Upstream fixes are tracked in the dnsmasq project CVE index and discussed in the DNSMasq Discussion Post. Downstream packagers including SUSE, NixOS, and Pi-hole have released coordinated updates. Coordination details are summarized in CERT Vulnerability Report #471747.

Workarounds

  • Bind dnsmasq to trusted interfaces only using the interface= and bind-interfaces directives, and block inbound UDP/TCP 53 from untrusted networks at the firewall.
  • Force dnsmasq to forward only to trusted upstream resolvers using server= directives, reducing exposure to attacker-controlled authoritative responses.
  • Enable DNSSEC validation in dnsmasq where supported to reject forged records that fail cryptographic checks.
bash
# Example dnsmasq hardening in /etc/dnsmasq.conf
bind-interfaces
interface=lo
interface=eth0
no-resolv
server=1.1.1.1
server=9.9.9.9
dnssec
dnssec-check-unsigned

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechDnsmasq

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • Technical References
  • GitHub Nixpkgs Pull Request #519082

  • GitHub Nixpkgs Pull Request #519093

  • Pi-hole FTL Release v6.6.2

  • DNSMasq Discussion Post

  • DNSMasq CVE Index

  • CERT Vulnerability Report #471747

  • SUSE CVE-2026-2291 Advisory
  • Related CVEs
  • CVE-2026-5172: dnsmasq Buffer Overflow Vulnerability

  • CVE-2026-4893: dnsmasq Information Disclosure Vulnerability

  • CVE-2026-4892: dnsmasq DHCPv6 RCE Vulnerability

  • CVE-2026-4890: dnsmasq DNSSEC Validation 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