CVE-2026-35355

6.3 MEDIUM
Published: April 22, 2026 Modified: April 27, 2026
View on NVD

Description

The install utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition during file installation. The implementation unlinks an existing destination file and then recreates it using a path-based operation without the O_EXCL flag. A local attacker can exploit the window between the unlink and the subsequent creation to swap the path with a symbolic link, allowing them to redirect privileged writes to overwrite arbitrary system files.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://github.com/uutils/coreutils/pull/10067
Source: security@ubuntu.com
Exploit Issue Tracking Patch
https://github.com/uutils/coreutils/releases/tag/0.6.0
Source: security@ubuntu.com
Release Notes
https://github.com/uutils/coreutils/pull/10067
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0
Exploit Issue Tracking Patch

3 reference(s) from NVD

Quick Stats

CVSS v3 Score
6.3 / 10.0
EPSS (Exploit Probability)
0.0%
2th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

uutils