Release date:
2026-08-31 12:25:59 UTC
Description:
* SECURITY UPDATE: TLS wildcard-depth authentication bypass via Unicode
dot separators
- debian/patches/CVE-2026-48618.patch: IDNA-normalize the peer hostname
with domainToASCII() before splitHost() in tls.checkServerIdentity()
(lib/tls.js), so the verifier splits the same DNS labels the resolver
does; a name such as "fooćbar.example.com" can no longer be
authenticated by a certificate for *.example.com. Includes the
mandatory IPv6 follow-up so IP-Address SANs keep matching IPv6 hosts
(backport of nodejs/node@2197a471 + @1d87a240 adapted to 14.21.3)
- CVE-2026-48618
* SECURITY UPDATE: case-sensitive SNI context matching -> mTLS
authorization bypass
- debian/patches/CVE-2026-48928.patch: add the 'i' flag to the RegExp
built by tls.Server.prototype.addContext() (lib/_tls_wrap.js), so an
uppercase or mixed-case SNI hostname selects its per-hostname
SecureContext instead of silently falling back to the server default
and bypassing per-tenant client-certificate policy, as required by
RFC 6066 Section 3 (backport of nodejs/node@39d1d096)
- CVE-2026-48928
* SECURITY UPDATE: TLS host identity verification bypass via session reuse
- debian/patches/CVE-2026-48934.patch: bind a reusable client TLS
session to the host it was authenticated for (lib/_tls_wrap.js) by
wrapping the session blob with the server identity and refusing to
reuse it for a different one; a session obtained from host A can no
longer be replayed against host B, where checkServerIdentity() is
skipped because the session is resumed (backport of
nodejs/node@fd890ba0)
- CVE-2026-48934
* SECURITY UPDATE: https.Agent shares sockets and TLS sessions across
different checkServerIdentity callbacks
- debian/patches/CVE-2026-58040.patch: incomplete-fix follow-up to
CVE-2026-48934, which bound reusable sessions to the authenticated
host in lib/_tls_wrap.js but left the https.Agent layer untouched:
lib/https.js never referenced checkServerIdentity, so getName() did
not key on it, createConnection() cached and reused sessions purely
on options._agentKey, and there was no keepSocketAlive override.
A request carrying a custom per-request checkServerIdentity is now
tagged with a symbol-keyed marker that is folded into the agent key,
excluded from the session cache and refused re-entry to the
keep-alive pool, so a connection authenticated under one callback can
no longer be resumed under another -- where the identity check is
skipped altogether (backport of nodejs/node@51123159, the v22.x
release-line commit shipped in v22.23.2; its upstream
establishTunnel() hunk is dropped because 14.21.3 has no proxy-tunnel
support in lib/https.js)
- CVE-2026-58040
Updated packages:
-
alt-nodejs14-docs_14.21.3-30_amd64.deb
sha:b19142d585256841e4a04ea222f365af5eaca5b5
-
alt-nodejs14-nodejs_14.21.3-30_amd64.deb
sha:defb61def1644e01e007b4bedadc675e0828f6fa
-
alt-nodejs14-nodejs-devel_14.21.3-30_amd64.deb
sha:07a9b9b348de5ef170df240d44efca0d368d63af
-
alt-nodejs14-npm_6.14.18-14.21.3-30_amd64.deb
sha:bb794607402a1b1cf1229efd31881ef2bdb5efb7
-
alt-nodejs14-docs_14.21.3-30_arm64.deb
sha:b5adc677368292c08ec7fa3360b73dd23d2dcd50
-
alt-nodejs14-nodejs_14.21.3-30_arm64.deb
sha:73a571edcfe5018fc22ef86eaa54d93d0e116774
-
alt-nodejs14-nodejs-devel_14.21.3-30_arm64.deb
sha:78b689ae903350caaca0c9f09c736175fba50b50
-
alt-nodejs14-npm_6.14.18-14.21.3-30_arm64.deb
sha:d112f632b3d106826f26d32084330bab2bbc1978
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.