The Event Log detail endpoint `GET /api/v2/eventLogs/...
Moderate severity
Unreviewed
Published
Jun 1, 2026
to the GitHub Advisory Database
•
Updated Jun 1, 2026
Description
Published by the National Vulnerability Database
Jun 1, 2026
Published to the GitHub Advisory Database
Jun 1, 2026
Last updated
Jun 1, 2026
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 endpointGET /api/v2/eventLogsapplied 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 toapache-airflow3.2.2 or later.References