Intel

AIKIDO-2026-132968

apache-airflow-providers-google is vulnerable to Authorization Bypass

Authorization BypassCVE-2026-68868 Published Aug 14, 2026

65

Medium Risk

This Affects:

PYTHONapache-airflow-providers-google
0.0.1 - 22.2.2
Fixed in 22.3.0
Are you affected? Scan for Free

TL;DR

The Google Cloud Secret Manager secrets backend accepts the caller's team name but drops it before resolving Connections and Variables, so every lookup runs against a team-agnostic secret name. In a multi-team deployment, a task or DAG in one team resolves another team's Connection or Variable and obtains its credentials in full. This breaks tenant isolation between teams that rely on the backend for scoped secrets. The fix builds and applies the team-scoped secret name so lookups stay within the caller's team.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you run Airflow in multi-team mode with the Google Cloud Secret Manager secrets backend.

Background info

apache-airflow-providers-google is vulnerable to Authorization Bypass in versions 0.0.1 - 22.2.2.

How to fix this

Upgrade the apache-airflow-providers-google library to the patch version.