[CLSA-2026:1786979452] Fix CVE(s): CVE-2026-48937
Type:
security
Severity:
Low
Release date:
2026-08-17 15:11:05 UTC
Description:
* SECURITY UPDATE: HTTP/2 session left alive after an internal GOAWAY - debian/patches/CVE-2026-48937.patch: when nghttp2 hits a low-level protocol error it calls nghttp2_session_terminate_session() itself, which queues a GOAWAY and returns success from nghttp2_session_mem_recv() without invoking any application-level callback. Node therefore never learned the session had died: no 'error', no 'close', and the Http2Session kept its streams, buffers and handle alive on a dead socket, which an unauthenticated peer could repeat to exhaust memory and handles. Http2Session::OnFrameSent() now flags a GOAWAY that we did not initiate ourselves and SendPendingData() raises NGHTTP2_ERR_PROTO to JavaScript once the GOAWAY has been written (backport of nodejs/node@a8a0d128; the !IsGracefulCloseInitiated() term is dropped because Node 14 has no graceful_close_initiated_ flag -- session.close() reaches the native layer through Http2Session::Goaway(), covered by the new goaway_initiated_ flag, and Http2Session::Close() sets the closing flag before terminating the session). Only the new regression test is taken from upstream: the flow-control test changes there track nghttp2 v1.67.0+ behaviour, while this release bundles 1.42.0, where a stream-level flow control violation still yields RST_STREAM - CVE-2026-48937
CVEs fixed:
Updated packages:
  • alt-nodejs14-docs_14.21.3-27_amd64.deb
    sha:3dda446c89cf3a108fad39a73e60faf88093eb51
  • alt-nodejs14-nodejs_14.21.3-27_amd64.deb
    sha:4a7ef3129f8800b2a15a0a39ef0e02548924f2b7
  • alt-nodejs14-nodejs-devel_14.21.3-27_amd64.deb
    sha:94abbf687df99f53030e88c771b10a3429f38eda
  • alt-nodejs14-npm_6.14.18-14.21.3-27_amd64.deb
    sha:d10f3bfa508317788991c7413843f7da94b69dd8
  • alt-nodejs14-docs_14.21.3-27_arm64.deb
    sha:087ce8f9a1776b21650500b28a1e3c10f22fb001
  • alt-nodejs14-nodejs_14.21.3-27_arm64.deb
    sha:2f6923223568f2daefe50a07b8cec2c560cbe1b4
  • alt-nodejs14-nodejs-devel_14.21.3-27_arm64.deb
    sha:7d32c4e495c0a16062a01c468bbff2d1ac54dd7f
  • alt-nodejs14-npm_6.14.18-14.21.3-27_arm64.deb
    sha:1dcf5c5ffae6800ab4886576e05e1422facea4ea
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.