diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200405-23.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200405-23.xml')
-rw-r--r-- | metadata/glsa/glsa-200405-23.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200405-23.xml b/metadata/glsa/glsa-200405-23.xml new file mode 100644 index 000000000000..63847d121a84 --- /dev/null +++ b/metadata/glsa/glsa-200405-23.xml @@ -0,0 +1,63 @@ +<?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>May 27, 2004</announced> + <revised>May 27, 2004: 01</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 ">=app-crypt/heimdal-0.6.2" + # emerge ">=app-crypt/heimdal-0.6.2"</code> + </resolution> + <references> + <uri link="http://www.pdc.kth.se/heimdal/advisory/2004-05-06/">Heimdal 0.6.2 Release Notice</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0434">CAN-2004-0434</uri> + </references> + <metadata tag="submitter"> + jaervosz + </metadata> +</glsa> |