CVE-2026-67260
Last modified
CVE-2026-67260 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Apache Software Foundation | Apache Airflow | >= 3.3.0, < 3.3.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-67260?
How severe is CVE-2026-67260?
How do I fix CVE-2026-67260?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-67245A path traversal vulnerability was found in the VPN Clients …8.1
- CVE-2026-67246A path traversal vulnerability was found in the Wallpaper co…6.5
- CVE-2026-67247A path traversal vulnerability was found in the IHM Log hand…6.5
- CVE-2026-67248A stack-based buffer overflow vulnerability was found in the…8.8
- CVE-2026-6725The WPC Smart Messages for WooCommerce plugin for WordPress …6.4
- CVE-2026-6726An information leakage vulnerability was reported in the TCG…
- CVE-2026-67261Dell Virtual Storage Integrator for VMware vSphere Client, v…9.8
- CVE-2026-6727A timing side-channel vulnerability exists in the RSA OAEP d…
- CVE-2026-6728The Slider Revolution plugin for WordPress is vulnerable to …5.3
- CVE-2026-67282Joomla Extension - fabrikar.com - Unauthenticated remote cod…10
- CVE-2026-67283Joomla Extension - tabaoca.org - Improper ACL implementation…6.9
- CVE-2026-67284Joomla Extension - tabaoca.org - Improper ACL implementation…5.3
Are you affected by CVE-2026-67260?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
