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 …
High CVSS 8.8
Summary
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 proc…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://github.com/apache/airflow/pull/70704 Issue Tracking
- https://lists.apache.org/thread/o00ww4n69qojvsckb464dtwd2nhzy6t0 Mailing List
- https://www.cve.org/CVERecord?id=CVE-2026-58076 Not Applicable
- https://www.cve.org/CVERecord?id=CVE-2026-67260 Not Applicable
Timeline
- nvd_ingest NVD