AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-49657

CRITICAL · CVSS 9.6 EPSS 0.83%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-01-23 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.6. It affects Apache. Exploitation may require the attacker to be authenticated.

CVE
CVE-2023-49657
Severity
CRITICAL
CVSS
9.6
EPSS
0.83%
Apache

Original NVD 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, }

Related CVEs

Other vulnerabilities affecting the same vendor(s)