Apache Superset: Stored XSS in Dashboard Title and Chart Title
Description
A stored cross-site scripting (XSS) vulnerability exists in Apache Superset before 3.0.3. An authenticated attacker with create/update permissions on charts or dashboards could store a script or add a specific HTML snippet that would act as a stored XSS.
For 2.X versions, users should change their config to include:
TALISMAN_CONFIG = { "content_security_policy": { "base-uri": ["'self'"], "default-src": ["'self'"], "img-src": ["'self'", "blob:", "data:"], "worker-src": ["'self'", "blob:"], "connect-src": [ "'self'", " https://api.mapbox.com" https://api.mapbox.com" ;, " https://events.mapbox.com" https://events.mapbox.com" ;, ], "object-src": "'none'", "style-src": [ "'self'", "'unsafe-inline'", ], "script-src": ["'self'", "'strict-dynamic'"], }, "content_security_policy_nonce_in": ["script-src"], "force_https": False, "session_cookie_secure": False, }
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
apache-supersetPyPI | < 3.0.3 | 3.0.3 |
Affected products
3- osv-coords2 versions
< 3.0.3+ 1 more
- (no CPE)range: < 3.0.3
- (no CPE)range: < 3.0.3
Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-rwhh-6x83-84v6ghsaADVISORY
- lists.apache.org/thread/wjyvz8om9nwd396lh0bt156mtwjxpsvxghsavendor-advisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2023-49657ghsaADVISORY
- www.openwall.com/lists/oss-security/2024/01/23/5ghsaWEB
News mentions
0No linked articles in our index yet.