CVE-2026-67260
Published:August 12, 2026
Updated:August 31, 2026
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 arbitrary module import and object instantiation inside the scheduler process, or terminate the scheduler job. No non-default configuration is required: the sweep runs unconditionally every 15 seconds, and the default "allowed_deserialization_classes" setting does not cover this code path. Versions before 3.3.0 are not affected, because human-in-the-loop tasks deferred onto the triggerer instead. This is a different code path from CVE-2026-58076, which covers the same unguarded exception-node deserialization reached elsewhere — deployments that applied that fix must upgrade for this issue as well. Users are advised to upgrade to apache-airflow 3.3.1 or later.
Affected Packages
apache-airflow (CONDA):
Affected version(s) =3.3.0 <3.3.1Fix Suggestion:
Update to version 3.3.1https://github.com/apache/airflow.git (GITHUB):
Affected version(s) =3.3.0 <3.3.1Fix Suggestion:
Update to version 3.3.1apache-airflow (PYTHON):
Affected version(s) =3.3.0 <3.3.1Fix Suggestion:
Update to version 3.3.1Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
Deserialization of Untrusted Data
EPSS
Base Score:
0.78