Deserialization in Apache Airflow

CVE-2026-67587

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.

Vulnerability class: Insecure Deserialization

Published · last modified .

CVSS v3 metric

CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

EPSS exploit prediction

EPSS: 0.012 (66.0th percentile), scored .

Low probability of exploitation in the next 30 days, but still tracked. 66th percentile — 66.0% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.

EPSS trend (30 days)EPSS over the last 30 days for CVE-2026-67587: rose from 0.006 to 0.012.

EPSS over last 30 days · oldest: 0.006 · newest: 0.012 · change: +0.006

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-67587?
CVE-2026-67587 is a high-severity vulnerability in Apache Airflow, classified under Deserialization of Untrusted Data. CVSS score: 8.8/10. Published 2026-08-12.
How severe is CVE-2026-67587?
High severity. CVSS v3 base score is 8.8 out of 10.