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

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

CVE-2026-33405 is a stored XSS vulnerability in Pi-hole Web Interface affecting versions 6.0 to before 6.5. The flaw allows HTML injection through Query Log data fields. This article covers technical details, impact, and patches.

Published: April 10, 2026

CVE-2026-33405 Overview

CVE-2026-33405 is a stored HTML injection vulnerability affecting the Pi-hole Admin Interface, a web interface for managing Pi-hole, a popular network-level ad and internet tracker blocking application. The vulnerability exists in versions 6.0 through 6.4 of the web interface, where the formatInfo() function in queries.js fails to properly escape user-controlled data when rendering expanded query rows in the Query Log.

Critical Impact

Attackers with administrative access can inject malicious HTML content into the Query Log that persists and renders for other administrators, potentially leading to UI manipulation, phishing attacks, or information disclosure. While JavaScript execution is blocked by the server's Content Security Policy (CSP), the HTML injection itself can still be leveraged for social engineering attacks.

Affected Products

  • Pi-hole Web Interface versions 6.0 to 6.4
  • Pi-hole installations using the vulnerable admin dashboard
  • Self-hosted Pi-hole deployments with exposed admin interfaces

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-33405 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-33405

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Cross-Site Scripting), specifically manifesting as a stored HTML injection flaw. The root issue lies in inconsistent output encoding within the Pi-hole web interface's JavaScript code.

The formatInfo() function in queries.js is responsible for rendering detailed information when a user expands a query row in the Query Log interface. This function directly renders three specific fields into HTML without proper escaping: data.upstream, data.client.ip, and data.ede.text. An attacker who can control these fields can inject arbitrary HTML content that will be stored and later rendered for any administrator viewing the Query Log.

Notably, the same fields are properly escaped in the table view's rowCallback function, confirming that this vulnerability was an oversight rather than a deliberate design decision. The inconsistency between the two rendering paths indicates a code review gap.

Root Cause

The vulnerability stems from missing output encoding in the formatInfo() function within queries.js. While the main table view correctly sanitizes the data.upstream, data.client.ip, and data.ede.text fields using proper HTML escaping, the expanded row detail view bypasses this protection by directly inserting the raw field values into the DOM. This inconsistent application of security controls creates an injection point that attackers can exploit.

Attack Vector

The attack requires an adversary with high-level privileges (administrative access) to inject malicious HTML content through DNS query data that gets logged and displayed in the Query Log. When another administrator expands a query row containing the malicious payload, the injected HTML renders in their browser context.

The exploitation scenario involves:

  1. An attacker with admin access crafting DNS queries or manipulating logged data to include malicious HTML in the upstream, client.ip, or ede.text fields
  2. The malicious content being stored in the Pi-hole query log database
  3. A victim administrator viewing the Query Log and expanding the affected row
  4. The formatInfo() function rendering the unescaped HTML in the victim's browser

While the server's CSP (script-src 'self') prevents JavaScript execution, attackers can still leverage HTML injection for UI spoofing, form injection for credential harvesting, or embedding malicious iframes.

Detection Methods for CVE-2026-33405

Indicators of Compromise

  • Unusual HTML tags or entities appearing in Query Log fields such as upstream, client.ip, or ede.text
  • Query log entries containing embedded iframe, form, or anchor tags with suspicious destinations
  • Reports from administrators of unexpected UI elements or overlays in the Query Log interface
  • Anomalous DNS query patterns that include HTML markup in hostnames or responses

Detection Strategies

  • Review Pi-hole query logs for entries containing HTML special characters (<, >, ", ') in unexpected fields
  • Implement log analysis to flag query entries with potential HTML injection patterns
  • Monitor administrative session activity for unusual Query Log access patterns
  • Deploy browser-based security tools that can detect DOM manipulation attempts

Monitoring Recommendations

  • Enable verbose logging on the Pi-hole admin interface to capture access patterns
  • Configure alerts for query log entries matching common HTML injection patterns (e.g., <script, <iframe, <form, onclick)
  • Regularly audit administrative access to the Pi-hole interface
  • Monitor for CSP violation reports which may indicate attempted script injection

How to Mitigate CVE-2026-33405

Immediate Actions Required

  • Upgrade Pi-hole Web Interface to version 6.5 or later immediately
  • Audit query logs for any existing malicious HTML content and purge affected entries
  • Restrict administrative access to the Pi-hole interface to trusted networks only
  • Review and limit the number of accounts with administrative privileges

Patch Information

The vulnerability is fixed in Pi-hole Web Interface version 6.5. The patch addresses the missing output encoding in the formatInfo() function by applying proper HTML escaping to the data.upstream, data.client.ip, and data.ede.text fields, bringing them in line with the security measures already implemented in the rowCallback function.

Users should update their Pi-hole installation using the standard update mechanism. For detailed information about the fix, see the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to limit who can reach the Pi-hole admin interface
  • Deploy a reverse proxy with additional input filtering and output encoding
  • Disable the expanded query detail view if not operationally required
  • Consider placing the Pi-hole admin interface behind a VPN or requiring additional authentication
bash
# Configuration example - Restrict admin interface access via firewall
# Allow only specific trusted IP addresses to access Pi-hole admin
sudo iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 80 -s 192.168.1.101 -j ACCEPT
sudo 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
  • TypeXSS

  • Vendor/TechPi Hole

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33403: Pi-hole Admin Interface XSS Vulnerability

  • CVE-2026-33406: Pi-hole Admin Interface XSS Vulnerability

  • CVE-2026-33404: Pi-hole Admin Interface XSS Vulnerability

  • CVE-2026-26953: Pi-hole Admin Interface XSS 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