cbcvebase.

Apache Software Foundation Apache Airflow vulnerabilities

124 known vulnerabilities affecting apache_software_foundation/apache_airflow.

Total CVEs
124
CISA KEV
1
actively exploited
Public exploits
6
Exploited in wild
2
Severity breakdown
CRITICAL11HIGH38MEDIUM72LOW3

Vulnerabilities

Page 4 of 7
CVE-2023-22887P3MEDIUMCVSS 6.5fixed in 2.6.32023-07-12
CVE-2023-22887 [MEDIUM] CWE-22 CVE-2023-22887: Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an attacker to per Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an attacker to perform unauthorized file access outside the intended directory structure by manipulating the run_id parameter. This vulnerability is considered low since it requires an authenticated user to exploit it. It is recommended to upgrade to a version that is n
nvd
CVE-2026-25219P3MEDIUMCVSS 6.5fixed in 3.1.82026-04-15
CVE-2026-25219 [MEDIUM] CWE-200 CVE-2026-25219: The `access_key` and `connection_string` connection properties were not marked as sensitive names in The `access_key` and `connection_string` connection properties were not marked as sensitive names in secrets masker. This means that user with read permission could see the values in Connection UI, as well as when Connection was accidentaly logged to logs, those values could be seen in the logs. Azure Service Bus used those properties to store sensi
nvd
CVE-2025-66388P3MEDIUMCVSS 6.5≥ 3.1.0, < 3.1.42025-12-15
CVE-2025-66388 [MEDIUM] CWE-201 CVE-2025-66388: A vulnerability in Apache Airflow allowed authenticated UI users to view secret values in rendered t 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, which fixes this issue.
nvd
CVE-2026-48828P3MEDIUMCVSS 6.5fixed in 3.3.02026-07-07
CVE-2026-48828 [MEDIUM] CWE-200 CVE-2026-48828: The Bulk Variables API in Apache Airflow called the redactor without passing the variable's key, so The Bulk Variables API in Apache Airflow called the redactor without passing the variable's key, so the key-based `should_hide_value_for_key` check (which triggers on secret-suffixed key names like `*_password` / `*_token` / `*_secret`) could not fire for JSON-decodable variable values. An authenticated UI/API user with bulk Variable read permission
nvd
CVE-2026-22922P3MEDIUMCVSS 6.5≥ 3.1.0, < 3.1.72026-02-09
CVE-2026-22922 [MEDIUM] CWE-648 CVE-2026-22922: Apache Airflow versions 3.1.0 through 3.1.6 contain an authorization flaw that can allow an authenti 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 issue.
nvd
CVE-2023-51702P3MEDIUMCVSS 6.5≥ 2.3.0, < 2.6.12024-01-24
CVE-2023-51702 [MEDIUM] CWE-312 CVE-2023-51702: Since version 5.2.0, when using deferrable mode with the path of a Kubernetes configuration file for Since version 5.2.0, when using deferrable mode with the path of a Kubernetes configuration file for authentication, the Airflow worker serializes this configuration file as a dictionary and sends it to the triggerer by storing it in metadata without any encryption. Additionally, if used with an Airflow version between 2.3.0 and 2.6.0, the configura
nvd
CVE-2023-42792P3MEDIUMCVSS 6.5fixed in 2.8.02023-10-14
CVE-2023-42792 [MEDIUM] CWE-668 CVE-2023-42792: Apache Airflow, in versions prior to 2.7.2, contains a security vulnerability that allows an authent Apache Airflow, in versions prior to 2.7.2, contains a security vulnerability that allows an authenticated user with limited access to some DAGs, to craft a request that could give the user write access to various DAG resources for DAGs that the user had no access to, thus, enabling the user to clear DAGs they shouldn't. Users of Apache Airflow are
nvd
CVE-2023-50783P3MEDIUMCVSS 6.5fixed in 2.8.02023-12-21
CVE-2023-50783 [MEDIUM] CWE-284 CVE-2023-50783: Apache Airflow, versions before 2.8.0, is affected by a vulnerability that allows an authenticated u Apache Airflow, versions before 2.8.0, is affected by a vulnerability that allows an authenticated user without the variable edit permission, to update a variable. This flaw compromises the integrity of variable management, potentially leading to unauthorized data modification. Users are recommended to upgrade to 2.8.0, which fixes this issue
nvd
CVE-2025-54831P3MEDIUMCVSS 6.5v3.0.32025-09-26
CVE-2025-54831 [MEDIUM] CWE-213 CVE-2025-54831: Apache Airflow 3 introduced a change to the handling of sensitive information in Connections. The in 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 model was unintentionally violated: sensitive connection information could
nvd
CVE-2025-65995P3MEDIUMCVSS 6.5≥ 3.0.0, < 3.1.4fixed in 2.11.12026-02-21
CVE-2025-65995 [MEDIUM] CWE-209 CVE-2025-65995: When a DAG failed during parsing, Airflow’s error-reporting in the UI could include the full kwargs When a DAG failed during parsing, Airflow’s error-reporting in the UI could include the full kwargs passed to the operators. If those kwargs contained sensitive values (such as secrets), they might be exposed in the UI tracebacks to authenticated users who had permission to view that DAG. The issue has been fixed in Airflow 3.1.4 and 2.11.1, and use
nvd
CVE-2020-17511P3MEDIUMCVSS 6.5≥ Apache Airflow, < 1.10.132020-12-14
CVE-2020-17511 [MEDIUM] CWE-312 CVE-2020-17511: In Airflow versions prior to 1.10.13, when creating a user using airflow CLI, the password gets logg In Airflow versions prior to 1.10.13, when creating a user using airflow CLI, the password gets logged in plain text in the Log table in Airflow Metadatase. Same happened when creating a Connection with a password field.
nvd
CVE-2023-42663P3MEDIUMCVSS 6.5fixed in 2.7.32023-10-14
CVE-2023-42663 [MEDIUM] CWE-200 CVE-2023-42663: Apache Airflow, versions before 2.7.2, has a vulnerability that allows an authorized user who has ac Apache Airflow, versions before 2.7.2, has a vulnerability that allows an authorized user who has access to read specific DAGs only, to read information about task instances in other DAGs. Users of Apache Airflow are advised to upgrade to version 2.7.2 or newer to mitigate the risk associated with this vulnerability.
nvd
CVE-2023-35005P3MEDIUMCVSS 6.5≥ 2.5.0, < 2.6.22023-06-19
CVE-2023-35005 [MEDIUM] CWE-200 CVE-2023-35005: In Apache Airflow, some potentially sensitive values were being shown to the user in certain situati In Apache Airflow, some potentially sensitive values were being shown to the user in certain situations. This 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. This issue affects Apache A
nvd
CVE-2023-40712P3MEDIUMCVSS 6.5fixed in 2.7.12023-09-12
CVE-2023-40712 [MEDIUM] CWE-200 CVE-2023-40712: Apache Airflow, versions before 2.7.1, is affected by a vulnerability that allows authenticated user Apache Airflow, versions before 2.7.1, is affected by a vulnerability that allows authenticated users who have access to see the task/dag in the UI, to craft a URL, which could lead to unmasking the secret configuration of the task that otherwise would be masked in the UI. Users are strongly advised to upgrade to version 2.7.1 or later which has re
nvd
CVE-2022-46651P3MEDIUMCVSS 6.5fixed in 2.6.32023-07-12
CVE-2022-46651 [MEDIUM] CWE-200 CVE-2022-46651: Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an unauthorized ac Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an unauthorized actor to gain access to sensitive information in Connection edit view. This vulnerability is considered low since it requires someone with access to Connection resources specifically updating the connection to exploit it. Users should upgrade to version
nvd
CVE-2023-42780P3MEDIUMCVSS 6.5fixed in 2.7.22023-10-14
CVE-2023-42780 [MEDIUM] CWE-200 CVE-2023-42780: Apache Airflow, versions prior to 2.7.2, contains a security vulnerability that allows authenticated Apache Airflow, versions prior to 2.7.2, contains a security vulnerability that allows authenticated users of Airflow to list warnings for all DAGs, even if the user had no permission to see those DAGs. It would reveal the dag_ids and the stack-traces of import errors for those DAGs with import errors. Users of Apache Airflow are advised to upgrade
nvd
CVE-2023-50944P3MEDIUMCVSS 6.5fixed in 2.8.12024-01-24
CVE-2023-50944 [MEDIUM] CWE-862 CVE-2023-50944: Apache Airflow, versions before 2.8.1, have a vulnerability that allows an authenticated user to acc 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 upgrade to version 2.8.1, which fixes this issue.
nvd
CVE-2026-41017P3MEDIUMCVSS 5.9≥ 3.0.0, < 3.2.22026-06-01
CVE-2026-41017 [MEDIUM] CWE-614 CVE-2026-41017: Apache Airflow's `JWTRefreshMiddleware` set the JWT auth cookie without the `Secure` flag, so deploy Apache Airflow's `JWTRefreshMiddleware` set the JWT auth cookie without the `Secure` flag, so deployments running the Airflow API server behind an HTTPS-terminating reverse proxy (e.g. nginx / Envoy / a managed load balancer that terminates TLS and forwards plaintext to the API server, the default cloud-native topology) would have the user's session
nvd
CVE-2023-36543P3MEDIUMCVSS 6.5fixed in 2.6.32023-07-12
CVE-2023-36543 [MEDIUM] CWE-1333 CVE-2023-36543: Apache Airflow, versions before 2.6.3, has a vulnerability where an authenticated user can use craft Apache Airflow, versions before 2.6.3, has a vulnerability where an authenticated user can use crafted input to make the current request hang. It is recommended to upgrade to a version that is not affected
nvd
CVE-2018-20245P3HIGHCVSS 7.5vApache Airflow <= 1.10.02019-01-23
CVE-2018-20245 [HIGH] CWE-295 CVE-2018-20245: The LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache Airflow 1.10.1 was m The LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache Airflow 1.10.1 was misconfigured and contained improper checking of exceptions which disabled server certificate checking.
nvd
Apache Software Foundation Apache Airflow vulnerabilities | cvebase