Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2006-10003
Published:March 19, 2026
Updated:April 23, 2026
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
Affected Packages
https://github.com/cpan-authors/XML-Parser.git (GITHUB):
Affected version(s) =v2.40_01 <2.51
Fix Suggestion:
Update to version 2.51
https://github.com/cpan-authors/XML-Parser.git (GITHUB):
Affected version(s) =v2.40_01 <2.49
Fix Suggestion:
Update to version 2.49
https://github.com/cpan-authors/XML-Parser.git (GITHUB):
Affected version(s) =v2.40_01 <2.48_01
Fix Suggestion:
Update to version 2.48_01
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Off-by-one Error
Heap-based Buffer Overflow
EPSS
Base Score:
0.03