| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Icinga Core Elevation of Privilege Vulnerability | 22 Nov 201700:00 | – | cnvd | |
| CVE-2017-16882 | 18 Nov 201718:00 | – | cve | |
| CVE-2017-16882 | 18 Nov 201718:00 | – | cvelist | |
| CVE-2017-16882 | 18 Nov 201718:00 | – | debiancve | |
| EUVD-2017-8053 | 7 Oct 202500:30 | – | euvd | |
| GLSA-202007-31 : Icinga: Root privilege escalation | 27 Jul 202000:00 | – | nessus | |
| Icinga: Root privilege escalation | 27 Jul 202000:00 | – | gentoo | |
| CVE-2017-16882 | 18 Nov 201718:29 | – | nvd | |
| Design/Logic Flaw | 18 Nov 201718:29 | – | prion | |
| SUSE CVE-2017-16882 | 15 Feb 202304:37 | – | susecve |
| Source | Link |
|---|---|
| github | www.github.com/Icinga/icinga-core/issues/1601 |
# SPDX-FileCopyrightText: 2017 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:icinga:icinga";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.140595");
script_version("2024-11-22T15:40:47+0000");
script_tag(name:"last_modification", value:"2024-11-22 15:40:47 +0000 (Fri, 22 Nov 2024)");
script_tag(name:"creation_date", value:"2017-12-12 10:33:48 +0700 (Tue, 12 Dec 2017)");
script_tag(name:"cvss_base", value:"4.6");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/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:"2020-07-27 02:15:00 +0000 (Mon, 27 Jul 2020)");
script_cve_id("CVE-2017-16882");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Icinga Privilege Escalation Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("Privilege escalation");
script_dependencies("sw_icinga_detect.nasl");
script_mandatory_keys("icinga/installed");
script_tag(name:"summary", value:"Icinga is prone to a local privilege escalation vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Icinga Core through 1.14.0 initially executes bin/icinga as root but
supports configuration options in which this file is owned by a non-root account (and similarly can have
etc/icinga.cfg owned by a non-root account), which allows local users to gain privileges by leveraging access to
this non-root account.");
script_tag(name:"affected", value:"Icinga 1.14.0 and prior.");
script_tag(name:"solution", value:"Update to version 1.14.1 or later.");
script_xref(name:"URL", value:"https://github.com/Icinga/icinga-core/issues/1601");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!version = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_is_less_equal(version: version, test_version: "1.14.0")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.14.1");
security_message(port: port, data: report);
exit(0);
}
exit(0);
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