๐Ÿ” CVE Alert

CVE-2026-26952

MEDIUM 5.4

Pi-hole Web Interface has Stored HTML Injection via Local DNS Records (CNAME/Hosts) in data-tag Attribute

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

Pi-hole Admin Interface is a web interface for managing Pi-hole, a network-level ad and internet tracker blocking application. Versions 6.4 and below are vulnerable to stored HTML injection through the local DNS records configuration page, which allows an authenticated administrator to inject code that is stored in the Pi-hole configuration and rendered every time the DNS records table is viewed. The populateDataTable() function contains a data variable with the full DNS record value exactly as entered by the user and returned by the API. This value is inserted directly into the data-tag HTML attribute without any escaping or sanitization of special characters. When an attacker supplies a value containing double quotes ("), they can prematurely โ€œcloseโ€ the data-tag attribute and inject additional HTML attributes into the element. Since Pi-hole implements a Content Security Policy (CSP) that blocks inline JavaScript, the impact is limited. This issue has been fixed in version 6.4.1.

CWE CWE-20 CWE-79 CWE-116
Vendor pi-hole
Product web
Published Feb 19, 2026
Last Updated Feb 20, 2026
Stay Ahead of the Next One

Get instant alerts for pi-hole web

Be the first to know when new medium vulnerabilities affecting pi-hole web are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

pi-hole / web
< 6.4.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pi-hole/web/security/advisories/GHSA-6xp4-jw73-f4qp github.com: https://github.com/pi-hole/web/commit/d328f143718022d82dc94c8751121ca41be3b996 github.com: https://github.com/pi-hole/web/releases/tag/v6.4.1