CVE-2024-34693: Apache Superset server arbitrary file read
6.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.71282%
CWE
Published
6/20/2024
Updated
2/11/2025
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| apache-superset | pip | < 3.1.3 | 3.1.3 |
| apache-superset | pip | >= 4.0.0, < 4.0.1 | 4.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper input validation when configuring MariaDB connections. The MySQLEngineSpec class's parameter handling would be the logical place where 'local_infile' could be enabled through user-controlled input. The DatabaseView POST handler would be responsible for accepting these parameters. While exact code isn't available, these components align with the described attack vector (configuring dangerous DB parameters) and CWE-20 pattern. The high confidence for MySQLEngineSpec comes from its direct role in DB configuration, while the view handler gets medium confidence due to typical MVC patterns in web apps.