VYPR
High severityNVD Advisory· Published Dec 12, 2024· Updated Feb 12, 2025

Apache Superset: SQLLab Improper readonly query validation allows unauthorized write access

CVE-2024-55633

Description

Improper Authorization vulnerability in Apache Superset. On Postgres analytic databases an attacker with SQLLab access can craft a specially designed SQL DML statement that is Incorrectly identified as a read-only query, enabling its execution. Non postgres analytics database connections and postgres analytics database connections set with a readonly user (advised) are not vulnerable.

This issue affects Apache Superset: before 4.1.0.

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

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Apache Superset before 4.1.0 has improper authorization in SQLLab that allows attackers to execute DML statements on Postgres databases, bypassing read-only checks.

Vulnerability

Details

CVE-2024-55633 is an improper authorization vulnerability in Apache Superset's SQLLab feature. The root cause is that on Postgres analytic databases, a specially crafted SQL DML statement is incorrectly identified as a read-only query, allowing its execution despite intended restrictions [1][2].

Exploitation

An attacker must have SQLLab access to exploit this vulnerability. By crafting a specific SQL DML statement, they can bypass the read-only query validation. Non-Postgres analytic database connections and Postgres connections configured with a readonly user are not affected [1][2].

Impact

Successful exploitation enables an attacker to execute write operations (DML statements) on Postgres databases, potentially leading to unauthorized data modification or deletion.

Mitigation

The issue is fixed in Apache Superset version 4.1.0. Users are strongly recommended to upgrade. Additionally, using a readonly database user for Postgres connections is advised as a preventive measure [1][2].

AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
apache-supersetPyPI
< 4.1.04.1.0

Affected products

4

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.