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-200502-20.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-200502-20.xml')
-rw-r--r-- | metadata/glsa/glsa-200502-20.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200502-20.xml b/metadata/glsa/glsa-200502-20.xml new file mode 100644 index 000000000000..c335bf1f898f --- /dev/null +++ b/metadata/glsa/glsa-200502-20.xml @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200502-20"> + <title>Emacs, XEmacs: Format string vulnerabilities in movemail</title> + <synopsis> + The movemail utility shipped with Emacs and XEmacs contains several format + string vulnerabilities, potentially leading to the execution of arbitrary + code. + </synopsis> + <product type="ebuild">Emacs</product> + <announced>February 15, 2005</announced> + <revised>July 23, 2006: 02</revised> + <bug>79686</bug> + <access>remote</access> + <affected> + <package name="app-editors/emacs" auto="yes" arch="*"> + <unaffected range="ge">21.4</unaffected> + <unaffected range="lt">19</unaffected> + <vulnerable range="lt">21.4</vulnerable> + </package> + <package name="app-editors/xemacs" auto="yes" arch="*"> + <unaffected range="ge">21.4.15-r3</unaffected> + <vulnerable range="lt">21.4.15-r3</vulnerable> + </package> + </affected> + <background> + <p> + GNU Emacs and XEmacs are highly extensible and customizable text + editors. movemail is an Emacs utility that can fetch mail on remote + mail servers. + </p> + </background> + <description> + <p> + Max Vozeler discovered that the movemail utility contains several + format string errors. + </p> + </description> + <impact type="normal"> + <p> + An attacker could set up a malicious POP server and entice a user to + connect to it using movemail, resulting in the execution of arbitrary + code with the rights of the victim user. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Emacs users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-editors/emacs-21.4"</code> + <p> + All XEmacs users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-editors/xemacs-21.4.15-r3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0100">CAN-2005-0100</uri> + </references> + <metadata tag="requester" timestamp="Fri, 11 Feb 2005 15:36:27 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Tue, 15 Feb 2005 16:06:08 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Tue, 15 Feb 2005 16:06:17 +0000"> + koon + </metadata> +</glsa> |