pysec-2023-218
Vulnerability from pysec
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.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "apache-airflow", "purl": "pkg:pypi/apache-airflow" }, "ranges": [ { "events": [ { "introduced": "2.4.0" }, { "fixed": "2.7.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "2.4.0", "2.4.1", "2.4.1rc1", "2.4.2", "2.4.2rc1", "2.4.3", "2.4.3rc1", "2.5.0", "2.5.0rc1", "2.5.0rc2", "2.5.0rc3", "2.5.1", "2.5.1rc1", "2.5.1rc2", "2.5.2", "2.5.2rc1", "2.5.2rc2", "2.5.3", "2.5.3rc1", "2.5.3rc2", "2.6.0", "2.6.0b1", "2.6.0rc1", "2.6.0rc2", "2.6.0rc3", "2.6.0rc4", "2.6.0rc5", "2.6.1", "2.6.1rc1", "2.6.1rc2", "2.6.1rc3", "2.6.2", "2.6.2rc1", "2.6.2rc2", "2.6.3", "2.6.3rc1", "2.7.0b1", "2.7.0rc1", "2.7.0rc2" ] } ], "aliases": [ "CVE-2023-46288" ], "details": "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.\n\nSensitive 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\u00a0option 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\u00a0to non-sensitive-only\u00a0configuration. This is a different error than CVE-2023-45348\u00a0which allows authenticated user to retrieve individual configuration values in 2.7.* by specially crafting their request (solved in 2.7.2).\n\nUsers are recommended to upgrade to version 2.7.2, which fixes the issue and additionally fixes\u00a0CVE-2023-45348.\n\n", "id": "PYSEC-2023-218", "modified": "2023-10-28T05:24:46.485079+00:00", "published": "2023-10-23T19:15:00+00:00", "references": [ { "type": "FIX", "url": "https://github.com/apache/airflow/pull/32261" }, { "type": "ARTICLE", "url": "https://lists.apache.org/thread/yw4vzm0c5lqkwm0bxv6qy03yfd1od4nw" }, { "type": "FIX", "url": "https://lists.apache.org/thread/yw4vzm0c5lqkwm0bxv6qy03yfd1od4nw" }, { "type": "ADVISORY", "url": "https://lists.apache.org/thread/yw4vzm0c5lqkwm0bxv6qy03yfd1od4nw" } ], "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ] }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.