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-200608-21.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200608-21.xml')
-rw-r--r-- | glsa-200608-21.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/glsa-200608-21.xml b/glsa-200608-21.xml new file mode 100644 index 000000000000..9161435ac8e7 --- /dev/null +++ b/glsa-200608-21.xml @@ -0,0 +1,67 @@ +<?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="200608-21"> + <title>Heimdal: Multiple local privilege escalation vulnerabilities</title> + <synopsis> + Certain Heimdal components, ftpd and rcp, are vulnerable to a local + privilege escalation. + </synopsis> + <product type="ebuild">Heimdal</product> + <announced>August 23, 2006</announced> + <revised>August 23, 2006: 01</revised> + <bug>143371</bug> + <access>local</access> + <affected> + <package name="app-crypt/heimdal" auto="yes" arch="*"> + <unaffected range="ge">0.7.2-r3</unaffected> + <vulnerable range="lt">0.7.2-r3</vulnerable> + </package> + </affected> + <background> + <p> + Heimdal is a free implementation of Kerberos 5. + </p> + </background> + <description> + <p> + The ftpd and rcp applications provided by Heimdal fail to check the + return value of calls to seteuid(). + </p> + </description> + <impact type="high"> + <p> + A local attacker could exploit this vulnerability to execute arbitrary + code with elevated privileges. + </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 --ask --oneshot --verbose ">=app-crypt/heimdal-0.7.2-r3"</code> + </resolution> + <references> + <uri link="http://www.pdc.kth.se/heimdal/advisory/2006-08-08/">Official advisory</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3083">CVE-2006-3083</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3084">CVE-2006-3084</uri> + </references> + <metadata tag="requester" timestamp="Sat, 12 Aug 2006 15:34:55 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Sun, 13 Aug 2006 22:34:21 +0000"> + daxomatic + </metadata> + <metadata tag="bugReady" timestamp="Mon, 14 Aug 2006 15:19:23 +0000"> + falco + </metadata> +</glsa> |