Vulnerability 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, }
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Superset | < 3.0.3 |
Related Weaknesses (CWE)
References
- https://lists.apache.org/thread/wjyvz8om9nwd396lh0bt156mtwjxpsvxMailing ListMitigationVendor Advisory
- https://lists.apache.org/thread/wjyvz8om9nwd396lh0bt156mtwjxpsvxMailing ListMitigationVendor Advisory
FAQ
What is CVE-2023-49657?
CVE-2023-49657 is a vulnerability with a CVSS score of 9.6 (CRITICAL). 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...
How severe is CVE-2023-49657?
CVE-2023-49657 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2023-49657?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Superset.