---
id: CVE-2026-40963
aliases:
  - GHSA-gprj-xvq8-w53q
  - BIT-airflow-2026-40963
title: Apache Airflow has an Improper Authorization issue
summary: Apache Airflow has an Improper Authorization issue
severity: low
cvss: 3.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N'
vendor: apache-airflow
product: apache-airflow
ecosystem: pip
affected:
  - 'apache-airflow >= 3.0.0, < 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-gprj-xvq8-w53q'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-40963'
  - url: 'https://github.com/apache/airflow/pull/65342'
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/s907bhsksc37m59f0loqjcp1ryobrr60'
  - url: 'http://www.openwall.com/lists/oss-security/2026/05/31/3'
tags:
  - osv
  - pip
epss: 0.00518
epssPercentile: 0.415
ingestedAt: '2026-07-10T13:49:10.797Z'
---

## Overview

The structure_data endpoint in the Airflow UI returned external dependency graph nodes for linked Dags without checking whether the caller had read permission on those linked Dags. An authenticated UI/API user authorized for one Dag could enumerate linked Dag IDs and dependency metadata for other Dags they were not authorized to read. Affects deployments that rely on per-Dag read scoping to keep Dag dependency topology private across teams. Users are advised to upgrade to `apache-airflow` 3.2.2 or later.

## Affected packages

- `apache-airflow >= 3.0.0, < 3.2.2`

## Remediation

Upgrade to a patched release:

- `apache-airflow 3.2.2`
