SEPTEMBER 25, 2026
Live Feed
Back to database
Case File

CVE-2026-86473

CRITICAL · CVSS 9.1 EPSS 0.52% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-21 · Last synced 2026-09-25

CyberRota Analysis

AI-Generated

The logout functionality of Apache Airflow's Core API is vulnerable as it only revokes session tokens presented via the _token cookie, leaving bearer tokens intact when used for authentication. This allows an attacker with a valid bearer token to maintain access even after the legitimate user has logged out, potentially compromising sensitive operations for up to 24 hours. Organizations utilizing Apache Airflow, particularly those relying on bearer token authentication, should prioritize upgrading to version 3.3.2 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86473
Severity
CRITICAL
CVSS
9.1
EPSS
0.52%
Apache

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)