Lucene search
+L

Pi-hole Core < 5.3 Multiple Privilege Escalation Vulnerabilities

🗓️ 16 Apr 2021 00:00:00Reported by Copyright (C) 2021 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 31 Views

Pi-hole Core < 5.3 Privilege Escalation Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Pi-Hole Remove Commands Linux Privilege Escalation Exploit
30 Jul 202100:00
zdt
attackerkb
ATTACKERKB
CVE-2021-29449
14 Apr 202100:00
attackerkb
circl
Circl
CVE-2021-29449
29 Jul 202116:46
circl
cnnvd
CNNVD
Pi-hole 操作系统命令注入漏洞
14 Apr 202100:00
cnnvd
cve
CVE
CVE-2021-29449
14 Apr 202122:05
cve
cvelist
Cvelist
CVE-2021-29449 Multiple Privilege Escalation Vulnerabilities Pihole
14 Apr 202122:05
cvelist
metasploit
Metasploit
Pi-Hole Remove Commands Linux Priv Esc
20 Apr 202100:00
metasploit
nvd
NVD
CVE-2021-29449
14 Apr 202122:15
nvd
packetstorm
Packet Storm
Pi-Hole Remove Commands Linux Privilege Escalation
30 Jul 202100:00
packetstorm
prion
Prion
Privilege escalation
14 Apr 202122:15
prion
Rows per page
# SPDX-FileCopyrightText: 2021 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:pi-hole:pi-hole";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.117325");
  script_version("2025-11-06T05:40:15+0000");
  script_tag(name:"last_modification", value:"2025-11-06 05:40:15 +0000 (Thu, 06 Nov 2025)");
  script_tag(name:"creation_date", value:"2021-04-16 09:21:07 +0000 (Fri, 16 Apr 2021)");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-04-27 18:41:00 +0000 (Tue, 27 Apr 2021)");

  script_cve_id("CVE-2021-29449");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Pi-hole Core < 5.3 Multiple Privilege Escalation Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2021 Greenbone AG");
  script_family("Privilege escalation");
  script_dependencies("gb_pi-hole_consolidation.nasl");
  script_mandatory_keys("pi-hole/detected");

  script_tag(name:"summary", value:"Pi-hole Core is prone to multiple privilege escalation
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple privilege escalation vulnerabilities were discovered.
  Please see the referenced advisory for technical details.");

  script_tag(name:"impact", value:"These vulnerabilities allow attackers with a low privilege shell
  to elevate their privileges to the root user.");

  script_tag(name:"affected", value:"Pi-hole Core versions prior to 5.3.");

  script_tag(name:"solution", value:"Update to version 5.3 or later.");

  script_xref(name:"URL", value:"https://github.com/pi-hole/pi-hole/security/advisories/GHSA-3597-244c-wrpj");
  script_xref(name:"URL", value:"https://pi-hole.net/2021/04/14/pi-hole-ftl-v5-8-web-v5-5-and-core-v5-3-released/");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!version = get_app_version(cpe: CPE, nofork: TRUE))
  exit(0);

if (version_is_less(version: version, test_version: "5.3")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "5.3");
security_message(port: 0, data: report);
  exit(0);
}

exit(99);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Nov 2025 00:00Current
8.7High risk
Vulners AI Score8.7
CVSS 27.2
CVSS 3.16.3 - 7.8
EPSS0.01863
31