A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2³¹-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.
This vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.
References
| Link | Resource |
|---|---|
| https://nodejs.org/en/blog/vulnerability/march-2026-security-releases | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-03-30 20:16
Updated : 2026-08-19 13:35
NVD link : CVE-2026-21714
Mitre link : CVE-2026-21714
CVE.ORG link : CVE-2026-21714
JSON object : View
Products Affected
nodejs
- node.js
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
