CVE-2022-35922

Memory allocation based on untrusted length in rust-websocket

Description

Rust-WebSocket is a WebSocket (RFC6455) library written in Rust. In versions prior to 0.26.5 untrusted websocket connections can cause an out-of-memory (OOM) process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When `Vec::with_capacity` fails to allocate, the default Rust allocator will abort the current process, killing all threads. This affects only sync (non-Tokio) implementation. Async version also does not limit memory, but does not use `with_capacity`, so DoS can happen only when bytes for oversized dataframe or message actually got delivered by the attacker. The crashes are fixed in version 0.26.5 by imposing default dataframe size limits. Affected users are advised to update to this version. Users unable to upgrade are advised to filter websocket traffic externally or to only accept trusted traffic.

Categories

7.5
CVSS
Severity: High
CVSS 3.1 •
EPSS 0.14%
Vendor Advisory fedoraproject.org Vendor Advisory fedoraproject.org
Affected: websockets-rs rust-websocket
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2022-35922?
CVE-2022-35922 has been scored as a high severity vulnerability.
How to fix CVE-2022-35922?
To fix CVE-2022-35922, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2022-35922 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2022-35922 is being actively exploited. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2022-35922?
CVE-2022-35922 affects websockets-rs rust-websocket.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.