From 9da6fbcbd784dd02b7052759944c2581b2b2e6f2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:01:32 +0000 Subject: [PATCH] Publish Advisories GHSA-jchm-fm4q-c2fp GHSA-mjff-wv85-hmcj --- .../GHSA-jchm-fm4q-c2fp.json | 12 ++++++++++-- .../GHSA-mjff-wv85-hmcj.json | 18 +++++++++++++++--- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/advisories/github-reviewed/2023/05/GHSA-jchm-fm4q-c2fp/GHSA-jchm-fm4q-c2fp.json b/advisories/github-reviewed/2023/05/GHSA-jchm-fm4q-c2fp/GHSA-jchm-fm4q-c2fp.json index 6b72b83b0c3..eea14aafa98 100644 --- a/advisories/github-reviewed/2023/05/GHSA-jchm-fm4q-c2fp/GHSA-jchm-fm4q-c2fp.json +++ b/advisories/github-reviewed/2023/05/GHSA-jchm-fm4q-c2fp/GHSA-jchm-fm4q-c2fp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jchm-fm4q-c2fp", - "modified": "2023-06-06T17:46:53Z", + "modified": "2024-09-11T17:00:41Z", "published": "2023-05-08T12:30:29Z", "aliases": [ "CVE-2023-25754" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -28,7 +32,7 @@ "introduced": "0" }, { - "fixed": "2.6.0" + "fixed": "2.6.0b1" } ] } @@ -44,6 +48,10 @@ "type": "WEB", "url": "https://github.com/apache/airflow/pull/29506" }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/commit/18347d36e67894604436f3ef47d273532683b473" + }, { "type": "PACKAGE", "url": "https://github.com/apache/airflow" diff --git a/advisories/github-reviewed/2023/06/GHSA-mjff-wv85-hmcj/GHSA-mjff-wv85-hmcj.json b/advisories/github-reviewed/2023/06/GHSA-mjff-wv85-hmcj/GHSA-mjff-wv85-hmcj.json index 25d7ccfab89..dda37efb237 100644 --- a/advisories/github-reviewed/2023/06/GHSA-mjff-wv85-hmcj/GHSA-mjff-wv85-hmcj.json +++ b/advisories/github-reviewed/2023/06/GHSA-mjff-wv85-hmcj/GHSA-mjff-wv85-hmcj.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-mjff-wv85-hmcj", - "modified": "2023-06-27T20:28:27Z", + "modified": "2024-09-11T16:59:47Z", "published": "2023-06-19T09:30:17Z", "aliases": [ "CVE-2023-35005" ], "summary": "Apache Airflow vulnerable to exposure of sensitive information", - "details": "In Apache Airflow, some potentially sensitive values were being shown to the user in certain situations.\n\nThis vulnerability is mitigated by the fact configuration is not shown in the UI by default (only if `[webserver] expose_config` is set to `non-sensitive-only`), and not all uncensored values are actually sentitive.\n\nThis issue affects Apache Airflow: from 2.5.0 before 2.6.2. Users are recommended to update to version 2.6.2 or later.\n\n\n", + "details": "In Apache Airflow, some potentially sensitive values were being shown to the user in certain situations.\n\nThis vulnerability is mitigated by the fact configuration is not shown in the UI by default (only if `[webserver] expose_config` is set to `non-sensitive-only`), and not all uncensored values are actually sentitive.\n\nThis issue affects Apache Airflow: from 2.5.0 before 2.6.2. Users are recommended to update to version 2.6.2 or later.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -28,7 +32,7 @@ "introduced": "2.5.0" }, { - "fixed": "2.6.2" + "fixed": "2.6.2rc1" } ] } @@ -48,6 +52,14 @@ "type": "WEB", "url": "https://github.com/apache/airflow/pull/31820" }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/commit/5679a01919ac9d5153e858f8b1390cbc7915f148" + }, + { + "type": "WEB", + "url": "https://github.com/apache/airflow/commit/f6cda8fb63250fc4700658999739c1c3c5f6625c" + }, { "type": "PACKAGE", "url": "https://github.com/apache/airflow"