Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-2q6j-vpvr-6pvj: Apache Superset vulnerable to improper SQL authorization

An SQL Injection vulnerability in Apache Superset exists due to improper neutralization of special elements used in SQL commands. Specifically, certain engine-specific functions are not checked, which allows attackers to bypass Apache Superset’s SQL authorization. To mitigate this, a new configuration key named DISALLOWED_SQL_FUNCTIONS has been introduced. This key disallows the use of the following PostgreSQL functions: version, query_to_xml, inet_server_addr, and inet_client_addr. Additional functions can be added to this list for increased protection.

This issue affects Apache Superset: before 4.0.2.

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

ghsa
#sql#vulnerability#apache#git#auth#postgres

Package

pip apache-superset (pip)

Affected versions

< 4.0.2

Patched versions

4.0.2

Description

An SQL Injection vulnerability in Apache Superset exists due to improper neutralization of special elements used in SQL commands. Specifically, certain engine-specific functions are not checked, which allows attackers to bypass Apache Superset’s SQL authorization. To mitigate this, a new configuration key named DISALLOWED_SQL_FUNCTIONS has been introduced. This key disallows the use of the following PostgreSQL functions: version, query_to_xml, inet_server_addr, and inet_client_addr. Additional functions can be added to this list for increased protection.

This issue affects Apache Superset: before 4.0.2.

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

References

  • https://nvd.nist.gov/vuln/detail/CVE-2024-39887
  • https://lists.apache.org/thread/j55vm41jg3l0x6w49zrmvbf3k0ts5fqz
  • http://www.openwall.com/lists/oss-security/2024/07/16/5
  • apache/superset@56f0103

Published by the National Vulnerability Database

Jul 16, 2024

Published to the GitHub Advisory Database

Jul 16, 2024

Reviewed

Jul 16, 2024

Last updated

Jul 16, 2024

ghsa: Latest News

GHSA-pj33-75x5-32j4: RabbitMQ HTTP API's queue deletion endpoint does not verify that the user has a required permission