Information disclosure in Apache Airflow - CVE-2026-49298

 

Information disclosure in Apache Airflow - CVE-2026-49298

Published: June 4, 2026


Vulnerability identifier: #VU133390
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2026-49298
CWE-ID: CWE-200
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Apache Foundation
Affected software:
Apache Airflow

Detailed vulnerability description

The vulnerability allows a remote user to access and misuse execution API capabilities.

The vulnerability exists due to exposure of sensitive information in KubernetesExecutor when exposing worker pod JWT tokens in command-line arguments visible through pod metadata. A remote user can read pod details to harvest a JWT token and call state-mutating execution API endpoints to access and misuse execution API capabilities.

Exploitation requires an authenticated UI or API account and Kubernetes read-only access such as permission to view pod details in the Airflow namespace. Only deployments using the KubernetesExecutor are affected.


How to mitigate CVE-2026-49298

Install security update from vendor's website.

Sources