Search CVE reports


Toggle filters

31 – 40 of 64 results


CVE-2026-35351

Medium priority
Vulnerable

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

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Vulnerable Vulnerable Not in release
Show less packages

CVE-2026-35350

Medium priority
Vulnerable

The cp utility in uutils coreutils fails to properly handle setuid and setgid bits when ownership preservation fails. When copying with the -p (preserve) flag, the utility applies the source mode bits even if the chown operation...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Vulnerable Vulnerable Not in release
Show less packages

CVE-2026-35349

Medium priority
Vulnerable

A vulnerability in the rm utility of uutils coreutils allows a bypass of the --preserve-root protection. The implementation uses a path-string check rather than comparing device and inode numbers to identify the root directory. An...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Not affected Vulnerable Not in release
Show less packages

CVE-2026-35348

Medium priority
Vulnerable

The sort utility in uutils coreutils is vulnerable to a process panic when using the --files0-from option with inputs containing non-UTF-8 filenames. The implementation enforces UTF-8 encoding and utilizes expect(), causing an...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Vulnerable Vulnerable Not in release
Show less packages

CVE-2026-35347

Medium priority
Vulnerable

The comm utility in uutils coreutils incorrectly consumes data from non-regular file inputs before performing comparison operations. The are_files_identical function opens and reads from both input paths to compare content without...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Not affected Vulnerable Not in release
Show less packages

CVE-2026-35346

Medium priority
Vulnerable

The comm utility in uutils coreutils silently corrupts data by performing lossy UTF-8 conversion on all output lines. The implementation uses String::from_utf8_lossy(), which replaces invalid UTF-8 byte sequences with the Unicode...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Not affected Vulnerable Not in release
Show less packages

CVE-2026-35345

Medium priority
Vulnerable

A vulnerability in the tail utility of uutils coreutils allows for the exfiltration of sensitive file contents when using the --follow=name option. Unlike GNU tail, the uutils implementation continues to monitor a path after it...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Vulnerable Vulnerable Not in release
Show less packages

CVE-2026-35344

Medium priority
Vulnerable

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

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Vulnerable Vulnerable Not in release
Show less packages

CVE-2026-35343

Medium priority
Vulnerable

The cut utility in uutils coreutils incorrectly handles the -s (only-delimited) option when a newline character is specified as the delimiter. The implementation fails to verify the only_delimited flag in the...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Not affected Vulnerable Not in release
Show less packages

CVE-2026-35342

Medium priority
Vulnerable

The mktemp utility in uutils coreutils fails to properly handle an empty TMPDIR environment variable. Unlike GNU mktemp, which falls back to /tmp when TMPDIR is an empty string, the uutils implementation treats the empty string as...

1 affected package

rust-coreutils

Package 26.04 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS
rust-coreutils Not affected Vulnerable Not in release
Show less packages