Deserialization in Apache Airflow
CVE-2026-67260
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.
Vulnerability class: Insecure Deserialization
Published · last modified .
CVSS v3 metric
CVSS v3 base score 7.3 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L.
EPSS exploit prediction
EPSS: 0.014 (71.3th percentile), scored .
Low probability of exploitation in the next 30 days, but still tracked. 71st percentile — 71.3% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.008 · newest: 0.014 · change: +0.006
Affected products
- Apache Airflow
- Apache Software Foundation Airflow — versions 3.3.0
Weakness classification (CWE)
References
- github.com/apache/airflow/pull/70685 (Patch, patch, Issue Tracking)
- www.cve.org/CVERecord (related, Not Applicable)
- lists.apache.org/thread/vygr0fh82cjzjp5k4vtfmboxryvm3lyn (vendor-advisory, Mailing List, Vendor Advisory)
Frequently asked questions
- What is CVE-2026-67260?
- CVE-2026-67260 is a high-severity vulnerability in Apache Airflow, classified under Deserialization of Untrusted Data. CVSS score: 7.3/10. Published 2026-08-12.
- How severe is CVE-2026-67260?
- High severity. CVSS v3 base score is 7.3 out of 10.