Uncontrolled Resource Consumption in @discordjs/opus
High severity
GitHub Reviewed
Published
Jun 18, 2022
to the GitHub Advisory Database
•
Updated Sep 7, 2023
Description
Published by the National Vulnerability Database
Jun 17, 2022
Published to the GitHub Advisory Database
Jun 18, 2022
Reviewed
Jun 20, 2022
Last updated
Sep 7, 2023
Improperly handled errors in @discordjs/opus cause hard crashes instead of returning the error to user land. All versions of package @discordjs/opus (<= 0.7.0) are vulnerable to Denial of Service (DoS) when trying to encode using an encoder with zero channels, or a non-initialized buffer. This leads to a hard crash due to improperly returning the errors from the invalid inputs.
As of version 0.8.0, the errors are correctly returned to the user and are no longer throwing hard crashes that cannot be recovered.
References