๐Ÿ” CVE Alert

CVE-2026-49298

HIGH 8.8

Apache Airflow: JWT Token Exposure in KubernetesExecutor Command-Line Arguments

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
6th

A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker pods to authenticate against the Execution API to be passed to the worker container as command-line arguments visible in the pod spec. An authenticated UI/API user with Kubernetes read-only access to the cluster (e.g. `pods/get` in the Airflow namespace) could harvest the JWT from `kubectl describe pod` output and then call state-mutating Execution API endpoints โ€” triggering Dag runs, clearing runs, reading or writing Variables / Connections / XComs โ€” as if they were a running task. Affects deployments using the `KubernetesExecutor`. Users are advised to upgrade to `apache-airflow` 3.2.2 or later. This is the airflow-core half of the same vulnerability addressed by [CVE-2026-27173](https://www.cve.org/CVERecord?id=CVE-2026-27173), which shipped the apache-airflow-providers-cncf-kubernetes side of the fix. Deployments that already upgraded `apache-airflow-providers-cncf-kubernetes` to 10.17.0 or later per the CVE-2026-27173 advisory should additionally upgrade `apache-airflow` to 3.2.2 or later to close the core-side surface โ€” the two fixes are complementary, not duplicates.

CWE CWE-538
Vendor apache software foundation
Product apache airflow
Published Jun 1, 2026
Last Updated Jun 2, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache airflow

Be the first to know when new high vulnerabilities affecting apache software foundation apache airflow are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Apache Software Foundation / Apache Airflow
0 < 3.2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/apache/airflow/pull/60108 lists.apache.org: https://lists.apache.org/thread/wo09vrks8189dzsot39rvrx3vnx102tt

Credits

Nikolai Dvoinishnikov ([email protected]) Anton Kuznetsov ([email protected]) Anish Giri