A bug in Apache Airflow's bulk Task Instances API (`PATCH...
Unreviewed
Published
Jun 1, 2026
to the GitHub Advisory Database
•
Updated Jun 1, 2026
Description
Published by the National Vulnerability Database
Jun 1, 2026
Published to the GitHub Advisory Database
Jun 1, 2026
Last updated
Jun 1, 2026
A bug in Apache Airflow's bulk Task Instances API (
PATCH/DELETE /api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances) evaluated authorization against thedag_idresolved from the URL path while operating on thedag_id/dag_run_idextracted from request-body entity fields. An authenticated UI/API user with edit permission on one Dag could mutate Task Instance state in any other Dag by keeping the authorized Dag's ID in the URL path and naming the target Dag's IDs in the request body entities. Affects deployments that rely on per-Dag edit-scope to keep Task Instance state isolated between teams. Users are advised to upgrade toapache-airflow3.2.2 or later.References