---
id: CVE-2024-45034
aliases:
  - GHSA-92xg-gmrq-5c3w
  - BIT-airflow-2024-45034
  - PYSEC-2024-212
title: Apache Airflow vulnerable to Execution with Unnecessary Privileges
summary: Apache Airflow vulnerable to Execution with Unnecessary Privileges
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: apache-airflow
product: apache-airflow
ecosystem: pip
affected:
  - apache-airflow < 2.10.1
patched:
  - apache-airflow 2.10.1
published: '2024-09-07'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:18.104455921Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-92xg-gmrq-5c3w'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-45034'
  - url: 'https://github.com/apache/airflow/pull/41672'
  - url: >-
      https://github.com/apache/airflow/commit/03e01e76d2203d37aa645096df195b4328665f6d
  - url: 'https://github.com/apache/airflow'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2024-212.yaml
  - url: 'https://lists.apache.org/thread/b4fcw33vh60yfg9990n5vmc7sy2dcgjx'
  - url: 'http://www.openwall.com/lists/oss-security/2024/09/06/3'
tags:
  - osv
  - pip
epss: 0.01688
epssPercentile: 0.76032
ingestedAt: '2026-09-12T03:13:01.680Z'
---

## Overview

Apache Airflow versions before 2.10.1 have a vulnerability that allows DAG authors to add local settings to the DAG folder and get it executed by the scheduler, where the scheduler is not supposed to execute code submitted by the DAG author. 
Users are advised to upgrade to version 2.10.1 or later, which has fixed the vulnerability.

## Affected packages

- `apache-airflow < 2.10.1`

## Remediation

Upgrade to a patched release:

- `apache-airflow 2.10.1`
