Description
OpenPanel through commit cd24bb8 contains an SQL injection vulnerability in the analytics filter builder that fails to validate profile.* filter column identifiers before interpolating them into ClickHouse WHERE clauses. An authenticated attacker with project-scoped read or root export credentials can inject arbitrary ClickHouse SQL to bypass project isolation and read other organizations' analytics data and profile PII via blind boolean oracle techniques.
Published: 2026-09-10
Score: 8.4 High
EPSS: n/a
KEV: No
Impact: Sensitive Data Disclosure
Action: Patch
AI Analysis

Impact

OpenPanel contains an SQL injection flaw in the analytics filter builder that occurs when profile.* column identifiers are not validated before being inserted into ClickHouse WHERE clauses. The vulnerability, identified in commit cd24bb8, permits attackers to inject arbitrary ClickHouse SQL. Because of this, an authenticated attacker who possesses project‑scoped read or root export credentials can bypass project isolation and extract confidential analytics data and profile PII through blind boolean oracle techniques. This is a classic instance of CWE‑89, where unsanitized input is used to craft malicious queries that the database executes.

Affected Systems

The affected product is OpenPanel, developed by Openpanel‑dev. No specific released versions are listed; the issue is present in any deployment that includes commit cd24bb8 or earlier unpatched states of the analytics filter builder.

Risk and Exploitability

The CVSS score of 8.4 indicates high severity, and the vulnerability is not listed in CISA KEV. Although a current EPSS score is unavailable, the requirement for authenticated access with project‑scoped read or root export permissions suggests that the attack vector is limited to users who have legitimate credentials within the system. An attacker who gains such access can leverage the injection to execute arbitrary ClickHouse statements, read across organizational boundaries, and expose sensitive data. The exploit does not require any external network access beyond normal application traffic, and the vulnerability is already known and documented. Thus, the risk is high for any environment where project‑scoped credentials are not tightly controlled.

Generated by OpenCVE AI on September 10, 2026 at 14:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update OpenPanel to a version that includes the patch for commit cd24bb8 or newer.
  • Apply least‑privilege restrictions on project‑scoped read can execute analytics queries.
  • Disable or restrict the analytics filter builder feature until a definitive fix is deployed, and monitor ClickHouse query logs for anomalous usage patterns.

Generated by OpenCVE AI on September 10, 2026 at 14:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description OpenPanel through commit cd24bb8 contains an SQL injection vulnerability in the analytics filter builder that fails to validate profile.* filter column identifiers before interpolating them into ClickHouse WHERE clauses. An authenticated attacker with project-scoped read or root export credentials can inject arbitrary ClickHouse SQL to bypass project isolation and read other organizations' analytics data and profile PII via blind boolean oracle techniques.
Title OpenPanel SQL Injection via unvalidated profile filter column identifier
First Time appeared Openpanel
Openpanel openpanel
Weaknesses CWE-89
CPEs cpe:2.3:a:openpanel:openpanel:-:*:*:*:*:*:*:*
Vendors & Products Openpanel
Openpanel openpanel
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:H/SI:N/SA:L'}


Subscriptions

Openpanel Openpanel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T13:05:38.816Z

Reserved: 2026-09-10T11:28:50.296Z

Link: CVE-2026-88890

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-10T14:17:18.200

Modified: 2026-09-10T15:13:07.090

Link: CVE-2026-88890

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:00:15Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')