Jakob Krigovsky

2 exploits Active since Aug 2021
CVE-2021-39131 WRITEUP HIGH WRITEUP
Ced < 1.0.0 - Improper Exception Handling
ced detects character encoding using Google’s 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 it’s a `Buffer` using `Buffer.isBuffer(obj)`.
CVSS 7.5
CVE-2021-39157 WRITEUP HIGH WRITEUP
Detect-character-encoding < 0.7.0 - Improper Exception Handling
detect-character-encoding is an open source character encoding inspection library. In detect-character-encoding v0.6.0 and earlier, data matching no charset causes the Node.js process to crash. The problem has been patched in [detect-character-encoding v0.7.0](https://github.com/sonicdoe/detect-character-encoding/releases/tag/v0.7.0). No workaround are available and all users should update to resolve this issue.
CVSS 7.5