CVE-2024-24773: Apache Superset: Improper validation of SQL statements allows for unauthorized access to data
4.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.23432%
CWE
Published
2/28/2024
Updated
2/13/2025
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| apache-superset | pip | <= 3.0.3 | 3.0.4 |
| apache-superset | pip | >= 3.1.0, < 3.1.1 | 3.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper handling of nested SQL in SQLLab. Core query execution functions like execute_sql_statement and SQLQueryRunner.execute would be responsible for parsing/validating SQL input. The lack of recursive authorization checks for nested queries would allow bypassing data scoping. These functions are central to SQL processing in SQLLab and match the described vulnerability pattern, though exact implementation details are inferred without patch diffs.