Release date:
2026-09-08 12:37:28 UTC
Description:
- CVE-2026-56846: keep HTTP/2 header blocks charged against maxSessionMemory
while the JS objects built from them can still keep them alive. A new
Http2Stream::retained_headers_length_ accumulates what
Http2Session::HandleHeadersFrame() used to un-charge the moment it handed
the headers up to JS, and Http2Session::RemoveStream() drains both counters
when the stream leaves the session, so a peer can no longer hold unbounded
header memory alive across many stalled streams while the credit-based
limit reads as near zero (backport of nodejs/node f14d78b9e0). Node 12's
RemoveStream() takes the stream as a parameter instead of looking it up by
id, and its now-redundant un-charge in Http2Stream::~Http2Stream() is
removed so the counter is not decremented twice
- CVE-2026-56848: stop Http2Stream::SubmitRstStream() from force-purging the
session's pending outbound data for a refused stream. Resetting a stream
that nghttp2 refused after a GOAWAY happens from inside a receive callback,
where session_->SendPendingData() re-enters nghttp2_session_mem_send()
while nghttp2_session_mem_recv() is still on the stack and can free streams
the active receive is still using. Such a reset now goes out through
FlushRstStream() alone, extending the deferral that already covered
NGHTTP2_CANCEL to NGHTTP2_REFUSED_STREAM (backport of nodejs/node
daa6d25e3d)
Updated packages:
-
alt-nodejs12-nodejs-12.22.12-32.el10.x86_64.rpm
sha:27b122bd45a8eac7aed81699129ce0a8e51ea18a96c20991f9d63e68f591befc
-
alt-nodejs12-nodejs-devel-12.22.12-32.el10.x86_64.rpm
sha:e241f23086d313726be83a161a4dec443dee93cec765205b695cb1aadd573bf6
-
alt-nodejs12-nodejs-docs-12.22.12-32.el10.noarch.rpm
sha:e6c43b6175f4c8c69825f582be698391c7945eb83bd50073fb6b65acd933ff62
-
alt-nodejs12-npm-6.14.16-12.22.12.32.el10.x86_64.rpm
sha:1475fa9e3b8f26dedbe916610a2bd28c5ae33df81b971443adfacec39e69c7b7
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.