Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-68971
Published:August 12, 2026
Updated:August 31, 2026
Apache Airflow's asset materialization endpoint ("POST /api/v2/assets/{asset_id}/materialize") and the XCom result check on "wait_dag_run_until_finished" authorized the target Dag without its team, unlike every other authorization site. A team-aware auth manager distinguishes a team-scoped Dag from a global one by that field -- the Keycloak auth manager, for example, checks the "DAG" resource instead of "DAG:<team>" -- so the team-scoped permission that should gate the request was never consulted. In a deployment running multi-team mode with a team-aware auth manager, an authenticated user in one team could trigger Dag runs belonging to another team, supplying their own "dag_run_id" and "conf", and could read another team's XCom values. Deployments using the FAB auth manager are unaffected, as it has no multi-team support. Users are advised to upgrade to apache-airflow 3.3.1 or later, which resolves the Dag's team at both sites.
Affected Packages
apache-airflow (CONDA):
Affected version(s) >=2.0.1 <3.3.1
Fix Suggestion:
Update to version 3.3.1
https://github.com/apache/airflow.git (GITHUB):
Affected version(s) >=3.0.0 <3.3.1
Fix Suggestion:
Update to version 3.3.1
apache-airflow (PYTHON):
Affected version(s) >=1.8.1 <3.3.1
Fix Suggestion:
Update to version 3.3.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Missing Authorization
EPSS
Base Score:
0.33