Name
CVE-2025-68121
Description
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.
CWEs
Published Date
Updated Date
Workaround
-
Advisories
https://go.dev/issue/77217Exploit
https://pkg.go.dev/vuln/GO-2026-4337Vendor Advisory
Analysis#
Vulnerability Ratings#
10
CVSSv31
9.1
CVSSv31
NaN
other
Others affected components#
Name
Project
Project Version
Version
Status
openwrt
master
1.24.13-r1
Not Affected
openwrt
master
1.26.4-r1
Not Affected
openwrt
openwrt-25.12
1.24.13-r1
Not Affected
openwrt
openwrt-25.12
1.26.4-r1
Not Affected
yocto
kirkstone
1.17.13
Exploitable
yocto
kirkstone
1.17.13
Exploitable
yocto
master
1.26.4
Not Affected
yocto
master
1.26.4
Not Affected
Resolved with patches#
go (yocto:scarthgap)
#
Title
Author
Resolve
1
[release-branch.go1.24] crypto/tls: check verifiedChains
Roland Shoemaker <roland@golang.org>
CVE-2025-68121
2
[release-branch.go1.24] crypto/tls: add verifiedChains
Roland Shoemaker <roland@golang.org>
CVE-2025-68121
3
[release-branch.go1.24] crypto/tls: document resumption
Filippo Valsorda <filippo@golang.org>
CVE-2025-68121