Vulnerability Report: GO-2024-2598
- CVE-2024-24783
- Affects: crypto/x509
- Published: Mar 05, 2024
- Modified: May 20, 2024
Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.
Affected Packages
-
PathVersionsSymbols
-
before go1.21.8, from go1.22.0-0 before go1.22.1
Aliases
References
- https://go.dev/issue/65390
- https://go.dev/cl/569339
- https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg
- https://vuln.go.dev/ID/GO-2024-2598.json
Credits
- John Howard (Google)
Feedback
See anything missing or incorrect?
Suggest an edit to this report.