Apache Airflow vulnerable to Exposure of Sensitive Information
Medium4.3CVE-2023-46288 · Published Oct 23, 2023 · updated Feb 13, 2025
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| apache-airflow PyPI | >= 2.4.0, < 2.7.2 | 2.7.2 |
Details and references
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.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-200
- Also known as
- BIT-airflow-2023-46288, CVE-2023-46288, PYSEC-2023-218
- nvd.nist.gov/vuln/detail/CVE-2023-46288
- github.com/apache/airflow/pull/32261
- github.com/apache/airflow/commit/4a525e85e31b26d413c986c86d181114bb37bd06
- github.com/apache/airflow
- github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2023-218.yaml
- lists.apache.org/thread/yw4vzm0c5lqkwm0bxv6qy03yfd1od4nw
- www.openwall.com/lists/oss-security/2024/04/17/10
More Apache Airflow advisories
All Apache Airflow| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Oct 282023 | Apache Airflow Celery provider Insertion of Sensitive Information into Log File vulnerability CVE-2023-46215High7.5fixed in 2.7.0 | High7.5 | 2.7.0 |
| Oct 142023 | Apache Airflow vulnerable to sensitive information exposure CVE-2023-42663Medium6.5fixed in 2.7.2 | Medium6.5 | 2.7.2 |
| Oct 142023 | Apache Airflow vulnerable to sensitive information exposure when users list warnings for all DAGs CVE-2023-42780Medium6.5fixed in 2.7.2 | Medium6.5 | 2.7.2 |
| Oct 142023 | Apache Airflow vulnerable to sensitive information exposure when expose-config is set to non-sensitive-only CVE-2023-45348Medium4.3fixed in 2.7.2 | Medium4.3 | 2.7.2 |
| Oct 142023 | Apache Airflow vulnerable to privilege escalation CVE-2023-42792Medium6.5fixed in 2.7.2 | Medium6.5 | 2.7.2 |
| Nov 122023 | Apache Airflow allows authenticated and DAG-view authorized users to modify some DAG run detail values when submitting notes CVE-2023-47037Medium4.3fixed in 2.7.3 | Medium4.3 | 2.7.3 |