CVE Catalog

CVE-2026-75157

Low risk· EPSS 7%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

7th percentile - higher than 7% of all known CVEs

Summary

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 delete that Dag's queued asset events, silently suppressing asset-triggered scheduling.

Risk Assessment

Read-only users can perform state-changing actions, disrupting asset-triggered scheduling. This affects the normal RBAC arrangement where read access is granted more widely than edit access.

Recommendation

Upgrade to apache-airflow 3.3.2 or later. Check for unauthorized deletion of asset events.

Other vulnerabilities in Apache Airflow

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS