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 2026 there have been 5 vulnerabilities in Apache Superset. Last year, in 2025 Superset had 6 security vulnerabilities published. If vulnerabilities keep coming in at the current rate, it appears that number of security vulnerabilities in Superset in 2026 could surpass last years number.
| Year | Vulnerabilities | Average Score |
|---|---|---|
| 2026 | 5 | 0.00 |
| 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 | 0.00 |
| 2018 | 1 | 0.00 |
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 ClickHouse SQL Function Restriction Bypass <4.1.2
CVE-2026-23969
- February 24, 2026
Apache Superset utilizes a configurable dictionary, DISALLOWED_SQL_FUNCTIONS, to restrict the execution of potentially sensitive SQL functions within SQL Lab and charts. While this feature included restrictions for engines like PostgreSQL, a vulnerability was reported where the default list for the ClickHouse engine was incomplete. 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
SQL Injection in Apache Superset <6.0.0 via sqlExpression error-based
CVE-2026-23980
- February 24, 2026
Improper Neutralization of Special Elements used in a SQL Command ('SQL Injection') vulnerability in Apache Superset allows an authenticated user with read access to conduct error-based SQL injection via the sqlExpression or where parameters. This issue affects Apache Superset: before 6.0.0. Users are recommended to upgrade to version 6.0.0, which fixes the issue.
SQL Injection
Improper Auth: Dataset SQL Overwrite in Apache Superset <6.0
CVE-2026-23982
- February 24, 2026
An Improper Authorization vulnerability exists in Apache Superset that allows a low-privileged user to bypass data access controls. When creating a dataset, Superset enforces permission checks to prevent users from querying unauthorized data. However, an authenticated attacker with permissions to write datasets and read charts can bypass these checks by overwriting the SQL query of an existing dataset. This issue affects Apache Superset: before 6.0.0. Users are recommended to upgrade to version 6.0.0, which fixes the issue.
AuthZ
Apache Superset <6.0.0: Authenticated DS Exposure via Tag Endpoint
CVE-2026-23983
- February 24, 2026
A Sensitive Data Exposure vulnerability exists in Apache Superset allowing authenticated users to retrieve sensitive user information. The Tag endpoint (disabled by default) allows users to retrieve a list of objects associated with a specific tag. When these associated objects include Users, the API response improperly serializes and returns sensitive fields, including password hashes (pbkdf2), email addresses, and login statistics. This vulnerability allows authenticated users with low privileges (e.g., Gamma role) to view sensitive authentication data This issue affects Apache Superset: before 6.0.0. Users are recommended to upgrade to version 6.0.0, which fixes the issue or make sure TAGGING_SYSTEM is False (Apache Superset current default)
Information Disclosure
Apache Superset <6.0.0 SQLLab bypass of read-only check via Improper Input
CVE-2026-23984
- February 24, 2026
An Improper Input Validation vulnerability exists in Apache Superset that allows an authenticated user with SQLLab access to bypass the read-only verification check when using a PostgreSQL database connection. While the system effectively blocks standard Data Manipulation Language (DML) statements (e.g., INSERT, UPDATE, DELETE) on read-only connections, it fails to detect them in specially crafted SQL statements. This issue affects Apache Superset: before 6.0.0. Users are recommended to upgrade to version 6.0.0, which fixes the issue.
AuthZ
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 <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 <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 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 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 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: 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 <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 <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 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 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
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 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
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.
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
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.0: AuthZ flaw in SQLLab allows table reads via SQL parse
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
Apache Superset < 2.1.1 Python Object RCE via Metadata DB Write
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
Apache Superset <=2.1.0: SQLite Driver Injection Creates Files
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
Apache Superset 2.1.0 NonAdmin Import Charts Auth Bypass
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
Apache Superset <2.1.0: Authz Bypass via Jinja Query Templating
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
Apache Superset <=2.1.0: Stack Traces Exposed on REST API
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
Superset <=2.1.0 Improper REST API Permission Allows Authenticated Gamma Users to Trigger SSRF
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
Apache Superset <=2.1.0 Improper REST API Permission for Gamma Users
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
Apache Superset <=2.0.1 Session Validation Vulnerability via Default SECRET_KEY
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
Apache Superset 1.3.02.0.1 Auth Users Expose DB Passwords via 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
Apache Superset <=2.0.1 Gamma role privilege escalation: metadata exposure
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
Apache Superset 2.0.1 SSRF via import dataset
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
Apache Superset XSS via Upload Data Forms pre-1.5.2 & 2.0.0
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
Superset 1.5.x & 2.0.0: Unauth REST API Dashboard Config Leakage via DASHBOARD_CACHE
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
Auth Dataset Link Change in Apache Superset <1.5.2/2.0.0 (Redirect)
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
Apache Superset 1.5.2-/2.0.0: CSS Template Escaping in Toast (CVE-2022-43720)
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.
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.