CVE-2025-57735 PUBLISHED

Apache Airflow: Airflow Logout Not Invalidating JWT

Assigner: apache
Reserved: 18.08.2025 Published: 09.04.2026 Updated: 09.04.2026

When user logged out, the JWT token the user had authtenticated with was not invalidated, which could lead to reuse of that token in case it was intercepted. In Airflow 3.2 we implemented the mechanism that implements token invalidation at logout. Users who are concerned about the logout scenario and possibility of intercepting the tokens, should upgrade to Airflow 3.2+

Users are recommended to upgrade to version 3.2.0, which fixes this issue.

Product Status

Vendor Apache Software Foundation
Product Apache Airflow
Versions Default: unaffected
  • affected from 3.0.0 to 3.2.0 (excl.)

Credits

  • Saurabh Banawar finder
  • Anish Giri remediation developer
  • vincent beck remediation developer

References

Problem Types

  • CWE-613: Insufficient Session Expiration CWE