---
id: CVE-2026-25219
aliases:
  - GHSA-4g48-54q2-fg7q
  - BIT-airflow-2026-25219
  - PYSEC-2026-2344
title: >-
  Apache Airlfow: Sensitive Azure Service Bus connection string (and possibly
  other providers) exposed to users with view access
summary: >-
  Apache Airlfow: Sensitive Azure Service Bus connection string (and possibly
  other providers) exposed to users with view access
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.1.8
patched:
  - apache-airflow 3.1.8
published: '2026-04-15'
updated: '2026-07-13'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-4g48-54q2-fg7q'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-25219'
  - url: 'https://github.com/apache/airflow/pull/61580'
  - url: 'https://github.com/apache/airflow/pull/61582'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/t4dlmqkn0njz4chk3g7mdgzb96y4ttqh'
  - url: 'http://www.openwall.com/lists/oss-security/2026/04/15/3'
tags:
  - osv
  - pip
epss: 0.00552
epssPercentile: 0.44766
ingestedAt: '2026-07-13T18:57:52.555Z'
---

## Overview

The `access_key` and `connection_string` connection properties were not marked as sensitive names in secrets masker. This means that user with read permission could see the values in Connection UI, as well as when Connection was accidently logged to logs, those values could be seen in the logs. Azure Service Bus used those properties to store sensitive values. Possibly other providers could be also affected if they used the same fields to store sensitive data.

If you used Azure Service Bus connection with those values set or if you have other connections with those values storing senesitve values, you should upgrade Airflow to 3.1.8.

## Affected packages

- `apache-airflow < 3.1.8`

## Remediation

Upgrade to a patched release:

- `apache-airflow 3.1.8`
