Lack of data validation In golang-1.15
Description
Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth >= RequestClientCert).
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | 1.19.6-2 | ||
go | 1.19.6 | ||
rpm rhel9 | 2:1.13.3-1.el9 | ||
rpm rhel9 | 2:4.6.1-5.el9 | ||
rpm rhel8 | - | - | |
rpm rhel8 | - | - | |
rpm rhel9 | 1:1.31.3-1.el9 | ||
rpm rhel8 | - | - | |
rpm rhel9 | 1:1.3.0-4.el9 |
1-10 of 23
10
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.