First published: Wed Aug 23 2023(Updated: )
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.
Credit: security@apache.org security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Airflow | <=2.7.0 | |
pip/apache-airflow | <2.7.0rc2 | 2.7.0rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-40273 is a session fixation vulnerability in the Apache Airflow web interface.
CVE-2023-40273 allows an authenticated user to continue accessing the Airflow web server even after their password has been reset, until their session expires.
CVE-2023-40273 has a severity rating of high (8 out of 10).
To fix CVE-2023-40273, upgrade to Apache Airflow version 2.7.0 or higher.
You can find more information about CVE-2023-40273 in the following references: [link1](https://github.com/apache/airflow/pull/33347), [link2](https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj), [link3](https://www.openwall.com/lists/oss-security/2023/08/23/1).