Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201309-20.xml
Date: Thu, 26 Sep 2013 23:49:29
Message-Id: 20130926234924.D20452004C@flycatcher.gentoo.org
1 creffett 13/09/26 23:49:24
2
3 Added: glsa-201309-20.xml
4 Log:
5 GLSA-201309-20
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201309-20.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201309-20.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201309-20.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201309-20.xml
14 ===================================================================
15 <?xml version="1.0" encoding="UTF-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19 <glsa id="201309-20">
20 <title>Dropbear: Multiple vulnerabilities</title>
21 <synopsis>Multiple vulnerabilities have been found in Dropbear, the worst of
22 which could lead to arbitrary code execution.
23 </synopsis>
24 <product type="ebuild">dropbear</product>
25 <announced>September 26, 2013</announced>
26 <revised>September 26, 2013: 1</revised>
27 <bug>328409</bug>
28 <bug>405607</bug>
29 <access>remote</access>
30 <affected>
31 <package name="net-misc/dropbear" auto="yes" arch="*">
32 <unaffected range="ge">2012.55</unaffected>
33 <vulnerable range="lt">2012.55</vulnerable>
34 </package>
35 </affected>
36 <background>
37 <p>Dropbear is an SSH server and client designed with a small memory
38 footprint.
39 </p>
40 </background>
41 <description>
42 <p>Multiple vulnerabilities have been discovered in Dropbear. Please review
43 the CVE identifier and Gentoo bug referenced below for details.
44 </p>
45 </description>
46 <impact type="normal">
47 <p>A remote attacker could send a specially crafted request to trigger a
48 use-after-free condition, possibly resulting in arbitrary code execution
49 or a Denial of Service condition. Additionally, the bundled version of
50 libtommath has an error in its prime number generation, which could
51 result in the generation of weak keys.
52 </p>
53 </impact>
54 <workaround>
55 <p>There is no known workaround at this time.</p>
56 </workaround>
57 <resolution>
58 <p>All Dropbear users should upgrade to the latest version:</p>
59
60 <code>
61 # emerge --sync
62 # emerge --ask --oneshot --verbose "&gt;=net-misc/dropbear-2012.55"
63 </code>
64
65 </resolution>
66 <references>
67 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-0920">CVE-2012-0920</uri>
68 <uri link="https://bugs.gentoo.org/show_bug.cgi?id=328383">libtommath
69 Gentoo bug
70 </uri>
71 </references>
72 <metadata tag="requester" timestamp="Sat, 03 Mar 2012 20:26:25 +0000">
73 underling
74 </metadata>
75 <metadata tag="submitter" timestamp="Thu, 26 Sep 2013 23:47:21 +0000">
76 creffett
77 </metadata>
78 </glsa>