CVE-2023-49657
Last modified
CVE-2023-49657 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. 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, } . EPSS estimates a 0.83% chance of exploitation in the next 30 days.
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, }
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Superset | < 3.0.3 |
References
- https://lists.apache.org/thread/wjyvz8om9nwd396lh0bt156mtwjxpsvxMailing List, Mitigation, Vendor Advisory
- https://lists.apache.org/thread/wjyvz8om9nwd396lh0bt156mtwjxpsvxMailing List, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-49657?
How severe is CVE-2023-49657?
How do I fix CVE-2023-49657?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-4965A vulnerability was found in phpipam 1.5.1. It has been rate…4.8
- CVE-2023-49652Incorrect permission checks in Jenkins Google Compute Engine…2.7
- CVE-2023-49653Jenkins Jira Plugin 3.11 and earlier does not set the approp…6.5
- CVE-2023-49654Missing permission checks in Jenkins MATLAB Plugin 2.11.0 an…9.8
- CVE-2023-49655A cross-site request forgery (CSRF) vulnerability in Jenkins…8.8
- CVE-2023-49656Jenkins MATLAB Plugin 2.11.0 and earlier does not configure …9.8
- CVE-2023-49658Billing Software v1.0 is vulnerable to multiple Unauthentica…9.8
- CVE-2023-4966Sensitive information disclosure in NetScaler ADC and NetSca…7.5
- CVE-2023-49665Billing Software v1.0 is vulnerable to multiple Unauthentica…9.8
- CVE-2023-49666Billing Software v1.0 is vulnerable to multiple Unauthentica…9.8
- CVE-2023-4967Denial of Service in NetScaler ADC and NetScaler Gateway whe…7.5
- CVE-2023-49673A cross-site request forgery (CSRF) vulnerability in Jenkins…8.8
Are you affected by CVE-2023-49657?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
