CVE Catalog

CVE-2026-42360

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.34%

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

Summary

In Apache Airflow, rendered template field handling caused bypass of nested sensitive key masking (e.g., password, token) when the field length exceeded the limit. An authenticated user with read permission could obtain plaintext secret values.

Risk Assessment

The organization is at risk of leakage of sensitive data stored in JSON templates, potentially leading to security breaches.

Recommendation

Upgrade Apache Airflow to version 3.2.2 or later.

Other vulnerabilities in Apache Airflow

See all
Original NVD description (English source)

A bug in Apache Airflow's rendered-template field handling caused nested sensitive-key masking (e.g. nested `password` / `token` / `secret` / `api_key` keys inside a JSON template structure) to be bypassed when the rendered field exceeded `[core] max_templated_field_length`: Airflow stringified the structure before redaction, losing the nested key context, and persisted the plaintext value into `rendered_fields`. An authenticated UI/API user with permission to read rendered template fields could harvest secret values intended to be masked. Affects deployments where Dag authors pass structured JSON to operators with nested sensitive keys. This is a variant of `CWE-200` previously addressed for the user-registered `mask_secret()` patterns in CVE-2025-68438; that fix did not cover the nested sensitive-keyword allowlist. Users who already upgraded for CVE-2025-68438 should additionally upgrade to `apache-airflow` 3.2.2 or later to cover the nested-key path.

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