CVE-2026-1526

HIGH EPSS 46.1%
Published Mar 12, 20263mo ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published Mar 12, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago

Description

The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression. When a WebSocket connection negotiates the permessage-deflate extension, the client decompresses incoming compressed frames without enforcing any limit on the decompressed data size. A malicious WebSocket server can send a small compressed frame (a "decompression bomb") that expands to an extremely large size in memory, causing the Node.js process to exhaust available memory and crash or become unresponsive. The vulnerability exists in the PerMessageDeflate.decompress() method, which accumulates all decompressed chunks in memory and concatenates them into a single Buffer without checking whether the total size exceeds a safe threshold.

CVSS Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
46.1% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-409

Affected Products 2

VendorProductVersionRange
nodejsundici* <6.24.0
nodejsundici*≥7.0.0  –  <7.24.0

References 4

  • cna.openjsf.org https://cna.openjsf.org/security-advisories.html
    Vendor Advisory
  • datatracker.ietf.org https://datatracker.ietf.org/doc/html/rfc7692
    Technical Description
  • github.com https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q
    Vendor Advisory
  • hackerone.com https://hackerone.com/reports/3481206
    Permissions Required

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.