---
id: CVE-2025-57735
aliases:
  - GHSA-c92r-g8j5-vhcx
  - BIT-airflow-2025-57735
  - PYSEC-2026-269
title: 'Apache Airflow: JWT token still valid after logout'
summary: 'Apache Airflow: JWT token still valid after logout'
severity: critical
cvss: 9.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'
vendor: apache-airflow
product: apache-airflow
ecosystem: pip
affected:
  - 'apache-airflow >= 3.0.0, < 3.2.0'
patched:
  - apache-airflow 3.2.0
published: '2026-04-09'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:44.006570867Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-c92r-g8j5-vhcx'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-57735'
  - url: 'https://github.com/apache/airflow/pull/56633'
  - url: 'https://github.com/apache/airflow/pull/61339'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/ovn8mpd8zkc604hojt7x3wsw3kc60x98'
  - url: 'http://www.openwall.com/lists/oss-security/2026/04/09/16'
tags:
  - osv
  - pip
epss: 0.00667
epssPercentile: 0.50443
ingestedAt: '2026-09-12T03:13:01.687Z'
---

## Overview

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.

## Affected packages

- `apache-airflow >= 3.0.0, < 3.2.0`

## Remediation

Upgrade to a patched release:

- `apache-airflow 3.2.0`
