Session Fixation Affecting apache-airflow package, versions [,2.7.0)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-APACHEAIRFLOW-5855819
- published 24 Aug 2023
- disclosed 23 Aug 2023
- credit Yusuf AYDIN, L3yx
Introduced: 23 Aug 2023
CVE-2023-40273 Open this link in a new tabHow to fix?
Upgrade apache-airflow
to version 2.7.0 or higher.
Overview
apache-airflow is a platform to programmatically author, schedule, and monitor workflows.
Affected versions of this package are vulnerable to Session Fixation. An authenticated user can 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.
Note:
Other than manually cleaning the session database (for database session backend), or changing the secure_key
and restarting the webserver, there are no mechanisms to force-logout the user.