Release date:
2026-09-01 10:38:06 UTC
Description:
- CVE-2026-48618: tls: IDNA-normalize the peer hostname before splitting it
into DNS labels in checkServerIdentity(), so the verifier splits the same
labels the resolver does and a Unicode dot separator (U+3002/U+FF0E/U+FF61)
can no longer defeat the wildcard-depth rule (backport of
nodejs/node@2197a471 plus the mandatory IPv6 IP-SAN follow-up @1d87a240)
- CVE-2026-48928: tls: add the 'i' flag to the RegExp built by
Server.prototype.addContext(), so SNI context matching is case-insensitive
as RFC 6066 Section 3 requires and an uppercased SNI hostname can no longer
fall back to the default context, bypassing per-tenant mTLS client-CA policy
(backport of nodejs/node@39d1d096)
- CVE-2026-48934: tls: bind a reusable client session to the host it was
authenticated for, so a session obtained from one host can no longer be
replayed against another to skip checkServerIdentity() on resumption
(backport of nodejs/node@fd890ba0)
- CVE-2026-58040: https: bind identity checks to session reuse -- the
incomplete-fix follow-up to CVE-2026-48934, which left the https.Agent layer
untouched, so getName() did not key on checkServerIdentity, sessions were
cached purely on options._agentKey and there was no keepSocketAlive override.
A request with a custom per-request checkServerIdentity is now excluded from
socket reuse and from the TLS session cache, so a connection authenticated
under one callback cannot be resumed under another, where the identity check
is skipped (backport of nodejs/node@51123159, the v22.x release-line commit
shipped in v22.23.2; the upstream establishTunnel() hunk is dropped because
14.21.3 has no proxy-tunnel support in lib/https.js)
Updated packages:
-
alt-nodejs14-nodejs-14.21.3-31.el10.x86_64.rpm
sha:03655cdbc5dd89eb8934f071e8bf85522e03f46d57131eb329b7bca8c7474797
-
alt-nodejs14-nodejs-devel-14.21.3-31.el10.x86_64.rpm
sha:9553bd2aaf90290d633d11c73371266b07091cb9a60508e4251a5628b935fe2e
-
alt-nodejs14-nodejs-docs-14.21.3-31.el10.noarch.rpm
sha:099e87ea27377ad9b7addd1fb95c01ef567743c6ad08c7dcbc2dec5ccab3b139
-
alt-nodejs14-npm-6.14.18-14.21.3.31.el10.x86_64.rpm
sha:3613556e9dfd834bd964f4f5d46c261ac1053c3efb2596541b6cb2cc2adcaa87
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.