diff options
author | 2015-03-08 22:02:38 +0100 | |
---|---|---|
committer | 2015-03-08 22:02:38 +0100 | |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200511-19.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200511-19.xml')
-rw-r--r-- | glsa-200511-19.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/glsa-200511-19.xml b/glsa-200511-19.xml new file mode 100644 index 00000000..4feb51f9 --- /dev/null +++ b/glsa-200511-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="200511-19"> + <title>eix: Insecure temporary file creation</title> + <synopsis> + eix has an insecure temporary file creation vulnerability, potentially + allowing a local user to overwrite arbitrary files. + </synopsis> + <product type="ebuild">eix</product> + <announced>November 22, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>112061</bug> + <access>local</access> + <affected> + <package name="app-portage/eix" auto="yes" arch="*"> + <unaffected range="ge">0.5.0_pre2</unaffected> + <unaffected range="rge">0.3.0-r2</unaffected> + <vulnerable range="lt">0.5.0_pre2</vulnerable> + </package> + </affected> + <background> + <p> + eix is a small utility for searching ebuilds with indexing for fast + results. + </p> + </background> + <description> + <p> + Eric Romang discovered that eix creates a temporary file with a + predictable name. eix creates a temporary file in /tmp/eix.*.sync where + * is the process ID of the shell running eix. + </p> + </description> + <impact type="normal"> + <p> + A local attacker can watch the process list and determine the process + ID of the shell running eix while the "emerge --sync" command is + running, then create a link from the corresponding temporary file to a + system file, which would result in the file being overwritten with the + rights of the user running the application. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All eix users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose app-portage/eix</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3785">CVE-2005-3785</uri> + </references> + <metadata tag="requester" timestamp="Mon, 21 Nov 2005 09:11:10 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Mon, 21 Nov 2005 20:48:28 +0000"> + adir + </metadata> + <metadata tag="bugReady" timestamp="Tue, 22 Nov 2005 08:46:22 +0000"> + koon + </metadata> +</glsa> |