CVE Catalog

CVE-2026-82310

Low risk· EPSS 17%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

In Apache Airflow FAB provider, deactivating a user account does not invalidate previously issued tokens. These tokens remain valid and can be used to gain access even after the account is deactivated by an administrator.

Risk Assessment

Account deactivation as a containment measure does not work, potentially leading to unauthorized access by deactivated accounts.

Recommendation

It is recommended to upgrade apache-airflow-providers-fab to version 3.9.0 or later, which rejects tokens for deactivated accounts.

Other vulnerabilities in Apache Airflow FAB provider

See all
Original NVD description (English source)

Apache Airflow FAB provider: deactivating a user account does not stop tokens issued to that account before deactivation. Password authentication correctly rejects the disabled account, but the Core API continues to accept an existing, unexpired token naming it, and lets that token mint a replacement — so the account keeps its role-scoped access indefinitely after an administrator has disabled it. The user replays their own legitimate credential; no signature forgery or privilege escalation is involved, and the access stays within the roles the account already held. Affects deployments using Airflow 3 with the FAB auth manager and Core API token authentication, where an administrator deactivates an account whose row remains in the database and whose previously issued token has not expired. The trigger is administrative deactivation as a containment action, which silently fails to contain. Users of apache-airflow-providers-fab are recommended to upgrade to version 3.9.0 or later, which rejects tokens naming a deactivated account.

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