Vulnerability Description
In Apache Airflow before 3.3.0, the REST API task-instance detail and list endpoints returned a deferred task's trigger kwargs without masking. When a deferred operator passed a secret (for example a provider API key) into its trigger, any authenticated user with DAG-scoped task-instance read access for that DAG could read that secret in clear text while the task was deferred. Users should upgrade to apache-airflow 3.3.0 or later, which masks sensitive values in trigger kwargs returned by the API.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Airflow | < 3.3.0 |
Related Weaknesses (CWE)
References
- https://github.com/apache/airflow/pull/67868Issue Tracking
- https://lists.apache.org/thread/qlw6pozlzlfhkvmbgqsbjlq6vj4v0pc4Vendor Advisory
- http://www.openwall.com/lists/oss-security/2026/07/07/6Third Party Advisory
FAQ
What is CVE-2026-49487?
CVE-2026-49487 is a vulnerability with a CVSS score of 6.5 (MEDIUM). In Apache Airflow before 3.3.0, the REST API task-instance detail and list endpoints returned a deferred task's trigger kwargs without masking. When a deferred operator passed a secret (for example a ...
How severe is CVE-2026-49487?
CVE-2026-49487 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-49487?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Airflow.