CVE-2025-68121
Unexpected session resumption in crypto/tls
CVSS Score
7.4
EPSS Score
0.0%
EPSS Percentile
0th
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.
| Vendor | go standard library |
| Product | crypto/tls |
| Published | Feb 5, 2026 |
| Last Updated | Feb 20, 2026 |
Stay Ahead of the Next One
Get instant alerts for go standard library crypto/tls
Be the first to know when new high vulnerabilities affecting go standard library crypto/tls are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Go standard library / crypto/tls
0 < 1.24.13 1.25.0-0 < 1.25.7 1.26.0-rc.1 < 1.26.0-rc.3
References
Credits
Coia Prant (github.com/rbqvq) Go Security Team