AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-68970

MEDIUM · CVSS 6.5 EPSS 0.17% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Apache Airflow's Task SDK exposes sensitive information by failing to mask the contents of Variables with list-shaped JSON values, allowing authenticated users to view secrets in cleartext within task logs and the Rendered Templates UI. This vulnerability poses a significant risk to any organization using Apache Airflow, particularly those with sensitive data in their workflows. Users should prioritize upgrading to apache-airflow 3.3.1 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-68970
Severity
MEDIUM
CVSS
6.5
EPSS
0.17%
Apache

Original NVD Description

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level matched neither and was returned unmasked. Any authenticated user able to read the logs or rendered templates of a task that references such a Variable could recover the values, with no special configuration required. This is the list-shaped counterpart of CVE-2026-59244, whose fix covered the dict case only, so deployments that upgraded in response to that advisory remain affected and must upgrade again. Users are advised to upgrade to apache-airflow 3.3.1 or later.

Related CVEs

Other vulnerabilities affecting the same vendor(s)