CVE-2026-67587
Last modified
CVE-2026-67587 is a vulnerability of currently unknown severity. 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 `allowed_deserialization_classes` allow-list, so tightening that setting does not help.
Description
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 `allowed_deserialization_classes` allow-list, so tightening that setting does not help. A Dag author — who controls a task instance's `next_kwargs` through the task execution API — can therefore cause an arbitrary module to be imported inside the scheduler process, when the scheduler's `awaiting_input` timeout sweep deserializes that value. No non-default configuration is required; the sweep runs unconditionally. Versions before 3.3.0 are not affected: the class existed, but the scheduler sweep that reaches it did not. This is a separate code path from CVE-2026-58076 and CVE-2026-67260, which cover different gadgets reaching deserialization — applying either of those fixes does not address this one. Users are advised to upgrade to apache-airflow 3.3.1 or later.
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-67587?
How severe is CVE-2026-67587?
How do I fix CVE-2026-67587?
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-67558The Mira Android companion app v4.5.15.4 identifies the pair…8.2
- CVE-2026-6756Mitigation bypass in Firefox for Android. This vulnerability…7.5
- CVE-2026-67568The distributed Mira Android APK v4.5.15.4 allows an attacke…9.3
- CVE-2026-6757Invalid pointer in the JavaScript: WebAssembly component. Th…6.3
- CVE-2026-6758Use-after-free in the JavaScript: WebAssembly component. Thi…7.5
- CVE-2026-67585Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-67588A pre-authentication attacker could leverage unbounded symbo…7.5
- CVE-2026-67589A pre-authentication attacker could leverage type size/count…7.5
- CVE-2026-6759Use-after-free in the Widget: Cocoa component. This vulnerab…7.5
- CVE-2026-67590A pre-authentication attacker could leverage type nesting to…7.5
- CVE-2026-67591An authenticated attacker could exceed the session flow cont…6.5
- CVE-2026-67592It was not possible to govern the maximum number of transfer…7.5
Are you affected by CVE-2026-67587?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
