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-2023-27524

CVE-2023-27524: Apache Superset Auth Bypass Vulnerability

CVE-2023-27524 is an authentication bypass flaw in Apache Superset affecting versions up to 2.0.1 due to default SECRET_KEY usage. This article covers the technical details, affected versions, and mitigation steps.

Published: February 11, 2026

CVE-2023-27524 Overview

CVE-2023-27524 is a critical authentication bypass vulnerability affecting Apache Superset versions up to and including 2.0.1. This insecure default configuration vulnerability allows attackers to authenticate and access unauthorized resources on installations that have not changed the default SECRET_KEY from the installation defaults. The vulnerability stems from a hardcoded default secret key that is used to sign session cookies and encrypt sensitive information in the database.

Critical Impact

Attackers can forge valid session cookies using the known default SECRET_KEY, enabling complete authentication bypass and unauthorized access to sensitive data visualization dashboards and connected data sources. This vulnerability has been added to CISA's Known Exploited Vulnerabilities catalog.

Affected Products

  • Apache Superset versions up to and including 2.0.1
  • Apache Superset installations using default SECRET_KEY configuration
  • Any Superset deployment where the SECRET_KEY environment variable or config has not been customized

Discovery Timeline

  • 2023-04-24 - CVE-2023-27524 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2023-27524

Vulnerability Analysis

This vulnerability represents a classic insecure default configuration flaw (CWE-1188) in Apache Superset's session management. The SECRET_KEY configuration parameter is fundamental to the security of Flask-based applications like Superset, as it is used to cryptographically sign session cookies and encrypt sensitive database information. When installations retain the default SECRET_KEY value that ships with the software, attackers who know this default value can forge arbitrary session cookies, effectively bypassing authentication entirely.

The impact of successful exploitation is severe: attackers gain complete access to the Superset instance with the same privileges as legitimate users, potentially including administrative access. Since Superset is a business intelligence platform that connects to various data sources, this could expose sensitive organizational data, database credentials, and allow manipulation of dashboards and reports.

Root Cause

The root cause is the use of a predictable, publicly-known default value for the SECRET_KEY configuration parameter. When administrators deploy Apache Superset without following the installation instructions to generate and configure a unique, cryptographically secure secret key, the application remains vulnerable. The default SECRET_KEY is documented and publicly available, making session cookie forgery trivial for attackers who can identify Superset installations using default configurations.

Attack Vector

Exploitation occurs over the network without requiring any authentication or user interaction. An attacker identifies a target Apache Superset instance, then uses the known default SECRET_KEY to craft valid signed session cookies. By presenting these forged cookies to the application, the attacker can impersonate any user, including administrators.

The attack methodology involves:

  1. Identifying an exposed Apache Superset instance
  2. Using the known default SECRET_KEY to sign a session cookie containing arbitrary user claims
  3. Submitting the forged cookie to the application
  4. Gaining authenticated access to the dashboard and connected data sources

For detailed technical analysis of exploitation techniques, see the Packet Storm Authentication Bypass and Packet Storm Remote Code Execution advisories.

Detection Methods for CVE-2023-27524

Indicators of Compromise

  • Unexpected administrative sessions or user logins appearing in Superset audit logs
  • Session cookies with suspicious creation timestamps or originating from unknown IP addresses
  • Unauthorized changes to dashboards, charts, or data source configurations
  • Unexpected database queries or data exports from connected data sources

Detection Strategies

  • Audit your superset_config.py file or SUPERSET_SECRET_KEY environment variable to verify a unique, non-default secret key is configured
  • Review Superset access logs for authentication events from unexpected source IP addresses
  • Monitor for bulk data access patterns or queries that deviate from normal user behavior
  • Implement network-level monitoring for connections to Superset from untrusted networks

Monitoring Recommendations

  • Enable comprehensive audit logging for all authentication and authorization events in Superset
  • Deploy web application firewall (WAF) rules to detect and block suspicious session manipulation attempts
  • Configure alerts for new user creations, privilege escalations, or data source modifications
  • Regularly review connected database query logs for anomalous access patterns

How to Mitigate CVE-2023-27524

Immediate Actions Required

  • Generate a cryptographically secure random SECRET_KEY and configure it immediately in your Superset deployment
  • Rotate any existing sessions by restarting the Superset application after changing the SECRET_KEY
  • Review audit logs for any unauthorized access that may have occurred while using the default configuration
  • Assess all connected data sources for potential data exfiltration

Patch Information

Apache has addressed this vulnerability in versions after 2.0.1. Organizations should upgrade to the latest stable release of Apache Superset and ensure the SECRET_KEY is properly configured. Refer to the Apache Mailing List Thread for official guidance.

Additional security resources:

  • CISA Known Exploited Vulnerability Entry
  • Openwall OSS-Security Discussion

Workarounds

  • Set a unique, cryptographically secure SECRET_KEY in your superset_config.py configuration file
  • Alternatively, configure the secret key via the SUPERSET_SECRET_KEY environment variable
  • Restrict network access to Superset instances using firewall rules or VPN requirements
  • Implement additional authentication layers such as SSO or multi-factor authentication
bash
# Generate a secure random SECRET_KEY
python -c "import secrets; print(secrets.token_urlsafe(42))"

# Add to superset_config.py:
# SECRET_KEY = '<YOUR_OWN_RANDOM_GENERATED_SECRET_KEY>'

# Or set as environment variable:
export SUPERSET_SECRET_KEY='<YOUR_OWN_RANDOM_GENERATED_SECRET_KEY>'

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Superset

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability84.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-1188
  • Technical References
  • Packet Storm Authentication Bypass

  • Packet Storm Remote Code Execution

  • Openwall OSS-Security Discussion

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-23984: Apache Superset Auth Bypass Vulnerability

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

  • CVE-2025-27696: Apache Superset Auth Bypass Vulnerability

  • CVE-2026-23969: Apache Superset SQLi 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