Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-41489 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Pi-hole is a DNS sinkhole that protects devices from unwanted content without installing any client-side software. From 6.0 to before Core 6.4.2 and FTL 6.6.1, two shell scripts executed as root by systemd (pihole-FTL-prestart.sh and pihole-FTL-poststop.sh) read the files.pid path from this config without validation and use it in privileged file operations (install and rm -f). By writing an arbitrary path into files.pid, an attacker with pihole privilege can cause root to delete and then recreate any file on the system outside the ProtectSystem=full-restricted directories, gaining write access to it. On a default Pi-hole installation this yields local privilege escalation to root via SSH authorized keys manipulation. If /root/.ssh/authorized_keys does not exist (default on fresh installs), only ExecStartPre is required. If the file exists, ExecStopPost deletes it first, and the same restart triggers both hooks in sequence. This vulnerability is fixed in Core 6.4.2 and FTL 6.6.1.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-15External Control of System or Configuration Setting[email protected]
CWE-269Improper Privilege Management[email protected]
CWE-732Incorrect Permission Assignment for Critical Resource[email protected]

Affected Products

ProductVersions
Pi-hole
>= 6.0, < 6.4.2
>= 6.0, <= 6.2.2

CPE

  • cpe:2.3:a:pi-hole:pi-hole:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: >= 6.4.2moderate effort
  • Upgrade: >= 6.6.1moderate effort

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-41489
NVD Published Date:
May 11, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-41489 Details - Not Deferred