cve/2021/CVE-2021-39131.md
2024-06-18 02:51:15 +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.