From 8417f61d8838ba01c4832fe58c71a7dc10d2667f Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Tue, 22 Sep 2026 11:34:10 +0200 Subject: [PATCH] [GHSA-gmw9-258q-r8gm] Apache Airflow's asset queued-events DELETE endpoints che... Co-Authored-By: Claude Opus 5 Signed-off-by: Andrea Cosentino --- .../GHSA-gmw9-258q-r8gm.json | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2026/09/GHSA-gmw9-258q-r8gm/GHSA-gmw9-258q-r8gm.json b/advisories/unreviewed/2026/09/GHSA-gmw9-258q-r8gm/GHSA-gmw9-258q-r8gm.json index 4e2a1ba10cb8..c89428408742 100644 --- a/advisories/unreviewed/2026/09/GHSA-gmw9-258q-r8gm/GHSA-gmw9-258q-r8gm.json +++ b/advisories/unreviewed/2026/09/GHSA-gmw9-258q-r8gm/GHSA-gmw9-258q-r8gm.json @@ -1,14 +1,34 @@ { "schema_version": "1.4.0", "id": "GHSA-gmw9-258q-r8gm", - "modified": "2026-09-18T09:31:07Z", + "modified": "2026-09-22T09:31:19Z", "published": "2026-09-18T09:31:07Z", "aliases": [ "CVE-2026-75157" ], "details": "Apache Airflow's asset queued-events DELETE endpoints checked the caller's Dag-axis permission with `READ` instead of `EDIT`. Any authenticated user who could read a Dag could therefore delete that Dag's queued asset events, silently suppressing asset-triggered scheduling for it — a state-changing action gated on a read-only permission. Deployments are affected whenever asset-triggered scheduling is in use and Dag read access is granted more widely than Dag edit access, which is the normal RBAC arrangement; no special configuration is required. Upgrade to apache-airflow 3.3.2 or later.", "severity": [], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "apache-airflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.3.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -25,6 +45,10 @@ { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2026/09/18/1" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/airflow" } ], "database_specific": {