Lucene search
+L

572 matches found

Cvelist
Cvelist
added 2022/03/14 10:20 p.m.33 views

CVE-2021-42391

Divide-by-zero in Clickhouse's Gorilla compression codec when parsing a malicious query. The first byte of the compressed buffer is used in a modulo operation without being checked for 0...

6.8AI score0.01373EPSS
SaveExploits1References1
CVE
CVE
added 2022/03/14 10:20 p.m.117 views

CVE-2021-42391

CVE-2021-42391 affects ClickHouse through a divide-by-zero flaw in the Gorilla compression codec. The vulnerability arises when parsing a malicious query: the first byte of the compressed buffer is used in a modulo operation without validating for zero, potentially causing denial of service. The ...

6.5CVSS6.8AI score0.01373EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2022/03/14 10:20 p.m.67 views

CVE-2021-42390

Divide-by-zero in Clickhouse's DeltaDouble compression codec when parsing a malicious query. The first byte of the compressed buffer is used in a modulo operation without being checked for 0...

6.5CVSS6.6AI score0.01259EPSS
SaveExploits1
CVE
CVE
added 2022/03/14 10:20 p.m.116 views

CVE-2021-42390

ClickHouse DeltaDouble compression codec vulnerability (CVE-2021-42390) arises from a divide-by-zero when the first byte of a compressed buffer is used in a modulo operation without zero-checking. It is exploited during parsing a malicious query, potentially causing a denial-of-service. The issue...

6.5CVSS6.8AI score0.01259EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2022/03/14 10:20 p.m.35 views

CVE-2021-42390

Divide-by-zero in Clickhouse's DeltaDouble compression codec when parsing a malicious query. The first byte of the compressed buffer is used in a modulo operation without being checked for 0...

6.8AI score0.01259EPSS
SaveExploits1References1
CVE
CVE
added 2022/03/14 10:20 p.m.139 views

CVE-2021-42389

CVE-2021-42389 affects ClickHouse’s Delta compression codec. The vulnerability is a divide-by-zero: during parsing a malicious query, the first byte of the compressed buffer is used in a modulo operation without checking for 0. The issue is tied to the Delta codec, as described in multiple source...

6.5CVSS6.8AI score0.01259EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2022/03/14 10:20 p.m.36 views

CVE-2021-42389

Divide-by-zero in Clickhouse's Delta compression codec when parsing a malicious query. The first byte of the compressed buffer is used in a modulo operation without being checked for 0...

6.8AI score0.01259EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2022/03/14 10:20 p.m.77 views

CVE-2021-42389

Divide-by-zero in Clickhouse's Delta compression codec when parsing a malicious query. The first byte of the compressed buffer is used in a modulo operation without being checked for 0...

6.5CVSS6.6AI score0.01259EPSS
SaveExploits1
Cvelist
Cvelist
added 2022/03/14 12:00 a.m.36 views

CVE-2021-42388

Heap out-of-bounds read in Clickhouse's LZ4 compression codec when parsing a malicious query. As part of the LZ4::decompressImpl loop, a 16-bit unsigned user-supplied value 'offset' is read from the compressed data. The offset is later used in the length of a copy operation, without checking the...

8.2AI score0.01573EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2022/03/14 12:00 a.m.33 views

CVE-2021-43305

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 wildCopyop, ip, copyend, don’t exceed the destination buffer’s limits. This issu...

9AI score0.01672EPSS
SaveExploits1References2
CVE
CVE
added 2022/03/14 12:00 a.m.145 views

CVE-2021-42387

CVE-2021-42387 affects ClickHouse. It describes a heap out-of-bounds read in the LZ4 compression codec during parsing a malicious query: a 16-bit unsigned offset read in LZ4::decompressImpl() is used to determine the copy length without checking the upper bounds of the source, potentially causing...

8.1CVSS8.2AI score0.01573EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.8 views

Yandex ClickHouse 缓冲区错误漏洞

Yandex ClickHouse is a set of open source columnar databases for online analytical processing from the Russian company Yandex. A buffer error vulnerability exists in Yandex ClickHouse, no information about the vulnerability is available at this time, please stay tuned to CNNVD or vendor...

8.8CVSS8.2AI score0.01672EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.12 views

Yandex ClickHouse 数字错误漏洞

Yandex ClickHouse is an open source columnar database for online analytical processing from the Russian company Yandex. There is a security vulnerability in Yandex ClickHouse, there is no information about the vulnerability at the moment, please stay tuned to CNNVD or the vendor's announcement...

6.5CVSS6.7AI score0.01259EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2022/03/14 12:00 a.m.76 views

CVE-2021-43304

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 wildCopyop, ip, copyend, don’t exceed the destination buffer’s limits...

8.8CVSS9AI score0.01672EPSS
SaveExploits1
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.13 views

Yandex ClickHouse 缓冲区错误漏洞

Yandex ClickHouse is a set of open source columnar databases for online analytical processing from the Russian company Yandex. Yandex ClickHouse suffers from a buffer error vulnerability that stems from a heap out-of-bounds read in Clickhouse's LZ4 compression codec when parsing a malicious query...

8.1CVSS8.1AI score0.01573EPSS
SaveExploits1References6
CVE
CVE
added 2022/03/14 12:00 a.m.173 views

CVE-2021-43304

CVE-2021-43304 describes a heap-buffer overflow in ClickHouse’s LZ4 compression codec when parsing a malicious query. The root cause is the LZ4::decompressImpl loop, where the arbitrary copy operation wildCopy(op, ip, copy_end) can exceed the destination buffer’s bounds. This vulnerability is lin...

8.8CVSS8.8AI score0.01672EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.13 views

Yandex ClickHouse 数字错误漏洞

Yandex ClickHouse is an open source columnar database for online analytical processing from the Russian company Yandex. There is a security vulnerability in Yandex ClickHouse, there is no information about the vulnerability at the moment, please stay tuned to CNNVD or the vendor's announcement...

6.5CVSS6.7AI score0.01259EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2022/03/14 12:00 a.m.11 views

Yandex ClickHouse 缓冲区错误漏洞

Yandex ClickHouse is an open source columnar database for online analytical processing from the Russian company Yandex. There is a security vulnerability in Yandex ClickHouse, there is no information about the vulnerability at the moment, please stay tuned to CNNVD or the vendor's announcement...

8.1CVSS7.9AI score0.01573EPSS
SaveExploits1References5
CVE
CVE
added 2022/03/14 12:00 a.m.168 views

CVE-2021-43305

Summary : CVEs 2021-43304 and 2021-43305 describe heap/ buffer issues in ClickHouse’s LZ4 compression codec during parsing of crafted queries, due to unsafe copy bounds in LZ4::decompressImpl and the wildCopy function. The connected documents confirm a related set of advisories and mitigations ac...

8.8CVSS8.6AI score0.01672EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2022/03/14 12:00 a.m.72 views

CVE-2021-42387

Heap out-of-bounds read in Clickhouse's LZ4 compression codec when parsing a malicious query. As part of the LZ4::decompressImpl loop, a 16-bit unsigned user-supplied value 'offset' is read from the compressed data. The offset is later used in the length of a copy operation, without checking the...

8.1CVSS8AI score0.01573EPSS
SaveExploits1
Rows per page
Query Builder