clickhouse-datasource silently drops TLS over PDC

Medium
Advisory ID:CVE-2026-19854
Published:2026-08-27
Product:Clickhouse Datasource
CVSS Score:6.1
CVSS Vector:CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N
Fixed Versions:
>=4.21.1

Summary

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.