๐Ÿ” CVE Alert

CVE-2026-67260

HIGH 7.3

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

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-502
Vendor apache software foundation
Product apache airflow
Published Aug 12, 2026
Last Updated Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache airflow

Be the first to know when new high vulnerabilities affecting apache software foundation apache airflow are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Apache Software Foundation / Apache Airflow
3.3.0 < 3.3.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/apache/airflow/pull/70685 cve.org: https://www.cve.org/CVERecord?id=CVE-2026-58076 lists.apache.org: https://lists.apache.org/thread/vygr0fh82cjzjp5k4vtfmboxryvm3lyn

Credits

Erik Villegas (GitHub: @erik-451) Jarek Potiuk