PyPI package
apache-airflow
pkg:pypi/apache-airflow
Vulnerabilities (111)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2025-68438 | — | >= 3.1.0, < 3.1.6 | 3.1.6 | Jan 16, 2026 | In Apache Airflow versions before 3.1.6, when rendered template fields in a Dag exceed [core] max_templated_field_length, sensitive values could be exposed in cleartext in the Rendered Templates UI. This occurred because serialization of those fields used a secrets masker instanc | ||
| CVE-2025-66388 | — | >= 3.1.0, < 3.1.5 | 3.1.5 | Dec 15, 2025 | A vulnerability in Apache Airflow allowed authenticated UI users to view secret values in rendered templates due to secrets not being properly redacted, potentially exposing secrets to users without the appropriate authorization. Users are recommended to upgrade to version 3.1.4 | ||
| CVE-2025-54941 | — | >= 3.0.0, < 3.0.5 | 3.0.5 | Oct 30, 2025 | An example dag `example_dag_decorator` had non-validated parameter that allowed the UI user to redirect the example to a malicious server and execute code on worker. This however required that the example dags are enabled in production (not default) or the example dag code copied | ||
| CVE-2025-62402 | — | >= 3.0.0, < 3.1.1 | 3.1.1 | Oct 30, 2025 | API users via `/api/v2/dagReports` could perform Dag code execution in the context of the api-server if the api-server was deployed in the environment where Dag files were available. | ||
| CVE-2025-62503 | — | >= 3.0.0, < 3.1.1 | 3.1.1 | Oct 30, 2025 | User with CREATE and no UPDATE privilege for Pools, Connections, Variables could update existing records via bulk create API with overwrite action. | ||
| CVE-2025-54831 | — | >= 3.0.3, < 3.0.4 | 3.0.4 | Sep 26, 2025 | Apache Airflow 3 introduced a change to the handling of sensitive information in Connections. The intent was to restrict access to sensitive connection fields to Connection Editing Users, effectively applying a "write-only" model for sensitive values. In Airflow 3.0.3, this mod | ||
| CVE-2024-50378 | — | < 2.10.3 | 2.10.3 | Nov 8, 2024 | Airflow versions before 2.10.3 have a vulnerability that allows authenticated users with audit log access to see sensitive values in audit logs which they should not see. When sensitive variables were set via airflow CLI, values of those variables appeared in the audit log and we | ||
| CVE-2024-45034 | — | < 2.10.1 | 2.10.1 | Sep 7, 2024 | Apache Airflow versions before 2.10.1 have a vulnerability that allows DAG authors to add local settings to the DAG folder and get it executed by the scheduler, where the scheduler is not supposed to execute code submitted by the DAG author. Users are advised to upgrade to versi | ||
| CVE-2024-45498 | — | >= 2.10.0, < 2.10.1 | 2.10.1 | Sep 7, 2024 | Example DAG: example_inlet_event_extra.py shipped with Apache Airflow version 2.10.0 has a vulnerability that allows an authenticated attacker with only DAG trigger permission to execute arbitrary commands. If you used that example as the base of your DAGs - please review if you | ||
| CVE-2024-41937 | — | < 2.10.0 | 2.10.0 | Aug 21, 2024 | Apache Airflow, versions before 2.10.0, have a vulnerability that allows the developer of a malicious provider to execute a cross-site scripting attack when clicking on a provider documentation link. This would require the provider to be installed on the web server and the user t | ||
| CVE-2024-39877 | — | >= 2.4.0, < 2.9.3 | 2.9.3 | Jul 17, 2024 | Apache Airflow 2.4.0, and versions before 2.9.3, has a vulnerability that allows authenticated DAG authors to craft a doc_md parameter in a way that could execute arbitrary code in the scheduler context, which should be forbidden according to the Airflow Security model. Users sho | ||
| CVE-2024-39863 | — | < 2.9.3 | 2.9.3 | Jul 17, 2024 | Apache Airflow versions before 2.9.3 have a vulnerability that allows an authenticated attacker to inject a malicious link when installing a provider. Users are recommended to upgrade to version 2.9.3, which fixes this issue. | ||
| CVE-2024-25142 | — | < 2.9.2 | 2.9.2 | Jun 14, 2024 | Use of Web Browser Cache Containing Sensitive Information vulnerability in Apache Airflow. Airflow did not return "Cache-Control" header for dynamic content, which in case of some browsers could result in potentially storing sensitive data in local cache of the browser. This i | ||
| CVE-2024-32077 | — | >= 2.9.0, < 2.9.1 | 2.9.1 | May 14, 2024 | Apache Airflow version 2.9.0 has a vulnerability that allows an authenticated attacker to inject malicious data into the task instance logs. Users are recommended to upgrade to version 2.9.1, which fixes this issue. | ||
| CVE-2024-31869 | — | >= 2.7.0, < 2.9.0 | 2.9.0 | Apr 18, 2024 | Airflow versions 2.7.0 through 2.8.4 have a vulnerability that allows an authenticated user to see sensitive provider configuration via the "configuration" UI page when "non-sensitive-only" was set as "webserver.expose_config" configuration (The celery provider is the only commun | ||
| CVE-2024-29735 | — | >= 2.8.2, < 2.8.4 | 2.8.4 | Mar 26, 2024 | Improper Preservation of Permissions vulnerability in Apache Airflow.This issue affects Apache Airflow from 2.8.2 through 2.8.3. Airflow's local file task handler in Airflow incorrectly set permissions for all parent folders of log folder, in default configuration adding write a | ||
| CVE-2024-28746 | — | >= 2.8.0, < 2.8.3rc1 | 2.8.3rc1 | Mar 14, 2024 | Apache Airflow, versions 2.8.0 through 2.8.2, has a vulnerability that allows an authenticated user with limited permissions to access resources such as variables, connections, etc from the UI which they do not have permission to access. Users of Apache Airflow are recommended | ||
| CVE-2024-26280 | — | < 2.8.2 | 2.8.2 | Mar 1, 2024 | Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated Ops and Viewers users to view all information on audit logs, including dag names and usernames they were not permitted to view. With 2.8.2 and newer, Ops and Viewer users do not have audit log pe | ||
| CVE-2024-27906 | — | < 2.8.2 | 2.8.2 | Feb 29, 2024 | Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated users to view DAG code and import errors of DAGs they do not have permission to view through the API and the UI. Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to m | ||
| CVE-2023-50944 | — | < 2.8.1rc1 | 2.8.1rc1 | Jan 24, 2024 | Apache Airflow, versions before 2.8.1, have a vulnerability that allows an authenticated user to access the source code of a DAG to which they don't have access. This vulnerability is considered low since it requires an authenticated user to exploit it. Users are recommended to u |
- CVE-2025-68438Jan 16, 2026affected >= 3.1.0, < 3.1.6fixed 3.1.6
In Apache Airflow versions before 3.1.6, when rendered template fields in a Dag exceed [core] max_templated_field_length, sensitive values could be exposed in cleartext in the Rendered Templates UI. This occurred because serialization of those fields used a secrets masker instanc
- CVE-2025-66388Dec 15, 2025affected >= 3.1.0, < 3.1.5fixed 3.1.5
A vulnerability in Apache Airflow allowed authenticated UI users to view secret values in rendered templates due to secrets not being properly redacted, potentially exposing secrets to users without the appropriate authorization. Users are recommended to upgrade to version 3.1.4
- CVE-2025-54941Oct 30, 2025affected >= 3.0.0, < 3.0.5fixed 3.0.5
An example dag `example_dag_decorator` had non-validated parameter that allowed the UI user to redirect the example to a malicious server and execute code on worker. This however required that the example dags are enabled in production (not default) or the example dag code copied
- CVE-2025-62402Oct 30, 2025affected >= 3.0.0, < 3.1.1fixed 3.1.1
API users via `/api/v2/dagReports` could perform Dag code execution in the context of the api-server if the api-server was deployed in the environment where Dag files were available.
- CVE-2025-62503Oct 30, 2025affected >= 3.0.0, < 3.1.1fixed 3.1.1
User with CREATE and no UPDATE privilege for Pools, Connections, Variables could update existing records via bulk create API with overwrite action.
- CVE-2025-54831Sep 26, 2025affected >= 3.0.3, < 3.0.4fixed 3.0.4
Apache Airflow 3 introduced a change to the handling of sensitive information in Connections. The intent was to restrict access to sensitive connection fields to Connection Editing Users, effectively applying a "write-only" model for sensitive values. In Airflow 3.0.3, this mod
- CVE-2024-50378Nov 8, 2024affected < 2.10.3fixed 2.10.3
Airflow versions before 2.10.3 have a vulnerability that allows authenticated users with audit log access to see sensitive values in audit logs which they should not see. When sensitive variables were set via airflow CLI, values of those variables appeared in the audit log and we
- CVE-2024-45034Sep 7, 2024affected < 2.10.1fixed 2.10.1
Apache Airflow versions before 2.10.1 have a vulnerability that allows DAG authors to add local settings to the DAG folder and get it executed by the scheduler, where the scheduler is not supposed to execute code submitted by the DAG author. Users are advised to upgrade to versi
- CVE-2024-45498Sep 7, 2024affected >= 2.10.0, < 2.10.1fixed 2.10.1
Example DAG: example_inlet_event_extra.py shipped with Apache Airflow version 2.10.0 has a vulnerability that allows an authenticated attacker with only DAG trigger permission to execute arbitrary commands. If you used that example as the base of your DAGs - please review if you
- CVE-2024-41937Aug 21, 2024affected < 2.10.0fixed 2.10.0
Apache Airflow, versions before 2.10.0, have a vulnerability that allows the developer of a malicious provider to execute a cross-site scripting attack when clicking on a provider documentation link. This would require the provider to be installed on the web server and the user t
- CVE-2024-39877Jul 17, 2024affected >= 2.4.0, < 2.9.3fixed 2.9.3
Apache Airflow 2.4.0, and versions before 2.9.3, has a vulnerability that allows authenticated DAG authors to craft a doc_md parameter in a way that could execute arbitrary code in the scheduler context, which should be forbidden according to the Airflow Security model. Users sho
- CVE-2024-39863Jul 17, 2024affected < 2.9.3fixed 2.9.3
Apache Airflow versions before 2.9.3 have a vulnerability that allows an authenticated attacker to inject a malicious link when installing a provider. Users are recommended to upgrade to version 2.9.3, which fixes this issue.
- CVE-2024-25142Jun 14, 2024affected < 2.9.2fixed 2.9.2
Use of Web Browser Cache Containing Sensitive Information vulnerability in Apache Airflow. Airflow did not return "Cache-Control" header for dynamic content, which in case of some browsers could result in potentially storing sensitive data in local cache of the browser. This i
- CVE-2024-32077May 14, 2024affected >= 2.9.0, < 2.9.1fixed 2.9.1
Apache Airflow version 2.9.0 has a vulnerability that allows an authenticated attacker to inject malicious data into the task instance logs. Users are recommended to upgrade to version 2.9.1, which fixes this issue.
- CVE-2024-31869Apr 18, 2024affected >= 2.7.0, < 2.9.0fixed 2.9.0
Airflow versions 2.7.0 through 2.8.4 have a vulnerability that allows an authenticated user to see sensitive provider configuration via the "configuration" UI page when "non-sensitive-only" was set as "webserver.expose_config" configuration (The celery provider is the only commun
- CVE-2024-29735Mar 26, 2024affected >= 2.8.2, < 2.8.4fixed 2.8.4
Improper Preservation of Permissions vulnerability in Apache Airflow.This issue affects Apache Airflow from 2.8.2 through 2.8.3. Airflow's local file task handler in Airflow incorrectly set permissions for all parent folders of log folder, in default configuration adding write a
- CVE-2024-28746Mar 14, 2024affected >= 2.8.0, < 2.8.3rc1fixed 2.8.3rc1
Apache Airflow, versions 2.8.0 through 2.8.2, has a vulnerability that allows an authenticated user with limited permissions to access resources such as variables, connections, etc from the UI which they do not have permission to access. Users of Apache Airflow are recommended
- CVE-2024-26280Mar 1, 2024affected < 2.8.2fixed 2.8.2
Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated Ops and Viewers users to view all information on audit logs, including dag names and usernames they were not permitted to view. With 2.8.2 and newer, Ops and Viewer users do not have audit log pe
- CVE-2024-27906Feb 29, 2024affected < 2.8.2fixed 2.8.2
Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated users to view DAG code and import errors of DAGs they do not have permission to view through the API and the UI. Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to m
- CVE-2023-50944Jan 24, 2024affected < 2.8.1rc1fixed 2.8.1rc1
Apache Airflow, versions before 2.8.1, have a vulnerability that allows an authenticated user to access the source code of a DAG to which they don't have access. This vulnerability is considered low since it requires an authenticated user to exploit it. Users are recommended to u
Page 2 of 6