summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/glsa/glsa-200410-10.xml')
-rw-r--r--metadata/glsa/glsa-200410-10.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200410-10.xml b/metadata/glsa/glsa-200410-10.xml
new file mode 100644
index 000000000000..03090614692a
--- /dev/null
+++ b/metadata/glsa/glsa-200410-10.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200410-10">
+ <title>gettext: Insecure temporary file handling</title>
+ <synopsis>
+ The gettext utility is vulnerable to symlink attacks, potentially allowing
+ a local user to overwrite or change permissions on arbitrary files with the
+ rights of the user running gettext, which could be the root user.
+ </synopsis>
+ <product type="ebuild">gettext</product>
+ <announced>2004-10-10</announced>
+ <revised count="04">2006-05-22</revised>
+ <bug>66355</bug>
+ <bug>85766</bug>
+ <access>local</access>
+ <affected>
+ <package name="sys-devel/gettext" auto="yes" arch="*">
+ <unaffected range="ge">0.14.1-r1</unaffected>
+ <unaffected range="rge">0.12.1-r2</unaffected>
+ <vulnerable range="lt">0.14.1-r1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ gettext is a set of utilities for the GNU Translation Project which
+ provides a set of tools and documentation to help produce multi-lingual
+ messages in programs.
+ </p>
+ </background>
+ <description>
+ <p>
+ gettext insecurely creates temporary files in world-writeable
+ directories with predictable names.
+ </p>
+ </description>
+ <impact type="low">
+ <p>
+ A local attacker could create symbolic links in the temporary files
+ directory, pointing to a valid file somewhere on the filesystem. When
+ gettext 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 gettext users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=sys-devel/gettext-0.14.1-r1"</code>
+ </resolution>
+ <references>
+ <uri link="http://www.securityfocus.com/advisories/7263">BugTraq Advisory</uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0966">CVE-2004-0966</uri>
+ </references>
+ <metadata tag="requester" timestamp="2004-10-10T10:51:13Z">
+ koon
+ </metadata>
+ <metadata tag="bugReady" timestamp="2004-10-10T10:51:21Z">
+ koon
+ </metadata>
+ <metadata tag="submitter" timestamp="2004-10-10T21:46:28Z">
+ lewk
+ </metadata>
+</glsa>