The FAB auth manager's Azure AD OAuth login defaulted ...
Critical severity
Unreviewed
Published
Jul 29, 2026
to the GitHub Advisory Database
•
Updated Jul 29, 2026
Description
Published by the National Vulnerability Database
Jul 29, 2026
Published to the GitHub Advisory Database
Jul 29, 2026
Last updated
Jul 29, 2026
The FAB auth manager's Azure AD OAuth login defaulted
verify_signature=Falsewhen decoding the ID token, so an attacker able to present a forged or unsigned (alg:none) ID token to the OAuth callback could bypass authentication and log in as an arbitrary user, including one holding the Admin role (CWE-347). Deployments running the FAB auth manager with the Azure AD OAuth login path under its default configuration are affected; the Authentik path already defaulted toTrue. This issue affectsapache-airflow-providers-fabbefore 3.7.3. Users are advised to upgrade toapache-airflow-providers-fab3.7.3, which defaultsverify_signature=True.References