Files
CVEs-PoC/2022/CVE-2022-21144.md
T
2024-06-18 02:51:15 +02:00

772 B

CVE-2022-21144

Description

This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a Function object V8 will crash.

POC

Reference

Github

No PoCs found on GitHub currently.