diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-12-02 16:04:23 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-12-02 16:04:23 +0000 |
commit | f3244077c6cdbac29b7f7e4ad749d53ad7e80ba7 (patch) | |
tree | 10343f8cfe0fca87f329467cb3f28af83a1b93e3 /metadata/glsa/glsa-201812-03.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201812-04 ] WebkitGTK+: Multiple vulnerabilities (diff) | |
download | gentoo-f3244077c6cdbac29b7f7e4ad749d53ad7e80ba7.tar.gz gentoo-f3244077c6cdbac29b7f7e4ad749d53ad7e80ba7.tar.bz2 gentoo-f3244077c6cdbac29b7f7e4ad749d53ad7e80ba7.zip |
Merge commit '3d5acc3a85dc63c0342c0d613fb824dec72dbd8a'
Diffstat (limited to 'metadata/glsa/glsa-201812-03.xml')
-rw-r--r-- | metadata/glsa/glsa-201812-03.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201812-03.xml b/metadata/glsa/glsa-201812-03.xml new file mode 100644 index 000000000000..859d27b0cf4a --- /dev/null +++ b/metadata/glsa/glsa-201812-03.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201812-03"> + <title>Nagios: Privilege escalation</title> + <synopsis>A vulnerability in Nagios allows local users to escalate + privileges. + </synopsis> + <product type="ebuild">nagios</product> + <announced>2018-12-02</announced> + <revised count="1">2018-12-02</revised> + <bug>629380</bug> + <access>local</access> + <affected> + <package name="net-analyzer/nagios-core" auto="yes" arch="*"> + <unaffected range="ge">4.3.4</unaffected> + <vulnerable range="lt">4.3.4</vulnerable> + </package> + </affected> + <background> + <p>Nagios is an open source host, service and network monitoring program.</p> + </background> + <description> + <p>A vulnerability in Nagios was discovered due to the improper handling of + configuration files which can be owned by a non-root user. + </p> + </description> + <impact type="normal"> + <p>A local attacker can escalate privileges to root by leveraging access to + a non-root owned configuration file. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Nagios users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-analyzer/nagios-core-4.3.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-14312">CVE-2017-14312</uri> + </references> + <metadata tag="requester" timestamp="2018-11-24T23:02:56Z">b-man</metadata> + <metadata tag="submitter" timestamp="2018-12-02T15:48:26Z">b-man</metadata> +</glsa> |