Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Raphael Zanarelli

#44388of 56,338
6.5Total CVSS
Vulnerabilities · 1
PT-2026-71132
6.5
2026-08-12
Apache · Apache Airflow · CVE-2026-68970
**Name of the Vulnerable Software and Affected Versions** Apache Airflow versions prior to 3.3.1 **Description** The Task SDK fails to mask the contents of a Variable when its JSON value is a list. This occurs because masking is only applied to deserialized values that are strings or dictionaries, leaving top-level lists unmasked. Consequently, secrets stored in this format are displayed in cleartext within task logs and the Rendered Templates UI. An authenticated user with permissions to view task logs or rendered templates can recover these values without any special configuration. **Recommendations** Upgrade to apache-airflow version 3.3.1 or later.