CVE-2025-68121

Published: January 16, 2026Last modified: January 17, 2026

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.

Severity score breakdown

ParameterValue
Base score10
Attack VectorNETWORK
Attack complexityLOW
Privileges requiredNONE
User interactionNONE
ScopeCHANGED
ConfidentialityHIGH
Integrity impactHIGH
Availability impactHIGH
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSgoFixed (1.24.12-r0)
25 LTSgoFixed (1.24.12-r0)
StreamgoFixed (1.25.6-r0)
Hardened Containers23 LTSgoFixed (1.24.12-r0)
25 LTSgoFixed (1.24.12-r0)
StreamgoFixed (1.25.6-r0)

References

ON THIS PAGE