---
id: CVE-2026-48828
title: >-
  The Bulk Variables API in Apache Airflow called the redactor without passing
  the variable's key, so the key-based `should_hide_value_for_key` check (which
  triggers on secret-suffixed key names like `*_password` / `*_token` /
  `*_secret`) …
summary: >-
  The Bulk Variables API in Apache Airflow called the redactor without passing
  the variable's key, so the key-based `should_hide_value_for_key` check (which
  triggers on secret-suffixed key names like `*_password` / `*_token` /
  `*_secret`) …
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
patched:
  - airflow 3.3.0
published: '2026-07-07'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T15:17:35.930'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48828'
references:
  - url: 'https://github.com/apache/airflow/pull/67495'
    label: security@apache.org
  - url: 'https://lists.apache.org/thread/y9kf314t6dhnv994hr11wj3tbow847yc'
    label: security@apache.org
  - url: 'http://www.openwall.com/lists/oss-security/2026/07/07/2'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48828'
  - url: >-
      https://github.com/apache/airflow/commit/b12f5ad66f51b91fd0a6268f94938be830133115
  - url: 'https://github.com/apache/airflow'
  - url: 'https://pypi.org/project/apache-airflow'
  - url: 'https://github.com/advisories/GHSA-563f-2439-rmq4'
tags:
  - nvd
  - cve.org
  - osv
  - pip
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-07-07T13:47:25.626361Z'
epss: 0.00664
epssPercentile: 0.50311
aliases:
  - GHSA-563f-2439-rmq4
  - BIT-airflow-2026-48828
  - PYSEC-2026-3806
ecosystem: pip
ingestedAt: '2026-09-05T19:33:44.084Z'
---

## Overview

The Bulk Variables API in Apache Airflow called the redactor without passing the variable's key, so the key-based `should_hide_value_for_key` check (which triggers on secret-suffixed key names like `*_password` / `*_token` / `*_secret`) could not fire for JSON-decodable variable values. An authenticated UI/API user with bulk Variable read permission could retrieve plaintext values from JSON variables whose key would otherwise trigger redaction. Affects deployments that store sensitive values in JSON-typed Airflow Variables under secret-suffixed key names. Users are advised to upgrade to `apache-airflow` 3.3.0 or later (the fix landed on `main` after 3.2.2; no 3.2.x backport).

## Affected

- `airflow < 3.3.0`

## Remediation

Upgrade past the affected range:

- `airflow 3.3.0`

## Package advisory (CVE-2026-48828)

Affected packages:

- `apache-airflow < 3.3.0`

Patched in:

- `apache-airflow 3.3.0`

Source: https://osv.dev/vulnerability/GHSA-563f-2439-rmq4
