VDB
KO

PYSEC-2026-1169

Apache Superset data query improperly discloses database schema information to low-privileged guest user

Quick fix

PYSEC-2026-1169 — apache-superset: upgrade to the fixed version with the command below.

pip install --upgrade 'apache-superset>=4.1.3.post1'

Details

When a guest user accesses a chart in Apache Superset, the API response from the /chart/data endpoint includes a query field in its payload. This field contains the underlying query, which improperly discloses database schema information, such as table names, to the low-privileged guest user.

This issue affects Apache Superset: before 4.1.3.

Users are recommended to upgrade to version 4.1.3, which fixes the issue.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / apache-superset
Introduced in: 0 Fixed in: 4.1.3.post1
Fix pip install --upgrade 'apache-superset>=4.1.3.post1'

References