Lucene search
+L

261 matches found

CVE
CVE
added 2026/04/22 4:08 p.m.41 views

CVE-2026-35360

The CVE-2026-35360 entry concerns the touch utility in uutils coreutils. A TOCTOU race occurs during file creation: when touch detects a missing path, it later calls File::create(), which uses O_TRUNC, allowing a local attacker to create a file or swap a symlink at the target path. This can cause...

6.3CVSS5.8AI score0.00104EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/04/22 4:08 p.m.53 views

CVE-2026-35360 uutils coreutils touch Arbitrary File Truncation via TOCTOU Race Condition

The touch utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use TOCTOU race condition during file creation. When the utility identifies a missing path, it later attempts creation using File::create, which internally uses OTRUNC. An attacker can exploit this window to create ...

6.3CVSS0.00104EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2026/04/22 4:07 p.m.15 views

CVE-2026-35344

The dd utility in uutils coreutils suppresses errors during file truncation operations by unconditionally calling Result::ok on truncation attempts. While intended to mimic GNU behavior for special files like /dev/null, the uutils implementation also hides failures on regular files and directorie...

3.3CVSS5.5AI score0.00115EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-35360

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The touch utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use TOCTOU race condition during file creation. When the utility identifies a...

6.3CVSS5.5AI score0.00104EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/02 7:16 p.m.9 views

CVE-2025-48619

In multiple functions of ContentProvider.java, there is a possible way for an app with read-only access to truncate files due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for...

8.4CVSS5.9AI score0.001EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/02 6:42 p.m.29 views

CVE-2025-48619

CVE-2025-48619 affects Android’s ContentProvider.java (ContentProvider) where a logic error can let an app with read-only access truncate files, causing local elevation of privilege without extra privileges or user interaction. Public sources (NVD/NVDCNVD) describe the issue and note Android secu...

8.4CVSS6.1AI score0.001EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/02 6:42 p.m.10 views

CVE-2025-48619

In multiple functions of ContentProvider.java, there is a possible way for an app with read-only access to truncate files due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for...

8.4CVSS6.1AI score0.001EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:00 a.m.8 views

MiracleLinux 9 : samba-4.18.6-101.el9.ML.1 (AXSA:2023-6897:12)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2023-6897:12 advisory. samba: smbd allows client access to unix domain sockets on the file system as root CVE-2023-3961 samba: SMB clients can truncate files with read-onl...

9.8CVSS6.9AI score0.62402EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.7 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-003147)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-003147 advisory. An issue was discovered in the Linux kernel before 4.8. Incorrect access checking in overlayfs mounts could be used by local attackers to modify or truncate files in...

5.5CVSS7AI score0.0056EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.5 views

MiracleLinux 7 : git-1.8.3.1-25.0.5.el7.AXS7 (AXSA:2025-10788:12)

The remote MiracleLinux 7 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2025-10788:12 advisory. CVE-2025-27613: fix issue where untrusted repositories could create and truncate files, with the fix implemented in versions 2.43.7 and later CVEs:...

3.6CVSS6.9AI score0.00507EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/07 12:00 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000422)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000422 advisory. A security flaw was found in the Linux kernel in a way that the cleancache subsystem clears an inode after the final file truncation removal. The new file created wi...

5.5CVSS6.5AI score0.0059EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.8 views

PT-2026-28510

Name of the Vulnerable Software and Affected Versions Incus versions prior to 6.23.0 Description Incus, a system container and virtual machine manager, has an issue in its API for retrieving VM screenshots. This API uses a temporary file for QEMU to write the screenshot to, which is then sent to...

7.8CVSS6.1AI score0.0035EPSS
SaveExploits1
Snyk
Snyk
added 2025/12/16 8:52 p.m.9 views

Time-of-check Time-of-use (TOCTOU) Race Condition

Overview Affected versions of this package are vulnerable to Time-of-check Time-of-use TOCTOU Race Condition during lock file creation. An attacker can corrupt or truncate arbitrary files by exploiting a race condition between the existence check and file opening with OTRUNC, allowing the creatio...

6.5CVSS6.6AI score0.00201EPSS
SaveExploits1References4
NVD
NVD
added 2025/12/04 4:16 p.m.9 views

CVE-2025-40243

In the Linux kernel, the following vulnerability has been resolved: hfs: fix KMSAN uninit-value issue in hfsfindsetzerobits The syzbot reported issue in hfsfindsetzerobits: ===================================================== BUG: KMSAN: uninit-value in hfsfindsetzerobits+0x74d/0xb60...

7.8CVSS0.00151EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/11/20 12:00 a.m.6 views

TencentOS Server 3: samba (TSSA-2023:0314)

The version of Tencent Linux installed on the remote TencentOS Server 3 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2023:0314 advisory. Package updates are available for TencentOS Server 3 that fix the following vulnerabilities...

9.8CVSS7.2AI score0.02409EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:00 a.m.4 views

EulerOS 2.0 SP10 : git (EulerOS-SA-2025-2411)

According to the versions of the git packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : Gitk is a Tcl/Tk based Git history browser. Starting with 1.7.0, when a user clones an untrusted repository and runs gitk without additional command...

3.6CVSS7AI score0.00507EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/10/30 5:13 p.m.9 views

Race Condition

Overview tar is a full-featured Tar for Node.js. Affected versions of this package are vulnerable to Race Condition in the tar.t function, also known as tar.list, when the sync: true option is used and the underlying tar file is truncated on disk to a smaller size between the time its size is...

7.5CVSS6.5AI score0.00125EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2007-3903

Malware in sbrugna...

6CVSS9AI score0.00333EPSS
SaveExploits0References23
EUVD
EUVD
added 2025/10/07 12:30 a.m.16 views

EUVD-2008-7027

Malware in sbrugna...

6.4CVSS6.1AI score0.01591EPSS
SaveExploits1References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2016-9523

Malware in sbrugna...

7.8CVSS8.6AI score0.03286EPSS
SaveExploits0References13
Rows per page
Query Builder