Security controls bypass or absence In golang-1.15
Description
Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS#1 padding may leak timing information, which in turn could be used to recover session key bits. In Go 1.20, the crypto/tls library switched to a fully constant time RSA implementation, which we do not believe exhibits any timing side channels.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | - | ||
go | 1.20.0 | ||
rpm rhel9 | 4:1.1.12-2.el9 | ||
rpm rhel9 | - | - | |
rpm rhel8 | - | - | |
rpm rhel9 | 2:1.33.6-2.el9 | ||
rpm rhel9 | 1:1.4.0-2.el9_4 | ||
rpm rhel9.2 | 1:1.2.0-3.el9_2 | ||
rpm rhel8 | - | - |
1-10 of 17
10
Aliases
References