CVE Catalog

CVE-2026-86473

CriticalCVSS 9.1
Published: Updated: Translated: NVD NIST

Summary

In Apache Airflow, the Core API logout endpoint revokes only a session token presented as the _token cookie. When a client logs out by 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 (default lifetime 24 hours, configurable).

Risk Assessment

An attacker who already holds a copy of a valid token retains access to the victim's account even after the victim logs out, potentially enabling unauthorized access for up to 24 hours. Obtaining the token itself is outside the scope of this issue, and no privileges beyond the victim's own are gained.

Recommendation

Upgrade apache-airflow to version 3.3.2 or later, which fixes the issue. Additionally, consider shortening token lifetimes and verifying that API clients log out using the supported mechanism.

Other vulnerabilities in Apache Airflow

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS