---
id: CVE-2025-66236
title: >-
  Apache Airflow: Secrets from Airflow config file logged in plain text in DAG
  run logs UI
summary: >-
  Before Airflow 3.2.0, it was unclear that secure Airflow deployments require
  the Deployment Manager to take appropriate actions and pay attention to
  security details and security model of Airflow. Some assumptions the
  Deployment Manager …
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cvssSource: adp
cwe:
  - CWE-532
vendor: Apache Software Foundation
product: apache-airflow
affected:
  - apache-airflow >= 3.0.0 < 3.2.0
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-04-15T19:20:26.164642Z'
published: '2026-04-13'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T14:57:19.096Z'
source: CVEORG
sourceUrl: 'https://www.cve.org/CVERecord?id=CVE-2025-66236'
references:
  - url: 'https://github.com/apache/airflow/pull/58662'
  - url: 'https://lists.apache.org/thread/g8fyy1tkmxkkfk7tx2v6h8mvwzpyykbo'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-66236'
  - url: 'https://airflow.apache.org/blog/airflow-3.2.0'
  - url: 'https://github.com/apache/airflow'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2026-8.yaml
  - url: 'http://www.openwall.com/lists/oss-security/2026/04/13/6'
tags:
  - cve.org
  - osv
  - pip
epss: 0.00439
epssPercentile: 0.35404
aliases:
  - GHSA-j86x-fwp2-qh7v
  - BIT-airflow-2025-66236
  - PYSEC-2026-8
ecosystem: pip
patched:
  - apache-airflow 3.2.0
ingestedAt: '2026-09-12T03:13:01.704Z'
---

## Overview

Before Airflow 3.2.0, it was unclear that secure Airflow deployments require the Deployment Manager to take appropriate actions and pay attention to security details and security model of Airflow. Some assumptions the Deployment Manager could make were not clear or explicit enough, even though Airflow's intentions and security model of Airflow did not suggest different assumptions. The overall security model [1], workload isolation [2], and JWT authentication details [3] are now described in more detail. Users concerned with role isolation and following the Airflow security model of Airflow are advised to upgrade to Airflow 3.2, where several security improvements have been implemented. They should also read and follow the relevant documents to make sure that their deployment is secure enough. It also clarifies that the Deployment Manager is ultimately responsible for securing your Airflow deployment. This had also been communicated via Airflow 3.2.0 Blog announcement [4].

[1] Security Model:  https://airflow.apache.org/docs/apache-airflow/stable/security/jwt_token_authentication.html 
[2] Workload isolation:  https://airflow.apache.org/docs/apache-airflow/stable/security/workload.html 
[3] JWT Token authentication:  https://airflow.apache.org/docs/apache-airflow/stable/security/jwt_token_authentication.html 
[4] Airflow 3.2.0 Blog announcement:  https://airflow.apache.org/blog/airflow-3.2.0/ 



Users are recommended to upgrade to version 3.2.0, which fixes this issue.

## Affected

- `apache-airflow >= 3.0.0 < 3.2.0`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2025-66236)

Affected packages:

- `apache-airflow >= 3.0.0, < 3.2.0`

Patched in:

- `apache-airflow 3.2.0`

Source: https://osv.dev/vulnerability/GHSA-j86x-fwp2-qh7v
