Files
CVEs-PoC/2021/CVE-2021-39131.md
T
2024-05-25 21:48:12 +02:00

865 B
Raw Blame History

CVE-2021-39131

Description

ced detects character encoding using Googles compact_enc_det library. In ced v0.1.0, passing data types other than Buffer causes the Node.js process to crash. The problem has been patched in ced v1.0.0. As a workaround, before passing an argument to ced, verify its a Buffer using Buffer.isBuffer(obj).

POC

Reference

Github

No PoCs found on GitHub currently.