Cyber Posture

CVE-2025-59151

HighPublic PoC

Published: 27 October 2025

Published
27 October 2025
Modified
18 December 2025
KEV Added
Patch
CVSS Score 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
EPSS Score 0.0011 28.3th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2025-59151 is a Carriage Return Line Feed (CRLF) injection vulnerability affecting the Pi-hole Admin Interface, the web-based management interface for Pi-hole, a network-level advertisement and tracker blocking application. Versions prior to 6.3 fail to properly sanitize input during redirects triggered by requests to files ending in the .lp extension. This allows attackers to inject CRLF characters (%0d%0a), manipulating both HTTP response headers and content. The issue is associated with CWE-93 (CRLF Injection) and CWE-113 (HTTP Response Splitting), earning a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L).

The vulnerability can be exploited remotely over the network with low complexity, requiring no privileges or user interaction. An attacker sends a crafted request to a .lp endpoint, injecting CRLF sequences to insert arbitrary HTTP headers into the response. This enables attacks such as session fixation, cache poisoning, and circumvention of browser security features like Content Security Policy (CSP) or X-XSS-Protection, primarily impacting integrity with some availability effects.

The Pi-hole web repository advisory (GHSA-5v79-p56f-x7c4) confirms the vulnerability and states it is fixed in version 6.3 through improved input sanitization during redirects. Security practitioners should upgrade to Pi-hole Admin Interface 6.3 or later to mitigate the issue.

Details

CWE(s)
CWE-93CWE-113

Affected Products

pi-hole
web interface
≤ 6.3

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

CVE-2025-59151 is a CRLF injection vulnerability in the public-facing Pi-hole Admin Interface web application, directly enabling remote exploitation without privileges, matching T1190: Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References