Information disclosure in Apache Airflow - CVE-2026-49487
Published: August 24, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper masking of sensitive information in the task-instance detail and list REST API endpoints when returning deferred task trigger kwargs. A remote user can query the affected API endpoints to disclose sensitive information.
Only deferred tasks are affected, and secrets are exposed in clear text when a deferred operator passes them into its trigger kwargs.