CVE-2025-68121
Unknown
Unknown - Not Provided
TLS Session Resumption Bypass via Config Mutation in Go Crypto
Publication date: 2026-02-05
Last updated on: 2026-04-29
Assigner: Go Project
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| golang | go | to 1.24.13 (exc) |
| golang | go | From 1.25.0 (inc) to 1.25.7 (exc) |
| golang | go | 1.26.0 |
| golang | go | 1.26.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-295 | The product does not validate, or incorrectly validates, a certificate. |