Release date:
2026-09-08 14:02:14 UTC
Description:
- CVE-2026-56846: keep HTTP/2 header blocks charged against maxSessionMemory
for as long as JS can reach them. HandleHeadersFrame() now moves
current_headers_length_ into a new Http2Stream::retained_headers_length_
counter instead of un-charging it from the session total the moment the
headers are handed to JS, and RemoveStream() drains both counters when the
stream leaves the session, so a peer can no longer keep unbounded header
memory alive on stalled streams while maxSessionMemory reads as near zero
- CVE-2026-56848: do not force purge pending session data from
Http2Stream::SubmitRstStream() when RST_STREAM is submitted for a refused
stream while nghttp2 is still inside a receive callback. Such a stream (a
HEADERS frame arriving for an unknown stream on a closed session, e.g. right
after a GOAWAY) is now answered with FlushRstStream() alone, so
nghttp2_session_mem_send() is no longer re-entered from inside
nghttp2_session_mem_recv() where it could free streams the active receive is
still using
Updated packages:
-
alt-nodejs18-nodejs-18.20.8-22.el10.x86_64.rpm
sha:1bfea980075220f8aaf0ea8390caa0c19f4a74b51e1015730124bd4c6aea3795
-
alt-nodejs18-nodejs-devel-18.20.8-22.el10.x86_64.rpm
sha:2ff5ec03c6165d806724ddf57a17f1871e965473c06a62af63cfb6fc0c6e43b6
-
alt-nodejs18-nodejs-docs-18.20.8-22.el10.noarch.rpm
sha:36344efaf444df676434dad45ef78b6b6681826a5eefbe7972d14b35dbe41ae0
-
alt-nodejs18-npm-10.8.2-18.20.8.22.el10.x86_64.rpm
sha:656ef64f1647be7dc0f7e84043746ba078e20d66b13e951615c28915f01f191d
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.