CVE-2023-43701: Apache Superset Cross-site Scripting vulnerability
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.39846%
CWE
Published
11/27/2023
Updated
11/28/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| apache-superset | pip | < 2.1.2 | 2.1.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from two key issues: 1) Insecure input handling in chart metadata updates (PUT) allowing XSS storage, and 2) Deprecated API endpoints (GET) returning unsanitized metadata with improper response types. The ChartRestApi class would logically contain these methods in Superset's REST API implementation. The combination of missing input validation in write operations and improper Content-Type headers in read operations creates the XSS chain. While exact code isn't visible, Superset's architecture and vulnerability description strongly suggest these REST handlers as the vulnerable components.