๐Ÿ” CVE Alert

CVE-2026-75156

CRITICAL 9.1

Apache Airflow FAB provider: FAB Azure AD OAuth: id_token issuer/audience not validated โ€” cross-tenant authentication bypass

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

Apache Airflow FAB provider versions 3.7.3 through 3.8.0 do not validate the issuer or audience of Azure AD `id_token`s during OAuth login. Deployments are affected only when the FAB auth manager is configured with Azure AD as an OAuth provider. Because the signing keys are fetched from Microsoft's **multi-tenant** JWKS endpoint, an `id_token` minted in *any* Azure tenant โ€” including one the attacker creates โ€” passes signature verification, and the username and role assignments are then read from that attacker-controlled token. Anyone able to register an Azure tenant can therefore authenticate to the Airflow UI with no prior access to the deployment. The fix for **CVE-2026-59243** was incomplete, and this advisory closes the remaining gap: that fix made the provider verify the `id_token` signature, but did not add issuer or audience checks. Operators who already applied the CVE-2026-59243 fix are **still affected and must upgrade again** โ€” 3.7.3 is the release that shipped that fix, so every version containing it falls inside this affected range. Upgrade to apache-airflow-providers-fab `3.8.1` or later.

CWE CWE-346
Vendor apache software foundation
Product apache airflow fab provider
Published Sep 8, 2026
Last Updated Sep 8, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache airflow fab provider

Be the first to know when new critical vulnerabilities affecting apache software foundation apache airflow fab provider are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Apache Software Foundation / Apache Airflow FAB provider
3.7.3 < 3.8.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/apache/airflow/pull/71735 lists.apache.org: https://lists.apache.org/thread/n3l6z4jfdxj4p0t8l7m6olkq6xsc6f76 cve.org: https://www.cve.org/CVERecord?id=CVE-2026-59243

Credits

Roberto Nunes NEO AI Engineer (@neo-ai-engineer, ProjectDiscovery) Jarek Potiuk