Home

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.

PUBLISHED Reserved 2026-05-31 | Published 2026-07-07 | Updated 2026-07-07 | Assigner apache

Problem types

CWE-200: Exposure of Sensitive Information to an Unauthorized Actor

Product status

Default status
unaffected

Any version before 3.3.0
affected

Credits

Andrew Rukin (Arenadata) finder

Jarek Potiuk (@potiuk) remediation developer

References

www.openwall.com/lists/oss-security/2026/07/07/6

github.com/apache/airflow/pull/67868 patch

lists.apache.org/thread/qlw6pozlzlfhkvmbgqsbjlq6vj4v0pc4 vendor-advisory

cve.org (CVE-2026-49487)

nvd.nist.gov (CVE-2026-49487)

Download JSON