CVE-2026-35351 MEDIUM

CVE-2026-35351: uutils coreutils mv Silent Ownership Loss in Cross-Device Operations

Vendor Uutils
Product coreutils
Weakness CWE-281
Published April 22, 2026
Last update April 22, 2026

CVSS base score

4.2/10
Attack vector Local
Attack complexity Low
Privileges required High
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L

What the vulnerability does

01Description

The mv utility in uutils coreutils fails to preserve file ownership during moves across different filesystem boundaries. The utility falls back to a copy-and-delete routine that creates the destination file using the caller's UID/GID rather than the source's metadata. This flaw breaks backups and migrations, causing files moved by a privileged user (e.g., root) to become root-owned unexpectedly, which can lead to information disclosure or restricted access for the intended owners.

Key dates

02Disclosure timeline

April 22, 2026 CVE published
April 22, 2026 Record updated