CVE Published: 05/03/2024 |
CVE Updated: 05/11/2024 |
CVE Year: 2024 Source: Go |
Vendor: Go standard library |
Product: crypto/x509 Status : PUBLISHED
CVE-2024-24783 Description
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.