4.9
CVE-2024-22412
- EPSS 0.11%
- Veröffentlicht 18.03.2024 21:15:06
- Zuletzt bearbeitet 23.12.2025 19:42:34
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
ClickHouse's Role-based Access Control is bypassed when query caching is enabled.
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 are using query caching. Attackers who have control of a role could guess queries and see data they shouldn't have access to. Version 24.1 of ClickHouse and version 24.0.2.54535 of ClickHouse Cloud contain a patch for this issue. Based on the documentation, role based access control should be enforced regardless if query caching is enabled or not.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Clickhouse ≫ Clickhouse Version >= 23.3.0.0 < 23.3.22.3
Clickhouse ≫ Clickhouse Version >= 23.8.0.0 < 23.8.12.13
Clickhouse ≫ Clickhouse Version >= 23.12.0.0 < 23.12.6.19
Clickhouse ≫ Clickhouse Version >= 24.0.0.0 < 24.1.1.2048
Clickhouse ≫ Clickhouse Cloud Version < 24.0.2.54535
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.11% | 0.29 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 4.9 | 1.2 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
|
| security-advisories@github.com | 2.4 | 0.9 | 1.4 |
CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
|
CWE-863 Incorrect Authorization
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.