Description
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.
Published: 2026-08-12
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache Airflow’s Google provider uses Google Cloud Secret Manager to resolve Connections and Variables. In multi‑team mode the provider is supposed to apply a team scope so each team’s secrets are isolated. The vulnerability causes the backend to drop the supplied team_name before performing the lookup, so every team’s requests are resolved against a team‑agnostic secret. As a result, any task or DAG running under one team can read another team’s Connection or Variable, exposing full credentials. The weakness is an information‑exposure flaw (CWE-1220).

Affected Systems

The vulnerability affects the Apache Software Foundation’s apache‑airflow‑providers‑google package. All released versions before 22.3.0 are impacted; version 22.3.0 and later correct the team‑scoped secret handling. Any Airflow installation running multi‑team mode with the Google provider prior to the updated version is at risk, regardless of other plugins or configurations.

Risk and Exploitability

The flaw is exercised during normal secret lookups with no unusual configuration required beyond multi‑team mode and the Google provider. An attacker who can run a task or load a DAG for a team can obtain another team’s Connection or Variable. No additional privileges are required beyond what the executing DAG already has. The vulnerability is not yet listed in KEV, no public exploits are known, and an EPSS score is not available. The CVSS score of 6.5 indicates a moderate severity, and the potential for credential leakage and ease of exploitation suggest a moderate level of risk.

Generated by OpenCVE AI on August 13, 2026 at 00:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the apache‑airflow‑providers‑google package to 22.3.0 or later.
  • If possible, temporarily disable multi‑team mode until the provider update is applied.
  • Audit existing Connections and Variables across all teams, rotate any exposed credentials, and verify that secrets are correctly scoped.

Generated by OpenCVE AI on August 13, 2026 at 00:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache apache-airflow-providers-google
CPEs cpe:2.3:a:apache:apache-airflow-providers-google:*:*:*:*:*:*:*:*
Vendors & Products Apache apache-airflow-providers-google

Wed, 12 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache airflow Google Provider
Vendors & Products Apache
Apache airflow Google Provider

Wed, 12 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Apache Airflow Google provider: google Secret Manager backend: team scope is never applied, exposing every team's Connections and Variables
Weaknesses CWE-1220
References

Subscriptions

Apache Airflow Google Provider Apache-airflow-providers-google
cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-12T17:20:22.433Z

Reserved: 2026-07-31T19:38:02.067Z

Link: CVE-2026-68868

cve-icon Vulnrichment

Updated: 2026-08-12T17:20:22.433Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-12T11:17:10.063

Modified: 2026-08-17T19:07:09.343

Link: CVE-2026-68868

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T00:45:02Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control