<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Pi-Hole (&lt;= 5.18.2) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/pi-hole--5.18.2/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 18 Sep 2026 10:27:39 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/pi-hole--5.18.2/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Pi-hole SSRF to RCE Vulnerability via CVE-2024-34361</title><link>https://feed.craftedsignal.io/briefs/2026-09-pihole-ssrf-rce/</link><pubDate>Fri, 18 Sep 2026 10:27:39 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-pihole-ssrf-rce/</guid><description>Pi-hole versions 5.18.2 and earlier are vulnerable to an authenticated SSRF attack via improper URL validation, which can be chained with the Gopherus protocol to achieve remote code execution on the host system.</description><content:encoded><![CDATA[<p>CVE-2024-34361 is a security vulnerability in the Pi-hole DNS sinkhole software affecting versions 5.18.2 and earlier. The flaw stems from improper validation of URL inputs, specifically within the authenticated admin login endpoint. An attacker who has gained low-level authenticated access to the Pi-hole administration interface can leverage this input validation weakness to trigger a Server-Side Request Forgery (SSRF). By manipulating the request body, an attacker can coerce the application to send requests to arbitrary internal services.</p>
<p>Technical analysis indicates that this SSRF can be escalated to full Remote Code Execution (RCE) through the use of the Gopherus protocol, which allows the crafting of payloads for various services. Successful exploitation grants the attacker the ability to execute arbitrary commands on the underlying host, leading to a complete compromise of system integrity and availability. The availability of public exploit proof-of-concept (PoC) code significantly increases the risk of exploitation for organizations currently running unpatched instances of Pi-hole.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains low-level credentials to access the Pi-hole web-based administration interface.</li>
<li>Attacker navigates to the 'admin/login.php' endpoint and establishes an authenticated session.</li>
<li>Attacker identifies a vulnerable input parameter in the request body that fails to properly sanitize URLs.</li>
<li>Attacker crafts a malicious request payload incorporating the Gopherus protocol syntax to target internal services or local binaries.</li>
<li>The Pi-hole server processes the malicious URL, triggering an outbound SSRF request to the specified target.</li>
<li>The SSRF payload exploits the target service or local system component to execute system-level commands.</li>
<li>Attacker achieves remote code execution, granting persistent access or the ability to perform further post-exploitation actions on the host.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2024-34361 results in full remote code execution on the server hosting the Pi-hole instance. This allows attackers to exfiltrate sensitive network configurations, pivot to other internal network segments, or disrupt DNS resolution services provided by the sinkhole. Given the common deployment of Pi-hole as a central network-wide DNS filtering mechanism, compromise of this host represents a significant threat to internal visibility and security controls.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Immediately upgrade all instances of Pi-hole to version 5.18.3 or later to mitigate CVE-2024-34361.</li>
<li>Restrict access to the Pi-hole administration interface to trusted management networks only, preventing unauthorized authentication that acts as a prerequisite for this exploit.</li>
<li>Deploy web application firewall (WAF) rules to inspect and filter suspicious traffic containing protocol handlers like 'gopher://' or anomalous URI query parameters targeting 'admin/login.php'.</li>
<li>Implement network segmentation to isolate DNS infrastructure from critical internal service segments to limit the blast radius of a potential SSRF-based pivot.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>rce</category><category>ssrf</category></item></channel></rss>