Apache Airflow Session Fixation vulnerability
High8.0CVE-2023-40273 · Published Aug 23, 2023 · updated Sep 11, 2024
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| apache-airflow PyPI | < 2.7.0rc2 | 2.7.0rc2 |
Details and references
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 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-384
- Also known as
- BIT-airflow-2023-40273, CVE-2023-40273, PYSEC-2023-158
- nvd.nist.gov/vuln/detail/CVE-2023-40273
- github.com/apache/airflow/pull/33347
- github.com/apache/airflow/commit/2caa186935151683076b74357daad83d2538a3f6
- github.com/apache/airflow/commit/f5d8201ea7935d17cecaf25fc90d4ef0ccdd627b
- github.com/apache/airflow
- github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2023-158.yaml
- lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj
- www.openwall.com/lists/oss-security/2023/08/23/1
More Apache Airflow advisories
All Apache Airflow| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 232023 | Apache Airflow missing Certificate Validation CVE-2023-39441Medium5.9fixed in 2.7.0 | Medium5.9 | 2.7.0 |
| Aug 232023 | Apache Airflow denial of service vulnerability CVE-2023-37379High8.1fixed in 2.7.0b1 | High8.1 | 2.7.0b1 |
| Aug 112023 | Improper Input Validation vulnerability in Apache Software Foundation Apache Airflow Drill Provider. CVE-2023-39553High7.5fixed in 2.4.3 | High7.5 | 2.4.3 |
| Aug 52023 | Apache Airflow Execution with Unnecessary Privileges CVE-2023-39508High8.8fixed in 2.6.0b1 | High8.8 | 2.6.0b1 |
| Sep 122023 | Apache Airflow Incorrect Authorization vulnerability CVE-2023-40611Medium4.3fixed in 2.7.1 | Medium4.3 | 2.7.1 |
| Sep 122023 | Apache Airflow information exposure vulnerability CVE-2023-40712High6.5fixed in 2.7.1 | High6.5 | 2.7.1 |