Search CVE reports


Toggle filters

31 – 40 of 68 results


CVE-2026-35355

Medium priority
Vulnerable

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

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

Medium priority
Vulnerable

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the mv utility of uutils coreutils during cross-device moves. The extended attribute (xattr) preservation logic uses multiple path-based system calls that perform...

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

Medium priority
Vulnerable

The mkdir utility in uutils coreutils incorrectly applies permissions when using the -m flag by creating a directory with umask-derived permissions (typically 0755) before subsequently changing them to the requested mode via a...

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

Medium priority
Vulnerable

A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mkfifo utility of uutils coreutils. The utility creates a FIFO and then performs a path-based chmod to set permissions. A local attacker with write access to the...

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