#VU121189 Time-of-check Time-of-use (TOCTOU) Race Condition in filelock - CVE-2026-22701
Published: January 13, 2026
filelock
benediktschmitt (Benedikt Schmitt)
Description
The vulnerability allows a local user to perform a denial of service attack.
The vulnerability exists due to a race condition in the SoftFileLock implementation of the filelock package. A local user can create a symbolic link to a critical file on the system between the permission validation and file creation to cause lock operations to fail or behave unexpectedly.