Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/apache-airflow@2.8.2
purl pkg:pypi/apache-airflow@2.8.2
Next non-vulnerable version 3.2.0
Latest non-vulnerable version 3.2.0
Risk
Vulnerabilities affecting this package (12)
Vulnerability Summary Fixed by
VCID-1azm-hsvr-f3e8
Aliases:
CVE-2023-25693
GHSA-j69x-v4wc-3fpf
PYSEC-2023-314
Improper Input Validation vulnerability in the Apache Airflow Sqoop Provider. This issue affects Apache Airflow Sqoop Provider versions before 3.1.1.
3.1.1
Affected by 14 other vulnerabilities.
VCID-8m3p-yzr8-yyhj
Aliases:
CVE-2024-41937
PYSEC-2024-181
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 to click the provider link. Users should upgrade to 2.10.0 or later, which fixes this vulnerability.
2.10.0
Affected by 6 other vulnerabilities.
VCID-974g-7wsa-dqd7
Aliases:
CVE-2024-29735
GHSA-cff3-5qrp-hqx7
Apache Airflow Improper Preservation of Permissions vulnerability 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 access to Unix group of the folders. In the case Airflow is run with the root user (not recommended) it added group write permission to all folders up to the root of the filesystem. If your log files are stored in the home directory, these permission changes might impact your ability to run SSH operations after your home directory becomes group-writeable. This issue does not affect users who use or extend Airflow using Official Airflow Docker reference images ( https://hub.docker.com/r/apache/airflow/ ) - those images require to have group write permission set anyway. You are affected only if you install Airflow using local installation / virtualenv or other Docker images, but the issue has no impact if docker containers are used as intended, i.e. where Airflow components do not share containers with other applications and users. Also you should not be affected if your umask is 002 (group write enabled) - this is the default on many linux systems. Recommendation for users using Airflow outside of the containers:
2.8.4
Affected by 10 other vulnerabilities.
VCID-hpf3-3z3m-6ydt
Aliases:
CVE-2024-25142
PYSEC-2024-195
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 issue affects Apache Airflow: before 2.9.2. Users are recommended to upgrade to version 2.9.2, which fixes the issue.
2.9.2
Affected by 9 other vulnerabilities.
VCID-j6uh-kx6m-sydp
Aliases:
CVE-2026-25917
PYSEC-2026-13
Dag Authors, who normally should not be able to execute code in the webserver context could craft XCom payload causing the webserver to execute arbitrary code. Since Dag Authors are already highly trusted, severity of this issue is Low. Users are recommended to upgrade to Apache Airflow 3.2.0, which fixes the issue.
3.2.0
Affected by 0 other vulnerabilities.
VCID-k4r8-a72h-fkdf
Aliases:
CVE-2024-28746
GHSA-h574-6646-vfxx
PYSEC-2024-46
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 to upgrade to version 2.8.3 or newer to mitigate the risk associated with this vulnerability
2.8.3rc1
Affected by 10 other vulnerabilities.
VCID-kb4a-mm13-63bj
Aliases:
CVE-2024-45784
PYSEC-2024-182
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 exposing critical data that could be exploited to compromise the security of the Airflow deployment. In version 2.10.3, secrets are now masked in task logs to prevent sensitive configuration variables from being exposed in the logging output. Users should upgrade to Airflow 2.10.3 or the latest version to eliminate this vulnerability. If you suspect that DAG authors could have logged the secret values to the logs and that your logs are not additionally protected, it is also recommended that you update those secrets.
2.10.3
Affected by 4 other vulnerabilities.
VCID-mbgq-fq5n-kufh
Aliases:
CVE-2024-39877
PYSEC-2024-190
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 should upgrade to version 2.9.3 or later which has removed the vulnerability.
2.9.3
Affected by 7 other vulnerabilities.
VCID-tpjn-4kru-vucv
Aliases:
CVE-2026-30912
PYSEC-2026-18
In case of SQL errors, exception/stack trace of errors was exposed in API even if "api/expose_stack_traces" was set to false. That could lead to exposing additional information to potential attacker. Users are recommended to upgrade to Apache Airflow 3.2.0, which fixes the issue.
3.2.0
Affected by 0 other vulnerabilities.
VCID-vras-f42j-xqfg
Aliases:
CVE-2025-68675
GHSA-7c2f-r6gc-h92h
PYSEC-2026-10
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, when such connections are rendered or printed to logs, proxy credentials embedded in these fields could be exposed. Users are recommended to upgrade to 3.1.6 or later for Airflow 3, and 2.11.1 or later for Airflow 2 which fixes this issue
2.11.1
Affected by 4 other vulnerabilities.
3.1.6
Affected by 11 other vulnerabilities.
VCID-w8ff-8479-rbfq
Aliases:
CVE-2024-45034
PYSEC-2024-212
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 version 2.10.1 or later, which has fixed the vulnerability.
2.10.1
Affected by 5 other vulnerabilities.
VCID-xwza-guvs-83a9
Aliases:
CVE-2024-39863
PYSEC-2024-189
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.
2.9.3
Affected by 7 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-arbk-dryb-qkda 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 permission by default, they need to be explicitly granted permissions to see the logs. Only admin users have audit log permission by default. Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to mitigate the risk associated with this vulnerability CVE-2024-26280
GHSA-6xwf-xvf3-v459
PYSEC-2024-42
VCID-yrx8-dtav-83av 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 mitigate the risk associated with this vulnerability CVE-2024-27906
GHSA-6v6w-h8m6-7mv2
PYSEC-2024-245

Date Actor Action Vulnerability Source VulnerableCode Version
2026-05-30T21:03:43.206482+00:00 GitLab Importer Affected by VCID-974g-7wsa-dqd7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/apache-airflow/CVE-2024-29735.yml 38.6.0
2026-05-30T21:03:31.439948+00:00 GitLab Importer Fixing VCID-arbk-dryb-qkda https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/apache-airflow/CVE-2024-26280.yml 38.6.0
2026-05-30T21:03:30.864513+00:00 GitLab Importer Fixing VCID-yrx8-dtav-83av https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/apache-airflow/CVE-2024-27906.yml 38.6.0
2026-05-30T20:38:14.593681+00:00 Pypa Importer Affected by VCID-tpjn-4kru-vucv https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2026-18.yaml 38.6.0
2026-05-30T20:38:13.380328+00:00 Pypa Importer Affected by VCID-j6uh-kx6m-sydp https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2026-13.yaml 38.6.0
2026-05-30T20:37:05.893139+00:00 Pypa Importer Affected by VCID-vras-f42j-xqfg https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2026-10.yaml 38.6.0
2026-05-30T20:35:46.552408+00:00 Pypa Importer Affected by VCID-kb4a-mm13-63bj https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-182.yaml 38.6.0
2026-05-30T20:35:01.551810+00:00 Pypa Importer Affected by VCID-w8ff-8479-rbfq https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-212.yaml 38.6.0
2026-05-30T20:34:55.943133+00:00 Pypa Importer Affected by VCID-8m3p-yzr8-yyhj https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-181.yaml 38.6.0
2026-05-30T20:34:49.746696+00:00 Pypa Importer Affected by VCID-mbgq-fq5n-kufh https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-190.yaml 38.6.0
2026-05-30T20:34:49.383188+00:00 Pypa Importer Affected by VCID-xwza-guvs-83a9 https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-189.yaml 38.6.0
2026-05-30T20:34:42.468148+00:00 Pypa Importer Affected by VCID-hpf3-3z3m-6ydt https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-195.yaml 38.6.0
2026-05-30T20:34:16.908676+00:00 Pypa Importer Affected by VCID-k4r8-a72h-fkdf https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-46.yaml 38.6.0
2026-05-30T20:34:14.646340+00:00 Pypa Importer Fixing VCID-arbk-dryb-qkda https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-42.yaml 38.6.0
2026-05-30T20:34:13.859003+00:00 Pypa Importer Fixing VCID-yrx8-dtav-83av https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2024-245.yaml 38.6.0
2026-05-30T20:31:26.103844+00:00 Pypa Importer Affected by VCID-1azm-hsvr-f3e8 https://github.com/pypa/advisory-database/blob/main/vulns/apache-airflow/PYSEC-2023-314.yaml 38.6.0