Impact
A Regular Expression Denial of Service flaw exists in the SQL parsing component of Apache Superset, allowing an authenticated attacker to trigger catastrophic backtracking by sending a long string of backslashes or similar characters. This leads to excessive CPU consumption and application unresponsiveness, governed by CWE‑1333. The vulnerability is confined to input validation performed by the sqlparse library.
Affected Systems
Apache Superset versions 1.5.0 through 5.0.0, and all releases prior to 6.0.0, are affected. The flaw is present in the sql_parse.py module of the application.
Risk and Exploitability
The CVSS score of 5.3 indicates moderate severity. The EPSS score is less than 1%, and the vulnerability is not listed in CISA KEV. An attacker must first authenticate to the Superset instance and then target endpoints that process SQL queries to exploit the flaw. The attack would likely result in denial of service through long‑running regex processing, but does not directly lead to code execution or data exfiltration.
OpenCVE Enrichment