CVE Catalog

CVE-2026-59244

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

14th percentile - higher than 14% of all known CVEs

Summary

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.

Risk Assessment

Exposure of secrets stored in JSON variables can lead to unauthorized access to data and systems, compromising information confidentiality.

Recommendation

Upgrade Apache Airflow to version 3.3.1 or later, which includes the fix for masking nested values. Also restrict access to the Rendered Templates view and consider rotating any exposed secrets.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS