---
id: CVE-2026-68868
title: >-
  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 c…
summary: >-
  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 c…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-1220
vendor: apache
product: apache-airflow-providers-google
affected:
  - apache-airflow-providers-google < 22.3.0
patched:
  - apache-airflow-providers-google 22.3.0
published: '2026-08-12'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T15:17:41.263'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-68868'
references:
  - url: 'https://github.com/apache/airflow/pull/70869'
    label: security@apache.org
  - url: 'https://lists.apache.org/thread/03h5y0fmqlh0yf055zlocxh591ozx69x'
    label: security@apache.org
  - url: 'http://www.openwall.com/lists/oss-security/2026/08/12/3'
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
  - cve.org
  - osv
  - pip
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-08-12T17:13:36.353116Z'
epss: 0.00596
epssPercentile: 0.46209
aliases:
  - PYSEC-2026-3714
ecosystem: pip
ingestedAt: '2026-08-19T19:22:21.613Z'
---

## Overview

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.

## Affected

- `apache-airflow-providers-google < 22.3.0`

## Remediation

Upgrade past the affected range:

- `apache-airflow-providers-google 22.3.0`

## Package advisory (CVE-2026-68868)

Affected packages:

- `apache-airflow-providers-google < 22.3.0`

Patched in:

- `apache-airflow-providers-google 22.3.0`

Source: https://osv.dev/vulnerability/PYSEC-2026-3714
