blob: e8768cba05dba1f895961067426c0a9a7e0e354c (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202006-01">
<title>GnuTLS: Information disclosure</title>
<synopsis>An information disclosure vulnerability in GnuTLS allow remote
attackers to obtain sensitive information.
</synopsis>
<product type="ebuild">gnutls</product>
<announced>2020-06-09</announced>
<revised count="1">2020-06-09</revised>
<bug>727108</bug>
<access>remote</access>
<affected>
<package name="net-libs/gnutls" auto="yes" arch="*">
<unaffected range="ge">3.6.14</unaffected>
<vulnerable range="lt">3.6.14</vulnerable>
</package>
</affected>
<background>
<p>GnuTLS is an Open Source implementation of the TLS and SSL protocols.</p>
</background>
<description>
<p>A flaw was reported in the TLS session ticket key construction in
GnuTLS.
</p>
</description>
<impact type="normal">
<p>A remote attacker could recover previous conversations in TLS 1.2 and
obtain sensitive information or conduct a man-in-the-middle attack to
bypass authentication in TLS 1.3.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All GnuTLS user should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-libs/gnutls-3.6.14"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-13777">CVE-2020-13777</uri>
</references>
<metadata tag="requester" timestamp="2020-06-05T15:47:41Z">sam_c</metadata>
<metadata tag="submitter" timestamp="2020-06-09T14:41:33Z">sam_c</metadata>
</glsa>
|