---
id: CVE-2025-65995
aliases:
  - GHSA-gfw7-2v73-69wg
  - BIT-airflow-2025-65995
  - PYSEC-2026-2348
title: Apache Airflow error reporting may expose full kwargs
summary: Apache Airflow error reporting may expose full kwargs
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 < 2.11.1
  - 'apache-airflow >= 3.0.0b1, < 3.1.5rc1'
patched:
  - apache-airflow 2.11.1
  - apache-airflow 3.1.5rc1
published: '2026-02-21'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:34.990944767Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-gfw7-2v73-69wg'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-65995'
  - url: 'https://github.com/apache/airflow/pull/58252'
  - url: 'https://github.com/apache/airflow/pull/61883'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/1qzlrjo2wmlzs0rrgzgslj2pzkor0dr2'
  - url: 'http://www.openwall.com/lists/oss-security/2025/12/12/2'
tags:
  - osv
  - pip
epss: 0.00815
epssPercentile: 0.55577
ingestedAt: '2026-07-13T18:57:58.366Z'
---

## Overview

When a DAG failed during parsing, Airflow’s error-reporting in the UI could include the full kwargs passed to the operators. If those kwargs contained sensitive values (such as secrets), they might be exposed in the UI tracebacks to authenticated users who had permission to view that DAG. 

The issue has been fixed in Airflow 3.1.5rc1 and 2.11.1, and users are strongly advised to upgrade to prevent potential disclosure of sensitive information.

## Affected packages

- `apache-airflow < 2.11.1`
- `apache-airflow >= 3.0.0b1, < 3.1.5rc1`

## Remediation

Upgrade to a patched release:

- `apache-airflow 2.11.1`
- `apache-airflow 3.1.5rc1`
