Cyber Posture

CVE-2025-68438

High

Published: 16 January 2026

Published
16 January 2026
Modified
21 January 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0002 6.3th 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 6.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-200

Automated marking applies security attributes to system outputs, making it harder for attackers to exploit unmarked sensitive information leading to unauthorized exposure.

addresses: CWE-200

Proper attribute retention and permitted-value enforcement limits unauthorized actors from accessing sensitive information lacking correct labels.

addresses: CWE-200

Prevents unauthorized exposure of sensitive information by prohibiting untrusted external systems from processing or storing it.

addresses: CWE-200

By enforcing authorization matching prior to sharing, the control reduces the risk of exposing sensitive information to unauthorized actors.

addresses: CWE-200

Review and removal of nonpublic information from publicly accessible systems directly prevents exposure of sensitive data to unauthorized actors.

addresses: CWE-200

Data mining protection mechanisms detect and block unauthorized bulk extraction of sensitive data, directly mitigating exposure to unauthorized actors.

addresses: CWE-200

Literacy training teaches users to recognize and avoid actions that result in unauthorized exposure of sensitive information.

addresses: CWE-200

Retaining and monitoring training records confirms personnel have completed privacy and security awareness training on handling sensitive data, reducing the chance of unauthorized exposure due to lack of knowledge.

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

NVD Description

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

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

apache
airflow
3.1.0 — 3.1.6

CVEs Like This One

CVE-2025-68675Same product: Apache Airflow
CVE-2026-32228Same product: Apache Airflow
CVE-2025-66236Same product: Apache Airflow
CVE-2025-54550Same product: Apache Airflow
CVE-2024-56373Same product: Apache Airflow
CVE-2026-30912Same product: Apache Airflow
CVE-2026-33858Same product: Apache Airflow
CVE-2026-30911Same product: Apache Airflow
CVE-2026-25917Same product: Apache Airflow
CVE-2025-57735Same product: Apache Airflow

References