Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. apache-airflow
  4. ›
  5. CVE-2023-40273

CVE-2023-40273: Apache Airflow Session Fixation vulnerability

August 23, 2023 (updated September 11, 2024)

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

  • github.com/advisories/GHSA-pm87-24wq-r8w9
  • github.com/apache/airflow
  • github.com/apache/airflow/commit/2caa186935151683076b74357daad83d2538a3f6
  • github.com/apache/airflow/commit/f5d8201ea7935d17cecaf25fc90d4ef0ccdd627b
  • github.com/apache/airflow/pull/33347
  • github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2023-158.yaml
  • lists.apache.org/thread/9rdmv8ln4y4ncbyrlmjrsj903x4l80nj
  • nvd.nist.gov/vuln/detail/CVE-2023-40273
  • www.openwall.com/lists/oss-security/2023/08/23/1

Code Behaviors & Features

Detect and mitigate CVE-2023-40273 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.7.0rc2

Fixed versions

  • 2.7.0rc2

Solution

Upgrade to version 2.7.0rc2 or above.

Impact 8 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-384: Session Fixation

Source file

pypi/apache-airflow/CVE-2023-40273.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:38 +0000.