---
id: CVE-2024-50378
aliases:
  - GHSA-j857-2pwm-jjmm
  - BIT-airflow-2024-50378
  - PYSEC-2026-1134
title: Apache Airflow vulnerable to Insertion of Sensitive Information Into Sent Data
summary: Apache Airflow vulnerable to Insertion of Sensitive Information Into Sent Data
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.10.3
patched:
  - apache-airflow 2.10.3
published: '2024-11-08'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:20.814398518Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-j857-2pwm-jjmm'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-50378'
  - url: 'https://github.com/apache/airflow/pull/43123'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/17rxys384lzfd6nhm3fztzgvk47zy7jb'
  - url: 'http://www.openwall.com/lists/oss-security/2024/11/08/5'
tags:
  - osv
  - pip
epss: 0.01243
epssPercentile: 0.67933
ingestedAt: '2026-07-08T18:25:50.614Z'
---

## Overview

Airflow versions before 2.10.3 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 variables 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.10.3 or a later version, which addresses this issue. Users who previously used the CLI to set secret variables should manually delete entries with those variables from the log table.

## Affected packages

- `apache-airflow < 2.10.3`

## Remediation

Upgrade to a patched release:

- `apache-airflow 2.10.3`
