---
id: CVE-2026-46764
aliases:
  - GHSA-qphr-3mvq-v466
  - BIT-airflow-2026-46764
title: Apache Airflow has an Authorization Bypass Through User-Controlled Key
summary: Apache Airflow has an Authorization Bypass Through User-Controlled Key
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
vendor: apache-airflow
product: apache-airflow
ecosystem: pip
affected:
  - apache-airflow < 3.2.2
patched:
  - apache-airflow 3.2.2
published: '2026-06-01'
updated: '2026-07-09'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-qphr-3mvq-v466'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-46764'
  - url: 'https://github.com/apache/airflow/pull/67112'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/ctrbj7q3m86g4qxmo9ponojgmzrcoqpv'
  - url: 'http://www.openwall.com/lists/oss-security/2026/05/31/14'
tags:
  - osv
  - pip
epss: 0.00366
epssPercentile: 0.30431
ingestedAt: '2026-07-10T13:49:10.945Z'
---

## Overview

The Event Log detail endpoint `GET /api/v2/eventLogs/{event_log_id}` in Apache Airflow fetched audit-log rows directly by numeric ID after only the generic Audit Log permission check, while the collection endpoint `GET /api/v2/eventLogs` applied per-Dag scoping. An authenticated UI/API user with audit-log read permission for one Dag could retrieve audit-log entries for any other Dag by guessing or enumerating the numeric event log ID. Affects deployments that rely on per-Dag audit-log scoping. Users are advised to upgrade to `apache-airflow` 3.2.2 or later.

## Affected packages

- `apache-airflow < 3.2.2`

## Remediation

Upgrade to a patched release:

- `apache-airflow 3.2.2`
