summaryrefslogtreecommitdiff
blob: ada0d684e7535cd2724d698779007c03784e9ed2 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200405-23">
  <title>Heimdal: Kerberos 4 buffer overflow in kadmin</title>
  <synopsis>
    A possible buffer overflow in the Kerberos 4 component of Heimdal has been
    discovered.
  </synopsis>
  <product type="ebuild">Heimdal</product>
  <announced>2004-05-27</announced>
  <revised count="01">2004-05-27</revised>
  <bug>50208</bug>
  <access>remote </access>
  <affected>
    <package name="app-crypt/heimdal" auto="yes" arch="*">
      <unaffected range="ge">0.6.2</unaffected>
      <vulnerable range="lt">0.6.2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Heimdal is a free implementation of Kerberos.
    </p>
  </background>
  <description>
    <p>
    A buffer overflow was discovered in kadmind, a server for administrative
    access to the Kerberos database.
    </p>
  </description>
  <impact type="high">
    <p>
    By sending a specially formatted message to kadmind, a remote attacker may
    be able to crash kadmind causing a denial of service, or execute arbitrary
    code with the permissions of the kadmind process.
    </p>
  </impact>
  <workaround>
    <p>
    For a temporary workaround, providing you do not require Kerberos 4
    support, you may turn off Kerberos 4 kadmin by running kadmind with the
    --no-kerberos4 option.
    </p>
  </workaround>
  <resolution>
    <p>
    All Heimdal users should upgrade to the latest stable version:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=app-crypt/heimdal-0.6.2"
    # emerge "&gt;=app-crypt/heimdal-0.6.2"</code>
  </resolution>
  <references>
    <uri link="https://www.pdc.kth.se/heimdal/advisory/2004-05-06/">Heimdal 0.6.2 Release Notice</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0434">CAN-2004-0434</uri>
  </references>
  <metadata tag="submitter">
    jaervosz
  </metadata>
</glsa>