---
id: CVE-2024-45784
aliases:
  - GHSA-46c3-5xc5-wwhv
  - BIT-airflow-2024-45784
  - PYSEC-2024-182
  - PYSEC-2026-1112
title: >-
  Apache Airflow: Sensitive configuration values are not masked in the logs by
  default
summary: >-
  Apache Airflow: Sensitive configuration values are not masked in the logs by
  default
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
vendor: airflow
product: airflow
ecosystem: pip
affected:
  - airflow < 2.10.3
patched:
  - airflow 2.10.3
published: '2024-11-15'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-46c3-5xc5-wwhv'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-45784'
  - url: 'https://github.com/apache/airflow/pull/43040'
  - url: 'https://github.com/apache/airflow'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2024-182.yaml
  - url: 'https://lists.apache.org/thread/k2jm55jztlbmk4zrlh10syvq3n57hl4h'
  - url: 'http://www.openwall.com/lists/oss-security/2024/11/15/1'
tags:
  - osv
  - pip
epss: 0.01341
epssPercentile: 0.70117
ingestedAt: '2026-07-08T18:25:45.264Z'
---

## Overview

Apache Airflow versions before 2.10.3 contain a vulnerability that could expose sensitive configuration variables in task logs. This vulnerability allows DAG authors to unintentionally or intentionally log sensitive configuration variables. Unauthorized users could access these logs, potentially exposing critical data that could be exploited to compromise the security of the Airflow deployment. In version 2.10.3, secrets are now masked in task logs to prevent sensitive configuration variables from being exposed in the logging output. Users should upgrade to Airflow 2.10.3 or the latest version to eliminate this vulnerability. If you suspect that DAG authors could have logged the secret values to the logs and that your logs are not additionally protected, it is also recommended that you update those secrets.

## Affected packages

- `airflow < 2.10.3`

## Remediation

Upgrade to a patched release:

- `airflow 2.10.3`
