---
id: CVE-2026-42360
aliases:
  - GHSA-cg3x-89rc-x9mw
  - BIT-airflow-2026-42360
  - PYSEC-2026-172
title: >-
  Apache Airflow vulnerable to Exposure of Sensitive Information to an
  Unauthorized Actor
summary: >-
  Apache Airflow vulnerable to Exposure of Sensitive Information to an
  Unauthorized Actor
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
vendor: apache-airflow
product: apache-airflow
ecosystem: pip
affected:
  - apache-airflow < 3.2.2
patched:
  - apache-airflow 3.2.2
published: '2026-06-01'
updated: '2026-07-09'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-cg3x-89rc-x9mw'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-42360'
  - url: 'https://github.com/apache/airflow/pull/65906'
  - url: 'https://github.com/apache/airflow'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2026-172.yaml
  - url: 'https://lists.apache.org/thread/obj79bpxnl7r5olz1gsn0g94y88glnl4'
tags:
  - osv
  - pip
epss: 0.00523
epssPercentile: 0.41886
ingestedAt: '2026-07-10T13:49:10.716Z'
---

## Overview

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.

## Affected packages

- `apache-airflow < 3.2.2`

## Remediation

Upgrade to a patched release:

- `apache-airflow 3.2.2`
