CVE-2026-26953
Last modified
CVE-2026-26953 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. Pi-hole Admin Interface is a web interface for managing Pi-hole, a network-level ad and internet tracker blocking application. Versions 6.0 and above have a Stored HTML Injection vulnerability in the active sessions table located on the API settings page, allowing an attacker with valid credentials to inject arbitrary HTML code that will be rendered in the browser of any administrator who visits the active sessions page. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Pi-hole Admin Interface is a web interface for managing Pi-hole, a network-level ad and internet tracker blocking application. Versions 6.0 and above have a Stored HTML Injection vulnerability in the active sessions table located on the API settings page, allowing an attacker with valid credentials to inject arbitrary HTML code that will be rendered in the browser of any administrator who visits the active sessions page. The rowCallback function contains the value data.x_forwarded_for, which is directly concatenated into an HTML string and inserted into the DOM using jQuery’s .html() method. This method interprets the content as HTML, which means that any HTML tags present in the value will be parsed and rendered by the browser. An attacker can use common tools such as curl, wget, Python requests, Burp Suite, or even JavaScript fetch() to send an authentication request with an X-Forwarded-For header that contains malicious HTML code instead of a legitimate IP address. Since Pi-hole implements a Content Security Policy (CSP) that blocks inline JavaScript, the impact is limited to pure HTML injection without the ability to execute scripts. This issue has been fixed in version 6.4.1.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Pi-Hole | Web Interface | >= 6.0, < 6.4.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-26953?
How severe is CVE-2026-26953?
How do I fix CVE-2026-26953?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-26946Dell ECS versions 3.8.1.0 through 3.8.1.7 and Dell ObjectSca…6.7
- CVE-2026-26948Dell Integrated Dell Remote Access Controller 9, 14G version…4.9
- CVE-2026-26949Dell Device Management Agent (DDMA), versions prior to 26.02…7.8
- CVE-2026-2695A command injection vulnerability was discovered in TeamView…6.3
- CVE-2026-26951Dell PowerProtect Data Domain, versions 7.7.1.0 through 8.6,…6.7
- CVE-2026-26952Pi-hole Admin Interface is a web interface for managing Pi-h…5.4
- CVE-2026-26954SandboxJS is a JavaScript sandboxing library. Prior to 0.8.3…10
- CVE-2026-26955FreeRDP is a free implementation of the Remote Desktop Proto…8.8
- CVE-2026-26956vm2 is an open source vm/sandbox for Node.js. In version 3.1…9.8
- CVE-2026-26957Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-26958filippo.io/edwards25519 is a Go library implementing the edw…1.7
- CVE-2026-26959ADB Explorer is a fluent UI for ADB on Windows. Versions 0.9…7.8
Are you affected by CVE-2026-26953?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
