Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Airflow | <= 2.7.0 |
Related Weaknesses (CWE)
References
- https://github.com/apache/airflow/pull/33347Third Party Advisory
- https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80njVendor Advisory
- https://www.openwall.com/lists/oss-security/2023/08/23/1Mailing ListThird Party Advisory
- https://github.com/apache/airflow/pull/33347Third Party Advisory
- https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80njVendor Advisory
- https://www.openwall.com/lists/oss-security/2023/08/23/1Mailing ListThird Party Advisory
FAQ
What is CVE-2023-40273?
CVE-2023-40273 is a vulnerability with a CVSS score of 8.0 (HIGH). 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 s...
How severe is CVE-2023-40273?
CVE-2023-40273 has been rated HIGH with a CVSS base score of 8.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-40273?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Airflow.