---
id: CVE-2026-86473
title: >-
  Apache Airflow: the Core API logout endpoint revokes only a session token
  presented as the _token cookie
summary: >-
  Apache Airflow: the Core API logout endpoint revokes only a session token
  presented as the _token cookie. When a client logs out presenting its
  credential as an Authorization bearer header instead, the endpoint returns its
  normal 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'
cwe:
  - CWE-613
vendor: Apache Software Foundation
product: apache-airflow
affected:
  - apache-airflow >= 3.0.0 < 3.3.2
published: '2026-09-21'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T18:10:30.343'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86473'
references:
  - url: 'https://github.com/apache/airflow/pull/72649'
    label: security@apache.org
  - url: 'https://lists.apache.org/thread/k9z1p0q1ng8m68nlnv9d1fqzscrfm7vr'
    label: security@apache.org
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: total
  timestamp: '2026-09-21T18:41:03.098800Z'
cvssSource: adp
ingestedAt: '2026-09-21T14:38:56.365Z'
---

## Overview

Apache Airflow: the Core API logout endpoint revokes only a session token presented as the _token cookie. When a client logs out presenting its credential as an Authorization bearer header instead, the endpoint returns its normal logout response but revokes nothing, so the token remains valid until it expires. An attacker who already holds a copy of that token keeps the victim's access after the victim has logged out and believes the session ended; the default token lifetime is 24 hours and is configurable.

Affects API clients that authenticate with a bearer token rather than the browser session cookie. The attacker must already possess a copy of a valid token; obtaining one is outside the scope of this issue, and no privileges beyond the victim's own are gained.

Users of apache-airflow are recommended to upgrade to apache-airflow version 3.3.2 or later, which fixes the issue.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
