Lucene search

K
osvGoogleOSV:GO-2023-2375
HistoryDec 05, 2023 - 4:16 p.m.

Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel

2023-12-0516:16:44
Google
osv.dev
3
rsa
key exchange
timing side channels
go 1.20
crypto/tls
pkcs#1 padding
session key bits
constant time implementation

6.7 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

29.9%

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.

CPENameOperatorVersion
stdliblt1.20.0

6.7 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

29.9%