blob: 8de429e1f0a3a41589d72370ba25d2da4ade6b1c (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202011-17">
<title>MIT Kerberos 5: Denial of service</title>
<synopsis>A vulnerability in MIT Kerberos 5 could lead to a Denial of Service
condition.
</synopsis>
<product type="ebuild">mit-krb5</product>
<announced>2020-11-16</announced>
<revised count="1">2020-11-16</revised>
<bug>753281</bug>
<access>remote</access>
<affected>
<package name="app-crypt/mit-krb5" auto="yes" arch="*">
<unaffected range="ge">1.18.2-r2</unaffected>
<vulnerable range="lt">1.18.2-r2</vulnerable>
</package>
</affected>
<background>
<p>The MIT Kerberos 5 implementation provides a command line telnet client
which is used for remote login via the telnet protocol.
</p>
</background>
<description>
<p>It was discovered that MIT Kerberos network authentication system, krb5,
did not properly handle ASN.1-encoded Kerberos messages.
</p>
</description>
<impact type="low">
<p>A remote attacker could send a specially crafted Kerberos message,
possibly resulting in a Denial of Service condition.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All MIT Kerberos 5 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-crypt/mit-krb5-1.18.2-r2"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-28196">CVE-2020-28196</uri>
</references>
<metadata tag="requester" timestamp="2020-11-13T18:08:33Z">sam_c</metadata>
<metadata tag="submitter" timestamp="2020-11-16T02:42:29Z">sam_c</metadata>
</glsa>
|