Logo
componentlibxml-parser-perl
Name
libxml-parser-perl
Version
2.47
Type
library
Description
XML::Parser - A perl module for parsing XML documents
Licenses
Artistic-2.0
PURL
-
CPE
cpe:2.3:*:*:libxml-parser-perl:2.47:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
2.46
scarthgap
2.47

Patches#


#
Title
Author
Resolve
1
Makefile.PL: make check_lib cross friendly
Tim Orling <tim.orling@konsulko.com>
2
fix: off-by-one heap buffer overflow in st_serial_stack
Toddr Bot <toddbot@rinaldo.us>
CVE-2006-10003

Vulnerabilities#


Name
Analysis
Description
Patched
XML::Parser versions through 2.47 for Perl has an off-by-one heap buffer overflow in st_serial_stack. In the case (stackptr == stacksize - 1), the stack will NOT be expanded. Then the new value will be written at location (++stackptr), which equals stacksize and therefore falls just outside the allocated buffer. The bug can be observed when parsing an XML file with very deep element nesting