Insufficient Session Expiration in Apache Airflow - CVE-2026-48726
Published: June 4, 2026
Apache Airflow
Detailed vulnerability description
The vulnerability allows a remote user to make authenticated API calls as a logged-out user.
The vulnerability exists due to improper session expiration in FabAuthManager / KeycloakAuthManager logout handling when processing logout requests. A remote user can use a previously issued JWT token to make authenticated API calls as a logged-out user.
Only deployments configured with FabAuthManager or KeycloakAuthManager are affected; SimpleAuthManager is not affected.