Intel

AIKIDO-2026-67318

apache-airflow is vulnerable to Deserialization of Untrusted Data

Deserialization of Untrusted DataCVE-2026-67587 Published 5 days ago

88

High Risk

This Affects:

PYTHONapache-airflow
3.3.0 - 3.3.0
Fixed in 3.3.1
Are you affected? Scan for Free

TL;DR

The Task SDK rebuilds a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because the callback class passes the default deserialization allow-list, tightening that setting does not help. A Dag author who controls a task instance's next_kwargs can cause an arbitrary module to be imported inside the scheduler when its timeout sweep deserializes that value. The fix stops reconstructing the callback through unrestricted import.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and Dag authors are less trusted than the scheduler process.

Background info

apache-airflow is vulnerable to Deserialization of Untrusted Data in versions 3.3.0 - 3.3.0.

How to fix this

Upgrade the apache-airflow library to the patch version.