diff options
author | 2015-03-08 22:02:38 +0100 | |
---|---|---|
committer | 2015-03-08 22:02:38 +0100 | |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200904-04.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200904-04.xml')
-rw-r--r-- | glsa-200904-04.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/glsa-200904-04.xml b/glsa-200904-04.xml new file mode 100644 index 00000000..71eeea22 --- /dev/null +++ b/glsa-200904-04.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200904-04"> + <title>WeeChat: Denial of Service</title> + <synopsis> + A processing error in WeeChat might lead to a Denial of Service. + </synopsis> + <product type="ebuild">weechat</product> + <announced>April 04, 2009</announced> + <revised>April 04, 2009: 01</revised> + <bug>262997</bug> + <access>remote</access> + <affected> + <package name="net-irc/weechat" auto="yes" arch="*"> + <unaffected range="ge">0.2.6.1</unaffected> + <vulnerable range="lt">0.2.6.1</vulnerable> + </package> + </affected> + <background> + <p> + Wee Enhanced Environment for Chat (WeeChat) is a light and extensible + console IRC client. + </p> + </background> + <description> + <p> + Sebastien Helleu reported an array out-of-bounds error in the colored + message handling. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could send a specially crafted PRIVMSG command, + possibly leading to a Denial of Service (application crash). + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All WeeChat users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-irc/weechat-0.2.6.1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0661">CVE-2009-0661</uri> + </references> + <metadata tag="requester" timestamp="Sat, 04 Apr 2009 15:10:01 +0000"> + a3li + </metadata> + <metadata tag="submitter" timestamp="Sat, 04 Apr 2009 15:21:46 +0000"> + a3li + </metadata> + <metadata tag="bugReady" timestamp="Sat, 04 Apr 2009 17:18:54 +0000"> + keytoaster + </metadata> +</glsa> |