Skip to content
VulniPulse
UnratedApache Software Foundation Updated

Unknown [CVE-2026-58076 +2] 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

This security Apache Software Foundation advisory covers CVE-2026-58076 and CVE-2026-67260 and 1 more CVE affecting Apache Airflow.

CVE-2026-67587 Published Aug 12, 2026Updated by vendor Aug 12, 2026
Affected products & platforms
Apache Software FoundationAirflow
Open vendor advisory

Android app · Google Play

Monitor future Apache Software Foundation CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

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 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.

Affected versions
  • Apache Airflow 3.3.0 before 3.3.1

Official advisory · medium-confidence parse· fetched 2 hours ago·verify at source

Fixed versions
  • 3.3.0

Official advisory · medium-confidence parse· fetched 2 hours ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • Users are advised to upgrade to apache-airflow 3.3.1 or later.

Official advisory · medium-confidence parse· fetched 2 hours ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.