SQL Injection Affecting apache-superset package, versions [,4.0.2)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-APACHESUPERSET-7462743
- published 17 Jul 2024
- disclosed 16 Jul 2024
- credit Mike Yushkovskiy
Introduced: 16 Jul 2024
CVE-2024-39887 Open this link in a new tabHow to fix?
Upgrade apache-superset
to version 4.0.2 or higher.
Overview
apache-superset is a modern, enterprise-ready business intelligence web application.
Affected versions of this package are vulnerable to SQL Injection by using engine-specific functions that are not adequately checked. This is only exploitable if the DISALLOWED_SQL_FUNCTIONS
configuration is not set to disallow critical functions.
Workaround
This vulnerability can be mitigated by adding critical SQL functions such as version
, query_to_xml
, inet_server_addr
, and inet_client_addr
to the DISALLOWED_SQL_FUNCTIONS
list for increased protection.