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
    • 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-49657

CVE-2023-49657: Apache Superset XSS Vulnerability

CVE-2023-49657 is a stored XSS vulnerability in Apache Superset affecting versions before 3.0.3. Authenticated attackers can inject malicious scripts through charts or dashboards. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-49657 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in Apache Superset, the popular open-source data visualization and business intelligence platform. This vulnerability allows authenticated attackers with create/update permissions on charts or dashboards to inject malicious scripts or HTML snippets that persist within the application. When other users access the affected charts or dashboards, the stored malicious content executes in their browser context, potentially leading to session hijacking, credential theft, or further attacks against the Superset deployment.

Critical Impact

Authenticated attackers can store malicious scripts in Apache Superset charts and dashboards, enabling persistent XSS attacks against other users who view the compromised content.

Affected Products

  • Apache Superset versions prior to 3.0.3
  • Apache Superset 2.X versions (require configuration mitigation)
  • All Apache Superset installations without proper Content Security Policy (CSP) configurations

Discovery Timeline

  • 2024-01-23 - CVE-2023-49657 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-49657

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in Apache Superset's chart and dashboard functionality. The application fails to properly sanitize user-supplied input when authenticated users with create or update permissions modify chart configurations or dashboard elements. This improper input validation allows attackers to embed malicious JavaScript code or crafted HTML snippets that persist in the database and execute whenever the affected content is rendered for any user viewing the compromised charts or dashboards.

The attack requires low privileges (authenticated user with content creation rights) and network access to the Superset instance. However, successful exploitation can change scope by affecting other users who interact with the malicious content, potentially including administrators with elevated privileges.

Root Cause

The root cause of CVE-2023-49657 stems from insufficient input sanitization and the lack of proper Content Security Policy (CSP) enforcement in Apache Superset versions prior to 3.0.3. The application does not adequately validate or encode user-supplied content when storing chart configurations and dashboard elements, allowing script tags and event handlers to be preserved and later rendered without proper escaping.

Attack Vector

The attack follows a network-based vector where an authenticated attacker leverages their create/update permissions to inject malicious payloads into chart or dashboard objects. The attack requires user interaction—another user must view the compromised content for the payload to execute. Due to the stored nature of this XSS vulnerability, the malicious content persists across sessions and can impact multiple victims over time.

The attacker could craft payloads designed to steal session cookies, capture keystrokes, redirect users to phishing pages, or perform actions on behalf of the victim within the Superset application. If an administrator views the compromised content, the attacker could potentially escalate privileges or exfiltrate sensitive data accessible through the administrative interface.

Detection Methods for CVE-2023-49657

Indicators of Compromise

  • Unusual JavaScript or HTML content present in chart configurations or dashboard definitions stored in the Superset database
  • Unexpected outbound network requests from user browsers when viewing Superset dashboards
  • Reports from users about unexpected behavior, pop-ups, or redirects when accessing specific charts or dashboards
  • Audit logs showing suspicious create/update operations on charts or dashboards from specific user accounts

Detection Strategies

  • Implement database monitoring to detect insertion of script tags, event handlers (like onerror, onload, onclick), or javascript: URIs in chart and dashboard content
  • Deploy web application firewalls (WAF) with XSS detection signatures to monitor for malicious payloads in HTTP requests to Superset
  • Enable Content Security Policy (CSP) violation reporting to capture and alert on blocked script execution attempts
  • Review Superset audit logs for unusual patterns in chart/dashboard modifications by users

Monitoring Recommendations

  • Configure CSP reporting endpoints and regularly analyze violation reports for potential XSS attack attempts
  • Implement browser-based security monitoring to detect suspicious script execution patterns
  • Monitor for abnormal network traffic originating from Superset user sessions
  • Establish baseline behavior for chart/dashboard modifications and alert on anomalies

How to Mitigate CVE-2023-49657

Immediate Actions Required

  • Upgrade Apache Superset to version 3.0.3 or later, which addresses this stored XSS vulnerability
  • For Apache Superset 2.X installations that cannot be immediately upgraded, apply the Content Security Policy configuration mitigation
  • Audit existing charts and dashboards for potentially malicious content
  • Review user permissions to ensure the principle of least privilege is applied to create/update capabilities

Patch Information

Apache has addressed this vulnerability in Superset version 3.0.3. Organizations should upgrade to this version or later to receive the security fix. For detailed information about the patch and additional guidance, refer to the Apache Mailing List Discussion.

For Superset 2.X versions where immediate upgrade is not feasible, Apache provides a configuration-based mitigation using Talisman Content Security Policy settings.

Workarounds

  • Apply the Talisman CSP configuration provided by Apache for 2.X versions (see configuration example below)
  • Restrict chart and dashboard create/update permissions to only trusted users
  • Enable strict output encoding on the web server/reverse proxy level
  • Consider implementing additional WAF rules to filter XSS payloads
python
# Configuration for Apache Superset 2.X versions
# Add to superset_config.py

TALISMAN_CONFIG = {
    "content_security_policy": {
        "base-uri": ["'self'"],
        "default-src": ["'self'"],
        "img-src": ["'self'", "blob:", "data:"],
        "worker-src": ["'self'", "blob:"],
        "connect-src": [
            "'self'",
            "https://api.mapbox.com",
            "https://events.mapbox.com",
        ],
        "object-src": "'none'",
        "style-src": [
            "'self'",
            "'unsafe-inline'",
        ],
        "script-src": ["'self'", "'strict-dynamic'"],
    },
    "content_security_policy_nonce_in": ["script-src"],
    "force_https": False,
    "session_cookie_secure": False,
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechApache Superset

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Apache Mailing List Discussion
  • Related CVEs
  • CVE-2026-23969: Apache Superset SQLi Vulnerability

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

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

  • CVE-2026-23983: Apache Superset Data Exposure Flaw
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