CVE-2026-93983 Details
Description
OpenPanel through commit bad75bdd fails to escape property keys in ClickHouse SQL queries, allowing authenticated users to inject boolean SQL terms. Attackers can supply crafted filter names to bypass project isolation and access metrics from other projects.
A SQL injection vulnerability has been identified in OpenPanel versions through bad75bdd. The issue arises because property keys in ClickHouse SQL queries are not properly escaped, allowing authenticated users to inject boolean SQL terms. This injection can bypass project isolation and access metrics from other projects. The vulnerability exists in the chart service where user-supplied filter names are formatted into SQL queries without adequate sanitization. As a result, an authenticated user can manipulate the SQL query to override project-specific constraints and access unauthorized data.
The vulnerability can be remediated by ensuring that all ClickHouse Map keys are properly escaped using the sqlstring.escape() function before being included in SQL queries.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 19, 2026CISA-ADP
Assessed Sep 21, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-cc5p-97vc-8fwv | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/Openpanel-dev/openpanel/security/advisories/GHSA-cc5p-97vc-8fwv | [email protected] | AdvisoryExploitRemedyVendor |
| https://www.vulncheck.com/advisories/openpanel-sql-injection-via-clickhouse-property-key-filter | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| OpenPanel | <= bad75bddc74d12d36cfb843f4531d3b830a8d994 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 21, 2026 | CVE Modified | CISA-ADP |
| Sep 19, 2026 | New CVE Received | [email protected] |
Volerion