Lucene search
+L

74 matches found

OSV
OSV
added 2026/02/09 12:30 p.m.6 views

GHSA-PM44-X5X7-24C4 Apache Airflow Has an Authorization Bypass That Allows Unauthorized Task Log Access

Vulnerability Overview An authorization bypass vulnerability exists in Apache Airflow that allows authenticated users to access task execution logs without the required permissions. The Flaw The vulnerability affects environments using custom roles or granular permission settings. Normally, Airfl...

6.5CVSS6AI score0.00382EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/02/09 12:30 p.m.10 views

Apache Airflow Has an Authorization Bypass That Allows Unauthorized Task Log Access

Vulnerability Overview An authorization bypass vulnerability exists in Apache Airflow that allows authenticated users to access task execution logs without the required permissions. The Flaw The vulnerability affects environments using custom roles or granular permission settings. Normally, Airfl...

6.5CVSS5.7AI score0.00382EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2026/02/09 11:16 a.m.13 views

CVE-2026-22922

Apache Airflow versions 3.1.0 through 3.1.6 contain an authorization flaw that can allow an authenticated user with custom permissions limited to task access to view task logs without having task log access. Users are recommended to upgrade to Apache Airflow 3.1.7 or later, which resolves this...

6.5CVSS0.00382EPSS
SaveExploits0References3
PyPA
PyPA
added 2026/02/09 11:16 a.m.13 views

PYSEC-2026-11

Apache Airflow versions 3.1.0 through 3.1.6 contain an authorization flaw that can allow an authenticated user with custom permissions limited to task access to view task logs without having task log access. Users are recommended to upgrade to Apache Airflow 3.1.7 or later, which resolves this...

6.5CVSS5.8AI score0.00382EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/02/09 11:16 a.m.12 views

PYSEC-2026-11

Apache Airflow versions 3.1.0 through 3.1.6 contain an authorization flaw that can allow an authenticated user with custom permissions limited to task access to view task logs without having task log access. Users are recommended to upgrade to Apache Airflow 3.1.7 or later, which resolves this...

6.5CVSS5.7AI score0.00382EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/02/09 10:33 a.m.4 views

CVE-2026-22922

Apache Airflow versions 3.1.0 through 3.1.6 contain an authorization flaw that can allow an authenticated user with custom permissions limited to task access to view task logs without having task log access. Users are recommended to upgrade to Apache Airflow 3.1.7 or later, which resolves this...

6.5CVSS5.4AI score0.00382EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/02/09 10:33 a.m.37 views

CVE-2026-22922

CVE-2026-22922 affects Apache Airflow versions 3.1.0–3.1.6, where an authorization flaw could allow an authenticated user with custom permissions limited to task access to view task logs without task-log access. The issue has been fixed in Airflow 3.1.7 and later. Practical impact is limited to l...

6.5CVSS5.4AI score0.00382EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/02/09 10:33 a.m.40 views

CVE-2026-22922 Apache Airflow: Airflow externalLogUrl Permission Bypass

Apache Airflow versions 3.1.0 through 3.1.6 contain an authorization flaw that can allow an authenticated user with custom permissions limited to task access to view task logs without having task log access. Users are recommended to upgrade to Apache Airflow 3.1.7 or later, which resolves this...

0.00382EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/02/09 12:0 a.m.11 views

Apache Airflow 安全漏洞

Apache Airflow is an open-source platform developed by the Apache Foundation in the United States. It allows for the creation, management, and monitoring of workflows. This platform features scalability and dynamic monitoring capabilities. Versions 3.1.0 to 3.1.6 of Apache Airflow contain securit...

6.5CVSS5.8AI score0.00382EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/01/16 12:30 p.m.16 views

Apache Airflow proxy credentials for various providers might leak in task logs

In Apache Airflow versions before 3.1.6, and 2.11.1 the proxies and proxy fields within a Connection may include proxy URLs containing embedded authentication information. These fields were not treated as sensitive by default and therefore were not automatically masked in log output. As a result,...

7.5CVSS5.7AI score0.01979EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/01/16 10:23 a.m.74 views

CVE-2025-68675

CVE-2025-68675 affects Apache Airflow versions prior to 3.1.6, where proxy URLs embedded in Connection proxy fields could be logged in cleartext. The issue arises because these proxies/fields were not treated as sensitive by default, allowing credentials to leak through task/log output. Public ad...

7.5CVSS5.7AI score0.01979EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/01/16 10:23 a.m.22 views

EUVD-2026-2912

In Apache Airflow versions before 3.1.6, the proxies and proxy fields within a Connection may include proxy URLs containing embedded authentication information. These fields were not treated as sensitive by default and therefore were not automatically masked in log output. As a result, when such...

7.5CVSS6.5AI score0.01979EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/01/15 12:0 a.m.11 views

PT-2026-3231

Name of the Vulnerable Software and Affected Versions Apache Airflow versions prior to 3.1.6 Description When rendered template fields in a Dag exceed max templated field length, sensitive values could be exposed in cleartext in the Rendered Templates UI. This is due to the serialization of these...

7.8CVSS5.2AI score0.00586EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2026/01/15 12:0 a.m.7 views

PT-2026-3232

Name of the Vulnerable Software and Affected Versions Apache Airflow versions prior to 3.1.6 Description Apache Airflow versions before 3.1.6 did not properly handle sensitive information within proxy URLs in Connection objects. Specifically, proxy credentials embedded in the proxies and proxy...

7.8CVSS6.4AI score0.01979EPSS
SaveExploits0References18
Huntr
Huntr
added 2025/12/26 3:34 p.m.12 views

Airflow externalLogUrl Permission Bypass

1. Summary The externalLogUrl endpoint in Airflow’s FastAPI enforces only the weaker Task Instance access permission TASKINSTANCE instead of the intended Task Logs permission TASKLOGS. As a result, low-privileged users who are not authorized to view task logs can still obtain external log access...

6.1AI score
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2020-18461

Malware in sbrugna...

7.5CVSS7.5AI score0.0154EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-17285

Malware in sbrugna...

7.5CVSS7.5AI score0.01812EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 8:6 a.m.10 views

CVE-2024-45784

Apache Airflow versions before 2.10.3 contain a vulnerability that could expose sensitive configuration variables in task logs. This vulnerability allows DAG authors to unintentionally or intentionally log sensitive configuration variables. Unauthorized users could access these logs, potentially...

7.5CVSS7.5AI score0.01295EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 7:7 a.m.42 views

BIT-AIRFLOW-2024-45784 Apache Airflow: Sensitive configuration values are not masked in the logs by default

Apache Airflow versions before 2.10.3 contain a vulnerability that could expose sensitive configuration variables in task logs. This vulnerability allows DAG authors to unintentionally or intentionally log sensitive configuration variables. Unauthorized users could access these logs, potentially...

7.5CVSS7.4AI score0.01295EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/11/15 9:32 a.m.27 views

Apache Airflow: Sensitive configuration values are not masked in the logs by default

Apache Airflow versions before 2.10.3 contain a vulnerability that could expose sensitive configuration variables in task logs. This vulnerability allows DAG authors to unintentionally or intentionally log sensitive configuration variables. Unauthorized users could access these logs, potentially...

7.5CVSS6.7AI score0.01295EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder