PyPI package
apache-airflow
pkg:pypi/apache-airflow
Vulnerabilities (112)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2023-39508 | — | < 2.6.0b1 | 2.6.0b1 | Aug 5, 2023 | Execution with Unnecessary Privileges, : Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Software Foundation Apache Airflow.The "Run Task" feature enables authenticated user to bypass some of the restrictions put in place. It allows to execute c | ||
| CVE-2023-22888 | — | < 2.6.3 | 2.6.3 | Jul 12, 2023 | Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an attacker to cause a service disruption by manipulating the run_id parameter. This vulnerability is considered low since it requires an authenticated user to exploit it. It is recommended to upgra | ||
| CVE-2023-36543 | — | < 2.6.3 | 2.6.3 | Jul 12, 2023 | 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 | ||
| CVE-2022-46651 | — | < 2.6.3 | 2.6.3 | Jul 12, 2023 | 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 | ||
| CVE-2023-22887 | — | < 2.6.3 | 2.6.3 | Jul 12, 2023 | 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 | ||
| CVE-2023-35908 | — | < 2.6.3 | 2.6.3 | Jul 12, 2023 | Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows unauthorized read access to a DAG through the URL. It is recommended to upgrade to a version that is not affected | ||
| CVE-2023-35005 | — | >= 2.5.0, < 2.6.2rc1 | 2.6.2rc1 | Jun 19, 2023 | 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 | ||
| CVE-2023-25754 | — | < 2.6.0b1 | 2.6.0b1 | May 8, 2023 | Privilege Context Switching Error vulnerability in Apache Software Foundation Apache Airflow.This issue affects Apache Airflow: before 2.6.0. | ||
| CVE-2023-29247 | — | < 2.6.0 | 2.6.0 | May 8, 2023 | Task instance details page in the UI is vulnerable to a stored XSS.This issue affects Apache Airflow: before 2.6.0. | ||
| CVE-2023-25695 | — | < 2.5.2rc1 | 2.5.2rc1 | Mar 15, 2023 | Generation of Error Message Containing Sensitive Information vulnerability in Apache Software Foundation Apache Airflow.This issue affects Apache Airflow: before 2.5.2. | ||
| CVE-2023-22884 | — | < 2.5.1 | 2.5.1 | Jan 21, 2023 | Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in Apache Software Foundation Apache Airflow, Apache Software Foundation Apache Airflow MySQL Provider.This issue affects Apache Airflow: before 2.5.1; Apache Airflow MySQL Provider: | ||
| CVE-2022-40954 | — | < 2.3.0 | 2.3.0 | Nov 22, 2022 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Spark Provider, Apache Airflow allows an attacker to read arbtrary files in the task execution context, without write access to DAG files. This issue affects | ||
| CVE-2022-40189 | — | < 2.3.0 | 2.3.0 | Nov 22, 2022 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Pig Provider, Apache Airflow allows an attacker to control commands executed in the task execution context, without write access to DAG files. This issue aff | ||
| CVE-2022-38649 | — | < 2.3.0 | 2.3.0 | Nov 22, 2022 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Pinot Provider, Apache Airflow allows an attacker to control commands executed in the task execution context, without write access to DAG files. This issue a | ||
| CVE-2022-45402 | — | < 2.4.3 | 2.4.3 | Nov 15, 2022 | In Apache Airflow versions prior to 2.4.3, there was an open redirect in the webserver's `/login` endpoint. | ||
| CVE-2022-40127 | — | < 2.4.0 | 2.4.0 | Nov 14, 2022 | A vulnerability in Example Dags of Apache Airflow allows an attacker with UI access who can trigger DAGs, to execute arbitrary commands via manually provided run_id parameter. This issue affects Apache Airflow Apache Airflow versions prior to 2.4.0. | ||
| CVE-2022-27949 | — | < 2.3.1 | 2.3.1 | Nov 14, 2022 | A vulnerability in UI of Apache Airflow allows an attacker to view unmasked secrets in rendered template values for tasks which were not executed (for example when they were depending on past and previous instances of the task failed). This issue affects Apache Airflow prior to 2 | ||
| CVE-2022-43985 | — | < 2.4.2rc1 | 2.4.2rc1 | Nov 2, 2022 | In Apache Airflow versions prior to 2.4.2, there was an open redirect in the webserver's `/confirm` endpoint. | ||
| CVE-2022-43982 | — | < 2.4.2rc1 | 2.4.2rc1 | Nov 2, 2022 | In Apache Airflow versions prior to 2.4.2, the "Trigger DAG with config" screen was susceptible to XSS attacks via the `origin` query argument. | ||
| CVE-2022-41672 | — | < 2.4.1rc1 | 2.4.1rc1 | Oct 7, 2022 | In Apache Airflow, prior to version 2.4.1, deactivating a user wouldn't prevent an already authenticated user from being able to continue using the UI or API. |
- CVE-2023-39508Aug 5, 2023affected < 2.6.0b1fixed 2.6.0b1
Execution with Unnecessary Privileges, : Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Software Foundation Apache Airflow.The "Run Task" feature enables authenticated user to bypass some of the restrictions put in place. It allows to execute c
- CVE-2023-22888Jul 12, 2023affected < 2.6.3fixed 2.6.3
Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows an attacker to cause a service disruption by manipulating the run_id parameter. This vulnerability is considered low since it requires an authenticated user to exploit it. It is recommended to upgra
- CVE-2023-36543Jul 12, 2023affected < 2.6.3fixed 2.6.3
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
- CVE-2022-46651Jul 12, 2023affected < 2.6.3fixed 2.6.3
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
- CVE-2023-22887Jul 12, 2023affected < 2.6.3fixed 2.6.3
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
- CVE-2023-35908Jul 12, 2023affected < 2.6.3fixed 2.6.3
Apache Airflow, versions before 2.6.3, is affected by a vulnerability that allows unauthorized read access to a DAG through the URL. It is recommended to upgrade to a version that is not affected
- CVE-2023-35005Jun 19, 2023affected >= 2.5.0, < 2.6.2rc1fixed 2.6.2rc1
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
- CVE-2023-25754May 8, 2023affected < 2.6.0b1fixed 2.6.0b1
Privilege Context Switching Error vulnerability in Apache Software Foundation Apache Airflow.This issue affects Apache Airflow: before 2.6.0.
- CVE-2023-29247May 8, 2023affected < 2.6.0fixed 2.6.0
Task instance details page in the UI is vulnerable to a stored XSS.This issue affects Apache Airflow: before 2.6.0.
- CVE-2023-25695Mar 15, 2023affected < 2.5.2rc1fixed 2.5.2rc1
Generation of Error Message Containing Sensitive Information vulnerability in Apache Software Foundation Apache Airflow.This issue affects Apache Airflow: before 2.5.2.
- CVE-2023-22884Jan 21, 2023affected < 2.5.1fixed 2.5.1
Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in Apache Software Foundation Apache Airflow, Apache Software Foundation Apache Airflow MySQL Provider.This issue affects Apache Airflow: before 2.5.1; Apache Airflow MySQL Provider:
- CVE-2022-40954Nov 22, 2022affected < 2.3.0fixed 2.3.0
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Spark Provider, Apache Airflow allows an attacker to read arbtrary files in the task execution context, without write access to DAG files. This issue affects
- CVE-2022-40189Nov 22, 2022affected < 2.3.0fixed 2.3.0
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Pig Provider, Apache Airflow allows an attacker to control commands executed in the task execution context, without write access to DAG files. This issue aff
- CVE-2022-38649Nov 22, 2022affected < 2.3.0fixed 2.3.0
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Apache Airflow Pinot Provider, Apache Airflow allows an attacker to control commands executed in the task execution context, without write access to DAG files. This issue a
- CVE-2022-45402Nov 15, 2022affected < 2.4.3fixed 2.4.3
In Apache Airflow versions prior to 2.4.3, there was an open redirect in the webserver's `/login` endpoint.
- CVE-2022-40127Nov 14, 2022affected < 2.4.0fixed 2.4.0
A vulnerability in Example Dags of Apache Airflow allows an attacker with UI access who can trigger DAGs, to execute arbitrary commands via manually provided run_id parameter. This issue affects Apache Airflow Apache Airflow versions prior to 2.4.0.
- CVE-2022-27949Nov 14, 2022affected < 2.3.1fixed 2.3.1
A vulnerability in UI of Apache Airflow allows an attacker to view unmasked secrets in rendered template values for tasks which were not executed (for example when they were depending on past and previous instances of the task failed). This issue affects Apache Airflow prior to 2
- CVE-2022-43985Nov 2, 2022affected < 2.4.2rc1fixed 2.4.2rc1
In Apache Airflow versions prior to 2.4.2, there was an open redirect in the webserver's `/confirm` endpoint.
- CVE-2022-43982Nov 2, 2022affected < 2.4.2rc1fixed 2.4.2rc1
In Apache Airflow versions prior to 2.4.2, the "Trigger DAG with config" screen was susceptible to XSS attacks via the `origin` query argument.
- CVE-2022-41672Oct 7, 2022affected < 2.4.1rc1fixed 2.4.1rc1
In Apache Airflow, prior to version 2.4.1, deactivating a user wouldn't prevent an already authenticated user from being able to continue using the UI or API.
Page 4 of 6