Bug 2428442 (CVE-2026-22701) - CVE-2026-22701 filelock: filelock Time-of-Check-Time-of-Use (TOCTOU) in SoftFileLock
Summary: CVE-2026-22701 filelock: filelock Time-of-Check-Time-of-Use (TOCTOU) in SoftF...
Keywords:
Status: NEW
Alias: CVE-2026-22701
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2429315 2429316 2429317 2429319 2429321 2429318 2429320
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-10 07:01 UTC by OSIDB Bzimport
Modified: 2026-01-13 19:57 UTC (History)
101 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-10 07:01:43 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.