blob: ebfb7d8d13e472b2d3523c3dde3fc6dba877d59c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200609-05">
<title>OpenSSL, AMD64 x86 emulation base libraries: RSA signature forgery</title>
<synopsis>
OpenSSL fails to properly validate PKCS #1 v1.5 signatures.
</synopsis>
<product type="ebuild">openssl</product>
<announced>2006-09-07</announced>
<revised count="02">2006-09-08</revised>
<bug>146375</bug>
<bug>146438</bug>
<access>remote</access>
<affected>
<package name="dev-libs/openssl" auto="yes" arch="*">
<unaffected range="ge">0.9.7k</unaffected>
<vulnerable range="lt">0.9.7k</vulnerable>
</package>
<package name="app-emulation/emul-linux-x86-baselibs" auto="yes" arch="amd64">
<unaffected range="ge">2.5.2</unaffected>
<vulnerable range="lt">2.5.2</vulnerable>
</package>
</affected>
<background>
<p>
OpenSSL is a toolkit implementing the Secure Sockets Layer, Transport
Layer Security protocols and a general-purpose cryptography library.
The x86 emulation base libraries for AMD64 contain a vulnerable version
of OpenSSL.
</p>
</background>
<description>
<p>
Daniel Bleichenbacher discovered that it might be possible to forge
signatures signed by RSA keys with the exponent of 3.
</p>
</description>
<impact type="normal">
<p>
Since several CAs are using an exponent of 3 it might be possible for
an attacker to create a key with a false CA signature.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All OpenSSL users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-libs/openssl-0.9.7k"</code>
<p>
All AMD64 x86 emulation base libraries users should upgrade to the
latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-emulation/emul-linux-x86-baselibs-2.5.2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4339">CVE-2006-4339</uri>
</references>
<metadata tag="requester" timestamp="2006-09-05T19:16:58Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2006-09-06T10:57:51Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2006-09-07T20:02:33Z">
jaervosz
</metadata>
</glsa>
|