diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200409-34.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200409-34.xml')
-rw-r--r-- | metadata/glsa/glsa-200409-34.xml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200409-34.xml b/metadata/glsa/glsa-200409-34.xml new file mode 100644 index 000000000000..cbfeaf5690c4 --- /dev/null +++ b/metadata/glsa/glsa-200409-34.xml @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-34"> + <title>X.org, XFree86: Integer and stack overflows in libXpm</title> + <synopsis> + libXpm, the X Pixmap library that is a part of the X Window System, + contains multiple stack and integer overflows that may allow a + carefully-crafted XPM file to crash applications linked against libXpm, + potentially allowing the execution of arbitrary code. + </synopsis> + <product type="ebuild">X</product> + <announced>September 27, 2004</announced> + <revised>May 27, 2006: 02</revised> + <bug>64152</bug> + <access>remote</access> + <affected> + <package name="x11-base/xorg-x11" auto="yes" arch="*"> + <unaffected range="rge">6.7.0-r2</unaffected> + <unaffected range="ge">6.8.0-r1</unaffected> + <vulnerable range="lt">6.7.0-r2</vulnerable> + <vulnerable range="eq">6.8.0</vulnerable> + </package> + <package name="x11-base/xfree" auto="yes" arch="alpha x86"> + <unaffected range="ge">4.3.0-r7</unaffected> + <vulnerable range="lt">4.3.0-r7</vulnerable> + </package> + <package name="x11-base/xfree" auto="yes" arch="amd64 hppa ia64 mips ppc sparc"> + <vulnerable range="lt">4.3.0-r7</vulnerable> + </package> + </affected> + <background> + <p> + XFree86 and X.org are both implementations of the X Window System. + </p> + </background> + <description> + <p> + Chris Evans has discovered multiple integer and stack overflow + vulnerabilities in the X Pixmap library, libXpm, which is a part of the + X Window System. These overflows can be exploited by the execution of a + malicious XPM file, which can crash applications that are dependent on + libXpm. + </p> + </description> + <impact type="normal"> + <p> + A carefully-crafted XPM file could crash applications that are linked + against libXpm, potentially allowing the execution of arbitrary code + with the privileges of the user running the application. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All X.org users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=x11-base/xorg-x11-6.7.0-r2" + # emerge ">=x11-base/xorg-x11-6.7.0-r2"</code> + <p> + All XFree86 users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=x11-base/xfree-4.3.0-r7" + # emerge ">=x11-base/xfree-4.3.0-r7"</code> + <p> + Note: Usage of XFree86 is deprecated on the AMD64, HPPA, IA64, MIPS, + PPC and SPARC architectures: XFree86 users on those architectures + should switch to X.org rather than upgrading XFree86. + </p> + </resolution> + <references> + <uri link="http://freedesktop.org/pipermail/xorg/2004-September/003196.html">X.org Security Advisory</uri> + <uri link="http://freedesktop.org/pipermail/xorg/2004-September/003172.html">X11R6.8.1 Release Notes</uri> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687">CAN-2004-0687</uri> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0688">CAN-2004-0688</uri> + </references> + <metadata tag="requester" timestamp="Sat, 18 Sep 2004 17:10:48 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Mon, 20 Sep 2004 05:29:54 +0000"> + lewk + </metadata> + <metadata tag="bugReady" timestamp="Sun, 26 Sep 2004 20:54:15 +0000"> + koon + </metadata> +</glsa> |