File Ownership Vulnerability in uutils Coreutils by Uutils
CVE-2026-35351
4.2MEDIUM
What is CVE-2026-35351?
The mv utility in uutils coreutils has a flaw where it fails to retain original file ownership when files are moved across different filesystem boundaries. Instead of preserving the source file's UID/GID, it resorts to a copy-and-delete method, assigning the destination file the caller's UID/GID. This can result in files unintentionally being owned by root when moved by a privileged user. Such mismanagement of file ownership during critical operations can lead to significant data integrity issues, potentially exposing sensitive information and hindering access for legitimate users.
