Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-40610

CVE-2023-40610: Apache Superset Privilege Escalation Flaw

CVE-2023-40610 is a privilege escalation vulnerability in Apache Superset that allows attackers to tamper with authentication data through crafted SQL statements. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-40610 Overview

CVE-2023-40610 is an improper authorization vulnerability affecting Apache Superset, a popular open-source data visualization and business intelligence platform. The vulnerability exists in versions up to but excluding 2.1.2 and allows authenticated attackers to exploit the default examples database connection to perform unauthorized modifications to the Superset metadata database through specially crafted CTE (Common Table Expression) SQL statements.

Critical Impact

Successful exploitation allows attackers to tamper with authentication and authorization data in the Apache Superset metadata database, potentially leading to full system compromise and unauthorized access to sensitive business intelligence data.

Affected Products

  • Apache Superset versions prior to 2.1.2
  • Apache Superset installations using the default examples database connection
  • Deployments with examples schema access enabled

Discovery Timeline

  • 2023-11-27 - CVE-2023-40610 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-40610

Vulnerability Analysis

This vulnerability stems from an improper authorization check (CWE-863) in Apache Superset's handling of database connections. The default examples database connection in Superset is configured to allow access to both the examples schema and the internal metadata database used by Superset for managing authentication, authorization, and application state.

When an authenticated user with access to the SQL Lab feature crafts a malicious CTE SQL statement, they can bypass intended access controls and directly manipulate data in the metadata database. This is particularly dangerous because the metadata database contains sensitive information including user credentials, role assignments, and permission configurations.

The attack requires network access and low privileges (an authenticated user account), but does not require any user interaction. The impact spans confidentiality, integrity, and availability as attackers can read sensitive configuration data, modify authorization rules, and potentially disrupt service availability.

Root Cause

The root cause of CVE-2023-40610 lies in insufficient separation between the examples database connection and the Superset metadata database. The default configuration fails to properly restrict which database schemas are accessible through the examples connection, creating an unintended pathway to the metadata tables. This represents a classic case of improper authorization where the application does not adequately verify that a user's database queries are restricted to their intended scope.

Attack Vector

The attack is executed over the network by an authenticated attacker with access to the SQL Lab feature in Apache Superset. The attacker leverages the default examples database connection which, by design flaw, provides access to the metadata database schema. By constructing a CTE (Common Table Expression) SQL statement, the attacker can reference and modify tables in the metadata database that should be inaccessible.

The exploitation flow involves:

  1. Authenticating to Apache Superset with a low-privilege user account
  2. Accessing the SQL Lab feature
  3. Using the default examples database connection
  4. Crafting a CTE SQL statement that targets metadata database tables
  5. Executing INSERT, UPDATE, or DELETE operations on authentication/authorization data

Due to the sensitive nature of this vulnerability and the lack of verified code examples, technical details should be referenced from the GitHub Security Advisory GHSA-f678-j579-4xf5 or the Apache Mailing List Thread.

Detection Methods for CVE-2023-40610

Indicators of Compromise

  • Unusual SQL queries in SQL Lab logs containing CTE statements targeting system tables
  • Unexpected modifications to user roles, permissions, or authentication data
  • Anomalous database connection activity from the examples connection to metadata schemas
  • Unauthorized privilege changes for user accounts

Detection Strategies

  • Monitor SQL Lab query logs for CTE statements that reference metadata database tables
  • Implement database activity monitoring to detect cross-schema queries from the examples connection
  • Review audit logs for unexpected changes to user permissions or role assignments
  • Deploy SentinelOne Singularity XDR to detect anomalous database access patterns

Monitoring Recommendations

  • Enable comprehensive SQL query logging in Apache Superset
  • Set up alerts for any queries attempting to access or modify the metadata database from non-administrative connections
  • Implement database-level auditing for the Superset metadata tables
  • Monitor for new user creation or privilege escalation events

How to Mitigate CVE-2023-40610

Immediate Actions Required

  • Upgrade Apache Superset to version 2.1.2 or later immediately
  • Remove or disable the default examples database connection if not required
  • Review all existing database connections and restrict schema access appropriately
  • Audit user accounts and permissions for unauthorized changes

Patch Information

Apache has addressed this vulnerability in Superset version 2.1.2. Organizations should upgrade to this version or later to remediate CVE-2023-40610. The official patch information and security advisory can be found on the Apache Mailing List Thread.

Workarounds

  • Delete or disable the default examples database connection entirely
  • Configure database connections with strict schema isolation to prevent access to the metadata database
  • Restrict SQL Lab access to only trusted users until patching is complete
  • Implement network segmentation to limit access to the Superset application
bash
# Example: Verify current Superset version
superset version

# Example: Check for examples database connection in configuration
grep -r "examples" /path/to/superset/config/

# Upgrade to patched version
pip install apache-superset>=2.1.2

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApache Superset

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • OpenWall OSS Security Discussion

  • GitHub Security Advisory GHSA-f678-j579-4xf5
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2023-49734: Apache Superset Privilege Escalation Flaw

  • CVE-2026-23969: Apache Superset SQLi Vulnerability

  • CVE-2026-23984: Apache Superset Auth Bypass Vulnerability

  • CVE-2026-23982: Apache Superset Auth Bypass 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