CVE-2026-59244 PUBLISHED

Apache Airflow: Secrets masker: `var.json` Variable values not masked in the Rendered Templates UI

Assigner: apache
Reserved: 04.07.2026 Published: 12.08.2026 Updated: 12.08.2026

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstance(str) guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with access to that task's Rendered Templates view. Users are advised to upgrade to apache-airflow 3.3.1 or later, which masks nested Variable values regardless of type.

Product Status

Vendor Apache Software Foundation
Product Apache Airflow
Versions Default: unaffected
  • affected from 0 to 3.3.1 (excl.)

Credits

  • Juan Pablo Guereca (@jpgerek) finder
  • Juan Pablo Guereca (@jpgerek) remediation developer

References

Problem Types

  • CWE-312: Cleartext Storage of Sensitive Information CWE