---
id: CVE-2026-23983
aliases:
  - GHSA-h294-8fxm-m2pj
  - BIT-superset-2026-23983
  - PYSEC-2026-2375
title: >-
  Apache Superset allows authenticated users to view sensitive data without
  explicit permissions
summary: >-
  Apache Superset allows authenticated users to view sensitive data without
  explicit permissions
severity: low
vendor: apache-superset
product: apache-superset
ecosystem: pip
affected:
  - apache-superset < 6.0.0
patched:
  - apache-superset 6.0.0
published: '2026-02-24'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-h294-8fxm-m2pj'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-23983'
  - url: 'https://github.com/apache/superset'
  - url: 'https://lists.apache.org/thread/62mgbc5hc8026skp69kb6vqozj3pr5ww'
  - url: 'http://www.openwall.com/lists/oss-security/2026/02/24/7'
tags:
  - osv
  - pip
epss: 0.00416
epssPercentile: 0.33222
ingestedAt: '2026-07-13T18:57:58.686Z'
---

## Overview

A Sensitive Data Exposure vulnerability exists in Apache Superset allowing authenticated users to retrieve sensitive user information. The Tag endpoint (disabled by default) allows users to retrieve a list of objects associated with a specific tag.
When these associated objects include Users, the API response improperly serializes and returns sensitive fields, including password hashes (pbkdf2), email addresses, and login statistics. This vulnerability allows authenticated users with low privileges (e.g., Gamma role) to view sensitive authentication data 

This issue affects Apache Superset: before 6.0.0.

Users are recommended to upgrade to version 6.0.0, which fixes the issue or make sure TAGGING_SYSTEM is False (Apache Superset current default)

## Affected packages

- `apache-superset < 6.0.0`

## Remediation

Upgrade to a patched release:

- `apache-superset 6.0.0`
