2021-11-17 15:47:33 -05:00
{
2022-03-14 23:01:54 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2021-43305" ,
"ASSIGNER" : "security@jfrog.com" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "yandex" ,
"product" : {
"product_data" : [
{
"product_name" : "clickhouse" ,
"version" : {
"version_data" : [
{
"version_name" : "" ,
"version_affected" : "<" ,
"version_value" : "21.10.2.15-stable" ,
"platform" : ""
}
]
}
}
]
2022-03-15 00:14:52 +02:00
}
}
]
}
2022-03-14 23:01:54 +00:00
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-122"
}
]
}
2021-11-17 15:47:33 -05:00
]
2022-03-14 23:01:54 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
"value" : "Heap buffer overflow in Clickhouse's LZ4 compression codec when parsing a malicious query. There is no verification that the copy operations in the LZ4::decompressImpl loop and especially the arbitrary copy operation wildCopy<copy_amount>(op, ip, copy_end), don\u2019t exceed the destination buffer\u2019s limits. This issue is very similar to CVE-2021-43304, but the vulnerable copy operation is in a different wildCopy call."
}
]
} ,
"references" : {
"reference_data" : [
{
"refsource" : "MISC" ,
"url" : "https://jfrog.com/blog/7-rce-and-dos-vulnerabilities-found-in-clickhouse-dbms" ,
"name" : "https://jfrog.com/blog/7-rce-and-dos-vulnerabilities-found-in-clickhouse-dbms"
}
]
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.8 ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"privilegesRequired" : "LOW" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "NONE" ,
"version" : "3.1"
}
2021-11-17 15:47:33 -05:00
}
}