diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200409-19.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200409-19.xml')
-rw-r--r-- | glsa-200409-19.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/glsa-200409-19.xml b/glsa-200409-19.xml new file mode 100644 index 00000000..0389b568 --- /dev/null +++ b/glsa-200409-19.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-19"> + <title>Heimdal: ftpd root escalation</title> + <synopsis> + Several bugs exist in the Heimdal ftp daemon which could allow a remote + attacker to gain root privileges. + </synopsis> + <product type="ebuild">heimdal</product> + <announced>September 16, 2004</announced> + <revised>September 16, 2004: 01</revised> + <bug>61412</bug> + <access>remote</access> + <affected> + <package name="app-crypt/heimdal" auto="yes" arch="*"> + <unaffected range="ge">0.6.3</unaffected> + <vulnerable range="lt">0.6.3</vulnerable> + </package> + </affected> + <background> + <p> + Heimdal is an implementation of Kerberos 5. + </p> + </background> + <description> + <p> + Przemyslaw Frasunek discovered several flaws in lukemftpd, which also apply + to Heimdal ftpd's out-of-band signal handling code. + </p> + <p> + Additionally, a potential vulnerability that could lead to Denial of + Service by the Key Distribution Center (KDC) has been fixed in this + version. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could be able to run arbitrary code with escalated + privileges, which can result in a total compromise of the server. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Heimdal users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=app-crypt/heimdal-0.6.3" + # emerge ">=app-crypt/heimdal-0.6.3"</code> + </resolution> + <references> + <uri link="http://www.pdc.kth.se/heimdal/advisory/2004-09-13/">Heimdal advisory</uri> + <uri link="http://www.frasunek.com/lukemftpd.txt">Advisory by Przemyslaw Frasunek</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0794">CAN-2004-0794</uri> + </references> + <metadata tag="submitter" timestamp="Mon, 13 Sep 2004 14:06:46 +0000"> + vorlon078 + </metadata> + <metadata tag="bugReady" timestamp="Thu, 16 Sep 2004 04:33:06 +0000"> + jaervosz + </metadata> +</glsa> |