Don't display 'latest' symlinks
[openssl-web.git] / news / secadv_20140605.txt
1 OpenSSL Security Advisory [05 Jun 2014]
2 ========================================
3
4 SSL/TLS MITM vulnerability (CVE-2014-0224)
5 ===========================================
6
7 An attacker using a carefully crafted handshake can force the use of weak
8 keying material in OpenSSL SSL/TLS clients and servers. This can be exploited
9 by a Man-in-the-middle (MITM) attack where the attacker can decrypt and 
10 modify traffic from the attacked client and server.
11
12 The attack can only be performed between a vulnerable client *and*
13 server. OpenSSL clients are vulnerable in all versions of OpenSSL. Servers
14 are only known to be vulnerable in OpenSSL 1.0.1 and 1.0.2-beta1. Users
15 of OpenSSL servers earlier than 1.0.1 are advised to upgrade as a precaution.
16
17 OpenSSL 0.9.8 SSL/TLS users (client and/or server) should upgrade to 0.9.8za.
18 OpenSSL 1.0.0 SSL/TLS users (client and/or server) should upgrade to 1.0.0m.
19 OpenSSL 1.0.1 SSL/TLS users (client and/or server) should upgrade to 1.0.1h.
20
21 Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
22 researching this issue.  This issue was reported to OpenSSL on 1st May
23 2014 via JPCERT/CC.
24
25 The fix was developed by Stephen Henson of the OpenSSL core team partly based
26 on an original patch from KIKUCHI Masashi.
27
28 DTLS recursion flaw (CVE-2014-0221)
29 ====================================
30
31 By sending an invalid DTLS handshake to an OpenSSL DTLS client the code
32 can be made to recurse eventually crashing in a DoS attack.
33
34 Only applications using OpenSSL as a DTLS client are affected.
35
36 OpenSSL 0.9.8 DTLS users should upgrade to 0.9.8za
37 OpenSSL 1.0.0 DTLS users should upgrade to 1.0.0m.
38 OpenSSL 1.0.1 DTLS users should upgrade to 1.0.1h.
39
40 Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.  This
41 issue was reported to OpenSSL on 9th May 2014.
42
43 The fix was developed by Stephen Henson of the OpenSSL core team.
44
45 DTLS invalid fragment vulnerability (CVE-2014-0195)
46 ====================================================
47
48 A buffer overrun attack can be triggered by sending invalid DTLS fragments
49 to an OpenSSL DTLS client or server. This is potentially exploitable to
50 run arbitrary code on a vulnerable client or server.
51
52 Only applications using OpenSSL as a DTLS client or server affected.
53
54 OpenSSL 0.9.8 DTLS users should upgrade to 0.9.8za
55 OpenSSL 1.0.0 DTLS users should upgrade to 1.0.0m.
56 OpenSSL 1.0.1 DTLS users should upgrade to 1.0.1h.
57
58 Thanks to Jüri Aedla for reporting this issue.  This issue was
59 reported to OpenSSL on 23rd April 2014 via HP ZDI.
60
61 The fix was developed by Stephen Henson of the OpenSSL core team.
62
63 SSL_MODE_RELEASE_BUFFERS NULL pointer dereference (CVE-2014-0198)
64 =================================================================
65
66 A flaw in the do_ssl3_write function can allow remote attackers to
67 cause a denial of service via a NULL pointer dereference.  This flaw
68 only affects OpenSSL 1.0.0 and 1.0.1 where SSL_MODE_RELEASE_BUFFERS is
69 enabled, which is not the default and not common.
70
71 OpenSSL 1.0.0 users should upgrade to 1.0.0m.
72 OpenSSL 1.0.1 users should upgrade to 1.0.1h.
73
74 This issue was reported in public.  The fix was developed by
75 Matt Caswell of the OpenSSL development team.
76
77 SSL_MODE_RELEASE_BUFFERS session injection or denial of service (CVE-2010-5298)
78 ===============================================================================
79  
80 A race condition in the ssl3_read_bytes function can allow remote
81 attackers to inject data across sessions or cause a denial of service.
82 This flaw only affects multithreaded applications using OpenSSL 1.0.0
83 and 1.0.1, where SSL_MODE_RELEASE_BUFFERS is enabled, which is not the
84 default and not common.
85
86 OpenSSL 1.0.0 users should upgrade to 1.0.0m.
87 OpenSSL 1.0.1 users should upgrade to 1.0.1h.
88
89 This issue was reported in public.  
90
91 Anonymous ECDH denial of service (CVE-2014-3470)
92 ================================================
93
94 OpenSSL TLS clients enabling anonymous ECDH ciphersuites are subject to a
95 denial of service attack.
96
97 OpenSSL 0.9.8 users should upgrade to 0.9.8za
98 OpenSSL 1.0.0 users should upgrade to 1.0.0m.
99 OpenSSL 1.0.1 users should upgrade to 1.0.1h.
100
101 Thanks to Felix Gröbert and Ivan Fratrić at Google for discovering this
102 issue.  This issue was reported to OpenSSL on 28th May 2014.
103
104 The fix was developed by Stephen Henson of the OpenSSL core team.
105
106 Other issues
107 ============
108
109 OpenSSL 1.0.0m and OpenSSL 0.9.8za also contain a fix for
110 CVE-2014-0076: Fix for the attack described in the paper "Recovering
111 OpenSSL ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
112 Reported by Yuval Yarom and Naomi Benger.  This issue was previously
113 fixed in OpenSSL 1.0.1g.
114
115
116 References
117 ==========
118
119 URL for this Security Advisory:
120 http://www.openssl.org/news/secadv_20140605.txt
121
122 Note: the online version of the advisory may be updated with additional
123 details over time.