ID:10281 - Exploit for Input validation error in Apache Superset - CVE-2024-34693
Published: August 2, 2024
Apache Superset
Link to public exploit:
Vulnerability description
The vulnerability allows a remote user to gain access to sensitive information.
The vulnerability exists due to insufficient validation of user-supplied input. A remote user can 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.