Apache Airflow: Authenticated users can bypass the `is_safe_url` check
High severity
GitHub Reviewed
Published
Jun 1, 2026
to the GitHub Advisory Database
•
Updated Jul 7, 2026
Description
Published by the National Vulnerability Database
Jun 1, 2026
Published to the GitHub Advisory Database
Jun 1, 2026
Reviewed
Jul 7, 2026
Last updated
Jul 7, 2026
A bug in the login redirect route in Apache Airflow allowed authenticated users to craft URLs that bypassed the
is_safe_urlcheck, enabling redirection from a trusted Airflow domain to an attacker-controlled origin. Users are advised to upgrade toapache-airflow3.2.2 or later. As a defense-in-depth mitigation, deployment operators can place Airflow behind a reverse proxy that strips off-domainnext=query parameters before they reach the login endpoint.References