CVE-2022-43721:
Apache Superset Open Redirect vulnerability
5.4
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
1/16/2023
Updated
1/24/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
apache-superset | pip | <= 1.5.2 | |
apache-superset | pip | = 2.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper URL validation when updating dataset links. While exact function names aren't explicitly provided in the advisory, Superset's architecture suggests:
- Dataset update handlers (REST API/views) would process URL modifications
- Redirect logic would use the stored URL value without proper validation
Confidence is medium due to the need to infer implementation details without patch/diff information. The functions identified are core components responsible for dataset metadata management where URL validation should occur.