Lucene search
+L

3296 matches found

CVE
CVE
added 2026/04/15 12:22 a.m.46 views

CVE-2025-54550

Summary (CVE-2025-54550) : The issue concerns the example_xcom in Airflow documentation that reads from XComs using an unsafe pattern. The root cause is a vulnerable read pattern that could allow a UI user with XCom modification access to cause arbitrary code execution on the worker. The document...

8.1CVSS5.9AI score0.00579EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/15 12:22 a.m.5 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
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/15 12:00 a.m.29 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, wher...

6.5CVSS5.8AI score0.00552EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/15 12:00 a.m.13 views

PT-2026-32992

Name of the Vulnerable Software and Affected Versions Apache Airflow affected versions not specified Description An example named 'example xcom' in the documentation implemented an unsafe pattern for reading values from XCom. This could allow a UI user with permissions to modify XComs to execute...

8.1CVSS6.2AI score0.00579EPSS
SaveExploits0References15
CNNVD
CNNVD
added 2026/04/15 12:00 a.m.16 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...

8.1CVSS6.2AI score0.00579EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/15 12:00 a.m.12 views

PT-2026-33058

Name of the Vulnerable Software and Affected Versions Airflow versions prior to 3.1.8 Description The secrets masker failed to mark the access key and connection string connection properties as sensitive. This allows users with read permissions to view these values in the Connection UI...

6.5CVSS5.8AI score0.00552EPSS
SaveExploits0References17
Chainguard
Chainguard
added 2026/04/14 7:17 p.m.12 views

CVE-2025-57735 vulnerabilities

Vulnerabilities for packages: airflow-core, airflow...

9.1CVSS5AI score0.00667EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/04/14 7:17 p.m.13 views

CVE-2026-34538 vulnerabilities

Vulnerabilities for packages: airflow-core, airflow...

6.5CVSS5AI score0.00685EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/04/14 7:17 p.m.8 views

GHSA-R7VR-M4JW-R794 vulnerabilities

Vulnerabilities for packages: airflow-core, airflow...

5.2AI score
SaveExploits0
Chainguard
Chainguard
added 2026/04/14 7:17 p.m.8 views

GHSA-C92R-G8J5-VHCX vulnerabilities

Vulnerabilities for packages: airflow-core, airflow...

5.2AI score
SaveExploits0
Snyk
Snyk
added 2026/04/13 4:12 p.m.6 views

Insertion of Sensitive Information into Log File

Overview apache-airflow-task-sdk is a The Apache Airflow Task SDK includes interfaces for Dag authors and Task execution logic for Python. Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File which had masksecret applied. The DAG run logs UI exposes...

7.5CVSS5.9AI score0.00439EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/13 4:12 p.m.9 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the XCom API. A privileged DAG Author can execute code on the webserver by invoking a class via legacy serialization keys type/var. Details Serialization is a process of converting an object into a...

8.8CVSS6AI score0.00592EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/13 4:12 p.m.7 views

Deserialization of Untrusted Data

Overview apache-airflow-task-sdk is a The Apache Airflow Task SDK includes interfaces for Dag authors and Task execution logic for Python. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the XCom API. A privileged DAG Author can execute code on the...

8.8CVSS6.1AI score0.00592EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/13 3:31 p.m.13 views

EUVD-2026-21978

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

8.8CVSS6.1AI score0.00592EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/13 3:31 p.m.22 views

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

8.8CVSS6.1AI score0.00592EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/13 3:31 p.m.14 views

GHSA-MC4F-R875-V87W 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,...

8.8CVSS6.1AI score0.00592EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/04/13 3:31 p.m.20 views

Apache Airflow: Secrets from Airflow config file logged in plain text in DAG run logs UI

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 were not clear or explicit enough, even though...

7.5CVSS5.8AI score0.00439EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/04/13 3:31 p.m.17 views

GHSA-J86X-FWP2-QH7V Apache Airflow: Secrets from Airflow config file logged in plain text in DAG run logs UI

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 were not clear or explicit enough, even though...

5.3CVSS5.8AI score0.00439EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/04/13 3:31 p.m.23 views

EUVD-2025-209413

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 were not clear or explicit enough, even though...

5.8AI score0.00439EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/13 3:17 p.m.15 views

PYSEC-2026-20

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

8.8CVSS6.1AI score0.00592EPSS
SaveExploits0References4
Rows per page
Query Builder