cvelist/2024/2xxx/CVE-2024-2379.json
2024-05-01 20:00:35 +00:00

89 lines
2.8 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-2379",
"ASSIGNER": "cve@curl.se",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-295 Improper Certificate Validation "
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "curl",
"product": {
"product_data": [
{
"product_name": "curl",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "8.6.0",
"version_value": "8.6.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://curl.se/docs/CVE-2024-2379.json",
"refsource": "MISC",
"name": "https://curl.se/docs/CVE-2024-2379.json"
},
{
"url": "https://curl.se/docs/CVE-2024-2379.html",
"refsource": "MISC",
"name": "https://curl.se/docs/CVE-2024-2379.html"
},
{
"url": "https://hackerone.com/reports/2410774",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2410774"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/03/27/2",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2024/03/27/2"
}
]
},
"credits": [
{
"lang": "en",
"value": "Dexter Gerig"
},
{
"lang": "en",
"value": "Daniel Stenberg"
}
]
}