Skip to content

Uncontrolled Resource Consumption in @discordjs/opus

High severity GitHub Reviewed Published Jun 18, 2022 to the GitHub Advisory Database • Updated Sep 7, 2023

Package

npm @discordjs/opus (npm)

Affected versions

< 0.8.0

Patched versions

0.8.0

Description

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

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

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2022-25345

GHSA ID

GHSA-rvgf-69j7-xh78

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.