7.8
CVSSv3

CVE-2020-14004

CVSSv4: NA | CVSSv3: 7.8 | CVSSv2: 4.6 | VMScore: 880 | EPSS: 0.00052 | KEV: Not Included
Published: 12/06/2020 Updated: 21/11/2024

Vulnerability Summary

An issue exists in Icinga2 before v2.12.0-rc1. The prepare-dirs script (run as part of the icinga2 systemd service) executes chmod 2750 /run/icinga2/cmd. /run/icinga2 is under control of an unprivileged user by default. If /run/icinga2/cmd is a symlink, then it will by followed and arbitrary files can be changed to mode 2750 by the unprivileged icinga2 user.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

icinga icinga

icinga icinga 2.12.0

opensuse backports sle 15.0

opensuse leap 15.1

opensuse leap 15.2

Vendor Advisories

Debian Bug report logs - #970252 CVE-2020-14004 Package: icinga2; Maintainer for icinga2 is Debian Nagios Maintainer Group <pkg-nagios-devel@listsaliothdebianorg>; Source for icinga2 is src:icinga2 (PTS, buildd, popcon) Reported by: Moritz Muehlenhoff <jmm@debianorg> Date: Sun, 13 Sep 2020 20:42:01 UTC Severity: ...

Mailing Lists

On 2020-06-12 05:54, Matthias Gerstner wrote: face -> palm githubcom/Icinga/icinga2/issues/5793 Hardlink protection is off by default in the vanilla kernel ...
Hello list, during the review of directories with special permissions in openSUSE distributions I noticed an icinga user privilege escalation issue in the icinga2 monitoring software [1] # Issue Description The icinga2 systemd service in /usr/lib/systemd/system/icinga2service contains the following Start statements: ``` ExecStartPre=/usr/lib/ ...