# CVE-2026-68868

## Summary

- **CVE ID:** CVE-2026-68868
- **Severity:** MEDIUM
- **CVSS Score:** 6.5 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N)
- **CWE:** CWE-1220
- **Published:** Aug 12, 2026
- **Last Modified:** Aug 12, 2026

## 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.

## Affected Products

- Apache Software Foundation — Apache Airflow Google provider (0)

## References

- [CNA](https://github.com/apache/airflow/pull/70869)
- [CNA](https://lists.apache.org/thread/03h5y0fmqlh0yf055zlocxh591ozx69x)
- [CVE](http://www.openwall.com/lists/oss-security/2026/08/12/3)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.48%
- **EPSS Percentile:** 39.8

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-11._