Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
CISA KEV·Added 2024-01-08 — agencies required to remediate by 2024-01-29
🐍 PyPI

CVE-2023-27524

CRITICAL

Apache superset missing check for default SECRET_KEY

Also known asBIT-superset-2023-27524GHSA-5cx2-vq3h-x52c
Published
Apr 24, 2023
Updated
Mar 15, 2026
Affected
1 pkg
Patched
1 / 1
Exploits
22 known

EPSS Exploitation Probability

via FIRST.org ↗
84.0%probability of exploitation in next 30 days
Very High Risk99th percentile0.00%
83.3%84.5%85.6%86.7%86.0%84.0%Dec 25Apr 26Jun 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Blast Radius

1 pkg affected
🐍apache-superset

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects PyPI packages — download data is not available via public APIs for these ecosystems.

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 = <YOUR_OWN_RANDOM_GENERATED_SECRET_KEY>

Alternatively you can set it with SUPERSET_SECRET_KEY environment variable.

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐍PyPIapache-supersetall versions2.1.0
Exploits & PoCs
22

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

EDB-51447webappsmultiple

Apache Superset 2.0.0 - Authentication Bypass

by MaanVader · May 23, 2023

Frequently Asked Questions

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 `supe
O3 Security · Impact-Aware SCA

Is CVE-2023-27524 in your stack?

O3 detects CVE-2023-27524 across PyPI dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.