Release date:
2026-09-08 11:15:23 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.el6.x86_64.rpm
sha:bcec54b09b7e85ec9514270e00faa6e1517fa5e44bd4d9e9a0fecd61b60ab238
-
alt-nodejs12-nodejs-devel-12.22.12-32.el6.x86_64.rpm
sha:da8e614a49afd06edb3599931616235e3d2cdb1ba7502c378a4aeef4d69b5470
-
alt-nodejs12-nodejs-docs-12.22.12-32.el6.noarch.rpm
sha:43f527806dfcd074a145aecc53eff25d8bf2db632ac25386fa4080f95e1f7d4c
-
alt-nodejs12-npm-6.14.16-12.22.12.32.el6.x86_64.rpm
sha:3adc4675577502c9efcefb7dcc3f3e21068e4cad6f64368d857289f74b8b8771
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.