Open redirect in Apache Airflow - CVE-2026-40961
Published: June 4, 2026
Apache Airflow
Detailed vulnerability description
The vulnerability allows a remote user to redirect users to an attacker-controlled origin.
The vulnerability exists due to improper input validation in the login redirect route when handling crafted login URLs with a manipulated next= parameter. A remote user can craft a URL that bypasses the is_safe_url check to redirect users to an attacker-controlled origin.