---
id: CVE-2025-27555
aliases:
  - GHSA-8r55-rv5w-6pfm
  - BIT-airflow-2025-27555
  - PYSEC-2026-2347
title: Apache Airflow exposes sensitive information in its log files
summary: Apache Airflow exposes sensitive information in its log files
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
patched:
  - apache-airflow 2.11.1
published: '2026-02-24'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:34.634194256Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-8r55-rv5w-6pfm'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-27555'
  - url: 'https://github.com/apache/airflow/pull/61882'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/nxovkp319jo8vg498gql1yswtb2frbkw'
tags:
  - osv
  - pip
epss: 0.00369
epssPercentile: 0.28164
ingestedAt: '2026-07-13T18:57:55.248Z'
---

## Overview

Airflow versions before 2.11.1 have a vulnerability that allows authenticated users with audit log access to see sensitive values in audit logs which they should not see. When sensitive connection parameters were set via airflow CLI, values of those variables appeared in the audit log and were stored unencrypted in the Airflow database. While this risk is limited to users with audit log access, it is recommended to upgrade to Airflow 2.11.1 or a later version, which addresses this issue. Users who previously used the CLI to set connections should manually delete entries with those connection sensitive values from the log table. This is similar but not the same issue as CVE-2024-50378

## Affected packages

- `apache-airflow < 2.11.1`

## Remediation

Upgrade to a patched release:

- `apache-airflow 2.11.1`
