Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-12151 Details

Description

Impact: The undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and cumulative-size validation, collectively causing unbounded memory growth in the client process. The result is memory exhaustion and a denial of service. Affected applications are those using the undici WebSocket client (new WebSocket(...)) or the WebSocketStream API that can be induced to connect to an attacker-controlled or compromised WebSocket endpoint. All releases starting at undici 6.17.0 are affected. Patches: Upgrade to undici >= 6.26.0, >= 7.28.0, or >= 8.5.0. Workarounds: No workaround is available. The fix must be applied through an upgrade.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:34342 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:35841 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:35842 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:35891 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:35892 redhat-SADP

see all 31 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumptionopenjs
CWE-770Allocation of Resources Without Limits or Throttlingredhat-SADP
CWE-770Allocation of Resources Without Limits or Throttlingopenjs

Affected Products

ProductVersions
nodejs undici
>= 6.17.0, < 6.27.0
>= 7.0.0, < 7.28.0
>= 8.0.0, < 8.5.0

CPE

  • cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

28 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-12151
NVD Published Date:
Jun 17, 2026
NVD Last Modified:
Sep 11, 2026
Source:
openjs
CVE-2026-12151 Details - Not Deferred