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

CVE-2026-33403: Pi-hole Admin Interface XSS Vulnerability

CVE-2026-33403 is a reflected DOM-based XSS flaw in Pi-hole Admin Interface versions 6.0 to before 6.5 that allows attackers to inject malicious HTML and potentially exfiltrate credentials. This article covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-33403 Overview

A reflected DOM-based Cross-Site Scripting (XSS) vulnerability has been identified in the Pi-hole Admin Interface, the web-based management console for Pi-hole network-level ad and tracker blocking application. The vulnerability exists in versions 6.0 through 6.5 (exclusive) and allows unauthenticated attackers to inject arbitrary HTML into the admin interface by crafting malicious URLs targeting the taillog.js file.

Critical Impact

Attackers can exploit this vulnerability to inject malicious HTML and JavaScript, potentially exfiltrating admin credentials to external origins due to a missing form-action directive in the Content-Security-Policy.

Affected Products

  • Pi-hole Admin Interface versions 6.0 to before 6.5
  • Pi-hole Web Interface (pi-hole/web)

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-33403 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-33403

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the taillog.js file within the Pi-hole Admin Interface where the file query parameter is directly interpolated into an innerHTML assignment without proper escaping or sanitization.

The DOM-based nature of this XSS means the malicious payload is processed entirely on the client side, making it more difficult to detect through traditional server-side security controls. When a user clicks on a specially crafted URL, the attacker-controlled content is injected directly into the Document Object Model.

Compounding this issue is the absence of a form-action directive in the application's Content-Security-Policy (CSP). This missing directive creates a secondary attack vector where injected <form> elements can submit data to external origins controlled by the attacker. This effectively allows credential theft when administrators interact with the injected content.

Root Cause

The root cause is improper input validation and output encoding in the taillog.js JavaScript file. The file query parameter from the URL is used directly in an innerHTML assignment without sanitizing the input for HTML special characters. This violates secure coding principles that require user-controlled input to be properly escaped before being rendered in the DOM.

Additionally, the Content-Security-Policy header lacks the form-action directive, which should restrict where forms can submit data. Without this protection, even if script execution is partially mitigated, attackers can still leverage HTML injection through form elements to exfiltrate sensitive data.

Attack Vector

The attack is network-based and requires user interaction. An attacker would craft a malicious URL containing the XSS payload in the file parameter and trick an authenticated Pi-hole administrator into clicking the link. This could be accomplished through phishing emails, social engineering, or embedding the link on a compromised website.

Once the victim clicks the malicious URL, the payload executes in the context of their authenticated session with the Pi-hole admin interface. The attacker can then inject forms that mimic legitimate login prompts, capture keystrokes, steal session tokens, or redirect the administrator to attacker-controlled infrastructure.

The vulnerability manifests in the taillog.js file where the file query parameter is interpolated into an innerHTML assignment without proper escaping. For technical details and proof-of-concept information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33403

Indicators of Compromise

  • Unusual URL patterns in web server logs containing encoded HTML or JavaScript in the file parameter
  • Access logs showing requests to taillog.js with suspicious query string values containing angle brackets or script tags
  • Network traffic to unexpected external domains originating from the Pi-hole admin interface
  • Reports from users of unexpected prompts or visual changes when accessing the admin interface

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS patterns in URL query parameters
  • Monitor for encoded HTML entities (<, >, %3C, %3E) in requests to the Pi-hole admin interface
  • Deploy browser-based security monitoring to detect DOM manipulation attacks
  • Review Content-Security-Policy violation reports if configured in report-only mode

Monitoring Recommendations

  • Enable detailed access logging for the Pi-hole web interface and monitor for anomalous URL patterns
  • Configure alerting for any requests containing potential XSS payloads in query strings
  • Implement network monitoring to detect data exfiltration attempts from the Pi-hole admin interface
  • Regularly audit administrator access patterns for unusual activity following link clicks

How to Mitigate CVE-2026-33403

Immediate Actions Required

  • Upgrade Pi-hole Admin Interface to version 6.5 or later immediately
  • Restrict network access to the Pi-hole admin interface to trusted networks only
  • Implement additional network segmentation to limit exposure of the admin interface
  • Educate administrators about phishing risks and suspicious links targeting Pi-hole management URLs

Patch Information

The vulnerability has been fixed in Pi-hole Admin Interface version 6.5. Users should update their Pi-hole installation to this version or later to remediate the vulnerability. Detailed patch information and release notes are available in the GitHub Security Advisory.

Workarounds

  • Restrict access to the Pi-hole admin interface to localhost or trusted internal networks using firewall rules
  • Use a VPN to access the admin interface instead of exposing it directly
  • Implement a reverse proxy with additional CSP headers including the form-action directive
  • Consider disabling web interface access temporarily and managing Pi-hole via command line until patched
bash
# Example: Restrict Pi-hole admin access to localhost only using iptables
iptables -A INPUT -p tcp --dport 80 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# Alternative: Configure lighttpd to bind only to localhost
# Edit /etc/lighttpd/lighttpd.conf
# server.bind = "127.0.0.1"

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 Score6.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/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-33405: Pi-hole Web 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