CVE-2025-54550
- EPSS 0.06%
- Veröffentlicht 15.04.2026 00:22:03
- Zuletzt bearbeitet 17.04.2026 18:38:08
The example example_xcom that was included in airflow documentation implemented unsafe pattern of reading value from xcom in the way that could be exploited to allow UI user who had access to modify XComs to perform arbitrary execution of code on the...
CVE-2026-33858
- EPSS 0.2%
- Veröffentlicht 13.04.2026 14:36:30
- Zuletzt bearbeitet 17.04.2026 18:40:56
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 r...
CVE-2025-66236
- EPSS 0.12%
- Veröffentlicht 13.04.2026 14:20:37
- Zuletzt bearbeitet 17.04.2026 18:41:33
Before Airflow 3.2.0, it was unclear that secure Airflow deployments require the Deployment Manager to take appropriate actions and pay attention to security details and security model of Airflow. Some assumptions the Deployment Manager could make we...
CVE-2025-57735
- EPSS 0.04%
- Veröffentlicht 09.04.2026 11:12:41
- Zuletzt bearbeitet 17.04.2026 13:03:16
When user logged out, the JWT token the user had authtenticated with was not invalidated, which could lead to reuse of that token in case it was intercepted. In Airflow 3.2 we implemented the mechanism that implements token invalidation at logout. Us...
CVE-2026-34538
- EPSS 0.02%
- Veröffentlicht 09.04.2026 09:09:20
- Zuletzt bearbeitet 15.04.2026 17:51:58
Apache Airflow versions 3.0.0 through 3.1.8 DagRun wait endpoint returns XCom result values even to users who only have DAG Run read permissions, such as the Viewer role.This behavior conflicts with the FAB RBAC model, which treats XCom as a separate...
CVE-2026-28563
- EPSS 0.04%
- Veröffentlicht 17.03.2026 10:54:57
- Zuletzt bearbeitet 17.03.2026 17:42:05
Apache Airflow versions 3.1.0 through 3.1.7 /ui/dependencies endpoint returns the full DAG dependency graph without filtering by authorized DAG IDs. This allows an authenticated user with only DAG Dependencies permission to enumerate DAGs they are no...
CVE-2026-26929
- EPSS 0.05%
- Veröffentlicht 17.03.2026 10:54:05
- Zuletzt bearbeitet 17.03.2026 16:16:20
Apache Airflow versions 3.0.0 through 3.1.7 FastAPI DagVersion listing API does not apply per-DAG authorization filtering when the request is made with dag_id set to "~" (wildcard for all DAGs). As a result, version metadata of DAGs that the requeste...
CVE-2026-30911
- EPSS 0.04%
- Veröffentlicht 17.03.2026 10:53:02
- Zuletzt bearbeitet 17.03.2026 17:32:57
Apache Airflow versions 3.1.0 through 3.1.7 missing authorization vulnerability in the Execution API's Human-in-the-Loop (HITL) endpoints that allows any authenticated task instance to read, approve, or reject HITL workflows belonging to any other ta...
CVE-2026-28779
- EPSS 0.03%
- Veröffentlicht 17.03.2026 10:15:59
- Zuletzt bearbeitet 17.03.2026 17:42:17
Apache Airflow versions 3.1.0 through 3.1.7 session token (_token) in cookies is set to path=/ regardless of the configured [webserver] base_url or [api] base_url. This allows any application co-hosted under the same domain to capture valid Airflow s...
CVE-2024-56373
- EPSS 0.04%
- Veröffentlicht 24.02.2026 10:16:02
- Zuletzt bearbeitet 24.02.2026 21:05:08
DAG Author (who already has quite a lot of permissions) could manipulate database of Airflow 2 in the way to execute arbitrary code in the web-server context, which they should normally not be able to do, leading to potentially remote code execution ...