gsd-2024-24783
Vulnerability from gsd
Modified
2024-01-31 06:02
Details
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.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-24783" ], "details": "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.", "id": "GSD-2024-24783", "modified": "2024-01-31T06:02:40.090173Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2024-24783", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "crypto/x509", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "1.21.8" }, { "version_affected": "\u003c", "version_name": "1.22.0-0", "version_value": "1.22.1" } ] } } ] }, "vendor_name": "Go standard library" } ] } }, "credits": [ { "lang": "en", "value": "John Howard (Google)" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-476: NULL Pointer Dereference" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/issue/65390", "refsource": "MISC", "url": "https://go.dev/issue/65390" }, { "name": "https://go.dev/cl/569339", "refsource": "MISC", "url": "https://go.dev/cl/569339" }, { "name": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "refsource": "MISC", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "name": "https://pkg.go.dev/vuln/GO-2024-2598", "refsource": "MISC", "url": "https://pkg.go.dev/vuln/GO-2024-2598" }, { "name": "https://security.netapp.com/advisory/ntap-20240329-0005/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20240329-0005/" } ] } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "La verificaci\u00f3n de una cadena de certificados que contiene un certificado con un algoritmo de clave p\u00fablica desconocido provocar\u00e1 que Certificate.Verify entre en p\u00e1nico. Esto afecta a todos los clientes cripto/tls y a los servidores que configuran Config.ClientAuth en VerifyClientCertIfGiven o RequireAndVerifyClientCert. El comportamiento predeterminado es que los servidores TLS no verifiquen los certificados de los clientes." } ], "id": "CVE-2024-24783", "lastModified": "2024-03-29T13:15:14.163", "metrics": {}, "published": "2024-03-05T23:15:07.683", "references": [ { "source": "security@golang.org", "url": "https://go.dev/cl/569339" }, { "source": "security@golang.org", "url": "https://go.dev/issue/65390" }, { "source": "security@golang.org", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "source": "security@golang.org", "url": "https://pkg.go.dev/vuln/GO-2024-2598" }, { "source": "security@golang.org", "url": "https://security.netapp.com/advisory/ntap-20240329-0005/" } ], "sourceIdentifier": "security@golang.org", "vulnStatus": "Awaiting Analysis" } } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.