6.5
MEDIUM CVSS 3.1
CVE-2026-48726
Apache Airflow: revoke_token() unreachable in FabAuthManager / KeycloakAuthManager logout path
Description

A bug in Apache Airflow's auth manager logout handling left previously-issued JWT tokens valid after the user clicked logout in the UI: the logout flow for `FabAuthManager` and `KeycloakAuthManager` did not actually reach the underlying `revoke_token()` call, so the JWT remained accepted by the API server until its natural expiry. An attacker holding a previously-issued JWT for a logged-out user could continue to make authenticated API calls as that user. Affects deployments configured with `FabAuthManager` or `KeycloakAuthManager` (the bug does not affect SimpleAuthManager). This is a residual gap in the fix for CVE-2025-57735, which addressed cookie-side invalidation in PR #57992 / PR #61339 but did not cover the provider-side `revoke_token()` reachability in the FAB / Keycloak code paths. Users who already upgraded for CVE-2025-57735 should additionally upgrade to `apache-airflow` 3.2.2 or later to cover the FAB / Keycloak logout paths.

INFO

Published Date :

June 1, 2026, 9:16 a.m.

Last Modified :

July 21, 2026, 7:10 p.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2026-48726 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Apache airflow
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 3.1 MEDIUM 134c704f-9b21-4f2e-91b3-4a467353bcc0
Solution
Update Apache Airflow to version 3.2.2 or later for proper JWT token revocation.
  • Upgrade Apache Airflow to version 3.2.2 or later.
  • Ensure auth manager configurations are correctly applied.
Public PoC/Exploit Available at Github

CVE-2026-48726 has a 1 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-48726.

URL Resource
https://github.com/apache/airflow/pull/67289 Issue Tracking Patch
https://lists.apache.org/thread/630jg4z6cjkv4m2yv2ljgmf1zhdj1vqx Mailing List Vendor Advisory
https://www.cve.org/CVERecord?id=CVE-2025-57735 Mailing List Third Party Advisory
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-48726 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-48726 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Perfil

Updated: 3 weeks, 4 days ago
0 stars 0 fork 0 watcher
Born at : July 1, 2026, 10:50 a.m. This repo has been linked 1 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-48726 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-48726 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Translated by [email protected]

    Jul. 21, 2026

    Action Type Old Value New Value
    Added Translation Title: Apache Airflow de Apache Software Foundation, Description: Un error en el manejo del cierre de sesión del gestor de autenticación de Apache Airflow dejó válidos los tokens JWT emitidos previamente después de que el usuario hizo clic en cerrar sesión en la interfaz de usuario: el flujo de cierre de sesión para 'FabAuthManager' y 'KeycloakAuthManager' no alcanzó realmente la llamada subyacente a 'revoke_token()', por lo que el JWT siguió siendo aceptado por el servidor API hasta su caducidad natural. Un atacante que posea un JWT emitido previamente para un usuario que ha cerrado sesión podría seguir realizando llamadas API autenticadas como ese usuario. Afecta a las implementaciones configuradas con 'FabAuthManager' o 'KeycloakAuthManager' (el error no afecta a SimpleAuthManager). Esta es una brecha residual en la corrección para CVE-2025-57735, que abordó la invalidación del lado de la cookie en PR #57992 / PR #61339 pero no cubrió la accesibilidad de 'revoke_token()' del lado del proveedor en las rutas de código de FAB / Keycloak. Los usuarios que ya actualizaron para CVE-2025-57735 deberían actualizar adicionalmente a 'apache-airflow' 3.2.2 o posterior para cubrir las rutas de cierre de sesión de FAB / Keycloak.
  • CVE Modified by [email protected]

    Jun. 17, 2026

    Action Type Old Value New Value
    Added Affected [{'vendor': 'Apache Software Foundation', 'product': 'Apache Airflow', 'versions': [{'status': 'affected', 'version': '0', 'lessThan': '3.2.2', 'versionType': 'semver'}], 'packageName': 'apache-airflow', 'collectionURL': 'https://pypi.python.org', 'defaultStatus': 'unaffected'}]
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jun. 17, 2026

    Action Type Old Value New Value
    Added SSVC {'id': 'CVE-2026-48726', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'no'}, {'technicalImpact': 'partial'}], 'version': '2.0.3', 'timestamp': '2026-06-02T16:03:20.747068Z'}
  • Initial Analysis by [email protected]

    Jun. 03, 2026

    Action Type Old Value New Value
    Added CPE Configuration OR *cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:* versions up to (excluding) 3.2.2
    Added Reference Type Apache Software Foundation: https://github.com/apache/airflow/pull/67289 Types: Issue Tracking, Patch
    Added Reference Type Apache Software Foundation: https://lists.apache.org/thread/630jg4z6cjkv4m2yv2ljgmf1zhdj1vqx Types: Mailing List, Vendor Advisory
    Added Reference Type Apache Software Foundation: https://www.cve.org/CVERecord?id=CVE-2025-57735 Types: Mailing List, Third Party Advisory
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Jun. 02, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • New CVE Received by [email protected]

    Jun. 01, 2026

    Action Type Old Value New Value
    Added Description A bug in Apache Airflow's auth manager logout handling left previously-issued JWT tokens valid after the user clicked logout in the UI: the logout flow for `FabAuthManager` and `KeycloakAuthManager` did not actually reach the underlying `revoke_token()` call, so the JWT remained accepted by the API server until its natural expiry. An attacker holding a previously-issued JWT for a logged-out user could continue to make authenticated API calls as that user. Affects deployments configured with `FabAuthManager` or `KeycloakAuthManager` (the bug does not affect SimpleAuthManager). This is a residual gap in the fix for CVE-2025-57735, which addressed cookie-side invalidation in PR #57992 / PR #61339 but did not cover the provider-side `revoke_token()` reachability in the FAB / Keycloak code paths. Users who already upgraded for CVE-2025-57735 should additionally upgrade to `apache-airflow` 3.2.2 or later to cover the FAB / Keycloak logout paths.
    Added CWE CWE-613
    Added Reference https://github.com/apache/airflow/pull/67289
    Added Reference https://lists.apache.org/thread/630jg4z6cjkv4m2yv2ljgmf1zhdj1vqx
    Added Reference https://www.cve.org/CVERecord?id=CVE-2025-57735
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.