CVE Catalog

CVE-2023-40273

HighCVSS 8.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.37%

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

Summary

The session fixation vulnerability allowed authenticated users to continue accessing the Airflow webserver even after their password was reset by the admin, until the user's session expired. The fix implemented invalidates existing user sessions when the password is reset, when using the database session backend.

Risk Assessment

The organization may be exposed to unauthorized access to user accounts, potentially leading to data leaks or other serious security incidents. Users who are not logged out after a password reset may continue to use the system.

Recommendation

It is recommended to upgrade to version 2.7.0 or newer to mitigate the risk associated with this vulnerability. Additionally, administrators should consider manually cleaning sessions or changing the secure key when using the securecookie session backend.

Other vulnerabilities in Apache Airflow

See all
Original NVD description (English source)

The session fixation vulnerability allowed the authenticated user to continue accessing Airflow webserver even after the password of the user has been reset by the admin - up until the expiry of the session of the user. Other than manually cleaning the session database (for database session backend), or changing the secure_key and restarting the webserver, there were no mechanisms to force-logout the user (and all other users with that). With this fix implemented, when using the database session backend, the existing sessions of the user are invalidated when the password of the user is reset. When using the securecookie session backend, the sessions are NOT invalidated and still require changing the secure key and restarting the webserver (and logging out all other users), but the user resetting the password is informed about it with a flash message warning displayed in the UI. Documentation is also updated explaining this behaviour. Users of Apache Airflow are advised to upgrade to version 2.7.0 or newer to mitigate the risk associated with this vulnerability.

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