Description
The AWS Systems Manager Parameter Store and Secrets Manager backends in Apache Airflow's Amazon provider resolved a team-scoped Connection or Variable id through the team-agnostic lookup when the team-scoped lookup missed. In a deployment running multi-team mode with either backend, a caller in one team could resolve a secret belonging to another team by supplying an id that spells out that team's namespace, obtaining its credentials in full. No unusual configuration is required beyond enabling multi-team mode and using one of these backends. Users are advised to upgrade to apache-airflow-providers-amazon 9.34.0 or later, which refuses the team-agnostic fall-through for an id that could name a team namespace.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises in the AWS Systems Manager Parameter Store and Secrets Manager backends of the Apache Airflow Amazon provider. When a team-scoped Connection or Variable ID fails to resolve locally, the backend falls back to a team-agnostic lookup, potentially resolving an ID that names another team’s namespace. This allows a user in one team to retrieve credentials that belong to a different team, exposing secrets in full. The weakness is a flow control bypass (CWE‑639) that undermines intended isolation between teams.

Affected Systems

The affected product is Apache Airflow’s Amazon provider from the Apache Software Foundation. No specific version range is stated in the advisory; users should refer to compatible releases. The issue manifests when multi-team mode is enabled and either the SSM or Secrets Manager backend is used.

Risk and Exploitability

Based on the description, it is inferred that the attacker leverages the fallback lookup path: when a team‑scoped Connection or Variable ID fails to resolve, the backend falls back to a team‑agnostic lookup, allowing a user to supply an ID that names another team's namespace. The exploit requires only normal operation of Airflow in multi‑team mode, no special configuration. Because retrieving plaintext credentials is possible, the impact is high. EPSS data is not available, and the flaw is not listed in the CISA KEV catalog, but the lack of mitigation in common deployments means the risk remains significant.

Generated by OpenCVE AI on August 10, 2026 at 19:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Airflow Amazon provider package to version 9.34.0 or later, which refuses the fall‑through resolution for suspect IDs.
  • If an immediate upgrade cannot be performed, disable multi‑team mode to eliminate the cross‑team lookup pathway.
  • Verify that all Connection and Variable identifiers are strictly scoped to the intended team namespace and do not use names that could match another team’s namespace.

Generated by OpenCVE AI on August 10, 2026 at 19:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description The AWS Systems Manager Parameter Store and Secrets Manager backends in Apache Airflow's Amazon provider resolved a team-scoped Connection or Variable id through the team-agnostic lookup when the team-scoped lookup missed. In a deployment running multi-team mode with either backend, a caller in one team could resolve a secret belonging to another team by supplying an id that spells out that team's namespace, obtaining its credentials in full. No unusual configuration is required beyond enabling multi-team mode and using one of these backends. Users are advised to upgrade to apache-airflow-providers-amazon 9.34.0 or later, which refuses the team-agnostic fall-through for an id that could name a team namespace.
Title Apache Airflow Amazon provider: amazon SSM / Secrets Manager backends: team-scope guard bypass resolves another team's Connection or Variable
Weaknesses CWE-639
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-10T18:21:26.294Z

Reserved: 2026-07-31T19:40:13.258Z

Link: CVE-2026-68872

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T20:00:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key