CVE-2023-27524

Scores

EPSS

0.840high84.0%
0%20%40%60%80%100%

Percentile: 84.0%

CVSS

9.8critical3.x
0246810

CVSS Score: 9.8/10

All CVSS Scores

CVSS 3.x
9.8

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Description

Session Validation attacks in Apache Superset versions up to and including 2.0.1. Installations that have not altered the default configured SECRET_KEY according to installation instructions allow for an attacker to authenticate and access unauthorized resources. This does not affect Superset administrators who have changed the default value for SECRET_KEY config.

All superset installations should always set a unique secure random SECRET_KEY. Your SECRET_KEY is used to securely sign all session cookies and encrypting sensitive information on the database.
Add a strong SECRET_KEY to your superset_config.py file like:

SECRET_KEY =

Alternatively you can set it with SUPERSET_SECRET_KEY environment variable.

Scaner-VS 7 — a modern vulnerability management solution

Uses this database for vulnerability detection. High-speed search, cross-platform, advanced configuration audit, and flexible filtering. Suitable for organizations of any size.
Learn more about Scaner-VS 7

Sources

nvd

CWEs

CWE-1188

Related Vulnerabilities

Exploits

Exploit ID: 51447

Source: exploitdb

URL: https://www.exploit-db.com/exploits/51447

Exploit ID: CVE-2023-27524

Source: github-poc

URL: https://github.com/rachidafaf/bola-CVE-2023-27524

Vulnerable Software (1)

Type: Configuration

Vendor: *

Product: superset

Operating System: * * *

Trait:
{  "cpe_match": [    {      "cpe23uri": "cpe:2.3:a:apache:superset:*:*:*:*:*:*:*:*",      "versionEndIncluding": "2.0.1",      "vulnerable": true    }  ],  "operator": "OR"}

Source: nvd

End of list