summaryrefslogtreecommitdiff
path: root/security.html
blob: abb54587a60784a2a8530365969f05442dd40b9e (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="graphics/gnutls-logo-icon.png">
<meta name="DC.title" content="gnutls.org">
<title>GnuTLS</title>
<!-- start of banner.html -->
<!-- start of head-include-2.html -->
<link rel="stylesheet" href="css/combo.css" media="screen">
<link rel="stylesheet" href="css/layout.css" media="screen">
<link rel="stylesheet" href="css/mini.css" media="handheld">
<link rel="stylesheet" href="css/print.css" media="print">
<!-- end of head-include-2.html -->
</head>
<body>
<!--<div id="null-wrapper"> -->
<!-- begin of body-include-2 -->
      <div id="header">
        <div class="inner" style="position: relative;">
<table width="100%" class="transparent" summary="">
	<tr><td>
		<a href="gnutls-logo.html">
		<img alt="Gnutls Logo" src="graphics/gnutls-logo.png" align="Left" border="0" width="94" height="86">
		</a>
	</td>
	<td>
		<h1>The GnuTLS Transport Layer Security Library</h1>
	</td>
	</tr>
	</table>
	</div>
      </div>
<div id="navigation">
 <div class="inner">
  <ul>
   <li id="tab"><a href="index.html">Overview</a></li>
   <li id="tab"><a href="news.html">News</a></li>
<!-- <li id="tab"><a href="soc.html">Summer of code</a></li>
 -->
   <li id="tab"><a href="download.html">Download</a></li>
   <li id="tab"><a href="support.html">Support</a></li>
   <li id="tab"><a href="devel.html">Development</a></li>
   <li id="tab"><a href="documentation.html">Documentation</a></li>
   <li id="joinfsftab"><a href="security.html">Security advisories</a></li>
<!-- <li id="tab"><a href="commercial.html">Commercial support</a></li>
-->
   <li id="tab"><a href="contrib.html">Authors</a></li>
</ul>
 </div><!-- /inner -->
</div><!-- /navigation -->
<div id="content" class="inner">
<ul>
  <li><a name="about"><b>About Security Advisories</b></a>
    <p>Although, the core GnuTLS team does not have resources to
      analyse the background and impact of security issues in depth,
      we do take security seriously. All known information on security incidents
      is collected and published in this page.
    <p>Our idea is to turn writing security advisory into an open
      process where everyone can contribute. Everyone is invited to
      analyse the impact of discovered bugs, and, of course, also to
      study the code for new bugs.
    <p>All serious analysis of bugs will be posted on this page.
    <p>If this level of support is inadequate for your needs,
      <a href="commercial.html">customized commercial support</a> is
      available.
   <li><a name="report"><b>Reporting security problems</b></a>
     <p>Send non-public reports to <a
       href="contrib.html">the maintainers</a>. All
       other reports should be sent to <a href="support.html">one of the
       mailing lists</a>.
   </ul>
<div align="center">
<p>
<h2>Advisories</h2></p>
<p>
<div align="center">
  <table class="news" width="90%" summary="">
<tr><th>Tag</th><th>Other identifiers</th><th>Severity</th><th>Information</th>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2016-1">GNUTLS-SA-2016-1</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4456">CVE-2016-4456</a></td>
    <td>File overwrite by setuid programs</td>
    <td>Setuid programs using GnuTLS 3.4.12 could potentially allow an attacker to overwrite
    and corrupt arbitrary files in the filesystem. This issue was introduced in GnuTLS 3.4.12
    with the GNUTLS_KEYLOGFILE environment variable handling via getenv() and fixed
    in GnuTLS 3.4.13 by switching to secure_getenv() where available.
    <b>Recommendation:</b> Upgrade to GnuTLS 3.4.13, or later versions.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2015-4">GNUTLS-SA-2015-4</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3308">
	CVE-2015-3308</a></td>
    <td>Double free in CRL distribution points decoding of a certificate</td>
    <td>Robert Święcki reported that decoding a specially crafted
    certificate with certain CRL distribution points format can lead to a
    double free. This issue was fixed in GnuTLS 3.3.14.
    <b>Recommendation:</b> Upgrade to GnuTLS 3.3.14, or later versions.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2015-3">GNUTLS-SA-2015-3</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6251">
	CVE-2015-6251</a></td>
    <td>Double free in certificate DN decoding</td>
    <td>Kurt Roeckx reported that decoding a specific certificate with very
    long DistinguishedName (DN) entries leads to double free, which may result to a denial of
    service. Since the DN decoding occurs in almost all applications using
    certificates it is recommended to upgrade the latest GnuTLS version
    fixing the issue.<br />
    <b>Recommendation:</b> Upgrade to GnuTLS 3.4.4, or 3.3.17.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2015-2">GNUTLS-SA-2015-2</div></td>
    <td><a href="http://seclists.org/oss-sec/2015/q3/374">
	No CVE assigned</a>
</td>
    <td>ServerKeyExchange signature issue</td>
    <td><a
    href="http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8132">Karthikeyan Bhargavan
    reported</a> that a ServerKeyExchange signature
    sent by the server is not verified to be in the acceptable by the client
    set of algorithms. That has the effect of allowing MD5 signatures
    (which are disabled by default) in the ServerKeyExchange message. It is not believed that this bug can
    be exploited because a fraudulent signature has to be generated in real-time which is not
    known to be possible. However, since attacks can only get better it is
    recommended to update to a GnuTLS version which addresses the issue.<br>
      <b>Recommendation:</b> Upgrade to GnuTLS 3.4.1, or 3.3.15.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2015-1">GNUTLS-SA-2015-1</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0282">
	CVE-2015-0282</a>
      </td>
    <td>Signature forgery</td>
    <td>This issue only affects versions of GnuTLS prior to 3.1.0 (released in 2012).
    These versions don't verify the RSA PKCS #1 signature algorithm to
    match the signature algorithm in the certificate, leading to a potential
    downgrade to a disallowed algorithm, such as MD5, without detecting it.<br>
      <b>Recommendation:</b> Upgrade to GnuTLS 3.1.0, or later.
A patch will be included in gnutls_2_12_x branch for the users of that
version that cannot upgrade.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2014-5">GNUTLS-SA-2014-5</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8564">
	CVE-2014-8564</a>
      </td>
    <td>Denial of service</td>
    <td>Sean Burford reported that the encoding of elliptic curves parameters
    GnuTLS 3 is vulnerable to a denial of service (heap
    corruption). It affects clients and servers which print information about
    the peer's public key, e.g., the key ID, and can be exploited via
    a specially crafted X.509 certificate.<br>
      <b>Recommendation:</b> Upgrade to GnuTLS 3.3.10, 3.2.20 or 3.1.28.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2014-4">GNUTLS-SA-2014-4</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566">
	CVE-2014-3566</a>
      </td>
    <td>Possible plaintext recovery</td>
    <td>This is a vulnerability on the SSL 3.0 protocol (called POODLE), which can be
    exploited when TLS clients use a non-standard insecure protocol
    negotiation (it affects mostly browsers). Clients performing the
    standard TLS handshake as documented by GnuTLS are not affected.<br>
<a href="http://nmav.gnutls.org/2014/10/what-about-poodle.html">
	Write-up by Nikos</a><br>
      <b>Recommendation:</b> For clients using the documented
handshake process no action is required. Clients that use the non-standard insecure
negotiation should not negotiate SSL 3.0. In all cases it recommended
to disable SSL 3.0 using a priority string such as "NORMAL:-VERS-SSL3.0".</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2014-3">GNUTLS-SA-2014-3</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3466">
	CVE-2014-3466</a>
      </td>
    <td>Memory corruption</td>
    <td>This vulnerability affects the client side of the gnutls library. A server that
sends a specially crafted ServerHello could corrupt the memory of a requesting client.<br>
<a href="http://radare.today/technical-analysis-of-the-gnutls-hello-vulnerability/">
	Analysis at radare.today</a><br>
      <b>Recommendation:</b> Upgrade to the latest gnutls version (3.1.25, 3.2.15
or 3.3.4)</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2014-2">GNUTLS-SA-2014-2</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0092">
	CVE-2014-0092</a>
      </td>
    <td>Certificate verification issue</td>
    <td><p>A vulnerability was discovered that affects the certificate verification
functions of all gnutls versions. A specially crafted certificate could
bypass certificate validation checks. The vulnerability was discovered
during an audit of GnuTLS for Red Hat.
</p>
<p>
<b>Who is affected by this attack?</b>
<ul>
<li>Anyone using certificate authentication in any version of GnuTLS.</li>
</ul>
</p><p>
<b>How are past sessions affected?</b>
<ul>
<li>The vulnerability to be exploited it requires an active man-in-the-middle attacker.
Past sessions are not affected unless they were under such an attack.</li>
</ul>
</p><p>
<b>How to mitigate the attack?</b>
<ul>
<li>Upgrade to the latest GnuTLS version (<a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7341">3.2.12</a> or 3.1.22), or
apply the patch for <a href="https://www.gitorious.org/gnutls/gnutls/commit/6aa26f78150ccbdf0aec1878a41c17c41d358a3b">GnuTLS 2.12.x</a>.
</li>
</ul>
</p>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2014-1">GNUTLS-SA-2014-1</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1959">
	CVE-2014-1959</a>
      </td>
    <td>Certificate verification issue</td>
    <td><p>Suman Jana reported a vulnerability that affects the certificate verification
functions of gnutls 2.11.5 and later versions. A version 1 intermediate certificate will be considered as
a CA certificate by default (something that deviates from the documented
behavior).
</p>
<p>
<b>Who is affected by this attack?</b>
<ul>
<li>Anyone who has a CA that issues X.509 version 1 certificates in his
trusted list.</li>
</ul>
</p><p>
<b>How to mitigate the attack?</b>
<ul>
<li>Apply <a
href="https://www.gitorious.org/gnutls/gnutls/commit/b1abfe3d182d68539900092eb42fc62cf1bb7e7c">this
patch</a> or upgrade to the latest GnuTLS version (3.2.11 or 3.1.21).</li>
</ul>
</p>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2013-3">GNUTLS-SA-2013-3</div></td>
    <td><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4466">
	CVE-2013-4466</a>
      </td>
    <td>Denial of service</td>
    <td>This vulnerability affects the DANE library of gnutls 3.1.x and gnutls 3.2.x. A server that
returns more 4 DANE entries could corrupt the memory of a requesting client.<br>
      <b>Recommendation:</b> Upgrade to the latest gnutls version (3.1.16 or 3.2.6)</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2013-2">GNUTLS-SA-2013-2</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2116">
	CVE-2013-2116</a>
      </td>
    <td>Denial of service</td>
    <td>This vulnerability affects gnutls 2.12.23 and its TLS record decoding.<br>
      <b>Recommendation:</b> Apply <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6754">the patch</a> or upgrade to gnutls 3.x.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2013-1">GNUTLS-SA-2013-1</div></td>
    <td>
      <a href="http://www.isg.rhul.ac.uk/tls/">
	TLS CBC padding timing attack</a><br>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1619">
	CVE-2013-1619</a>
      </td>
    <td>Possible plaintext recovery</td>
    <td><p>
Nadhem Alfardan and Kenny Paterson devised an attack that recovers
some bits of the plaintext of a GnuTLS session that utilizes that CBC
ciphersuites, by using timing information.
</p>
<p>
In order for the attack to work the client must operate as follows.
It connects to a server, it sends some (encrypted) data that will be
intercepted by the attacker, who will terminate the client's connection
abnormally (i.e. the client will receive a premature termination error).
The client should repeat that, multiple times.
</p>
<p>
<b>Who is affected by this attack?</b>
<ul>
<li>Clients that repeatedly reconnect and transfer the same data, after
a TLS fatal error occurs.</li>
</ul>
</p><p>
<b>How to mitigate the attack?</b>
<ul>
<li>Do not enable the CBC ciphersuites, prefer ARCFOUR or GCM modes.</li>
<li>Upgrade to the latest GnuTLS version (3.1.7, 3.0.28, or 2.12.23).</li>
</ul>
<a href="http://nikmav.blogspot.be/2013/02/time-is-money-for-cbc-ciphersuites.html">Write-up by Nikos</a><br>
</p>
</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2012-4">GNUTLS-SA-2012-4</div></td>
    <td>
      <a href="http://security.blogoverflow.com/2012/09/how-can-you-protect-yourself-from-crime-beasts-successor/">
	"CRIME" attack</a><br>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4929">
	CVE-2012-4929</a>
      </td>
    <td>Possible plaintext recovery</td>
    <td><p>There is an attack on TLS called "CRIME" which
takes advantage of compression and may recover plaintext under certain
circumstances.</p>
<p>
<b>Who is affected by this attack?</b>
<ul>
<li>Clients or servers that use compression and provide the ability to
an adversary to inject data (multiple times) in their session.</li>
</ul>
</p><p>
<b>How to mitigate the attack?</b>
<ul>
<li>Do not enable compression (GnuTLS doesn't enable it by default)</li>
<li>When using compression use the CBC ciphers that include a random
padding up to 255 bytes. That would increase the number of trials an
attacker needs to perform significantly.</li>
</ul>
</p>
Note that using compression provides <a href="https://www.cosic.esat.kuleuven.be/ecrypt/provpriv2012/abstracts/barghavan.pdf">information to an attacker</a> on the plaintext.
<br>
<a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6304">Security advisory</a>
<br>
<a href="http://security.blogoverflow.com/2012/09/how-can-you-protect-yourself-from-crime-beasts-successor/">A description of the attack</a>
<br>
<a href="http://bridge.grumpy-troll.org/2012/09/tls-crime-beast-and-you-programmer.html">Another analysis of the attack</a>
<br>
</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2012-3">GNUTLS-SA-2012-3</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1569">
	CVE-2012-1569</a>
      </td>
    <td>Denial of service</td>
    <td>This vulnerability is in the libtasn1 library and affects the DER length decoding which is fixed in <a href="http://lists.gnu.org/archive/html/help-libtasn1/2012-03/msg00000.html">2.12 release</a>.<br>
<a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/5959">
	Write-up by Mu Dynamics</a><br>
      <b>Recommendation:</b> Upgrade to libtasn1 2.12.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2012-2">GNUTLS-SA-2012-2</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1573">
	CVE-2012-1573</a>
      </td>
    <td>Possible buffer overflow/Denial of service</td>
    <td>TLS record handling vulnerability fixed in <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/5912">GnuTLS 3.0.15</a>.<br>
<a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/5959">
	Write-up by Mu Dynamics</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 3.0.17 or 2.12.18.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2012-1">GNUTLS-SA-2012-1</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0390">
	CVE-2012-0390</a>
    </td>
    <td>Timing attack (DTLS)</td>
    <td> <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/5657">
	Announcement of GnuTLS 3.0.11</a><br>
<a href="http://www.isg.rhul.ac.uk/~kp/dtls.pdf">
	The paper describing the attack</a><br>
This vulnerability allows an attacker to perform partial plaintext recovery
using a timing attack in CBC-mode encryption. The attack is applicable to Datagram TLS (DTLS).
<br>
<b>Recommendation:</b> Upgrade to GnuTLS 3.0.11.
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2011-2">GNUTLS-SA-2011-2</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4128">
	CVE-2011-4128</a>
    </td>
    <td>Possible buffer overflow/Denial of service</td>
    <td> <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/5596">
	Mailing list discussion</a>
<br>
Note that this vulnerability is triggered by TLS clients that utilize the session resumption
functions in a particular way. Clients that perform session resumption using the
same steps as in <a href="http://www.gnutls.org/manual/html_node/Client-with-Resume-capability-example.html#Client-with-Resume-capability-example">the example
code of GnuTLS documentation</a> are not vulnerable. A preliminary analysis found no vulnerable clients.
<b>Recommendation:</b> Upgrade to GnuTLS 3.0.7 or 2.12.14.
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2011-1">GNUTLS-SA-2011-1</div></td>
    <td>
      <a href="http://www.ekoparty.org/2011/juliano-rizzo.php">
	Rizzo attack on TLS</a>
    </td>
    <td>Plaintext recovery</td>
    <td><a href="http://lists.gnu.org/archive/html/gnutls-devel/2011-09/msg00064.html">
	Mailing list discussion</a>
<br>
<b>Recommendation:</b> Make use of TLS 1.1 or TLS 1.2 protocols that are not vulnerable to the attack.
TLS 1.1 is enabled by default in GnuTLS since version 2.0.0 (released in 2007). If this is not possible, disable CBC ciphers.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2010-1">GNUTLS-SA-2010-1</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0731">
	CVE-2010-0731</a>
    </td>
    <td>Remote Denial of Service</td>
    <td><a href="https://bugzilla.redhat.com/show_bug.cgi?id=573028">
	RedHat bugzilla report</a><br>
	<a href="http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4230">
	Mailing list discussion</a>
      <p>This vulnerability is on a deprecated since 2006 version of GnuTLS. We keep the information here because this version was included in some distributions.
<b>Recommendation:</b> Upgrade to the latest stable branch.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2009-5">GNUTLS-SA-2009-5</div></td>
    <td>
      <a href="http://www.kb.cert.org/vuls/id/120541">CERT VU#120541</a><br>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555">
	CVE-2009-3555</a>
    </td>
    <td>Plaintext injection attack</td>
    <td><a href="http://thread.gmane.org/gmane.network.gnutls.general/1838">
	Mailing list discussion</a>
      <p><b>Recommendation:</b> Disable support for TLS renegotiation
      in application servers, or better upgrade to GnuTLS 2.10.x.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2009-4">GNUTLS-SA-2009-4</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2730">
	CVE-2009-2730</a>
    </td>
    <td>False positive in certificate hostname validation</td>
    <td><a href="http://article.gmane.org/gmane.network.gnutls.general/1743">
	Announcement of v2.8.3 that solves the problem.</a><br>
      <a href="http://lists.gnu.org/archive/html/help-gnutls/2009-08/msg00011.html">
	Analysis of the vulnerability and minimal patch.</a><br>
      <a href="http://lists.gnu.org/archive/html/gnutls-devel/2009-08/msg00062.html">
	How to check if your GnuTLS library is vulnerable.</a><br>
      Back-ported patches for earlier releases:
      <a href="http://article.gmane.org/gmane.comp.security.oss.general/1994">[1]</a>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3790">[2]</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 2.8.3 or later.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2009-3">GNUTLS-SA-2009-3</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1417">
	CVE-2009-1417</a>
    </td>
    <td>No checking of certificate activation/expiration times</td>
    <td><a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3517">Security advisory including patch</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3514">
	   Announcement of v2.6.6 that includes patch.</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 2.6.6 or later. If you
      still use the 2.4.x branch or earlier branches, apply the
      patch.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2009-2">GNUTLS-SA-2009-2</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1416">
	CVE-2009-1416</a>
    </td>
    <td>GnuTLS 2.6.x DSA keys are corrupt</td>
    <td><a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3516">Security advisory including patch</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3514">
	   Announcement of v2.6.6 that includes patch.</a><br>
      <b>Recommendation:</b> If you are using GnuTLS 2.6.x, upgrade to GnuTLS 2.6.6.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2009-1">GNUTLS-SA-2009-1</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1415">
	CVE-2009-1415</a>
    </td>
    <td>Double/invalid free in GnuTLS 2.6.x on certain errors</td>
    <td><a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3515">Security advisory including patch</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3514">
	   Announcement of v2.6.6 that includes patch.</a><br>
      <b>Recommendation:</b> If you are using GnuTLS 2.6.x, upgrade to GnuTLS 2.6.6.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2008-3">GNUTLS-SA-2008-3</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4989">
	CVE-2008-4989</a>
    </td>
    <td>Remote X.509 Trust Chain Validation error</td>
    <td><a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3215">Announcement of v2.6.1 and patch</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3217">
	   Detailed analysis</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3248">
	   Announcement of v2.6.2 and updated patch.</a><br>
      <a href="http://article.gmane.org/gmane.network.gnutls.general/1499">
	   Announcement of updated patch and 2.6.3 release candidate.</a><br>
      <a href="http://article.gmane.org/gmane.network.gnutls.general/1500">
	   Announcement of v2.6.3.</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3411">
	   Announcement of v2.6.4 and v2.4.3.</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 2.6.4 or, if you still use the 2.4.x branch, 2.4.3, or later.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2008-2">GNUTLS-SA-2008-2</div></td>
    <td>
    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2377">
      CVE-2008-2377</a>
    </td>
    <td>Local denial of service<br>
    Server can trigger crash in GnuTLS clients?</td>
    <td><a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2947">Announcement</a><br>
      <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2948">
	Detailed analysis and patch</a><br>
	<a href="https://savannah.gnu.org/support/?106491">Another report that suggest it can be exploited by hostile servers</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 2.4.1 or apply the
      patch.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2008-1">GNUTLS-SA-2008-1</div></td>
    <td>
    <a href="https://www.cert.fi/haavoittuvuudet/advisory-gnutls.html">CERT-FI announcement</a><br>
    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1948">CVE-2008-1948</a>,
    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1949">CVE-2008-1949</a>,
    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1950">CVE-2008-1950</a>
    </td>
    <td>Remote Denial of Service</td>
    <td><a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2803">Announcement and Patch</a><br>
      <a href="http://lists.gnu.org/archive/html/gnutls-devel/2008-05/msg00060.html">Updated announcement and Patch</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 2.2.5 or apply the
      patch in the second link.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2006-4">GNUTLS-SA-2006-4</div></td>
    <td>
    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4790">CVE-2006-4790</a><br>(<a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2006-4790">via NVD</a>)
    </td>
    <td>False positive in verifying signature</td>
    <td><a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001205.html">Announcement</a><br>
    <a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001212.html">Updated patch</a><br>
    <a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001240.html">Original report</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 1.4.4.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2006-3">GNUTLS-SA-2006-3</div></td>
    <td></td>
    <td>None</td>
    <td><a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001203.html">Announcement</a><br>
      <a href="http://www.bell-labs.com/user/bleichen/papers/pkcs.ps">Bleichenbacher's Crypto 98 paper</a><br>
      <b>Recommendation:</b>
      No action required, see the <a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-September/001208.html">post where this advisory is essentially withdrawn</a>.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2006-2">GNUTLS-SA-2006-2</div></td>
    <td>
    <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7239">CVE-2006-7239</a></td>
    <td>Denial of service?</td>
    <td><a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-August/001190.html">Details</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 1.4.2.</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2006-1">GNUTLS-SA-2006-1</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0645">CVE-2006-0645</a></td>
    <td>Denial of service?</td>
    <td><a href="http://lists.gnupg.org/pipermail/gnutls-dev/2006-February/001058.html">Libtasn1 Announcement</a><br>
      <b>Recommendation:</b> Upgrade to Libtasn1 0.2.18 and GnuTLS 1.2.10 (stable) or 1.3.4 (experimental).</td>
</tr>
<tr>
<td><div class="emph-box" id="GNUTLS-SA-2005-1">GNUTLS-SA-2005-1</div></td>
    <td>
      <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1431">CVE-2005-1431</a></td>
    <td>Denial of service</td>
    <td><a href="http://lists.gnu.org/archive/html/help-gnutls/2005-04/msg00039.html">Announcement</a><br>
<a href="http://lists.gnu.org/archive/html/help-gnutls/2005-05/msg00004.html">
	Write-up by Éric Leblond</a><br>
      <b>Recommendation:</b> Upgrade to GnuTLS 1.0.25 or 1.2.3.</td>
</tr>
</table>
</table>
</div>
</div>
<!-- <p id="backtotop"><a href="#header">back to top</a></p>  -->
</div>
<!-- end server/footer-text.html -->
<div id="footer">
<table width="100%" class="transparent" summary="">
<tr>
<td>
<p>
Please send broken links and other corrections or suggestions to
<a href="mailto:bugs@gnutls.org"><em>bugs@gnutls.org</em></a>.
</p>
<!--
<p>
Copyright © 2011-2015 Free Software Foundation, Inc.<br>
Copyright © 2012-2015 Nikos Mavrogiannopoulos<br>
Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this notice, and the copyright notice, are preserved.<br>
</p>
-->
</td>
<!--
<td>
<a href="http://flattr.com/thing/291598/GnuTLS" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <input type="hidden" name="cmd" value="_xclick">
      <input type="hidden" name="business" value="simon@josefsson.org">
      <input type="hidden" name="item_name" value="Donation for development">
      <input type="hidden" name="item_number" value="GnuTLS">
      <input type="hidden" name="no_shipping" value="1">
      <input type="hidden" name="cn" value="Comment">
      <input type="hidden" name="currency_code" value="EUR">
      <input type="hidden" name="tax" value="0">
      <input type="hidden" name="bn" value="PP-DonationsBF">
      <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" name="submit" alt="Paypal">
  </form>
  </div>
</td>
-->
</tr>
</table>
</div>
</body>
</html>