Insecure digital certificates In golang-1.15
Description
Unexpected session resumption in crypto/tls 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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | - | ||
debian 13 | - | ||
debian 14 | 1.25.6-1 | ||
go | 1.24.13 | ||
rpm rhel10 | 0:3.6.1-7.el10_1 | ||
rpm rhel9 | 2:1.41.8-2.el9_7 | ||
rpm rhel9 | 6:5.6.0-14.el9_7 | ||
rpm rhel10.0 | 0:1.25.2-2.el10_0 | ||
rpm rhel10 | 1:0.3.4-2.el10_1 |
1-10 of 83
10
Aliases
References