CVE Catalog

CVE-2026-40961

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.65%

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

Summary

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.

Risk Assessment

The risk involves a potential open redirect attack, which could lead to credential theft or malware infection by redirecting users to malicious sites.

Recommendation

Upgrade Apache Airflow to version 3.2.2 or later immediately. As a defense-in-depth measure, deploy Airflow behind a reverse proxy that strips off-domain `next=` query parameters before they reach the login endpoint.

Other vulnerabilities in Apache Airflow

See all
Original NVD description (English source)

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.

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