Logo
componentlibxml2
Name
libxml2
Version
2.15.3-r
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:xmlsoft:libxml2:2.15.3:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
openwrt-25.12
2.15.1-r1

Vulnerabilities#


Name
Analysis
Description
Exploitable
libxml2 is vulnerable to multiple stack-based buffer overflows in the xmlcatalog utility when running in --shell mode. The usershell() function processes user input using fixed-size stack buffers without proper bounds checking. By supplying an overly long input line, an attacker can overflow internal buffers (command, arg, and argv) during input parsing. This results in memory corruption within the stack frame. Successful exploitation may cause a crash or potentially allow arbitrary code execution in the context of the xmlcatalog process. This issue has been fixed in the commit c2e233fc. NOTE: The maintainers of this project did not agree that this issue is a vulnerability and considered it a bug.
Exploitable
The xmlreader in libxml allows remote attackers to cause a denial of service (memory consumption) via crafted XML data, related to an XML Entity Expansion (XEE) attack.