cve/2024/CVE-2024-34392.md

19 lines
961 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-34392](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-34392)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
2025-09-29 16:08:36 +00:00
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-843%20Access%20of%20Resource%20Using%20Incompatible%20Type%20('Type%20Confusion')&color=brighgreen)
2024-05-25 21:48:12 +02:00
### Description
libxmljs is vulnerable to a type confusion vulnerability when parsing a specially crafted XML while invoking the namespaces() function (which invokes _wrap__xmlNode_nsDef_get()) on a grand-child of a node that refers to an entity. This vulnerability can lead to denial of service and remote code execution.
### POC
#### Reference
- https://github.com/libxmljs/libxmljs/issues/646
- https://research.jfrog.com/vulnerabilities/libxmljs-namespaces-type-confusion-rce-jfsa-2024-001034096/
#### Github
No PoCs found on GitHub currently.