CVE-2023-45287
Last modified
CVE-2023-45287 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 1.25% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Golang | Go | < 1.20.0 |
References
- https://go.dev/cl/326012/26Issue Tracking
- https://go.dev/issue/20654Issue Tracking
- https://groups.google.com/g/golang-announce/c/QMK8IQALDvAMailing List, Release Notes
- https://people.redhat.com/~hkario/marvin/Third Party Advisory
- https://pkg.go.dev/vuln/GO-2023-2375Vendor Advisory
- https://go.dev/cl/326012/26Issue Tracking
- https://go.dev/issue/20654Issue Tracking
- https://groups.google.com/g/golang-announce/c/QMK8IQALDvAMailing List, Release Notes
- https://people.redhat.com/~hkario/marvin/Third Party Advisory
- https://pkg.go.dev/vuln/GO-2023-2375Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-45287?
How severe is CVE-2023-45287?
How do I fix CVE-2023-45287?
Are you affected by CVE-2023-45287?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
