Intel

AIKIDO-2026-769138

apache-airflow is vulnerable to Authorization Bypass

Authorization BypassCVE-2026-68076 Published 4 days ago

50

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 environment-variable secrets backend resolves a team-scoped Connection from the wrong team's scope. The guard meant to prevent this runs only when no team scope is supplied and cannot match team names containing an underscore, so the lookup falls through to an unconditional global read. In multi-team mode a user of one team can make the connection-test endpoint resolve another team's Connection and authenticate outward with its credentials. The fix applies the team-scope guard consistently.

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 the environment-variable secrets backend and enable connection testing.

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.