First published: Mon Oct 23 2023(Updated: )
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Airflow. This issue affects Apache Airflow from 2.4.0 to 2.7.0. Sensitive configuration information has been exposed to authenticated users with the ability to read configuration via Airflow REST API for configuration even when the expose_config option is set to non-sensitive-only. The expose_config option is False by default. It is recommended to upgrade to a version that is not affected if you set expose_config to non-sensitive-only configuration. This is a different error than CVE-2023-45348 which allows authenticated user to retrieve individual configuration values in 2.7.* by specially crafting their request (solved in 2.7.2). Users are recommended to upgrade to version 2.7.2, which fixes the issue and additionally fixes CVE-2023-45348.
Credit: security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Airflow | >=2.4.0<2.7.0 | |
pip/apache-airflow | >=2.4.0<2.7.2 | 2.7.2 |
>=2.4.0<2.7.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-46288 is a vulnerability found in Apache Airflow that exposes sensitive configuration information to authenticated users via the Airflow REST API.
CVE-2023-46288 affects Apache Airflow versions 2.4.0 to 2.7.0.
An unauthorized actor can exploit CVE-2023-46288 by using the Airflow REST API to read sensitive configuration information.
To fix CVE-2023-46288, upgrade your Apache Airflow installation to version 2.7.2 or later.
The CWE ID for CVE-2023-46288 is CWE-200.