diff options
Diffstat (limited to 'metadata/glsa/glsa-201405-17.xml')
-rw-r--r-- | metadata/glsa/glsa-201405-17.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201405-17.xml b/metadata/glsa/glsa-201405-17.xml new file mode 100644 index 000000000000..07d1ee4d18e8 --- /dev/null +++ b/metadata/glsa/glsa-201405-17.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201405-17"> + <title>Munin: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Munin which may + lead to symlink attacks, file creation, or bypass of security restrictions. + </synopsis> + <product type="ebuild">munin</product> + <announced>May 18, 2014</announced> + <revised>May 18, 2014: 1</revised> + <bug>412881</bug> + <bug>445250</bug> + <access>local, remote</access> + <affected> + <package name="net-analyzer/munin" auto="yes" arch="*"> + <unaffected range="ge">2.0.8-r2</unaffected> + <vulnerable range="lt">2.0.8-r2</vulnerable> + </package> + </affected> + <background> + <p>Munin is an open source server monitoring tool.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Munin. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A local attacker could perform symlink attacks to overwrite arbitrary + files with the privileges of the user running the application. + </p> + + <p>A remote attacker could create files or load new Munin configuration + files. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Munin users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-analyzer/munin-2.0.8-r2" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2103">CVE-2012-2103</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3512">CVE-2012-3512</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3513">CVE-2012-3513</uri> + </references> + <metadata tag="requester" timestamp="Sun, 23 Dec 2012 00:14:15 +0000">ackle</metadata> + <metadata tag="submitter" timestamp="Sun, 18 May 2014 11:35:16 +0000">ackle</metadata> +</glsa> |