Lucene search
+L

145 matches found

OSV
OSV
added 2026/04/21 12:01 p.m.9 views

BIT-AIRFLOW-2026-25917 Apache Airflow: API extra-links triggers XCom deserialization/class instantiation (Airflow 3.1.5)

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,...

6AI score0.00822EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/20 7:23 p.m.14 views

CVE-2026-25917

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,...

7.2CVSS6AI score0.00822EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/04/18 9:30 a.m.8 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to improper XCom value handling. An attacker that is a Dag Author who normally should not be able to execute code in the webserver context can execute arbitrary code by crafting malicious XCom...

7.2CVSS6.1AI score0.00822EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/18 9:30 a.m.17 views

GHSA-6FFJ-2WG2-W45J Apache Airflow allows code execution through crafted XCom payloads

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,...

7.2CVSS6AI score0.00822EPSS
SaveExploits0References6
OSV
OSV
added 2026/04/18 7:16 a.m.21 views

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,...

7.2CVSS6.1AI score0.00822EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/18 7:16 a.m.13 views

CVE-2026-25917

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,...

7.2CVSS0.00822EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/18 6:20 a.m.15 views

CVE-2026-25917 Apache Airflow: API extra-links triggers XCom deserialization/class instantiation (Airflow 3.1.5)

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,...

7.2CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/04/18 6:20 a.m.67 views

CVE-2026-25917 Apache Airflow: API extra-links triggers XCom deserialization/class instantiation (Airflow 3.1.5)

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,...

0.00822EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/18 6:20 a.m.165 views

CVE-2026-25917

Apache Airflow versions prior to 3.2.0 are vulnerable to arbitrary code execution due to a deserialization flaw. Dag Authors , who typically lack the ability to execute code within the webserver context, can craft malicious XCom payloads that trigger the execution of arbitrary code. The severity ...

6AI score0.00822EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/04/18 6:20 a.m.16 views

EUVD-2026-23658

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,...

6AI score0.00822EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/18 12:00 a.m.27 views

Apache Airflow 安全漏洞

Apache Airflow is an open-source platform developed by the Apache Foundation in the United States. It allows for the creation, management, and monitoring of workflows. This platform features scalability and dynamic monitoring capabilities. There is a security vulnerability in Apache Airflow, whic...

7.2CVSS6.1AI score0.00822EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 11:38 p.m.46 views

BIT-AIRFLOW-2026-33858 Apache Airflow: Unsafe Deserialization via Legacy Serialization Keys (__type/__var) Bypass in XCom API

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,...

6AI score0.00592EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/16 3:31 p.m.12 views

GHSA-Q2HG-643C-GW8H Apache Airflow: RCE by race condition in example_xcom dag

The example examplexcom 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 worker. Since the UI users are already highly...

8.1CVSS5.9AI score0.00579EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/16 3:31 p.m.17 views

Arbitrary Code Injection

Overview Affected versions of this package are vulnerable to Arbitrary Code Injection in the example code in examplexcom. Unsafe pattern of reading value from xcom could be exploited to allow UI user who had access to modify XComs to perform arbitrary execution of code on the worker. Note: Vendor...

8.1CVSS6.1AI score0.00579EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/16 3:31 p.m.21 views

EUVD-2025-209465

The example examplexcom 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 worker. Since the UI users are already highly...

8.1CVSS5.9AI score0.00579EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/16 3:31 p.m.35 views

Apache Airflow: RCE by race condition in example_xcom dag

The example examplexcom 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 worker. Since the UI users are already highly...

5.9AI score0.00579EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/04/15 4:17 a.m.14 views

CVE-2025-54550

The example examplexcom 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 worker. Since the UI users are already highly...

8.1CVSS0.00579EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/15 12:22 a.m.43 views

CVE-2025-54550 Apache Airflow: RCE by race condition in example_xcom dag

The example examplexcom 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 worker. Since the UI users are already highly...

0.00579EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/15 12:22 a.m.60 views

CVE-2025-54550

The example examplexcom 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 worker. Since the UI users are already highly...

5.9AI score0.00579EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/15 12:22 a.m.9 views

CVE-2025-54550 Apache Airflow: RCE by race condition in example_xcom dag

The example examplexcom 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 worker. Since the UI users are already highly...

5.9AI score0.00579EPSS
SaveExploits0References2
Rows per page
Query Builder