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-49734

CVE-2023-49734: Apache Superset Privilege Escalation Flaw

CVE-2023-49734 is a privilege escalation vulnerability in Apache Superset where Gamma users gain unauthorized write permissions. This article covers technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-49734 Overview

CVE-2023-49734 is an improper authorization vulnerability (CWE-863) affecting Apache Superset, a popular open-source business intelligence and data visualization platform. The vulnerability allows an authenticated user with the Gamma role to improperly gain write permissions to charts by creating a dashboard and adding existing charts to it. When a Gamma user adds charts to their dashboard, they automatically become an owner of those charts, effectively bypassing the intended access control mechanisms.

Critical Impact

Authenticated users with limited privileges can escalate their permissions to gain unauthorized write access to charts they should only have read access to, potentially allowing data manipulation and unauthorized modifications to business intelligence visualizations.

Affected Products

  • Apache Superset versions before 2.1.2
  • Apache Superset versions from 3.0.0 before 3.0.2

Discovery Timeline

  • 2023-12-19 - CVE-2023-49734 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-49734

Vulnerability Analysis

This vulnerability represents a broken access control flaw in Apache Superset's dashboard and chart ownership model. The core issue lies in how Superset handles chart ownership assignment when charts are added to dashboards.

In Apache Superset, the Gamma role is designed as a restricted user role with limited permissions. Gamma users should typically have read-only access to data sources and dashboards shared with them. However, the vulnerable implementation incorrectly assigns chart ownership to any user who adds a chart to a dashboard they create, regardless of their original permission level on that chart.

This improper authorization allows a Gamma user to:

  1. Create a new dashboard
  2. Add existing charts (that they may only have view access to) to the dashboard
  3. Automatically become an owner of those charts
  4. Gain full write permissions including the ability to modify, delete, or alter the chart configurations

Root Cause

The root cause is an improper authorization check (CWE-863) in the dashboard creation and chart association logic. The application fails to verify whether the user has appropriate ownership privileges before granting ownership rights when charts are associated with a new dashboard. The ownership assignment mechanism does not differentiate between users who should have read-only access versus those with legitimate write permissions.

Attack Vector

The attack is network-based and requires low privileges (authenticated Gamma user). No user interaction is required beyond the attacker's own actions.

An attacker with a Gamma user account exploits this vulnerability by:

  1. Authenticating to the Apache Superset instance with Gamma role credentials
  2. Creating a new dashboard through the standard user interface
  3. Adding target charts to the newly created dashboard using the chart selection functionality
  4. The system automatically assigns ownership of those charts to the attacker
  5. The attacker now has write permissions to modify or delete the charts, affecting data integrity for all users who rely on those visualizations

This privilege escalation can have significant impact on data integrity, as modified charts could display incorrect information to business decision-makers.

Detection Methods for CVE-2023-49734

Indicators of Compromise

  • Unexpected changes in chart ownership records showing Gamma users as owners
  • Audit logs indicating Gamma users modifying charts they did not originally create
  • Dashboard creation events followed by rapid addition of multiple pre-existing charts
  • Chart modification events from users who should only have read access

Detection Strategies

  • Review Apache Superset audit logs for chart ownership changes involving Gamma role users
  • Monitor for dashboards created by Gamma users containing charts owned by other users
  • Implement alerting for any ownership transfers or modifications by restricted role users
  • Compare chart ownership records against authorized owner lists periodically

Monitoring Recommendations

  • Enable comprehensive audit logging in Apache Superset to track ownership changes
  • Configure alerts for chart modifications by users with the Gamma role
  • Implement regular access control reviews comparing actual permissions against intended permissions
  • Monitor dashboard creation activities by lower-privileged users

How to Mitigate CVE-2023-49734

Immediate Actions Required

  • Upgrade Apache Superset to version 2.1.3 or 3.0.2 immediately
  • Audit existing chart ownerships for any unauthorized ownership assignments
  • Review all dashboards created by Gamma users for potential exploitation
  • Consider temporarily restricting Gamma user dashboard creation capabilities until patching is complete

Patch Information

Apache has released security patches addressing this vulnerability. Users running affected versions should upgrade to the following fixed versions:

  • For the 2.x branch: Upgrade to version 2.1.3 or later
  • For the 3.x branch: Upgrade to version 3.0.2 or later

Refer to the Apache Superset Security Advisory for official patch details and upgrade instructions.

Workarounds

  • Restrict the Gamma role's ability to create dashboards through custom role configurations
  • Implement additional authorization controls at the reverse proxy or application gateway level
  • Manually review and revoke any improperly assigned chart ownerships
  • Consider creating a custom role with more restrictive permissions until patching is possible
bash
# Example: Review chart ownership in Superset database
# Connect to your Superset metadata database and audit ownership records
psql -d superset -c "SELECT chart.id, chart.slice_name, users.username, users.roles 
FROM slices AS chart 
JOIN ab_user AS users ON chart.created_by_fk = users.id 
WHERE users.roles LIKE '%Gamma%';"

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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Openwall OSS Security Discussion
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2023-40610: 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