Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
NVD Vulnerability Details :
CVE-2025-68146
Awaiting Analysis
More InfoOfficial Page
Source-security-advisories@github.com
View Known Exploited Vulnerability (KEV) details
Published At-16 Dec, 2025 | 19:15
Updated At-18 Dec, 2025 | 15:08

filelock is a platform-independent file lock for Python. In versions prior to 3.20.1, a Time-of-Check-Time-of-Use (TOCTOU) race condition allows local attackers to corrupt or truncate arbitrary user files through symlink attacks. The vulnerability exists in both Unix and Windows lock file creation where filelock checks if a file exists before opening it with O_TRUNC. An attacker can create a symlink pointing to a victim file in the time gap between the check and open, causing os.open() to follow the symlink and truncate the target file. All users of filelock on Unix, Linux, macOS, and Windows systems are impacted. The vulnerability cascades to dependent libraries. The attack requires local filesystem access and ability to create symlinks (standard user permissions on Unix; Developer Mode on Windows 10+). Exploitation succeeds within 1-3 attempts when lock file paths are predictable. The issue is fixed in version 3.20.1. If immediate upgrade is not possible, use SoftFileLock instead of UnixFileLock/WindowsFileLock (note: different locking semantics, may not be suitable for all use cases); ensure lock file directories have restrictive permissions (chmod 0700) to prevent untrusted users from creating symlinks; and/or monitor lock file directories for suspicious symlinks before running trusted applications. These workarounds provide only partial mitigation. The race condition remains exploitable. Upgrading to version 3.20.1 is strongly recommended.

CISA Catalog
Date AddedDue DateVulnerability NameRequired Action
N/A
Date Added: N/A
Due Date: N/A
Vulnerability Name: N/A
Required Action: N/A
Metrics
TypeVersionBase scoreBase severityVector
Secondary3.16.3MEDIUM
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H
Type: Secondary
Version: 3.1
Base score: 6.3
Base severity: MEDIUM
Vector:
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H
CPE Matches

Weaknesses
CWE IDTypeSource
CWE-59Primarysecurity-advisories@github.com
CWE-362Primarysecurity-advisories@github.com
CWE-367Primarysecurity-advisories@github.com
CWE ID: CWE-59
Type: Primary
Source: security-advisories@github.com
CWE ID: CWE-362
Type: Primary
Source: security-advisories@github.com
CWE ID: CWE-367
Type: Primary
Source: security-advisories@github.com
Evaluator Description

Evaluator Impact

Evaluator Solution

Vendor Statements

References
HyperlinkSourceResource
https://github.com/tox-dev/filelock/commit/4724d7f8c3393ec1f048c93933e6e3e6ec321f0esecurity-advisories@github.com
N/A
https://github.com/tox-dev/filelock/pull/461security-advisories@github.com
N/A
https://github.com/tox-dev/filelock/releases/tag/3.20.1security-advisories@github.com
N/A
https://github.com/tox-dev/filelock/security/advisories/GHSA-w853-jp5j-5j7fsecurity-advisories@github.com
N/A
Hyperlink: https://github.com/tox-dev/filelock/commit/4724d7f8c3393ec1f048c93933e6e3e6ec321f0e
Source: security-advisories@github.com
Resource: N/A
Hyperlink: https://github.com/tox-dev/filelock/pull/461
Source: security-advisories@github.com
Resource: N/A
Hyperlink: https://github.com/tox-dev/filelock/releases/tag/3.20.1
Source: security-advisories@github.com
Resource: N/A
Hyperlink: https://github.com/tox-dev/filelock/security/advisories/GHSA-w853-jp5j-5j7f
Source: security-advisories@github.com
Resource: N/A
Change History
0Changes found

Details not found