Intel

AIKIDO-2026-869451

apache-airflow-providers-microsoft-azure is vulnerable to Authorization Bypass

Authorization BypassCVE-2026-68870 Published Aug 12, 2026

63

Medium Risk

This Affects:

PYTHONapache-airflow-providers-microsoft-azure
13.2.0 - 14.0.0
Fixed in 14.1.0
Are you affected? Scan for Free

TL;DR

The Azure Key Vault secrets backend supports team-scoped secret lookups for multi-team deployments, probing a team-scoped name before falling back to a team-agnostic name. A guard meant to reject identifiers that spell another team's namespace never runs when a team scope is supplied, so a team-scoped lookup that misses falls through and resolves the named secret. A caller authorized for one team can supply a secret identifier that spells out another team's namespace and read that team's secret value. The fix refuses the team-agnostic fall-through for any identifier that spells a team-scoped name, applies the same ambiguous-identifier refusal to the configuration lookup, and gates the behavior on multi-team mode.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you have enabled multi-team mode and use the Azure Key Vault secrets backend with team-scoped secret names.

Background info

apache-airflow-providers-microsoft-azure is vulnerable to Authorization Bypass in versions 13.2.0 - 14.0.0.

How to fix this

Upgrade the apache-airflow-providers-microsoft-azure library to the patch version.