mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-jchm-fm4q-c2fp GHSA-mjff-wv85-hmcj
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user