
CVE-2024-22412 – ClickHouse's Role-based Access Control is bypassed when query caching is enabled.
https://notcve.org/view.php?id=CVE-2024-22412
18 Mar 2024 — ClickHouse is an open-source column-oriented database management system. A bug exists in the cloud ClickHouse offering prior to version 24.0.2.54535 and in github.com/clickhouse/clickhouse version 23.1. Query caching bypasses the role based access controls and the policies being enforced on roles. In affected versions, the query cache only respects separate users, however this is not documented and not expected behavior. People relying on ClickHouse roles can have their access control lists bypassed if they... • https://github.com/ClickHouse/ClickHouse/blob/bd17ee769e337906c4b1f404861e042ad72fcbfc/src/Interpreters/executeQuery.cpp#L1013-L1015 • CWE-863: Incorrect Authorization •

CVE-2023-48704 – Unauthenticated heap buffer overflow in Gorrila codec decompression
https://notcve.org/view.php?id=CVE-2023-48704
22 Dec 2023 — ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real-time. A heap buffer overflow issue was discovered in ClickHouse server. An attacker could send a specially crafted payload to the native interface exposed by default on port 9000/tcp, triggering a bug in the decompression logic of Gorilla codec that crashes the ClickHouse server process. This attack does not require authentication. This issue has been addressed in ClickHouse Cloud v... • https://github.com/ClickHouse/ClickHouse/pull/57107 • CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') CWE-122: Heap-based Buffer Overflow CWE-787: Out-of-bounds Write •

CVE-2023-48298 – Integer underflow leading to stack overflow in FPC codec decompression
https://notcve.org/view.php?id=CVE-2023-48298
21 Dec 2023 — ClickHouse® is an open-source column-oriented database management system that allows generating analytical data reports in real-time. This vulnerability is an integer underflow resulting in crash due to stack buffer overflow in decompression of FPC codec. It can be triggered and exploited by an unauthenticated attacker. The vulnerability is very similar to CVE-2023-47118 with how the vulnerable function can be exploited. ClickHouse® es un sistema de gestión de bases de datos orientado a columnas de código a... • https://github.com/ClickHouse/ClickHouse/pull/56795 • CWE-191: Integer Underflow (Wrap or Wraparound) •

CVE-2023-47118 – Heap buffer overflow in T64 codec decompression
https://notcve.org/view.php?id=CVE-2023-47118
20 Dec 2023 — ClickHouse® is an open-source column-oriented database management system that allows generating analytical data reports in real-time. A heap buffer overflow issue was discovered in ClickHouse server. An attacker could send a specially crafted payload to the native interface exposed by default on port 9000/tcp, triggering a bug in the decompression logic of T64 codec that crashes the ClickHouse server process. This attack does not require authentication. Note that this exploit can also be triggered via HTTP ... • https://github.com/ClickHouse/ClickHouse/security/advisories/GHSA-g22g-p6q2-x39v • CWE-122: Heap-based Buffer Overflow CWE-787: Out-of-bounds Write •