Uutils

Coreutils

44 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 16:08:04
  • Zuletzt bearbeitet 27.04.2026 12:28:10

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

Exploit
  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 16:08:02
  • Zuletzt bearbeitet 24.04.2026 19:04:01

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 is unsuccessful. This...

  • EPSS 0.18%
  • Veröffentlicht 22.04.2026 16:07:59
  • Zuletzt bearbeitet 27.04.2026 12:28:17

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 attacker or acciden...

Exploit
  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 16:07:56
  • Zuletzt bearbeitet 24.04.2026 18:57:20

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 immediate crash when en...

  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 16:07:54
  • Zuletzt bearbeitet 27.04.2026 12:28:23

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 first verifying if ...

Exploit
  • EPSS 0.18%
  • Veröffentlicht 22.04.2026 16:07:51
  • Zuletzt bearbeitet 27.04.2026 12:28:38

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

Exploit
  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 16:07:49
  • Zuletzt bearbeitet 04.05.2026 20:04:25

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 has been replaced by a...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 16:07:46
  • Zuletzt bearbeitet 04.05.2026 20:09:48

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, the uutils implementation al...

  • EPSS 0.14%
  • Veröffentlicht 22.04.2026 16:07:44
  • Zuletzt bearbeitet 04.05.2026 20:10:47

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 cut_fields_newline_char_delim function, c...

  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 16:07:41
  • Zuletzt bearbeitet 04.05.2026 20:11:32

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 a valid path. This ...