🔐 CVE Alert

CVE-2026-49296

MEDIUM 6.5

Apache Airflow: Per-DAG read bypass discloses co-located DAGs' source via GET /api/v2/dagSources/{dag_id}

CVSS Score
6.5
EPSS Score
0.2%
EPSS Percentile
10th

Before apache-airflow 3.3.0, a user authorized to read one Dag could disclose the source of other Dags co-located in the same source file. `GET /api/v2/dagSources/{dag_id}` — and the equivalent Dag-source view in the UI — returned the entire source file without redacting Dags the caller was not authorized to read, bypassing per-DAG read authorization. Deployments that co-locate multiple Dags in a single file and rely on per-DAG access control to limit source visibility are affected; single-Dag-per-file deployments are not. Upgrade to apache-airflow 3.3.0 or later.

CWE CWE-639
Vendor apache software foundation
Product apache airflow
Published Jul 7, 2026
Last Updated Jul 7, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache airflow

Be the first to know when new medium vulnerabilities affecting apache software foundation apache airflow are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Apache Software Foundation / Apache Airflow
3.0.0 < 3.3.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/apache/airflow/pull/67662 lists.apache.org: https://lists.apache.org/thread/qqv41t3oydkn9o14r2rfz1wkdrsp5jzn openwall.com: http://www.openwall.com/lists/oss-security/2026/07/07/5

Credits

Matteo Panzeri (Università di Pavia), GitHub @matte1782 Jarek Potiuk