Vulnerability Description
ws is an open source WebSocket client and server for Node.js. All versions from 1.1.0 up to (but not including) 5.2.5, from 6.0.0 up to 6.2.4, from 7.0.0 up to 7.5.11, and from 8.0.0 up to 8.21.0 are affected by a memory exhaustion DoS vulnerability. A peer can send a high volume of exceptionally small fragments and data chunks, with modest network traffic, to force the remote peer into allocating and holding structural wrappers that consume far more memory than the default documented message-size limit, leading to process termination due to OOM. This issue has been fixed in versions 5.2.5, 6.2.4, 7.5.11, and 8.21.0.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ws Project | Ws | >= 1.1.0, < 5.2.5 |
Related Weaknesses (CWE)
References
- https://github.com/websockets/ws/commit/86d3e8a5fb0246ed373860c5fbb0de88824a27f7Patch
- https://github.com/websockets/ws/commit/b5372ac67bb97a773727b8e9f5035a8123556d53Patch
- https://github.com/websockets/ws/commit/bca91adf15677e47dbe4f959653452727be28b94Patch
- https://github.com/websockets/ws/commit/fd36cd864fcdf62a08273a99e19a7d975401fee8Patch
- https://github.com/websockets/ws/security/advisories/GHSA-96hv-2xvq-fx4pExploitMitigationPatch
- https://access.redhat.com/errata/RHSA-2026:29197
- https://access.redhat.com/errata/RHSA-2026:33155
- https://access.redhat.com/errata/RHSA-2026:33160
- https://access.redhat.com/errata/RHSA-2026:33163
- https://access.redhat.com/errata/RHSA-2026:33173
- https://access.redhat.com/errata/RHSA-2026:33183
- https://access.redhat.com/errata/RHSA-2026:33574
- https://access.redhat.com/errata/RHSA-2026:34342
- https://access.redhat.com/errata/RHSA-2026:36754
- https://access.redhat.com/errata/RHSA-2026:36820
FAQ
What is CVE-2026-48779?
CVE-2026-48779 is a vulnerability with a CVSS score of 7.5 (HIGH). ws is an open source WebSocket client and server for Node.js. All versions from 1.1.0 up to (but not including) 5.2.5, from 6.0.0 up to 6.2.4, from 7.0.0 up to 7.5.11, and from 8.0.0 up to 8.21.0 are ...
How severe is CVE-2026-48779?
CVE-2026-48779 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-48779?
Check the references section above for vendor advisories and patch information. Affected products include: Ws Project Ws.