diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200409-31.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200409-31.xml')
-rw-r--r-- | glsa-200409-31.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/glsa-200409-31.xml b/glsa-200409-31.xml new file mode 100644 index 00000000..f0ff35b6 --- /dev/null +++ b/glsa-200409-31.xml @@ -0,0 +1,72 @@ +<?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="200409-31"> + <title>jabberd 1.x: Denial of Service vulnerability</title> + <synopsis> + The jabberd server was found to be vulnerable to a remote Denial of Service + attack. + </synopsis> + <product type="ebuild">jabberd</product> + <announced>September 23, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>64741</bug> + <access>remote</access> + <affected> + <package name="net-im/jabberd" auto="yes" arch="*"> + <unaffected range="ge">1.4.3-r4</unaffected> + <vulnerable range="le">1.4.3-r3</vulnerable> + </package> + </affected> + <background> + <p> + Jabber is a set of streaming XML protocols enabling message, presence, + and other structured information exchange between two hosts. jabberd is + the original implementation of the Jabber protocol server. + </p> + </background> + <description> + <p> + Jose Antonio Calvo found a defect in routines handling XML parsing of + incoming data. jabberd 1.x may crash upon reception of invalid data on + any socket connection on which XML is parsed. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker may send a specific sequence of bytes to an open + socket to crash the jabberd server, resulting in a Denial of Service. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All jabberd users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-im/jabberd-1.4.3-r4" + # emerge ">=net-im/jabberd-1.4.3-r4"</code> + </resolution> + <references> + <uri link="http://www.jabber.org/pipermail/jabberd/2004-September/002004.html">Vulnerability disclosure</uri> + <uri link="http://www.jabber.org/pipermail/jadmin/2004-September/018046.html">Jabber announcement</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1378">CVE-2004-1378</uri> + </references> + <metadata tag="requester" timestamp="Tue, 21 Sep 2004 11:27:04 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Tue, 21 Sep 2004 15:51:07 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Wed, 22 Sep 2004 17:38:09 +0000"> + koon + </metadata> +</glsa> |