[NEWS] Xerces-C++ Library Attribute Parsing Denial Of Service
From: SecuriTeam (support_at_securiteam.com)
Date: 10/04/04
- Previous message: SecuriTeam: "[NEWS] Znif PLS Buffer Overflow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: list@securiteam.com Date: 4 Oct 2004 14:19:35 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
Xerces-C++ Library Attribute Parsing Denial Of Service
------------------------------------------------------------------------
SUMMARY
<http://xml.apache.org/> Xerces (named after the Xerces Blue butterfly)
provides world-class XML parsing and generation. Fully-validating parsers
are available for both Java and C++, implementing the W3C XML and DOM
(Level 1 and 2) standards, as well as the de facto SAX (version 2)
standard. The parsers are highly modular and configurable. Initial support
for XML Schema (draft W3C standard) is also provided.
A parsing problem has been found in the Xerces C++ library when handling a
specially crafted XML document. The bug will cause the parses to consume
all available CPU resources and effectively cause a denial of service.
DETAILS
Vulnerable Systems:
* Xerces-C++ library version 2.5.0
Immune Systems:
* Xerces-C++ library version 2.6.0
An attacker can craft a malicious XML document, which uses XML attributes
in a way that inflicts a denial of service condition on the target
machine. The result of this attack is that the XML parser consumes all the
CPU resources for a long period of time (from seconds to minutes,
depending on the size of the payload).
In order to obtain a DoS for several minutes payloads should be about a
few hundred KBs in magnitude.
Vendor Status:
The developers at the Apache XML project have been contacted and a new
version containing a fix is available. Upgrade to version 2.6.0.
ADDITIONAL INFORMATION
The information has been provided by <mailto:aksecurity@hotpop.com> Amit
Klein (AKsecurity).
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Previous message: SecuriTeam: "[NEWS] Znif PLS Buffer Overflow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
- [NEWS] Adobe Reader 7 XML External Entity (XXE) Attack
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Recent versions of Adobe Reader
are ... vulnerable to XML External Entity Attacks. ... (Securiteam) - Re: Xerces C++ parser book.
... Xerces C++ parsers. ... In the XML world, anything on paper is
almost by definition obsolete. ... It's been a long time since I looked at C++ version of Xerces,
but I believe its API is very similar to that of the Java version, which is essentially the industry-standard
APIs for XML, plus JAXP, plus a few custom APIs for more advanced functions like manipulating schemas.
... (comp.text.xml)