diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200505-09.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-200505-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200505-09.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200505-09.xml b/metadata/glsa/glsa-200505-09.xml new file mode 100644 index 000000000000..7ad2973371e4 --- /dev/null +++ b/metadata/glsa/glsa-200505-09.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200505-09"> + <title>Gaim: Denial of Service and buffer overflow vulnerabilties</title> + <synopsis> + Gaim contains two vulnerabilities, potentially resulting in the execution + of arbitrary code or Denial of Service. + </synopsis> + <product type="ebuild">gaim</product> + <announced>May 12, 2005</announced> + <revised>May 12, 2005: 01</revised> + <bug>91862</bug> + <access>remote</access> + <affected> + <package name="net-im/gaim" auto="yes" arch="*"> + <unaffected range="ge">1.3.0</unaffected> + <vulnerable range="lt">1.3.0</vulnerable> + </package> + </affected> + <background> + <p> + Gaim is a full featured instant messaging client which handles a + variety of instant messaging protocols. + </p> + </background> + <description> + <p> + Stu Tomlinson discovered that Gaim is vulnerable to a remote stack + based buffer overflow when receiving messages in certain protocols, + like Jabber and SILC, with a very long URL (CAN-2005-1261). Siebe + Tolsma discovered that Gaim is also vulnerable to a remote Denial of + Service attack when receiving a specially crafted MSN message + (CAN-2005-1262). + </p> + </description> + <impact type="high"> + <p> + A remote attacker could cause a buffer overflow by sending an + instant message with a very long URL, potentially leading to the + execution of malicious code. By sending a SLP message with an empty + body, a remote attacker could cause a Denial of Service or crash of the + Gaim client. + </p> + </impact> + <workaround> + <p> + There are no known workarounds at this time. + </p> + </workaround> + <resolution> + <p> + All Gaim users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-im/gaim-1.3.0"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1261">CAN-2005-1261</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1262">CAN-2005-1262</uri> + </references> + <metadata tag="submitter" timestamp="Wed, 11 May 2005 11:51:15 +0000"> + DerCorny + </metadata> + <metadata tag="bugReady" timestamp="Thu, 12 May 2005 04:18:52 +0000"> + jaervosz + </metadata> +</glsa> |