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 DISALLOWEDSQLFUNCTIONS has been introduced. This key disallows the use of the following PostgreSQL functions: version, querytoxml, inetserveraddr, and inetclientaddr. 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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/39xxx/CVE-2024-39887.json",
"cna_assigner": "apache",
"cwe_ids": [
"CWE-89"
],
"unresolved_ranges": [
{
"extracted_events": [
{
"fixed": "4.0.2"
}
],
"source": "AFFECTED_FIELD"
},
{
"source": "DESCRIPTION",
"extracted_events": [
{
"fixed": "4.0.2"
}
]
}
]
}