diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-12-31 06:42:07 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-12-31 06:42:07 +0000 |
commit | e36e468b93dc77f6b1bd148d68c209dbb34e5b00 (patch) | |
tree | 5c569e255528efcbfdcd02fa17d41f27ece808df /metadata/glsa/glsa-201612-51.xml | |
parent | 2016-12-31 06:22:40 UTC (diff) | |
parent | Add GLSA 201612-51 (diff) | |
download | gentoo-e36e468b93dc77f6b1bd148d68c209dbb34e5b00.tar.gz gentoo-e36e468b93dc77f6b1bd148d68c209dbb34e5b00.tar.bz2 gentoo-e36e468b93dc77f6b1bd148d68c209dbb34e5b00.zip |
Merge commit 'a36090e051f1215f5aab445f66a73e0665118d05'
Diffstat (limited to 'metadata/glsa/glsa-201612-51.xml')
-rw-r--r-- | metadata/glsa/glsa-201612-51.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201612-51.xml b/metadata/glsa/glsa-201612-51.xml new file mode 100644 index 000000000000..c37baa1ba67c --- /dev/null +++ b/metadata/glsa/glsa-201612-51.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201612-51"> + <title>Icinga: Privilege escalation</title> + <synopsis>A vulnerability in Icinga could lead to privilege escalation.</synopsis> + <product type="ebuild">icinga</product> + <announced>December 31, 2016</announced> + <revised>December 31, 2016: 1</revised> + <bug>603534</bug> + <access>local</access> + <affected> + <package name="net-analyzer/icinga" auto="yes" arch="*"> + <unaffected range="ge">1.13.4</unaffected> + <vulnerable range="lt">1.13.4</vulnerable> + </package> + </affected> + <background> + <p>Icinga is an open source computer system and network monitoring + application. It was originally created as a fork of the Nagios system + monitoring application in 2009. + </p> + </background> + <description> + <p>Icinga daemon was found to perform unsafe operations when handling the + log file. + </p> + </description> + <impact type="normal"> + <p>A local attacker, who either is already Icinga’s system user or + belongs to Icinga’s group, could potentially escalate privileges. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Icinga users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-analyzer/icinga-1.13.4" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-9566">CVE-2016-9566</uri> + </references> + <metadata tag="requester" timestamp="Fri, 30 Dec 2016 23:44:53 +0000">whissi</metadata> + <metadata tag="submitter" timestamp="Sat, 31 Dec 2016 06:37:34 +0000">whissi</metadata> +</glsa> |