[CLSA-2026:1788875247] alt-nodejs12-nodejs: Fix of 6 CVEs
Type:
security
Severity:
Important
Release date:
2026-09-09 09:29:04 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.el9.x86_64.rpm
    sha:b207376d7af9e14de26d41adbe754bf2f0f9b78cf2090bf0a8773481174d0bc6
  • alt-nodejs12-nodejs-devel-12.22.12-32.el9.x86_64.rpm
    sha:057a2eab1cb0cf6599aa11697078b1aa463e21a81e572ef296f155c21b36c9b1
  • alt-nodejs12-nodejs-docs-12.22.12-32.el9.noarch.rpm
    sha:0c456eeb25e6c8c0db99fcc889884696e5e1c959eb0a80443db54e6e3b5ed3d1
  • alt-nodejs12-npm-6.14.16-12.22.12.32.el9.x86_64.rpm
    sha:67a42e543f77d74398c824b4dfba660b2ba221c627324d35a669bd7e7a7a7238
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.