Logo
componentxerces-c
Name
xerces-c
Version
3.1.4
Type
library
Description
Xerces-c is a validating xml parser written in C++
Licenses
Apache-2.0
PURL
-
CPE
cpe:2.3:*:*:xerces-c\+\+:3.1.4:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
3.3.0
scarthgap
3.2.5

Vulnerabilities#


Name
Analysis
Description
Exploitable
The Apache Xerces C++ XML parser on versions 3.0.0 before 3.2.5 contains a use-after-free error triggered during the scanning of external DTDs. Users are recommended to upgrade to version 3.2.5 which fixes the issue, or mitigate the issue by disabling DTD processing. This can be accomplished via the DOM using a standard parser feature, or via SAX using the XERCES_DISABLE_DTD environment variable. This issue has been disclosed before as CVE-2018-1311, but unfortunately that advisory incorrectly stated the issue would be fixed in version 3.2.3 or 3.2.4.
Exploitable
The Apache Xerces-C 3.0.0 to 3.2.3 XML parser contains a use-after-free error triggered during the scanning of external DTDs. This flaw has not been addressed in the maintained version of the library and has no current mitigation other than to disable DTD processing. This can be accomplished via the DOM using a standard parser feature, or via SAX using the XERCES_DISABLE_DTD environment variable.
Exploitable
In Apache Xerces-C XML Parser library before 3.2.1, processing of external DTD paths can result in a null pointer dereference under certain conditions.