VDB
KO
MEDIUM 6.5

PYSEC-2026-3714

Quick fix

PYSEC-2026-3714 — apache-airflow-providers-google: upgrade to the fixed version with the command below.

pip install --upgrade 'apache-airflow-providers-google>=22.3.0'

Details

The Google Cloud Secret Manager secrets backend in Apache Airflow's Google provider never applied the team scope when resolving Connections and Variables: the caller's `team_name` was accepted by the backend but dropped at the internal call boundary, so every lookup resolved against the team-agnostic secret name. In a deployment running multi-team mode with this backend, a task or Dag belonging to one team resolved another team's Connection or Variable, obtaining its credentials in full. No unusual configuration is required beyond enabling multi-team mode and using this backend. Users are advised to upgrade to apache-airflow-providers-google 22.3.0 or later, which builds and applies the team-scoped secret name.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / apache-airflow-providers-google
Introduced in: 0 Fixed in: 22.3.0
Fix pip install --upgrade 'apache-airflow-providers-google>=22.3.0'

References