The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-23969

CVE-2026-23969: Apache Superset SQLi Vulnerability

CVE-2026-23969 is a SQL injection vulnerability in Apache Superset affecting ClickHouse engine configurations. Incomplete SQL function restrictions allow unauthorized query execution. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-23969 Overview

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 SQL Injection-related vulnerability allows authenticated users to potentially execute restricted SQL functions when using ClickHouse as a database backend.

Critical Impact

Authenticated users with SQL Lab access can bypass SQL function restrictions on ClickHouse databases, potentially executing sensitive database operations that should be blocked by the security controls.

Affected Products

  • Apache Superset versions prior to 4.1.2
  • Apache Superset deployments using ClickHouse database engine
  • Self-hosted and cloud Apache Superset instances with SQL Lab enabled

Discovery Timeline

  • 2026-02-24 - CVE CVE-2026-23969 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-23969

Vulnerability Analysis

This vulnerability is classified under CWE-89 (SQL Injection) and stems from an incomplete security configuration in Apache Superset's SQL function restriction mechanism. The DISALLOWED_SQL_FUNCTIONS dictionary is designed to prevent users from executing potentially dangerous SQL functions through SQL Lab and chart queries. However, the default configuration for the ClickHouse database engine was found to be incomplete, leaving security gaps that could be exploited by authenticated users.

The vulnerability is network-accessible with low attack complexity, requiring only low-level privileges to exploit. No user interaction is required for exploitation, making it a concern for organizations using ClickHouse as their analytical database with Apache Superset.

Root Cause

The root cause lies in the incomplete default configuration of the DISALLOWED_SQL_FUNCTIONS dictionary for the ClickHouse database engine. While PostgreSQL and other database engines had comprehensive restriction lists, the ClickHouse engine's default blocklist did not include all potentially sensitive SQL functions. This configuration gap allows certain dangerous ClickHouse-specific functions to be executed despite the security control being in place.

Attack Vector

An attacker with authenticated access to Apache Superset's SQL Lab feature can craft SQL queries that utilize ClickHouse-specific functions not included in the default blocklist. Since the attack vector is network-based, any authenticated user with SQL Lab permissions can potentially exploit this vulnerability from a remote location.

The exploitation requires the attacker to identify which sensitive ClickHouse functions are missing from the DISALLOWED_SQL_FUNCTIONS dictionary and then construct SQL queries leveraging those functions to access sensitive data or perform unauthorized operations.

Detection Methods for CVE-2026-23969

Indicators of Compromise

  • Unusual SQL queries executed through SQL Lab targeting ClickHouse databases
  • Query logs showing execution of ClickHouse-specific system functions that should typically be restricted
  • Audit trail entries indicating access to sensitive database metadata or system tables
  • Abnormal data export patterns through SQL Lab chart queries

Detection Strategies

  • Monitor Apache Superset audit logs for SQL Lab query execution patterns against ClickHouse databases
  • Implement database-level query logging on ClickHouse servers to capture all executed SQL statements
  • Configure alerting for queries containing known sensitive ClickHouse functions such as system table access functions
  • Review user permission assignments to identify accounts with SQL Lab access that may be over-privileged

Monitoring Recommendations

  • Enable comprehensive SQL query logging in both Apache Superset and ClickHouse database instances
  • Establish baseline behavior patterns for SQL Lab usage and alert on deviations
  • Implement real-time monitoring of ClickHouse query execution for sensitive function calls
  • Conduct periodic review of DISALLOWED_SQL_FUNCTIONS configuration against ClickHouse function documentation

How to Mitigate CVE-2026-23969

Immediate Actions Required

  • Upgrade Apache Superset to version 4.1.2 or later immediately
  • Review and audit the current DISALLOWED_SQL_FUNCTIONS configuration for ClickHouse
  • Restrict SQL Lab access to only essential users until patching is complete
  • Enable enhanced logging on ClickHouse databases connected to Apache Superset

Patch Information

Users are recommended to upgrade to Apache Superset version 4.1.2, which fixes this issue by providing a more comprehensive default list of disallowed SQL functions for the ClickHouse engine. The patch ensures that sensitive ClickHouse-specific functions are properly blocked by the DISALLOWED_SQL_FUNCTIONS security control.

For additional technical details, refer to the Apache Mailing List Thread and the Openwall OSS-Security Post.

Workarounds

  • Manually extend the DISALLOWED_SQL_FUNCTIONS dictionary to include all sensitive ClickHouse functions
  • Implement network-level restrictions on ClickHouse database access from the Superset application
  • Temporarily disable SQL Lab access for ClickHouse data sources until the patch is applied
  • Use database-level permissions to restrict which functions authenticated users can execute
bash
# Configuration example - Review and update superset_config.py
# Add additional ClickHouse functions to the disallowed list
# DISALLOWED_SQL_FUNCTIONS = {
#     "clickhouse": ["system.*", "url", "file", "remote", "remoteSecure", ...],
# }
# Restart Apache Superset after configuration changes
superset db upgrade
superset init

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechApache Superset

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • Apache Mailing List Thread

  • Openwall OSS-Security Post
  • Related CVEs
  • CVE-2026-23980: Apache Superset SQLi Vulnerability

  • CVE-2024-39887: Apache Superset SQLi Vulnerability

  • CVE-2024-34693: Apache Superset SQLi Vulnerability

  • CVE-2023-49736: Apache Superset SQL Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English