---
id: CVE-2026-65017
title: >-
  Apache Airflow's Config API did not mask team-scoped sensitive configuration
  values in multi-team deployments
summary: >-
  Apache Airflow's Config API did not mask team-scoped sensitive configuration
  values in multi-team deployments. When an administrator has enabled multi-team
  mode and exposed the Config API, an authenticated Viewer holding only
  configurati…
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'
cwe:
  - CWE-200
vendor: apache
product: airflow
affected:
  - 'airflow >= 3.3.0, < 3.3.1'
patched:
  - airflow 3.3.1
published: '2026-08-12'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T15:17:40.443'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-65017'
references:
  - url: 'https://github.com/apache/airflow/pull/70755'
    label: security@apache.org
  - url: 'https://lists.apache.org/thread/kykn94kjf0tntx4wywtvjowh5bzdgf38'
    label: security@apache.org
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-48828'
    label: security@apache.org
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-48892'
    label: security@apache.org
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-08-13T12:14:29.576426Z'
epss: 0.00388
epssPercentile: 0.32758
ingestedAt: '2026-09-16T14:57:28.031Z'
---

## Overview

Apache Airflow's Config API did not mask team-scoped sensitive configuration values in multi-team deployments. When an administrator has enabled multi-team mode and exposed the Config API, an authenticated Viewer holding only configuration-read access — with no prior access to the secret — could read a team-scoped Celery broker URL, including its embedded credentials, in cleartext, while the equivalent global option was correctly masked. The secrets masker matched only base section and option names and did not normalize team-prefixed sections before the sensitivity check (CWE-200). This is a distinct masker bypass from CVE-2026-48828 and CVE-2026-48892: deployments that upgraded to apache-airflow 3.3.0 to address those issues remain affected by this team-scoped variant. Users are advised to upgrade to apache-airflow 3.3.1 or later, which normalizes team-scoped sections before masking.

## Affected

- `airflow >= 3.3.0, < 3.3.1`

## Remediation

Upgrade past the affected range:

- `airflow 3.3.1`
