CVE-2026-22701

MEDIUM EPSS 1.8%
Published Jan 10, 20265mo ago · Modified Jun 17, 20261w ago
5.3 CVSS 3.1
Medium
Find Similar
Published Jan 10, 2026 5mo ago
Last Modified Jun 17, 2026 1w ago

Description

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.

CVSS Details

Base Score
5.3
Exploitability
1.0
Impact
4.2
Vector string
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H
Attack Vector Local
Attack Complexity High
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity Low
Availability High

Threat Intelligence

EPSS Exploit Probability
1.8% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 3

CWE-362
CWE-367
CWE-59

Affected Products 1

VendorProductVersionRange
tox-devfilelock* <3.20.3

References 3

  • github.com https://github.com/tox-dev/filelock/commit/255ed068bc85d1ef406e50a135e1459170dd1bf0
    Patch
  • github.com https://github.com/tox-dev/filelock/commit/41b42dd2c72aecf7da83dbda5903b8087dddc4d5
    Patch
  • github.com https://github.com/tox-dev/filelock/security/advisories/GHSA-qmgc-5h2g-mvrw
    MitigationPatchVendor Advisory

Remediation

  • github.com https://github.com/tox-dev/filelock/commit/255ed068bc85d1ef406e50a135e1459170dd1bf0
    Patch
  • github.com https://github.com/tox-dev/filelock/commit/41b42dd2c72aecf7da83dbda5903b8087dddc4d5
    Patch
  • github.com https://github.com/tox-dev/filelock/security/advisories/GHSA-qmgc-5h2g-mvrw
    MitigationPatchVendor Advisory