CVE-2026-68968: CWE-436: Interpretation Conflict in Apache Software Foundation Apache Airflow
Apache Airflow's Backfill API authorized a request against a Dag id supplied by the caller whenever the `backfill_id` path segment failed to parse. The authorization dependency parsed it with `int()` while the route handler parsed it as pydantic's `NonNegativeInt`, which accepts values `int()` rejects (`1.0` coerces to `1`); FastAPI resolves dependencies before endpoint validation, so the two acted on different Dags. An authenticated user holding edit permission on any single Dag could therefore read, pause and cancel backfills belonging to any other Dag, including moving another Dag's queued runs to `failed`. No non-default configuration is required and backfill ids are sequential, so finding a target is trivial. Users are advised to upgrade to apache-airflow 3.3.1 or later, which parses the backfill id with the same type the routes declare.
AI Analysis
Technical Summary
The vulnerability in Apache Airflow's Backfill API stems from a mismatch in how the backfill ID path segment is parsed: the authorization dependency uses Python's int() function, while the route handler uses pydantic's NonNegativeInt type. Since NonNegativeInt accepts values like '1.0' which int() coerces to '1', FastAPI resolves dependencies before endpoint validation, causing authorization and route handling to act on different DAGs. This allows an authenticated user with edit permissions on any DAG to access and manipulate backfills belonging to other DAGs, including reading, pausing, canceling, or failing queued runs. The vulnerability requires no non-default configuration, and because backfill IDs are sequential, attackers can easily find targets. The issue is fixed in Apache Airflow version 3.3.1 and later by aligning the parsing method for backfill IDs.
Potential Impact
An authenticated user with edit permission on any single DAG can exploit this vulnerability to read, pause, cancel, or fail backfills of other DAGs. This could lead to unauthorized manipulation of workflows and disruption of scheduled tasks across different DAGs within the Apache Airflow environment. The vulnerability does not require special configuration and is easily exploitable due to sequential backfill IDs.
Mitigation Recommendations
Users should upgrade to Apache Airflow version 3.3.1 or later, where the backfill ID parsing inconsistency is resolved by using the same type for parsing in both authorization and route handling. No other mitigation or temporary workaround is indicated by the vendor advisory.
CVE-2026-68968: CWE-436: Interpretation Conflict in Apache Software Foundation Apache Airflow
Description
Apache Airflow's Backfill API authorized a request against a Dag id supplied by the caller whenever the `backfill_id` path segment failed to parse. The authorization dependency parsed it with `int()` while the route handler parsed it as pydantic's `NonNegativeInt`, which accepts values `int()` rejects (`1.0` coerces to `1`); FastAPI resolves dependencies before endpoint validation, so the two acted on different Dags. An authenticated user holding edit permission on any single Dag could therefore read, pause and cancel backfills belonging to any other Dag, including moving another Dag's queued runs to `failed`. No non-default configuration is required and backfill ids are sequential, so finding a target is trivial. Users are advised to upgrade to apache-airflow 3.3.1 or later, which parses the backfill id with the same type the routes declare.
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in Apache Airflow's Backfill API stems from a mismatch in how the backfill ID path segment is parsed: the authorization dependency uses Python's int() function, while the route handler uses pydantic's NonNegativeInt type. Since NonNegativeInt accepts values like '1.0' which int() coerces to '1', FastAPI resolves dependencies before endpoint validation, causing authorization and route handling to act on different DAGs. This allows an authenticated user with edit permissions on any DAG to access and manipulate backfills belonging to other DAGs, including reading, pausing, canceling, or failing queued runs. The vulnerability requires no non-default configuration, and because backfill IDs are sequential, attackers can easily find targets. The issue is fixed in Apache Airflow version 3.3.1 and later by aligning the parsing method for backfill IDs.
Potential Impact
An authenticated user with edit permission on any single DAG can exploit this vulnerability to read, pause, cancel, or fail backfills of other DAGs. This could lead to unauthorized manipulation of workflows and disruption of scheduled tasks across different DAGs within the Apache Airflow environment. The vulnerability does not require special configuration and is easily exploitable due to sequential backfill IDs.
Mitigation Recommendations
Users should upgrade to Apache Airflow version 3.3.1 or later, where the backfill ID parsing inconsistency is resolved by using the same type for parsing in both authorization and route handling. No other mitigation or temporary workaround is indicated by the vendor advisory.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- apache
- Date Reserved
- 2026-08-01T03:21:53.167Z
- Cvss Version
- null
- State
- PUBLISHED
- Remediation Level
- null
Threat ID: 6a7c944ebf8831d539c07f65
Added to database: 08/12/2026, 15:42:06 UTC
Last enriched: 08/12/2026, 16:00:48 UTC
Last updated: 08/13/2026, 02:01:16 UTC
Views: 5
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.