CVE-2021-39131

Summary

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).

Affected Software

VendorProductVersion RangeStatus
sonicdoeced< 1.0.0affected

Weaknesses

  • CWE-241: CWE-241: Improper Handling of Unexpected Data Type

ADP Enrichment

CVE Program Container

Additional References

References