9.8
CVE-2023-47118
- EPSS 0.39%
- Veröffentlicht 20.12.2023 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:29:48
- Quelle security-advisories@github.com
- Teams Watchlist Login
- Unerledigt Login
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 protocol, however, the attacker will need a valid credential as the HTTP authentication take places first. This issue has been fixed in version 23.10.2.13-stable, 23.9.4.11-stable, 23.8.6.16-lts and 23.3.16.7-lts.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Clickhouse ≫ Clickhouse SwEditionlts Version >= 23.3 < 23.3.16.7
Clickhouse ≫ Clickhouse SwEditionlts Version >= 23.8 < 23.8.6.16
Clickhouse ≫ Clickhouse Version >= 23.9 < 23.9.4.11
Clickhouse ≫ Clickhouse Version >= 23.10 < 23.10.2.13
Clickhouse ≫ Clickhouse Cloud Version < 23.9.2.47475
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.39% | 0.59 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
security-advisories@github.com | 7 | 2.2 | 4.7 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
|
CWE-122 Heap-based Buffer Overflow
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.