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.
Published: 2026-08-27
Score: 6.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When the Grafana ClickHouse datasource plugin is configured to use its default Native protocol together with PDC or secure SOCKS proxy settings, the plugin mistakenly requests TLS but proceeds to open a plaintext channel to the ClickHouse server. This defect allows every username, password, SQL query, and result that passes through the proxy to be read by anyone who can observe the traffic after the proxy hop. Additionally the server certificate is never validated and no client certificate is transmitted, further weakening the trust boundary. The flaw undermines confidentiality but does not provide any code‑execution capability.

Affected Systems

The vulnerability applies to Grafana installations that use the ClickHouse datasource plugin when the Native protocol is chosen automatically (the default) in combination with PDC or secure SOCKS proxies. No specific product version information is listed, so the problem likely affects all releases that retain this default behavior.

Risk and Exploitability

With a CVSS score of 6.1 the issue is classified as moderate. EPSS data is unavailable and the flaw is not yet in the CISA KEV catalog. Attacking this weakness requires an attacker to position themselves after the proxy, which often implies internal network access or a compromised proxy. Once positioned, the attacker can freely capture credentials and query data, a valuable payload for many adversaries. The lack of certificate validation and the omission of client certificates widen the exposure window, making plain‑text eavesdropping straightforward.

Generated by OpenCVE AI on August 27, 2026 at 17:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Grafana ClickHouse datasource plugin to the latest release that enforces TLS for proxy connections.
  • Disable the use of the Native protocol when connecting through proxies and switch to an HTTP protocol with TLS enabled.
  • Configure the datasource to validate the server certificate and to send a client certificate when required.
  • Consider blocking or isolating PDC or secure SOCKS proxies within your network or reconfigure the proxy to terminate TLS and present a validated certificate.

Generated by OpenCVE AI on August 27, 2026 at 17:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
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.
Title CVE-2026-19854 CVE Record
Weaknesses CWE-319
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GRAFANA

Published:

Updated: 2026-08-27T16:35:17.652Z

Reserved: 2026-08-14T09:38:53.631Z

Link: CVE-2026-19854

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T17:17:43.030

Modified: 2026-08-27T17:17:43.030

Link: CVE-2026-19854

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T17:30:12Z

Weaknesses
  • CWE-319

    Cleartext Transmission of Sensitive Information