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-200410-07.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200410-07.xml')
-rw-r--r-- | glsa-200410-07.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/glsa-200410-07.xml b/glsa-200410-07.xml new file mode 100644 index 000000000000..78192739f9c4 --- /dev/null +++ b/glsa-200410-07.xml @@ -0,0 +1,72 @@ +<?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="200410-07"> + <title>ed: Insecure temporary file handling</title> + <synopsis> + The ed utility is vulnerable to symlink attacks, potentially allowing a + local user to overwrite or change rights on arbitrary files with the rights + of the user running ed, which could be the root user. + </synopsis> + <product type="ebuild">ed</product> + <announced>October 09, 2004</announced> + <revised>October 09, 2004: 01</revised> + <bug>66400</bug> + <access>local</access> + <affected> + <package name="sys-apps/ed" auto="yes" arch="*"> + <unaffected range="ge">0.2-r4</unaffected> + <vulnerable range="le">0.2-r3</vulnerable> + </package> + </affected> + <background> + <p> + ed is a line-oriented text editor, used to create or modify text files, + both interactively and via shell scripts. + </p> + </background> + <description> + <p> + ed insecurely creates temporary files in world-writeable directories with + predictable names. Given that ed is used in various system shell scripts, + they are by extension affected by the same vulnerability. + </p> + </description> + <impact type="normal"> + <p> + A local attacker could create symbolic links in the temporary files + directory, pointing to a valid file somewhere on the filesystem. When ed is + called, this would result in file access with the rights of the user + running the utility, which could be the root user. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All ed users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=sys-apps/ed-0.2-r4" + # emerge ">=sys-apps/ed-0.2-r4"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2000-1137">CVE-2000-1137</uri> + </references> + <metadata tag="requester" timestamp="Fri, 8 Oct 2004 21:10:12 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Fri, 8 Oct 2004 21:10:49 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Sat, 9 Oct 2004 09:43:17 +0000"> + koon + </metadata> +</glsa> |