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.
References
Link | Resource |
---|---|
https://github.com/apache/airflow/pull/33347 | Third Party Advisory |
https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj | Vendor Advisory |
https://www.openwall.com/lists/oss-security/2023/08/23/1 | Mailing List Third Party Advisory |
Configurations
History
29 Aug 2023, 16:14
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) https://github.com/apache/airflow/pull/33347 - Third Party Advisory | |
References | (MISC) https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj - Vendor Advisory | |
References | (MISC) https://www.openwall.com/lists/oss-security/2023/08/23/1 - Mailing List, Third Party Advisory | |
CPE | cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:* | |
First Time |
Apache airflow
Apache |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.0 |
25 Aug 2023, 16:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
23 Aug 2023, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
23 Aug 2023, 16:33
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-08-23 16:15
Updated : 2024-09-27 21:35
NVD link : CVE-2023-40273
Mitre link : CVE-2023-40273
CVE.ORG link : CVE-2023-40273
JSON object : View
Products Affected
apache
- airflow
CWE
CWE-384
Session Fixation