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-200809-01.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-200809-01.xml')
-rw-r--r-- | metadata/glsa/glsa-200809-01.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200809-01.xml b/metadata/glsa/glsa-200809-01.xml new file mode 100644 index 000000000000..0ef8bf3e5d0e --- /dev/null +++ b/metadata/glsa/glsa-200809-01.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200809-01"> + <title>yelp: User-assisted execution of arbitrary code</title> + <synopsis> + A vulnerability in yelp can lead to the execution of arbitrary code when + opening a URI, for example through Firefox. + </synopsis> + <product type="ebuild">yelp</product> + <announced>September 04, 2008</announced> + <revised>September 04, 2008: 01</revised> + <bug>234079</bug> + <access>remote</access> + <affected> + <package name="gnome-extra/yelp" auto="yes" arch="*"> + <unaffected range="ge">2.22.1-r2</unaffected> + <unaffected range="rge">2.20.0-r1</unaffected> + <vulnerable range="lt">2.22.1-r2</vulnerable> + </package> + </affected> + <background> + <p> + yelp is the default help browser for GNOME. + </p> + </background> + <description> + <p> + Aaron Grattafiori reported a format string vulnerability in the + window_error() function in yelp-window.c. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker can entice a user to open specially crafted "man:" or + "ghelp:" URIs in yelp, or an application using yelp such as Firefox or + Evolution, and execute arbitrary code with the privileges of that user. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All yelp users running GNOME 2.22 should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=gnome-extra/yelp-2.22.1-r2"</code> + <p> + All yelp users running GNOME 2.20 should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=gnome-extra/yelp-2.20.0-r1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3533">CVE-2008-3533</uri> + </references> + <metadata tag="requester" timestamp="Fri, 15 Aug 2008 14:25:26 +0000"> + rbu + </metadata> + <metadata tag="submitter" timestamp="Tue, 19 Aug 2008 23:34:23 +0000"> + rbu + </metadata> + <metadata tag="bugReady" timestamp="Tue, 19 Aug 2008 23:34:31 +0000"> + rbu + </metadata> +</glsa> |