Release date:
2026-07-09 15:51:29 UTC
Description:
* SECURITY UPDATE: http2 client Out-of-Memory via unbounded ORIGIN frames
(CVE-2026-48619) — a malicious HTTP/2 server can send an unlimited number
of ORIGIN frames to a node:http2 client, appending origins to the session
originSet with no bound
- debian/patches/CVE-2026-48619.patch: backport of upstream c79968e108
(first in v22.23.0), caps the client-side originSet (default 128,
configurable via options.maxOriginSetSize) and destroys the session
with ERR_HTTP2_TOO_MANY_ORIGINS once exceeded (Node 16 is EOL, no
upstream 16.x fix; vulnerable onOrigin() loop present)
- CVE-2026-48619
* SECURITY UPDATE: embedded-NUL hostname authority rebinding
(CVE-2026-48930) — dns.lookup/dnsPromises.lookup and net.connect accepted
hostnames with an embedded NUL byte, silently truncated by the
NUL-terminated C resolver, so a validated hostname could resolve a
different authority
- debian/patches/CVE-2026-48930.patch: backport of upstream 7dafafa242
(first in v22.23.0), adds validateStringWithoutNullBytes() and rejects
embedded NUL bytes in the hostname / options.host arguments before they
reach the C resolver
- CVE-2026-48930
* SECURITY UPDATE: WebCrypto AES cipher output-length integer overflow
(CVE-2026-48933) — AES_Cipher() computed the output buffer length as a
signed int, so an input length near 2 GiB overflowed and aborted the
process
- debian/patches/CVE-2026-48933.patch: backport of upstream 98fbc89211
(first in v22.23.0), adds the TryGetIntCipherOutputLength() guard in
crypto_cipher.h and uses it in AES_Cipher() so oversized inputs fail
cleanly instead of overflowing
- CVE-2026-48933
Updated packages:
-
alt-nodejs16-docs_16.20.2-22_amd64.deb
sha:af032a07f99f05c3f8a5b291eb5e24110a63cded
-
alt-nodejs16-nodejs_16.20.2-22_amd64.deb
sha:af91da56e1470e490be327e29c1fc62b68e85cbd
-
alt-nodejs16-nodejs-devel_16.20.2-22_amd64.deb
sha:4ec0855e2a72e83b352729a1f9a6c1b4a22ea341
-
alt-nodejs16-npm_8.19.4-16.20.2-22_amd64.deb
sha:7ffcf3dd44319a3bccdbdf5514c9e9f0a156fda1
-
alt-nodejs16-docs_16.20.2-22_arm64.deb
sha:3144b346979cb8f67e8445daedf67b65a9fc56d9
-
alt-nodejs16-nodejs_16.20.2-22_arm64.deb
sha:5ec6dcce6c3beac898096de9ae947dde841d3fd3
-
alt-nodejs16-nodejs-devel_16.20.2-22_arm64.deb
sha:72c84c1c6e9761026f9b414bb08bc43801bc3295
-
alt-nodejs16-npm_8.19.4-16.20.2-22_arm64.deb
sha:29f8161cf2bb0f86f7941e956579130ee2e8f8dc
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.