Superset Apache Superset

Don't miss out!

Thousands of developers use stack.watch to stay informed.
Get an email whenever new security vulnerabilities are reported in Apache Superset.

Known Exploited Apache Superset Vulnerabilities

The following Apache Superset vulnerabilities have been marked by CISA as Known to be Exploited by threat actors.

Title Description Added
Apache Superset Insecure Default Initialization of Resource Vulnerability Apache Superset contains an insecure default initialization of a resource vulnerability that allows an attacker to authenticate and access unauthorized resources on installations that have not altered the default configured SECRET_KEY according to installation instructions.
CVE-2023-27524 Exploit Probability: 84.1%
January 8, 2024

The vulnerability CVE-2023-27524: Apache Superset Insecure Default Initialization of Resource Vulnerability is in the top 1% of the currently known exploitable vulnerabilities.

By the Year

In 2025 there have been 6 vulnerabilities in Apache Superset with an average score of 7.7 out of ten. Last year, in 2024 Superset had 14 security vulnerabilities published. Right now, Superset is on track to have less security vulnerabilities in 2025 than it did last year. However, the average CVE base score of the vulnerabilities in 2025 is greater by 1.48.




Year Vulnerabilities Average Score
2025 6 7.65
2024 14 6.17
2023 28 5.89
2022 3 6.87
2021 6 6.45
2020 3 7.80
2019 2 5.30
2018 1 9.80

It may take a day or so for new Superset vulnerabilities to show up in the stats or in the list of recent security vulnerabilities. Additionally vulnerabilities may be tagged under a different product or component name.

Recent Apache Superset Security Vulnerabilities

Apache Superset <5.0.0 XSS in chart column label
CVE-2025-55672 - August 14, 2025

A stored Cross-Site Scripting (XSS) vulnerability exists in Apache Superset's chart visualization. An authenticated user with permissions to edit charts can inject a malicious payload into a column's label. The payload is not properly sanitized and gets executed in the victim's browser when they hover over the chart, potentially leading to session hijacking or the execution of arbitrary commands on behalf of the user. This issue affects Apache Superset: before 5.0.0. Users are recommended to upgrade to version 5.0.0, which fixes the issue.

Basic XSS

Apache Superset <4.1.3: /chart/data Exposure of Query Payload
CVE-2025-55673 - August 14, 2025

When a guest user accesses a chart in Apache Superset, the API response from the /chart/data endpoint includes a query field in its payload. This field contains the underlying query, which improperly discloses database schema information, such as table names, to the low-privileged guest user. This issue affects Apache Superset: before 4.1.3. Users are recommended to upgrade to version 4.1.3, which fixes the issue.

Information Disclosure

Apache Superset <5.0.0 Bypass DISALLOWED_SQL_FUNCTIONS
CVE-2025-55674 - August 14, 2025

A bypass of the DISALLOWED_SQL_FUNCTIONS security feature in Apache Superset allows for the execution of blocked SQL functions. An attacker can use a special inline block to circumvent the denylist. This allows a user with SQL Lab access to execute functions that were intended to be disabled, leading to the disclosure of sensitive database information like the software version. This issue affects Apache Superset: before 5.0.0. Users are recommended to upgrade to version 5.0.0, which fixes the issue.

SQL Injection

Apache Superset <5.0.0 /explore IAC Allows Datasource Enumeration
CVE-2025-55675 - August 14, 2025

Apache Superset contains an improper access control vulnerability in its /explore endpoint. A missing authorization check allows an authenticated user to discover metadata about datasources they do not have permission to access. By iterating through the datasource_id in the URL, an attacker can enumerate and confirm the existence and names of protected datasources, leading to sensitive information disclosure. This issue affects Apache Superset: before 5.0.0. Users are recommended to upgrade to version 5.0.0, which fixes the issue.

AuthZ

Apache Superset RLS Bypass via sqlExpression SQL Injection (pre-4.1.2)
CVE-2025-48912 6.5 - Medium - May 30, 2025

An authenticated malicious actor using specially crafted requests could bypass row level security configuration by injecting SQL into 'sqlExpression' fields. This allowed the execution of sub-queries to evade parsing defenses ultimately granting unauthorized access to data. This issue affects Apache Superset: before 4.1.2. Users are recommended to upgrade to version 4.1.2, which fixes the issue.

SQL Injection

Apache Superset <=4.1.1 Improper Auth – Ownership Takeover
CVE-2025-27696 8.8 - High - May 13, 2025

Improper Authorization vulnerability in Apache Superset allows ownership takeover of dashboards, charts or datasets by authenticated users with read permissions. This issue affects Apache Superset: through 4.1.1. Users are recommended to upgrade to version 4.1.2 or above, which fixes the issue.

AuthZ

Apache Superset: Improper Authorization in Postgres Analytic Database Connections
CVE-2024-55633 6.5 - Medium - December 12, 2024

Improper Authorization vulnerability in Apache Superset. On Postgres analytic databases an attacker with SQLLab access can craft a specially designed SQL DML statement that is Incorrectly identified as a read-only query, enabling its execution. Non postgres analytics database connections and postgres analytics database connections set with a readonly user (advised) are not vulnerable.  This issue affects Apache Superset: before 4.1.0. Users are recommended to upgrade to version 4.1.0, which fixes the issue.

AuthZ

Apache Superset <4.1.0: Error Message Exposes Analytics Metadata
CVE-2024-53948 5.3 - Medium - December 09, 2024

Generation of Error Message Containing analytics metadata Information in Apache Superset. This issue affects Apache Superset: before 4.1.0. Users are recommended to upgrade to version 4.1.0, which fixes the issue.

Generation of Error Message Containing Sensitive Information

Apache Superset Improper Auth via FAB_ADD_SECURITY_API (v<4.1.0)
CVE-2024-53949 6.5 - Medium - December 09, 2024

Improper Authorization vulnerability in Apache Superset when FAB_ADD_SECURITY_API is enabled (disabled by default). Allows for lower privilege users to use this API.  issue affects Apache Superset: from 2.0.0 before 4.1.0. Users are recommended to upgrade to version 4.1.0, which fixes the issue.

AuthZ

Apache Superset <4.1.0 SQL Injection via EngineSpecific Functions
CVE-2024-53947 9.8 - Critical - December 09, 2024

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache Superset. Specifically, certain engine-specific functions are not checked, which allows attackers to bypass Apache Superset's SQL authorization. This issue is a follow-up to CVE-2024-39887 with additional disallowed PostgreSQL functions now included: query_to_xml_and_xmlschema, table_to_xml, table_to_xml_and_xmlschema. This issue affects Apache Superset: <4.1.0. Users are recommended to upgrade to version 4.1.0, which fixes the issue or add these Postgres functions to the config set DISALLOWED_SQL_FUNCTIONS.

SQL Injection

Apache Superset <4.0.2: SQL Injection via DISALLOWED_SQL_FUNCTIONS (sql injection)
CVE-2024-39887 9.8 - Critical - July 16, 2024

An SQL Injection vulnerability in Apache Superset exists due to improper neutralization of special elements used in SQL commands. Specifically, certain engine-specific functions are not checked, which allows attackers to bypass Apache Superset's SQL authorization. To mitigate this, a new configuration key named DISALLOWED_SQL_FUNCTIONS has been introduced. This key disallows the use of the following PostgreSQL functions: version, query_to_xml, inet_server_addr, and inet_client_addr. Additional functions can be added to this list for increased protection. This issue affects Apache Superset: before 4.0.2. Users are recommended to upgrade to version 4.0.2, which fixes the issue.

Apache Superset <4.0.0 Improper Input Validation Enables Local_INFILE Abuse
CVE-2024-34693 5.3 - Medium - June 20, 2024

Improper Input Validation vulnerability in Apache Superset, allows for an authenticated attacker to create a MariaDB connection with local_infile enabled. If both the MariaDB server (off by default) and the local mysql client on the web server are set to allow for local infile, it's possible for the attacker to execute a specific MySQL/MariaDB SQL command that is able to read files from the server and insert their content on a MariaDB database table.This issue affects Apache Superset: before 3.1.3 and version 4.0.0 Users are recommended to upgrade to version 4.0.1 or 3.1.3, which fixes the issue.

Improper Input Validation

Data Source Metadata Access via REST API in Apache Superset <3.1.2
CVE-2024-28148 4.3 - Medium - May 07, 2024

An authenticated user could potentially access metadata for a datasource they are not authorized to view by submitting a targeted REST API request.This issue affects Apache Superset: before 3.1.2. Users are recommended to upgrade to version 3.1.2 or above, which fixes the issue.

AuthZ

Apache Superset SQLLab Auth Bypass (<3.0.4 or 3.1.0-3.1.0)
CVE-2024-24773 6.5 - Medium - February 28, 2024

Improper parsing of nested SQL statements on SQLLab would allow authenticated users to surpass their data authorization scope. This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1. Users are recommended to upgrade to version 3.1.1, which fixes the issue.

AuthZ

Apache Superset <3.1.1: Roles Allow Unauthorized Virtual Datasets
CVE-2024-24779 6.5 - Medium - February 28, 2024

Apache Superset with custom roles that include `can write on dataset` and without all data access permissions, allows for users to create virtual datasets to data they don't have access to. These users could then use those virtual datasets to get access to unauthorized data. This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1. Users are recommended to upgrade to version 3.1.1 or 3.0.4, which fixes the issue.

AuthZ

Apache Superset <3.1.1: Low-Priv Auth Gains Dashboard Meta
CVE-2024-26016 5.4 - Medium - February 28, 2024

A low privilege authenticated user could import an existing dashboard or chart that they do not have access to and then modify its metadata, thereby gaining ownership of the object. However, it's important to note that access to the analytical data of these charts and dashboards would still be subject to validation based on data access privileges. This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1.Users are recommended to upgrade to version 3.1.1, which fixes the issue.

AuthZ

Apache Superset SQL Injection via chart data REST API (pre3.1.1)
CVE-2024-24772 4.3 - Medium - February 28, 2024

A guest user could exploit a chart data REST API and send arbitrary SQL statements that on error could leak information from the underlying analytics database.This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1. Users are recommended to upgrade to version 3.1.1 or 3.0.4, which fixes the issue.

SQL Injection

Apache Superset SQL Error Logging Leak via Alerts (pre-3.0.4/3.1.0-3.1.1)
CVE-2024-27315 4.3 - Medium - February 28, 2024

An authenticated user with privileges to create Alerts on Alerts & Reports has the capability to generate a specially crafted SQL statement that triggers an error on the database. This error is not properly handled by Apache Superset and may inadvertently surface in the error log of the Alert exposing possibly sensitive data. This issue affects Apache Superset: before 3.0.4, from 3.1.0 before 3.1.1. Users are recommended to upgrade to version 3.1.1 or 3.0.4, which fixes the issue.

Generation of Error Message Containing Sensitive Information

Apache Superset <=2.1.2,3.0.0-3.0.1 Uncont. Res. Cons. via Auth ZIP Import
CVE-2024-23952 6.5 - Medium - February 14, 2024

This is a duplicate for CVE-2023-46104. With correct CVE version ranges for affected Apache Superset. Uncontrolled resource consumption can be triggered by authenticated attacker that uploads a malicious ZIP to import database, dashboards or datasets.   This vulnerability exists in Apache Superset versions up to and including 2.1.2 and versions 3.0.0, 3.0.1.

Resource Exhaustion

CVE-2023-49657 Superset <=3.0.2 Stored XSS via Chart Dashboard
CVE-2023-49657 5.4 - Medium - January 23, 2024

A stored cross-site scripting (XSS) vulnerability exists in Apache Superset before 3.0.3. An authenticated attacker with create/update permissions on charts or dashboards could store a script or add a specific HTML snippet that would act as a stored XSS. For 2.X versions, users should change their config to include: 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://api.mapbox.com" ;,             " https://events.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, }

XSS

Superset <=2.1.2,3.0.x Uncontrolled Res Cons via Zip Import
CVE-2023-46104 6.5 - Medium - December 19, 2023

Uncontrolled resource consumption can be triggered by authenticated attacker that uploads a malicious ZIP to import database, dashboards or datasets.   This vulnerability exists in Apache Superset versions up to and including 2.1.2 and versions 3.0.0, 3.0.1.

Resource Exhaustion

Apache Superset SQLi via where_in JINJA Macro < 2.1.2 / >=3.0.0-<3.0.2
CVE-2023-49736 8.8 - High - December 19, 2023

A where_in JINJA macro allows users to specify a quote, which combined with a carefully crafted statement would allow for SQL injection in Apache Superset.This issue affects Apache Superset: before 2.1.2, from 3.0.0 before 3.0.2. Users are recommended to upgrade to version 3.0.2, which fixes the issue.

SQL Injection

Superset Auth Bypass: Dashboard Charts Ownership Until 3.0.2
CVE-2023-49734 6.5 - Medium - December 19, 2023

An authenticated Gamma user has the ability to create a dashboard and add charts to it, this user would automatically become one of the owners of the charts allowing him to incorrectly have write permissions to these charts.This issue affects Apache Superset: before 2.1.2, from 3.0.0 before 3.0.2. Users are recommended to upgrade to version 3.0.2 or 2.1.3, which fixes the issue.

AuthZ

Apache Superset < 3.0.0: Authenticated DoS via Concurrent Dashboard Exports
CVE-2023-42504 6.5 - Medium - November 28, 2023

An authenticated malicious user could initiate multiple concurrent requests, each requesting multiple dashboard exports, leading to a possible denial of service. This issue affects Apache Superset: before 3.0.0

Allocation of Resources Without Limits or Throttling

Apache Superset <3.0.0 Host Header Spoofing Redirect
CVE-2023-42502 5.4 - Medium - November 28, 2023

An authenticated attacker with update datasets permission could change a dataset link to an untrusted site by spoofing the HTTP Host header, users could be redirected to this site when clicking on that specific dataset. This issue affects Apache Superset versions before 3.0.0.

Open Redirect

Apache Superset <3.0.0 Auth Read-Only Metadata Exposes DB Usernames
CVE-2023-42505 4.3 - Medium - November 28, 2023

An authenticated user with read permissions on database connections metadata could potentially access sensitive information such as the connection's username. This issue affects Apache Superset before 3.0.0.

Superset <2.1.2 Gamma Role can read CSS templates; upgrade to 2.1.2+
CVE-2023-42501 4.3 - Medium - November 27, 2023

Unnecessary read permissions within the Gamma role would allow authenticated users to read configured CSS templates and annotations. This issue affects Apache Superset: before 2.1.2. Users should upgrade to version or above 2.1.2 and run `superset init` to reconstruct the Gamma role or remove `can_read` permission from the mentioned resources.

Incorrect Default Permissions

Apache Superset 2.1.2 Payload Validation Enables XSS via Deprecated API
CVE-2023-43701 5.4 - Medium - November 27, 2023

Improper payload validation and an improper REST API response type, made it possible for an authenticated malicious actor to store malicious code into Chart's metadata, this code could get executed if a user specifically accesses a specific deprecated API endpoint. This issue affects Apache Superset versions prior to 2.1.2.  Users are recommended to upgrade to version 2.1.2, which fixes this issue.

XSS

Apache Superset <=2.1.2 Privilege Escalation via CTE SQL on Default Examples DB
CVE-2023-40610 8.8 - High - November 27, 2023

Improper authorization check and possible privilege escalation on Apache Superset up to but excluding 2.1.2. Using the default examples database connection that allows access to both the examples schema and Apache Superset's metadata database, an attacker using a specially crafted CTE SQL statement could change data on the metadata database. This weakness could result on tampering with the authentication/authorization data.

AuthZ

Apache Superset would
CVE-2023-39265 6.5 - Medium - September 06, 2023

Apache Superset would allow for SQLite database connections to be incorrectly registered when an attacker uses alternative driver names like sqlite+pysqlite or by using database imports. This could allow for unexpected file creation on Superset webservers. Additionally, if Apache Superset is using a SQLite database for its metadata (not advised for production use) it could result in more severe vulnerabilities related to confidentiality and integrity. This vulnerability exists in Apache Superset versions up to and including 2.1.0.

Improper Input Validation

An Incorrect authorisation check in SQLLab in Apache Superset versions up to and including 2.1.0
CVE-2023-32672 4.3 - Medium - September 06, 2023

An Incorrect authorisation check in SQLLab in Apache Superset versions up to and including 2.1.0. This vulnerability allows an authenticated user to query tables that they do not have proper access to within Superset. The vulnerability can be exploited by leveraging a SQL parsing vulnerability.

AuthZ

If an attacker gains write access to the Apache Superset metadata database, they could persist a specifically crafted Python object
CVE-2023-37941 6.6 - Medium - September 06, 2023

If an attacker gains write access to the Apache Superset metadata database, they could persist a specifically crafted Python object that may lead to remote code execution on Superset's web backend. The Superset metadata db is an 'internal' component that is typically only accessible directly by the system administrator and the superset process itself. Gaining access to that database should be difficult and require significant privileges. This vulnerability impacts Apache Superset versions 1.5.0 up to and including 2.1.0. Users are recommended to upgrade to version 2.1.1 or later.

Marshaling, Unmarshaling

An improper default REST API permission for Gamma users in Apache Superset up to and including 2.1.0
CVE-2023-36387 5.4 - Medium - September 06, 2023

An improper default REST API permission for Gamma users in Apache Superset up to and including 2.1.0 allows for an authenticated Gamma user to test database connections.

AuthZ

Improper REST API permission in Apache Superset up to and including 2.1.0
CVE-2023-36388 5.4 - Medium - September 06, 2023

Improper REST API permission in Apache Superset up to and including 2.1.0 allows for an authenticated Gamma users to test network connections, possible SSRF.

SSRF

By default, stack traces for errors were enabled, which resulted in the exposure of internal traces on REST API endpoints to users
CVE-2023-39264 4.3 - Medium - September 06, 2023

By default, stack traces for errors were enabled, which resulted in the exposure of internal traces on REST API endpoints to users. This vulnerability exists in Apache Superset versions up to and including 2.1.0.

Generation of Error Message Containing Sensitive Information

Improper data authorization check on Jinja templated queries in Apache Superset up to and including 2.1.0
CVE-2023-27523 4.3 - Medium - September 06, 2023

Improper data authorization check on Jinja templated queries in Apache Superset up to and including 2.1.0 allows for an authenticated user to issue queries on database tables they may not have access to.

AuthZ

A non Admin authenticated user could incorrectly create resources using the import charts feature
CVE-2023-27526 4.3 - Medium - September 06, 2023

A non Admin authenticated user could incorrectly create resources using the import charts feature, on Apache Superset up to and including 2.1.0. 

AuthZ

Session Validation attacks in Apache Superset versions up to and including 2.0.1
CVE-2023-27524 8.9 - High - April 24, 2023

Session Validation attacks in Apache Superset versions up to and including 2.0.1. Installations that have not altered the default configured SECRET_KEY according to installation instructions allow for an attacker to authenticate and access unauthorized resources. This does not affect Superset administrators who have changed the default value for SECRET_KEY config. All superset installations should always set a unique secure random SECRET_KEY. Your SECRET_KEY is used to securely sign all session cookies and encrypting sensitive information on the database. Add a strong SECRET_KEY to your `superset_config.py` file like: SECRET_KEY = <YOUR_OWN_RANDOM_GENERATED_SECRET_KEY> Alternatively you can set it with `SUPERSET_SECRET_KEY` environment variable.

Insecure Default Initialization of Resource

An authenticated user with specific data permissions could access database connections stored passwords by requesting a specific REST API
CVE-2023-30776 6.5 - Medium - April 24, 2023

An authenticated user with specific data permissions could access database connections stored passwords by requesting a specific REST API. This issue affects Apache Superset version 1.3.0 up to 2.0.1.

Insufficiently Protected Credentials

An authenticated user with Gamma role authorization could have access to metadata information using non tri
CVE-2023-27525 4.3 - Medium - April 17, 2023

An authenticated user with Gamma role authorization could have access to metadata information using non trivial methods in Apache Superset up to and including 2.0.1

AuthZ

A malicious actor who has been authenticated and granted specific permissions in Apache Superset may use the import dataset feature in order to conduct Server-Side Request Forgery attacks and query internal resources on behalf of the server where Superset is deployed
CVE-2023-25504 6.5 - Medium - April 17, 2023

A malicious actor who has been authenticated and granted specific permissions in Apache Superset may use the import dataset feature in order to conduct Server-Side Request Forgery attacks and query internal resources on behalf of the server where Superset is deployed. This vulnerability exists in Apache Superset versions up to and including 2.0.1.

SSRF

Two legacy REST API endpoints for approval and request access are vulnerable to cross site request forgery
CVE-2022-43719 8.8 - High - January 16, 2023

Two legacy REST API endpoints for approval and request access are vulnerable to cross site request forgery. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

Session Riding

When explicitly enabling the feature flag DASHBOARD_CACHE (disabled by default), the system
CVE-2022-45438 5.3 - Medium - January 16, 2023

When explicitly enabling the feature flag DASHBOARD_CACHE (disabled by default), the system allowed for an unauthenticated user to access dashboard configuration metadata using a REST API Get endpoint. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

Exposure of Resource to Wrong Sphere

An authenticated attacker with update datasets permission could change a dataset link to an untrusted site, users could be redirected to this site when clicking on
CVE-2022-43721 5.4 - Medium - January 16, 2023

An authenticated attacker with update datasets permission could change a dataset link to an untrusted site, users could be redirected to this site when clicking on that specific dataset. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

Open Redirect

An authenticated attacker with write CSS template permissions can create a record with specific HTML tags
CVE-2022-43720 5.4 - Medium - January 16, 2023

An authenticated attacker with write CSS template permissions can create a record with specific HTML tags that will not get properly escaped by the toast message displayed when a user deletes that specific CSS template record. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

Upload data forms do not correctly render user input leading to possible XSS attack vectors
CVE-2022-43718 5.4 - Medium - January 16, 2023

Upload data forms do not correctly render user input leading to possible XSS attack vectors that can be performed by authenticated users with database connection update permissions. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

XSS

Dashboard rendering does not sufficiently sanitize the content of markdown components leading to possible XSS attack vectors
CVE-2022-43717 5.4 - Medium - January 16, 2023

Dashboard rendering does not sufficiently sanitize the content of markdown components leading to possible XSS attack vectors that can be performed by authenticated users with create dashboard permissions. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

XSS

A vulnerability in the SQL Alchemy connector of Apache Superset allows an authenticated user with read access to a specific database to add subqueries to the WHERE and HAVING fields referencing tables on the same database
CVE-2022-41703 5.4 - Medium - January 16, 2023

A vulnerability in the SQL Alchemy connector of Apache Superset allows an authenticated user with read access to a specific database to add subqueries to the WHERE and HAVING fields referencing tables on the same database that the user should not have access to, despite the user having the feature flag "ALLOW_ADHOC_SUBQUERY" disabled (default value). This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.

SQL Injection

Apache Superset up to 1.5.1 allowed for authenticated users to access metadata information related to datasets they have no permission on
CVE-2021-37839 4.3 - Medium - July 06, 2022

Apache Superset up to 1.5.1 allowed for authenticated users to access metadata information related to datasets they have no permission on. This metadata included the dataset name, columns and metrics.

Improper Check for Dropped Privileges

Apache Superset before 1.4.2 is vulnerable to SQL injection in chart data requests
CVE-2022-27479 9.8 - Critical - April 13, 2022

Apache Superset before 1.4.2 is vulnerable to SQL injection in chart data requests. Users should update to 1.4.2 or higher which addresses this issue.

SQL Injection

Stay on top of Security Vulnerabilities

Want an email whenever new vulnerabilities are published for Apache Superset or by Apache? Click the Watch button to subscribe.

Apache
Vendor

subscribe