SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-19854

MEDIUM · CVSS 6.1 EPSS 0.05%

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The ClickHouse plugin, when utilizing the Native protocol with PDC or secure SOCKS, is vulnerable to plaintext communication due to the connection library's failure to enforce TLS, exposing sensitive data such as usernames, passwords, and queries during transmission. Additionally, the lack of server certificate verification and omission of client certificates further compromise security. Organizations using this plugin should prioritize remediation to protect against potential data interception and unauthorized access.

CVE
CVE-2026-19854
Severity
MEDIUM
CVSS
6.1
EPSS
0.05%

Original NVD Description

When the ClickHouse plugin uses Native protocol (the default) with PDC or secure SOCKS, it asks for TLS but the connection library ignores that and talks to ClickHouse in the clear. Username, password, queries, and results can be read on the hop after the proxy. The server certificate is never checked, and a configured client certificate is not sent.