Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-35519

CVE-2026-35519: Pi-hole FTL DNS RCE Vulnerability

CVE-2026-35519 is a remote code execution vulnerability in Pi-hole FTL DNS engine that allows authenticated attackers to execute arbitrary commands via DNS host record configuration. This article covers technical details, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-35519 Overview

A remote code execution vulnerability has been identified in FTLDNS (pihole-FTL), the core component that provides an interactive API and generates statistics for Pi-hole's Web interface. This command injection vulnerability (CWE-78) affects versions 6.0 to before 6.6 of the Pi-hole FTL engine and allows authenticated attackers to execute arbitrary commands on the underlying system through malicious DNS host record configurations.

Critical Impact

Authenticated attackers can achieve full system compromise by injecting arbitrary dnsmasq configuration directives through newline characters in the dns.hostRecord parameter, leading to remote code execution on the Pi-hole server.

Affected Products

  • Pi-hole FTL (FTLDNS) versions 6.0 to before 6.6

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-35519 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-35519

Vulnerability Analysis

The vulnerability exists in the DNS host record configuration parameter (dns.hostRecord) within the Pi-hole FTL engine. The FTL component serves as the backbone of Pi-hole, handling DNS queries and providing the API that powers the web interface. Due to insufficient input validation on the dns.hostRecord parameter, the system fails to properly sanitize user-supplied input before passing it to the underlying dnsmasq configuration.

An authenticated user with access to the Pi-hole administrative interface can exploit this flaw by crafting a specially formed host record that includes newline characters. These newline characters allow the attacker to break out of the intended configuration context and inject arbitrary dnsmasq directives. Dnsmasq supports configuration options that can execute external scripts or commands, making this injection point a viable path to remote code execution.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-78 - Improper Neutralization of Special Elements used in an OS Command). The dns.hostRecord configuration parameter does not adequately filter or escape newline characters (\n) and other control characters before incorporating user input into the dnsmasq configuration file. This allows attackers to inject additional configuration directives that dnsmasq interprets as legitimate instructions.

Attack Vector

The attack requires network access and low-privilege authentication to the Pi-hole administrative interface. An attacker who has obtained valid credentials—either through credential theft, default password exploitation, or legitimate access—can navigate to the DNS configuration settings and input a malicious host record containing embedded newline characters followed by arbitrary dnsmasq directives.

The injection technique leverages dnsmasq's support for directive chaining and external command execution capabilities. By carefully constructing the payload, an attacker can instruct dnsmasq to execute shell commands with the privileges of the dnsmasq process, which often runs as root or with elevated privileges on the system.

For detailed technical information and proof-of-concept details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35519

Indicators of Compromise

  • Unusual entries in dnsmasq configuration files containing newline sequences or unexpected directives
  • Suspicious modification timestamps on /etc/dnsmasq.conf or Pi-hole configuration directories
  • Unexpected processes spawned as child processes of dnsmasq or pihole-FTL
  • Anomalous network connections originating from the Pi-hole server
  • Authentication logs showing access to DNS configuration endpoints followed by system-level activity

Detection Strategies

  • Monitor Pi-hole administrative interface logs for modifications to the dns.hostRecord parameter, especially entries containing encoded newline characters or escape sequences
  • Implement file integrity monitoring on dnsmasq and Pi-hole configuration files to detect unauthorized modifications
  • Review process execution logs for unexpected commands executed by the dnsmasq or pihole-FTL user accounts
  • Deploy network-based detection for unusual outbound connections from Pi-hole servers

Monitoring Recommendations

  • Enable verbose logging for Pi-hole FTL API access and configuration changes
  • Implement SIEM alerting for configuration file modifications on Pi-hole systems
  • Monitor for privilege escalation attempts or lateral movement originating from Pi-hole hosts
  • Regularly audit administrative user accounts and access patterns on Pi-hole installations

How to Mitigate CVE-2026-35519

Immediate Actions Required

  • Upgrade Pi-hole FTL to version 6.6 or later immediately to remediate this vulnerability
  • Audit all DNS host record configurations for suspicious entries containing newline characters or unexpected directives
  • Review administrative access logs to identify any potential exploitation attempts
  • Restrict network access to the Pi-hole administrative interface to trusted networks or IP addresses
  • Ensure strong, unique credentials are used for all Pi-hole administrative accounts

Patch Information

This vulnerability is fixed in Pi-hole FTL version 6.6. Users should update their Pi-hole installations through the standard update mechanism or by manually upgrading the FTL component. For additional patch details and release notes, consult the GitHub Security Advisory.

Workarounds

  • Implement network segmentation to restrict access to the Pi-hole administrative interface from untrusted networks
  • Use a reverse proxy with authentication to add an additional layer of access control before the Pi-hole web interface
  • Temporarily disable API access or restrict administrative functionality while awaiting patch deployment
  • Monitor and audit all configuration changes through external logging and file integrity monitoring solutions
bash
# Example: Restrict administrative interface access via iptables
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPi Hole

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33765: Pi-hole Admin Interface RCE Vulnerability

  • CVE-2020-8816: Pi-hole Web AdminLTE RCE Vulnerability

  • CVE-2026-33405: Pi-hole Web Interface XSS Vulnerability

  • CVE-2026-33727: Pi-hole Privilege Escalation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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