mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
711 B
Markdown
18 lines
711 B
Markdown
### [CVE-2021-42391](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42391)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://jfrog.com/blog/7-rce-and-dos-vulnerabilities-found-in-clickhouse-dbms
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|