CVE-2023-45287

high

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.

References

https://security.netapp.com/advisory/ntap-20240112-0005/

https://pkg.go.dev/vuln/GO-2023-2375

https://people.redhat.com/~hkario/marvin/

https://groups.google.com/g/golang-announce/c/QMK8IQALDvA

https://go.dev/issue/20654

https://go.dev/cl/326012/26

Details

Source: Mitre, NVD

Published: 2023-12-05

Updated: 2024-01-12

Risk Information

CVSS v2

Base Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:N/A:N

Severity: High

CVSS v3

Base Score: 7.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Severity: High