mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
100 lines
3.5 KiB
JSON
100 lines
3.5 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2024-24783",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "Go standard library",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "crypto/x509",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.21.8"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "1.22.0-0",
|
|
"version_value": "1.22.1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://go.dev/issue/65390",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/65390"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/569339",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/569339"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2024-2598",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2024-2598"
|
|
},
|
|
{
|
|
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/",
|
|
"refsource": "MISC",
|
|
"name": "https://security.netapp.com/advisory/ntap-20240329-0005/"
|
|
},
|
|
{
|
|
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
|
|
"refsource": "MISC",
|
|
"name": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
|
|
}
|
|
]
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "John Howard (Google)"
|
|
}
|
|
]
|
|
} |