Lucene search
+L

43 matches found

OSV
OSV
added 2026/08/18 10:05 a.m.10 views

BIT-AIRFLOW-2026-67260 Apache Airflow: DAG-author remote code execution on the Scheduler via awaiting_input next_kwargs deserialization

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

6.2AI score0.00779EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/12 5:41 p.m.17 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 in the deserialization of the Callback object, which reconstructs the...

8.8CVSS6.4AI score0.00611EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/12 5:40 p.m.14 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the deserialize. An attacker can execute arbitrary code by supplying a crafted serialized blob that causes the import and invocation of malicious callables. This can be exploited by a DAG author...

8.8CVSS6AI score0.00484EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/12 5:39 p.m.14 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the awaitinginput. An attacker can execute arbitrary code or terminate the scheduler process by supplying crafted data to the nextkwargs parameter during task execution. Note: This is only exploitabl...

8.8CVSS6.1AI score0.00779EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/12 3:33 p.m.107 views

CVE-2026-67260

Apache Airflow 3.3.0 introduced a vulnerability in the scheduler's awaiting_input task-state sweep, which deserializes a task instance's next_kwargs without an allow-list. A user with DAG-author permissions can control that value via the task execution API, causing an arbitrary module import and ...

5.9AI score0.00779EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/12 3:33 p.m.14 views

EUVD-2026-57275

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

7.3CVSS5.9AI score0.00779EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/12 3:33 p.m.43 views

CVE-2026-67260 Apache Airflow: DAG-author remote code execution on the Scheduler via awaiting_input next_kwargs deserialization

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

0.00779EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/12 3:33 p.m.36 views

CVE-2026-67260 Apache Airflow: DAG-author remote code execution on the Scheduler via awaiting_input next_kwargs deserialization

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

5.9AI score0.00779EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 3:33 p.m.67 views

CVE-2026-67260 Apache Airflow: DAG-author remote code execution on the Scheduler via awaiting_input next_kwargs deserialization

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

7.3CVSS6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/12 3:32 p.m.10 views

CVE-2026-67587 Apache Airflow: DAG-author remote code execution on the Scheduler via a Serde `Callback` deserialization gadget

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

5.8AI score0.00611EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/12 3:32 p.m.40 views

CVE-2026-67587

Apache Airflow (Task SDK, versions 3.3.0+ ) is vulnerable to a deserialization of untrusted data (CWE-502) in the Callback object reconstruction. When deserializing, the SDK re-runs the SyncCallback constructor, which imports the module named by the stored callback path. Because SyncCallback is a...

5.9AI score0.00611EPSS
SaveExploits0References4Affected Software1
attackerkb
attackerkb
added 2026/08/12 3:32 p.m.18 views

CVE-2026-67587

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

7.3CVSS5.8AI score0.00779EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.14 views

PT-2026-71125

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaiting input task state swept by the scheduler. That sweep deserializes the task instance's next kwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

7.3CVSS5.8AI score0.00779EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/07 9:20 a.m.53 views

CVE-2026-33264 Apache Airflow: DAG author RCE on webserver via unrestricted import_string() in BaseSerialization.deserialize()

A bug in BaseSerialization.deserialize allowed unrestricted importstring of attacker-controlled class paths when the Scheduler / API Server loaded a serialized DAG: a DAG author could embed a malicious trigger into a DAG to gain remote code execution on the API Server / Scheduler process, crossin...

0.0103EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 9:20 a.m.20 views

CVE-2026-33264 Apache Airflow: DAG author RCE on webserver via unrestricted import_string() in BaseSerialization.deserialize()

A bug in BaseSerialization.deserialize allowed unrestricted importstring of attacker-controlled class paths when the Scheduler / API Server loaded a serialized DAG: a DAG author could embed a malicious trigger into a DAG to gain remote code execution on the API Server / Scheduler process, crossin...

9.8CVSS6.7AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/06/01 9:31 a.m.22 views

Apache Airflow Vulnerable to Deserialization of Untrusted Data

Apache Airflow's scheduler-side deadline-reference decoder SerializedCustomReference.deserializereference imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialized state without an allowlist or plugin-registry gate. A DAG author whose code reaches the scheduler — t...

7.3CVSS6.1AI score0.00676EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
added 2026/06/01 9:16 a.m.61 views

PYSEC-0000-CVE-2026-45360

Apache Airflow's scheduler-side deadline-reference decoder SerializedCustomReference.deserializereference imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialized state without an allowlist or plugin-registry gate. A DAG author whose code reaches the scheduler — t...

7.3CVSS6AI score0.00676EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2026/06/01 9:16 a.m.22 views

PYSEC-2026-186

Apache Airflow's scheduler-side deadline-reference decoder SerializedCustomReference.deserializereference imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialized state without an allowlist or plugin-registry gate. A DAG author whose code reaches the scheduler — t...

7.3CVSS6AI score0.00676EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2026/06/01 9:16 a.m.39 views

PYSEC-2026-181

A Dag author could either a create a symlink under their task's log directory pointing to an arbitrary file readable by the API server process read-path attack — e.g. /etc/passwd or airflow.cfg or b supply a taskid containing .. sequences accepted by the Task SDK's KEYREGEX write-path attack, and...

6.5CVSS5.9AI score0.00691EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/06/01 7:48 a.m.31 views

EUVD-2026-33587

Apache Airflow's scheduler-side deadline-reference decoder SerializedCustomReference.deserializereference imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialized state without an allowlist or plugin-registry gate. A DAG author whose code reaches the scheduler — t...

6AI score0.00676EPSS
SaveExploits0References2
Rows per page
Query Builder