LiveActive security incident?Get immediate response
CVE Record

CVE-2021-37839: Improper access to dataset metadata information

Apache Superset up to 1.5.1 allowed for authenticated users to access metadata information related to datasets they have no permission on. This metadata included the dataset name, columns and metrics.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Authenticated Superset users could see metadata for datasets they were not authorized to access. The exposed information was dataset names, columns, and metrics, not reported dataset contents. This can still reveal sensitive business structure or analytics context.

Executive priority

Treat as a near-term governance and data-exposure issue, not an emergency unless Superset is broadly accessible or metadata itself reveals sensitive operations.

Technical view

Apache Superset up to 1.5.1 had an access-control weakness allowing authenticated users to retrieve dataset metadata outside their permissions. The source maps this to CWE-273 and does not provide CVSS, exploit details, or a confirmed fixed version in the supplied bundle.

Likely exposure

Exposure is limited to Apache Superset deployments running affected versions, especially where many users have authenticated access and datasets contain sensitive names, columns, or metric definitions.

Exploitation context

The supplied sources do not establish active exploitation, and KEV is false. Abuse requires an authenticated user account. No public exploit mechanics are provided in the source bundle.

Researcher notes

Evidence is sparse: no CVSS, patch version, or exploit status is supplied. Analysis should stay focused on authenticated metadata disclosure in Apache Superset up to 1.5.1.

Mitigation direction

  • Identify Superset deployments and versions, especially 1.5.1 or earlier.
  • Review Apache Superset advisory and release notes for fixed-version guidance.
  • Restrict Superset accounts to users with a clear business need.
  • Review dataset names, columns, and metrics for sensitive disclosures.
  • Monitor Superset access logs for unusual metadata browsing.

Validation and detection

  • Confirm whether Apache Superset is deployed in the environment.
  • Inventory the deployed Superset version against affected version information.
  • Review role and dataset permission assignments for least privilege.
  • Check whether unauthorized users can view dataset metadata in normal UI flows.
  • Record evidence and remediation status for vulnerability tracking.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-273: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-37839 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache SupersetApache SupersetListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-273 · source CWE mapping

Improper Check for Dropped Privileges

Improper Check for Dropped Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.