Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down