diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201409-02.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201409-02.xml')
-rw-r--r-- | glsa-201409-02.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/glsa-201409-02.xml b/glsa-201409-02.xml new file mode 100644 index 00000000..6edfd4b0 --- /dev/null +++ b/glsa-201409-02.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201409-02"> + <title>Net-SNMP: Denial of Service</title> + <synopsis>Multiple vulnerabilities have been found in Net-SNMP which could + allow remote attackers to cause Denial of Service. + </synopsis> + <product type="ebuild">net-snmp</product> + <announced>September 01, 2014</announced> + <revised>September 01, 2014: 1</revised> + <bug>431752</bug> + <bug>493296</bug> + <bug>502968</bug> + <bug>509110</bug> + <access>remote</access> + <affected> + <package name="net-analyzer/net-snmp" auto="yes" arch="*"> + <unaffected range="ge">5.7.3_pre3</unaffected> + <vulnerable range="lt">5.7.3_pre3</vulnerable> + </package> + </affected> + <background> + <p>Net-SNMP bundles software for generating and retrieving SNMP data.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Net-SNMP. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could create a Denial of Service condition.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All net-snmp users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=net-analyzer/net-snmp-5.7.3_pre3" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2141">CVE-2012-2141</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-6151">CVE-2012-6151</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2284">CVE-2014-2284</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-2285">CVE-2014-2285</uri> + </references> + <metadata tag="requester" timestamp="Tue, 11 Dec 2012 17:40:35 +0000"> + underling + </metadata> + <metadata tag="submitter" timestamp="Mon, 01 Sep 2014 21:23:11 +0000">ackle</metadata> +</glsa> |