CVE-2026-68868
ŚrednieCVSS 6.5Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 44 - wyżej niż 44% wszystkich znanych CVE
Streszczenie
Backend Google Cloud Secret Manager w dostawcy Google dla Apache Airflow nie stosował zakresu zespołu podczas rozwiązywania Connections i Variables. W trybie multi-team zadanie lub DAG z jednego zespołu mogło uzyskać pełne poświadczenia innego zespołu.
Ocena ryzyka
Naruszenie izolacji między zespołami może prowadzić do wycieku poufnych poświadczeń i danych.
Rekomendacja
Zaktualizuj apache-airflow-providers-google do wersji 22.3.0 lub nowszej, która buduje i stosuje nazwę sekretu z zakresem zespołu.
Oryginalny opis (angielski, źródło NVD)
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.

