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-2020-8816

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

CVE-2020-8816 is a remote code execution vulnerability in Pi-hole Web v4.3.2 (AdminLTE) allowing privileged users to execute code via crafted DHCP static leases. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2020-8816 Overview

Pi-hole Web v4.3.2 (aka AdminLTE) contains a command injection vulnerability that allows Remote Code Execution by privileged dashboard users via a crafted DHCP static lease. This vulnerability affects the Pi-hole administrative interface, enabling authenticated attackers with dashboard access to execute arbitrary commands on the underlying system through malicious MAC address input in the DHCP configuration.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, requiring immediate attention for organizations running vulnerable Pi-hole installations.

Affected Products

  • Pi-hole Web (AdminLTE) versions prior to v4.3.3
  • Pi-hole Pi-hole installations using vulnerable AdminLTE dashboard
  • Systems running Pi-hole v4.3.2 and earlier with DHCP functionality enabled

Discovery Timeline

  • May 29, 2020 - CVE-2020-8816 published to NVD
  • November 10, 2025 - Last updated in NVD database

Technical Details for CVE-2020-8816

Vulnerability Analysis

CVE-2020-8816 is classified under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), representing an OS command injection vulnerability in the Pi-hole web interface. The flaw exists in how the AdminLTE dashboard processes user-supplied MAC address values when creating DHCP static leases.

When a privileged user configures a static DHCP lease through the Pi-hole web interface, the MAC address field is not properly sanitized before being passed to system shell commands. This allows an attacker with authenticated access to the dashboard to inject arbitrary shell commands that execute with the privileges of the web server process.

The vulnerability requires high privileges (authenticated dashboard access), but once achieved, provides complete compromise of confidentiality, integrity, and availability of the target system. Given Pi-hole's role as a network-wide DNS sinkhole, successful exploitation could enable attackers to pivot to other network resources, intercept DNS traffic, or establish persistent access to the network infrastructure.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization of MAC address values submitted through the DHCP static lease functionality. The web application fails to properly escape or validate special characters in user input before incorporating them into shell command execution contexts. PHP code processing the DHCP lease configuration directly passes unsanitized MAC address values to system commands, allowing shell metacharacters to break out of the intended command context and execute attacker-controlled commands.

Attack Vector

The attack vector is network-based, requiring the attacker to have authenticated access to the Pi-hole administrative dashboard. The attack flow proceeds as follows:

  1. Attacker authenticates to the Pi-hole web interface (AdminLTE dashboard)
  2. Attacker navigates to the DHCP static lease configuration
  3. Attacker crafts a malicious MAC address containing embedded shell commands
  4. The vulnerable PHP code passes the malicious input to a system command without proper sanitization
  5. The injected commands execute with the privileges of the web server process

The exploitation requires no user interaction beyond the initial authentication and can be performed remotely over the network. For detailed exploitation techniques, refer to the Packet Storm OS Command Execution advisory and the Packet Storm Remote Code Execution advisory.

Detection Methods for CVE-2020-8816

Indicators of Compromise

  • Unusual MAC address entries in DHCP static lease configuration containing shell metacharacters (;, |, $(), backticks)
  • Unexpected process spawning from the web server process (lighttpd/Apache running Pi-hole)
  • Anomalous network connections originating from the Pi-hole server
  • Modified system files or new unauthorized user accounts on Pi-hole systems
  • Web server logs showing POST requests to DHCP configuration endpoints with suspicious payloads

Detection Strategies

  • Monitor Pi-hole web server access logs for POST requests to DHCP-related endpoints containing shell special characters
  • Implement file integrity monitoring on Pi-hole configuration files and system binaries
  • Deploy network-based intrusion detection rules to identify command injection patterns in HTTP traffic to Pi-hole interfaces
  • Review authentication logs for unauthorized or anomalous access to the Pi-hole dashboard

Monitoring Recommendations

  • Enable verbose logging on Pi-hole web interface and forward logs to centralized SIEM
  • Monitor process execution chains for unexpected child processes spawned by the web server
  • Implement alerting on any changes to DHCP static lease configurations
  • Monitor outbound network connections from Pi-hole servers for command-and-control indicators

How to Mitigate CVE-2020-8816

Immediate Actions Required

  • Upgrade Pi-hole AdminLTE to version 4.3.3 or later immediately
  • Audit existing DHCP static lease configurations for suspicious MAC address entries
  • Review Pi-hole access logs for signs of exploitation
  • If exploitation is suspected, isolate the Pi-hole system and perform forensic analysis
  • Rotate any credentials that may have been exposed on compromised systems

Patch Information

Pi-hole has addressed this vulnerability in AdminLTE version 4.3.3. The fix implements proper input validation and sanitization for MAC address values in the DHCP static lease functionality. Organizations should update to the patched version by following the official Pi-hole update process. The patch details can be reviewed in the GitHub AdminLTE Pull Request #1165 and the AdminLTE v4.3.3 Release.

Workarounds

  • Restrict network access to the Pi-hole administrative interface using firewall rules
  • Implement strong authentication and limit dashboard access to trusted administrators only
  • Place the Pi-hole management interface behind a VPN or bastion host
  • Disable DHCP functionality in Pi-hole if not required and use a separate DHCP server
  • Monitor the Pi-hole server for suspicious activity until patching is complete
bash
# Restrict access to Pi-hole admin interface by IP
# Add to lighttpd configuration or firewall rules
sudo iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 80 -j DROP

# Update Pi-hole to latest version
pihole -up

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 Score7.2

  • EPSS Probability90.77%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-78
  • Technical References
  • Packet Storm OS Command Execution

  • Packet Storm Remote Code Execution

  • GitHub AdminLTE Release v4.3.3

  • WordPress CVE-2020-8816 Analysis

  • Twitter Update on CVE-2020-8816

  • CISA Vulnerability Catalog Entry
  • Vendor Resources
  • GitHub AdminLTE Commit History

  • GitHub AdminLTE Pull Request #1165
  • Related CVEs
  • CVE-2026-35519: Pi-hole FTL DNS RCE Vulnerability

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