CVE-2023-40273

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*

History

29 Aug 2023, 16:14

Type Values Removed Values Added
CPE cpe:2.3:a:apache:airflow:*:*:*:*:*:*:*:*
First Time Apache
Apache airflow
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.0
References (MISC) https://www.openwall.com/lists/oss-security/2023/08/23/1 - (MISC) https://www.openwall.com/lists/oss-security/2023/08/23/1 - Mailing List, Third Party Advisory
References (MISC) https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj - (MISC) https://lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj - Vendor Advisory
References (MISC) https://github.com/apache/airflow/pull/33347 - (MISC) https://github.com/apache/airflow/pull/33347 - Third Party Advisory

25 Aug 2023, 16:15

Type Values Removed Values Added
References
  • {'url': 'http://www.openwall.com/lists/oss-security/2023/08/23/1', 'name': 'http://www.openwall.com/lists/oss-security/2023/08/23/1', 'tags': [], 'refsource': 'MISC'}
  • (MISC) https://www.openwall.com/lists/oss-security/2023/08/23/1 -

23 Aug 2023, 21:15

Type Values Removed Values Added
References
  • (MISC) http://www.openwall.com/lists/oss-security/2023/08/23/1 -

23 Aug 2023, 16:33

Type Values Removed Values Added
New CVE

Information

Published : 2023-08-23 16:15

Updated : 2023-12-10 15:14


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