QID 980383
QID 980383: Nodejs (npm) Security Update for ced (GHSA-27wq-qx3q-fxm9)
Security update has been released for ced to fix the vulnerability.
Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.
In ced v0.1.0, passing data types other than `Buffer` causes the Node.js process to crash.
Solution
The problem has been patched in [ced v1.0.0](https://github.com/sonicdoe/ced/releases/tag/v1.0.0). You can upgrade from v0.1.0 without any breaking changes.Workaround:
Before passing an argument to ced, verify its a `Buffer` using [`Buffer.isBuffer(obj)`](https://nodejs.org/api/buffer.html#buffer_static_method_buffer_isbuffer_obj).
Before passing an argument to ced, verify its a `Buffer` using [`Buffer.isBuffer(obj)`](https://nodejs.org/api/buffer.html#buffer_static_method_buffer_isbuffer_obj).
Vendor References
- GHSA-27wq-qx3q-fxm9 -
github.com/advisories/GHSA-27wq-qx3q-fxm9
CVEs related to QID 980383
Software Advisories
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-27wq-qx3q-fxm9 | ced |
|