CVE-2026-26953

MEDIUM EPSS 21.1%
Published Feb 19, 20264mo ago · Modified Mar 12, 20263mo ago
5.4 CVSS 3.1
Medium
Find Similar
Published Feb 19, 2026 4mo ago
Last Modified Mar 12, 2026 3mo ago

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.

CVSS Details

Base Score
5.4
Exploitability
2.3
Impact
2.7
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction Required
Scope Changed
Confidentiality Low
Integrity Low
Availability None

Threat Intelligence

EPSS Exploit Probability
21.1% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 3

CWE-116
CWE-20 Improper Input Validation Validation
CWE-79 Cross-site Scripting Injection

Affected Products 1

VendorProductVersionRange
pi-holeweb_interface*≥6.0  –  <6.4.1

References 3

  • github.com https://github.com/pi-hole/web/commit/1a0c6f4fe6d0116fd2846b2adaae95996b7f194d
    Patch
  • github.com https://github.com/pi-hole/web/releases/tag/v6.4.1
    Release Notes
  • github.com https://github.com/pi-hole/web/security/advisories/GHSA-8rw8-vjgp-rwj6
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/pi-hole/web/commit/1a0c6f4fe6d0116fd2846b2adaae95996b7f194d
    Patch