BIT-superset-2023-49657

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/superset/BIT-superset-2023-49657.json
JSON Data
https://api.test.osv.dev/v1/vulns/BIT-superset-2023-49657
Aliases
Published
2025-02-05T07:26:48.212Z
Modified
2025-02-05T09:11:50.820161Z
Summary
[none]
Details

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:TALISMANCONFIG = {    "contentsecuritypolicy": {        "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'"],    },    "contentsecuritypolicynoncein": ["script-src"],    "forcehttps": False,    "sessioncookiesecure": False,}

Database specific
{
    "cpes": [
        "cpe:2.3:a:apache:superset:*:*:*:*:*:*:*:*"
    ],
    "severity": "Critical"
}
References

Affected packages

Bitnami / superset

Package

Name
superset
Purl
pkg:bitnami/superset

Severity

  • 9.6 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.0.3