Improper access control in Apache Airflow - CVE-2026-41084
Published: June 4, 2026
Apache Airflow
Detailed vulnerability description
The vulnerability allows a remote user to modify Task Instance state across DAG boundaries.
The vulnerability exists due to improper access control in the bulk Task Instances API endpoint when handling PATCH or DELETE requests that include request-body entity fields for dag_id and dag_run_id. A remote user can send a specially crafted API request to modify Task Instance state across DAG boundaries.
This issue affects deployments that rely on per-DAG edit scope to isolate Task Instance state between teams.