Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200904-08.xml
Date: Tue, 07 Apr 2009 10:10:05
Message-Id: E1Lr8Fn-0004Bw-PN@stork.gentoo.org
1 rbu 09/04/07 10:10:03
2
3 Added: glsa-200904-08.xml
4 Log:
5 GLSA 200904-08
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200904-08.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200904-08.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200904-08.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200904-08.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
20 <glsa id="200904-08">
21 <title>OpenSSL: Denial of Service</title>
22 <synopsis>
23 An error in OpenSSL might allow for a Denial of Service when printing
24 certificate details.
25 </synopsis>
26 <product type="ebuild">openssl</product>
27 <announced>April 07, 2009</announced>
28 <revised>April 07, 2009: 01</revised>
29 <bug>263751</bug>
30 <access>remote</access>
31 <affected>
32 <package name="dev-libs/openssl" auto="yes" arch="*">
33 <unaffected range="ge">0.9.8k</unaffected>
34 <vulnerable range="lt">0.9.8k</vulnerable>
35 </package>
36 </affected>
37 <background>
38 <p>
39 OpenSSL is an Open Source toolkit implementing the Secure Sockets Layer
40 (SSL v2/v3) and Transport Layer Security (TLS v1) as well as a general
41 purpose cryptography library.
42 </p>
43 </background>
44 <description>
45 <p>
46 The ASN1_STRING_print_ex() function does not properly check the
47 provided length of a BMPString or UniversalString, leading to an
48 invalid memory access.
49 </p>
50 </description>
51 <impact type="normal">
52 <p>
53 A remote attacker could entice a user or automated system to print a
54 specially crafted certificate, possibly leading to a Denial of Service.
55 </p>
56 </impact>
57 <workaround>
58 <p>
59 There is no known workaround at this time.
60 </p>
61 </workaround>
62 <resolution>
63 <p>
64 All OpenSSL users should upgrade to the latest version:
65 </p>
66 <code>
67 # emerge --sync
68 # emerge --ask --oneshot --verbose &quot;&gt;=dev-libs/openssl-0.9.8k&quot;</code>
69 </resolution>
70 <references>
71 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0590">CVE-2009-0590</uri>
72 </references>
73 <metadata tag="requester" timestamp="Sat, 04 Apr 2009 13:16:21 +0000">
74 rbu
75 </metadata>
76 <metadata tag="submitter" timestamp="Sat, 04 Apr 2009 13:41:11 +0000">
77 rbu
78 </metadata>
79 <metadata tag="bugReady" timestamp="Sat, 04 Apr 2009 13:41:45 +0000">
80 rbu
81 </metadata>
82 </glsa>