Intel

AIKIDO-2026-495217

apache-airflow is vulnerable to Authorization Bypass

Authorization BypassCVE-2026-68971 Published 4 days ago

62

Medium Risk

This Affects:

PYTHONapache-airflow
3.2.0 - 3.3.0
Fixed in 3.3.1
Are you affected? Scan for Free

TL;DR

The asset materialization endpoint and the XCom result check on wait_dag_run_until_finished authorize the target Dag without its team, unlike other authorization sites. A team-aware auth manager therefore never consults the team-scoped permission that should gate the request. In multi-team mode an authenticated user in one team can trigger another team's Dag runs with their own configuration and read another team's XCom values. The fix resolves the Dag's team at both sites.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you run multi-team mode with a team-aware auth manager.

Background info

apache-airflow is vulnerable to Authorization Bypass in versions 3.2.0 - 3.3.0.

How to fix this

Upgrade the apache-airflow library to the patch version.