Cyber Resilience

CVE-2025-68438

High

Published: 16 January 2026

Published
16 January 2026
Modified
21 January 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0003 7.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-68438 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Apache Airflow. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 7.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-68438 is a vulnerability in Apache Airflow versions before 3.1.6 that exposes sensitive information. Specifically, when rendered template fields in a DAG exceed the configured [core] max_templated_field_length, sensitive values can appear in cleartext in the Rendered Templates UI. This issue stems from the serialization of those fields using a secrets masker instance that does not incorporate user-registered mask_secret() patterns, preventing reliable masking of secrets prior to truncation and display. The vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).

Any unauthenticated attacker with network access to the Airflow web interface can exploit this vulnerability without requiring privileges or user interaction. By viewing the Rendered Templates UI for a DAG containing templated fields longer than the max_templated_field_length threshold and embedding secrets, the attacker can obtain those secrets in plaintext after truncation, achieving high-impact confidentiality violations such as leakage of credentials or other sensitive data.

Apache Airflow advisories recommend upgrading to version 3.1.6 or later, which resolves the issue by ensuring the secrets masker includes user-registered patterns during serialization. Additional details are provided in the official Apache announcement at https://lists.apache.org/thread/55n7b4nlsz3vo5n4h5lrj9bfsk8ctyff and the OSS-Security mailing list post at http://www.openwall.com/lists/oss-security/2026/01/15/5.

EU & UK References

Vulnerability details

In Apache Airflow versions before 3.1.6, when rendered template fields in a Dag exceed [core] max_templated_field_length, sensitive values could be exposed in cleartext in the Rendered Templates UI. This occurred because serialization of those fields used a secrets masker instance…

more

that did not include user-registered mask_secret() patterns, so secrets were not reliably masked before truncation and display. Users are recommended to upgrade to 3.1.6 or later, which fixes this issue

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Vulnerability in public-facing Airflow web UI directly enables exploitation for sensitive data/credential exposure (T1190); resulting plaintext secret leakage maps to unsecured credentials access (T1552).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-41084Same product: Apache Airflow
CVE-2025-66236Same product: Apache Airflow
CVE-2026-42359Same product: Apache Airflow
CVE-2026-40961Same product: Apache Airflow
CVE-2025-68675Same product: Apache Airflow
CVE-2026-32228Same product: Apache Airflow
CVE-2026-30912Same product: Apache Airflow
CVE-2026-33858Same product: Apache Airflow
CVE-2025-54550Same product: Apache Airflow
CVE-2024-56373Same product: Apache Airflow

Affected Assets

apache
airflow
3.1.0 — 3.1.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the flaw in secrets masking during rendered template serialization and truncation in Apache Airflow.

prevent

Filters sensitive values from output in the Rendered Templates UI to prevent cleartext exposure after truncation.

prevent

Limits permitted actions without identification or authentication, blocking unauthenticated access to the vulnerable Rendered Templates UI.

References