#VU71201 Permissions, Privileges, and Access Controls in Apache Superset - CVE-2022-41703
Published: January 17, 2023
Apache Superset
Apache Foundation
Description
The vulnerability allows a remote user to gain access to sensitive information.
The vulnerability exists due to improper access access restrictions within the SQL Alchemy connector. A remote user with with read access to a specific database can 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).