CVE-2026-22701

filelock is a platform-independent file lock for Python. Prior to version 3.20.3, a TOCTOU race condition vulnerability exists in the SoftFileLock implementation of the filelock package. An attacker with local filesystem access and permission to create symlinks can exploit a race condition between the permission validation and file creation to cause lock operations to fail or behave unexpectedly. The vulnerability occurs in the _acquire() method between raise_on_not_writable_file() (permission check) and os.open() (file creation). During this race window, an attacker can create a symlink at the lock file path, potentially causing the lock to operate on an unintended target file or leading to denial of service. This issue has been patched in version 3.20.3.
Configurations

Configuration 1 (hide)

cpe:2.3:a:tox-dev:filelock:*:*:*:*:*:python:*:*

History

17 Jun 2026, 10:20

Type Values Removed Values Added
Summary
  • (es) filelock es un bloqueo de archivos independiente de la plataforma para Python. Antes de la versión 3.20.3, existe una vulnerabilidad de condición de carrera TOCTOU en la implementación SoftFileLock del paquete filelock. Un atacante con acceso al sistema de archivos local y permiso para crear enlaces simbólicos puede explotar una condición de carrera entre la validación de permisos y la creación de archivos para hacer que las operaciones de bloqueo fallen o se comporten de manera inesperada. La vulnerabilidad ocurre en el método _acquire() entre raise_on_not_writable_file() ('verificación de permisos') y os.open() ('creación de archivos'). Durante esta ventana de carrera, un atacante puede crear un enlace simbólico en la ruta del archivo de bloqueo, lo que podría hacer que el bloqueo opere en un archivo de destino no deseado o que conduzca a una denegación de servicio. Este problema ha sido parcheado en la versión 3.20.3.

05 Mar 2026, 13:50

Type Values Removed Values Added
First Time Tox-dev
Tox-dev filelock
CPE cpe:2.3:a:tox-dev:filelock:*:*:*:*:*:python:*:*
References () https://github.com/tox-dev/filelock/commit/255ed068bc85d1ef406e50a135e1459170dd1bf0 - () https://github.com/tox-dev/filelock/commit/255ed068bc85d1ef406e50a135e1459170dd1bf0 - Patch
References () https://github.com/tox-dev/filelock/commit/41b42dd2c72aecf7da83dbda5903b8087dddc4d5 - () https://github.com/tox-dev/filelock/commit/41b42dd2c72aecf7da83dbda5903b8087dddc4d5 - Patch
References () https://github.com/tox-dev/filelock/security/advisories/GHSA-qmgc-5h2g-mvrw - () https://github.com/tox-dev/filelock/security/advisories/GHSA-qmgc-5h2g-mvrw - Mitigation, Patch, Vendor Advisory

10 Jan 2026, 06:15

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-10 06:15

Updated : 2026-06-17 10:20


NVD link : CVE-2026-22701

Mitre link : CVE-2026-22701

CVE.ORG link : CVE-2026-22701


JSON object : View

Products Affected

tox-dev

  • filelock
CWE
CWE-59

Improper Link Resolution Before File Access ('Link Following')

CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition