
CVE-2024-55633 – Apache Superset: SQLLab Improper readonly query validation allows unauthorized write access
https://notcve.org/view.php?id=CVE-2024-55633
12 Dec 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. • https://lists.apache.org/thread/bwmd17fcvljt9q4cgctp4v09zh3qs7fb • CWE-285: Improper Authorization CWE-863: Incorrect Authorization •

CVE-2024-53949 – Apache Superset: Lower privilege users are able to create Role when FAB_ADD_SECURITY_API is enabled
https://notcve.org/view.php?id=CVE-2024-53949
09 Dec 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. 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... • https://lists.apache.org/thread/d3scbwmfpzbpm6npnzdw5y4owtqqyq8d • CWE-285: Improper Authorization CWE-863: Incorrect Authorization •

CVE-2024-53948 – Apache Superset: Error verbosity exposes metadata in analytics databases
https://notcve.org/view.php?id=CVE-2024-53948
09 Dec 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. • https://lists.apache.org/thread/8howpf3png0wrgpls46ggk441oczlfvf • CWE-209: Generation of Error Message Containing Sensitive Information •

CVE-2024-53947 – Apache Superset: Improper SQL authorisation, parse not checking for specific postgres functions
https://notcve.org/view.php?id=CVE-2024-53947
09 Dec 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 ve... • https://lists.apache.org/thread/hj3gfsjh67vqw12nlrshlsym4bkopjmn • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •

CVE-2024-39887 – Apache Superset: Improper SQL authorisation, parse not checking for specific engine functions
https://notcve.org/view.php?id=CVE-2024-39887
16 Jul 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... • https://lists.apache.org/thread/j55vm41jg3l0x6w49zrmvbf3k0ts5fqz • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •

CVE-2024-34693 – Apache Superset: Server arbitrary file read
https://notcve.org/view.php?id=CVE-2024-34693
20 Jun 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 versi... • https://github.com/mbadanoiu/CVE-2024-34693 • CWE-20: Improper Input Validation •