Database/Control plane, storage & DevOps

Airflow FAB provider: Azure AD login accepted unsigned ID tokens, allowing login as Admin
Impact
The FAB auth manager decoded the Azure AD ID token with verify_signature=False by default, so anyone who can reach the OAuth callback could present a forged or alg:none token and log in as any user, including Admin. Airflow is where many fleets schedule training, data prep and model-promotion pipelines, so an Admin session means arbitrary DAG code executing on the workers those DAGs run on - which on a GPU fleet are the GPU nodes themselves - plus access to every connection and variable Airflow holds. Only deployments using the FAB auth manager with the Azure AD login path in its default configuration are affected; the Authentik path already verified signatures.
Who can reach it
Anyone who can reach the Airflow web UI's OAuth callback endpoint. No valid credentials needed - the forged token is the credential.
What to do
Upgrade apache-airflow-providers-fab to 3.7.3, which defaults verify_signature=True, and restart the webserver/API server. Rotate anything a bogus Admin session could have read (Airflow connections, variables, any credentials DAGs use) and review the login audit trail, since successful exploitation looks like a normal login.
References
Related entries
- VMware vCenter (VMware Directory Service authentication bypass): An unauthenticated attacker with network accessCVE-2026-59309 · VMware vCenter (VMware Directory Service authentication bypass)Critical
- VMware vCenter (Syslog server directory traversal to RCE): Directory traversal in the vCenter syslog server lettingCVE-2026-59310 · VMware vCenter (Syslog server directory traversal to RCE)Critical
- Gitea: unauthenticated remote code execution via the diffpatch API installing Git hooksCVE-2026-60004 · Gitea (diffpatch API / Git hook installation)Critical
- JetBrains TeamCity: Deserialization in the agent polling protocolCVE-2026-63077 · JetBrains TeamCityCritical
- Windows iSCSI Target Service (Windows Server 2012 through Windows Server 2025 / Windows 10 1607+): Three heap-basedCVE-2026-65791 · Windows iSCSI Target Service (Windows Server 2012 through Windows Server 2025 / Windows 10 1607+)Critical
- Windows Services for NFS: use-after-free in the ONCRPC XDR driver allows unauthenticated remote code executionCVE-2026-69595 · Windows Services for NFS (ONCRPC XDR driver)Critical
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.