CVE-2023-49657
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, }
- Affected products
- Apache Superset
- Apache Superset
- < 3.0.3
- Fix
- Available
- CVSS 3.1
- 9.6 CRITICAL
- EPSS
- 0.8% (55th percentile)
- Weakness
- CWE-79
- NVD status
- Modified
- Published
- 2024-01-23
No indexed exploits for CVE-2023-49657 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2023-49657 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.