CVE Catalog

CVE-2026-46764

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

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

Summary

Apache Airflow before version 3.2.2 has a vulnerability in the GET /api/v2/eventLogs/{event_log_id} endpoint, which fetches audit log rows directly by numeric ID without per-Dag scoping. An authenticated user with audit log read permission for one Dag can read entries for other Dags by guessing or enumerating IDs.

Risk Assessment

Risk of unauthorized access to audit logs for Dags the user is not authorized to view.

Recommendation

Upgrade Apache Airflow to version 3.2.2 or later.

Other vulnerabilities in Apache Airflow

See all
Original NVD description (English source)

The Event Log detail endpoint `GET /api/v2/eventLogs/{event_log_id}` in Apache Airflow fetched audit-log rows directly by numeric ID after only the generic Audit Log permission check, while the collection endpoint `GET /api/v2/eventLogs` applied per-Dag scoping. An authenticated UI/API user with audit-log read permission for one Dag could retrieve audit-log entries for any other Dag by guessing or enumerating the numeric event log ID. Affects deployments that rely on per-Dag audit-log scoping. Users are advised to upgrade to `apache-airflow` 3.2.2 or later.

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