Lucene search
K

16 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/03/23 2:6 p.m.4 views

Security Bulletin: Security vulnerability in Python affects IBM Robotic Process Automation for Cloud Pak

Summary A security vulnerability in Python affects IBM Robotic Process Automation for Cloud Pak. Python is used by IBM Robotic Process Automation for Cloud Pak as part of its deployment. This bulletin identifies the fixes required to resolve the vulnerabilities. Vulnerability Details...

6.5CVSS7.4AI score0.00004EPSS
Exploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/03/23 1:59 p.m.4 views

Security Bulletin: Security vulnerability in Python affects IBM Robotic Process Automation

Summary A security vulnerability in Python affects IBM Robotic Process Automation. Python is used by IBM Robotic Process Automation as part of its deployment. This bulletin identifies the fixes required to resolve the vulnerabilities. Vulnerability Details CVEID:CVE-2025-68146 DESCRIPTION: filelo...

6.5CVSS7.4AI score0.00004EPSS
Exploits1Affected Software1
Amazon
Amazon
added 2026/02/18 12:0 a.m.5 views

Medium: python3.13-filelock

Issue Overview: 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 loc...

6.5CVSS7.9AI score0.00005EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2026/02/05 12:0 a.m.1 views

Amazon Linux 2023 : python3-filelock (ALAS2023-2026-1415)

"It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1415 advisory. 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 arbitrar...

6.5CVSS7.4AI score0.00005EPSS
Exploits1References6
Amazon
Amazon
added 2026/02/05 12:0 a.m.6 views

Medium: python-filelock

Issue Overview: 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 loc...

6.5CVSS5.7AI score0.00005EPSS
Exploits1
OSV
OSV
added 2026/01/30 9:26 p.m.0 views

SUSE-SU-2026:20216-1 Security update for python-filelock

This update for python-filelock fixes the following issues: - CVE-2025-68146: TOCTOU race condition may allow local attackers to corrupt or truncate arbitrary user files bsc1255244. - CVE-2026-22701: TOCTOU race condition in the SoftFileLock implementation bsc1256457...

6.5CVSS5.9AI score0.00005EPSS
Exploits1References5
OSV
OSV
added 2026/01/30 9:24 p.m.2 views

OPENSUSE-SU-2026:20144-1 Security update for python-filelock

This update for python-filelock fixes the following issues: - CVE-2025-68146: TOCTOU race condition may allow local attackers to corrupt or truncate arbitrary user files bsc1255244. - CVE-2026-22701: TOCTOU race condition in the SoftFileLock implementation bsc1256457...

6.5CVSS5.9AI score0.00005EPSS
Exploits1References4
SUSE Linux
SUSE Linux
added 2026/01/29 10:15 a.m.5 views

Security update for python-filelock

This update for python-filelock fixes the following issues: CVE-2026-22701: Fixed TOCTOU race condition in SoftFileLock implementation of he filelock package bsc1256457 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper...

5.8CVSS5.8AI score0.00005EPSS
Exploits0References4
OSV
OSV
added 2026/01/23 12:24 p.m.3 views

OESA-2026-1240 python-filelock security update

This package contains a single module, which implements a platform independent file locking mechanism for Python. Security Fixes: 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 th...

5.3CVSS5.6AI score0.00005EPSS
Exploits0References2
OSV
OSV
added 2026/01/23 12:24 p.m.4 views

OESA-2026-1238 python-filelock security update

This package contains a single module, which implements a platform independent file locking mechanism for Python. Security Fixes: 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 th...

5.3CVSS5.6AI score0.00005EPSS
Exploits0References2
OSV
OSV
added 2026/01/23 12:24 p.m.4 views

OESA-2026-1237 python-filelock security update

This package contains a single module, which implements a platform independent file locking mechanism for Python. Security Fixes: 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 th...

5.3CVSS5.6AI score0.00005EPSS
Exploits0References2
SUSE Linux
SUSE Linux
added 2026/01/22 12:15 p.m.4 views

Security update for python-filelock

This update for python-filelock fixes the following issues: CVE-2025-68146: TOCTOU race condition may allow local attackers to corrupt or truncate arbitrary user files bsc1255244. CVE-2026-22701: TOCTOU race condition in the SoftFileLock implementation bsc1256457. Patch Instructions: To install...

5.8CVSS5.7AI score0.00005EPSS
Exploits1References8
RedhatCVE
RedhatCVE
added 2026/01/13 10:55 p.m.3 views

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 betwee...

5.3CVSS5.9AI score0.00005EPSS
Exploits0References6
OSV
OSV
added 2026/01/13 6:44 p.m.0 views

GHSA-QMGC-5H2G-MVRW filelock Time-of-Check-Time-of-Use (TOCTOU) Symlink Vulnerability in SoftFileLock

Vulnerability Summary Title: Time-of-Check-Time-of-Use TOCTOU Symlink Vulnerability in SoftFileLock Affected Component: filelock package - SoftFileLock class File: src/filelock/soft.py lines 17-27 CWE: CWE-362, CWE-367, CWE-59 --- Description A TOCTOU race condition vulnerability exists in the...

5.3CVSS5.9AI score0.00005EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/01/10 5:59 a.m.23 views

CVE-2026-22701 filelock Time-of-Check-Time-of-Use (TOCTOU) Symlink Vulnerability in SoftFileLock

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 betwee...

5.3CVSS0.00005EPSS
Exploits0References3
CVE
CVE
added 2025/12/16 6:10 p.m.18 views

CVE-2025-68146

CVE-2025-68146 affects the Python filelock package. A TOCTOU race in lock file creation allows local attackers with filesystem access to exploit symlinks and truncate target files. The vulnerability exists in UnixFileLock and WindowsFileLock for versions before 3.20.1; an attacker can create a sy...

6.5CVSS5.8AI score0.00004EPSS
Exploits1References4Affected Software1
Rows per page
Query Builder