From 1d96c6ec5ed1b6bc63386a66f0acb57220f05392 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:50:34 +0000 Subject: [PATCH] Publish Advisories GHSA-9qqg-mh7c-chfq GHSA-9qqg-mh7c-chfq --- .../GHSA-9qqg-mh7c-chfq.json | 66 +++++++++++++++++++ .../GHSA-9qqg-mh7c-chfq.json | 39 ----------- 2 files changed, 66 insertions(+), 39 deletions(-) create mode 100644 advisories/github-reviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json delete mode 100644 advisories/unreviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json diff --git a/advisories/github-reviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json b/advisories/github-reviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json new file mode 100644 index 00000000000..17dfc4800cf --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json @@ -0,0 +1,66 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9qqg-mh7c-chfq", + "modified": "2023-10-24T02:49:20Z", + "published": "2023-10-23T21:30:58Z", + "aliases": [ + "CVE-2023-46288" + ], + "summary": "Apache Airflow vulnerable to Exposure of Sensitive Information", + "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 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).\n\nUsers are recommended to upgrade to version 2.7.2, which fixes the issue and additionally fixes CVE-2023-45348.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "apache-airflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.0" + }, + { + "fixed": "2.7.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46288" + }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/pull/32261" + }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/commit/4a525e85e31b26d413c986c86d181114bb37bd06" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/airflow" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/yw4vzm0c5lqkwm0bxv6qy03yfd1od4nw" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-24T02:49:20Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json b/advisories/unreviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json deleted file mode 100644 index e58c7c886f0..00000000000 --- a/advisories/unreviewed/2023/10/GHSA-9qqg-mh7c-chfq/GHSA-9qqg-mh7c-chfq.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9qqg-mh7c-chfq", - "modified": "2023-10-23T21:30:58Z", - "published": "2023-10-23T21:30:58Z", - "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 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).\n\nUsers are recommended to upgrade to version 2.7.2, which fixes the issue and additionally fixes CVE-2023-45348.\n\n", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46288" - }, - { - "type": "WEB", - "url": "https://github.com/apache/airflow/pull/32261" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/yw4vzm0c5lqkwm0bxv6qy03yfd1od4nw" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": null - } -} \ No newline at end of file