NONE · 0

CVE-2026-75157

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 Da...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-75157?

CVE-2026-75157 is a documented vulnerability. 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 Da...

How severe is CVE-2026-75157?

CVSS scoring is not yet available for CVE-2026-75157. Check NVD for updates.

Is there a patch for CVE-2026-75157?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.