CVE-2023-49657 Vulnerability Details

  /     /     /  

CVE-2023-49657 Metadata Quick Info

CVE Published: 23/01/2024 | CVE Updated: 02/08/2024 | CVE Year: 2023
Source: apache | Vendor: Apache Software Foundation | Product: Apache Superset
Status : PUBLISHED

CVE-2023-49657 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 Version: 3.1 | Base Score: 9.6 CRITICAL
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N

l➤ Exploitability Metrics:
    Attack Vector (AV)* NETWORK
    Attack Complexity (AC)* LOW
    Privileges Required (PR)* LOW
    User Interaction (UI)* NONE
    Scope (S)* CHANGED

l➤ Impact Metrics:
    Confidentiality Impact (C)* HIGH
    Integrity Impact (I)* HIGH
    Availability Impact (A)* NONE

Weakness Enumeration (CWE)

CWE-ID: CWE-79
CWE Name: CWE-79 Improper Neutralization of Input During Web Page Generation ( Cross-site Scripting )
Source: Apache Software Foundation

Common Attack Pattern Enumeration and Classification (CAPEC)

CAPEC-ID:
CAPEC Description:


Source: NVD (National Vulnerability Database).