VDB
KO
HIGH 7.2

GHSA-6hcw-qqr8-pjj8

Apache Airflow: Authenticated users can bypass the `is_safe_url` check

Details

A bug in the login redirect route in Apache Airflow allowed authenticated users to craft URLs that bypassed the `is_safe_url` check, enabling redirection from a trusted Airflow domain to an attacker-controlled origin. Users are advised to upgrade to `apache-airflow` 3.2.2 or later. As a defense-in-depth mitigation, deployment operators can place Airflow behind a reverse proxy that strips off-domain `next=` query parameters before they reach the login endpoint.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / apache-airflow
Introduced in: 0 Fixed in: 3.2.2
Fix pip install --upgrade 'apache-airflow>=3.2.2'

References