CVE-2026-23969 PUBLISHED

Apache Superset: Exposure of Sensitive Information via Incomplete ClickHouse Function Filtering

Assigner: apache
Reserved: 19.01.2026 Published: 24.02.2026 Updated: 24.02.2026

Apache Superset utilizes a configurable dictionary, DISALLOWED_SQL_FUNCTIONS, to restrict the execution of potentially sensitive SQL functions within SQL Lab and charts. While this feature included restrictions for engines like PostgreSQL, a vulnerability was reported where the default list for the ClickHouse engine was incomplete.

This issue affects Apache Superset: before 4.1.2.

Users are recommended to upgrade to version 4.1.2, which fixes the issue.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor Apache Software Foundation
Product Apache Superset
Versions Default: unaffected
  • affected from 0.0.0 to 4.1.2 (excl.)

Credits

  • Saif Salah reporter
  • Daniel Gaspar remediation developer

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE