In the AWS Secrets Manager and SSM Parameter Store secrets backends of `apache-airflow-providers-amazon` prior to 9.28.0, the team-scoping logic could resolve a `conn_id` containing a `/` (e.g. `"my_team/conn"`) to the same path as another team's team-scoped secret when the caller had no team context. A privileged caller without team context could therefore retrieve another team's secret by crafting a colliding `conn_id`. Fixed in 9.28.0 by switching the team-scope separator to `--` and rejecting team-shaped `conn_id`s when team context is absent. Affects the experimental multi-tenant teams feature only. Users are recommended to upgrade to `apache-airflow-providers-amazon` 9.28.0, which fixes the issue.
References
| Link | Resource |
|---|---|
| https://github.com/apache/airflow/pull/65703 | Issue Tracking Patch |
| https://lists.apache.org/thread/0092sz5g520d3qqjb01wd61myqlgjtyn | Mailing List Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/05/19/36 | Mailing List Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-05-19 20:16
Updated : 2026-07-24 09:10
NVD link : CVE-2026-42526
Mitre link : CVE-2026-42526
CVE.ORG link : CVE-2026-42526
JSON object : View
Products Affected
apache
- apache-airflow-providers-amazon
CWE
CWE-863
Incorrect Authorization
