Uutils

Coreutils

44 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 16:08:56
  • Zuletzt bearbeitet 04.05.2026 20:02:06

The id utility in uutils coreutils exhibits incorrect behavior in its "pretty print" output when the real UID and effective UID differ. The implementation incorrectly uses the effective GID instead of the effective UID when performing a name lookup f...

Exploit
  • EPSS 0.11%
  • Veröffentlicht 22.04.2026 16:08:53
  • Zuletzt bearbeitet 04.05.2026 20:02:44

The id utility in uutils coreutils miscalculates the groups= section of its output. The implementation uses a user's real GID instead of their effective GID to compute the group list, leading to potentially divergent output compared to GNU coreutils....

  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 16:08:51
  • Zuletzt bearbeitet 04.05.2026 18:50:23

An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal (SIGTERM) to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the calle...

Exploit
  • EPSS 0.14%
  • Veröffentlicht 22.04.2026 16:08:48
  • Zuletzt bearbeitet 24.04.2026 19:18:55

A vulnerability exists in the chroot utility of uutils coreutils when using the --userspec option. The utility resolves the user specification via getpwnam() after entering the chroot but before dropping root privileges. On glibc-based systems, this ...

Exploit
  • EPSS 0.11%
  • Veröffentlicht 22.04.2026 16:08:46
  • Zuletzt bearbeitet 24.04.2026 19:19:05

The nohup utility in uutils coreutils creates its default output file, nohup.out, without specifying explicit restricted permissions. This causes the file to inherit umask-based permissions, typically resulting in a world-readable file (0644). In mul...

Exploit
  • EPSS 0.17%
  • Veröffentlicht 22.04.2026 16:08:43
  • Zuletzt bearbeitet 04.05.2026 18:52:42

The printenv utility in uutils coreutils fails to display environment variables containing invalid UTF-8 byte sequences. While POSIX permits arbitrary bytes in environment strings, the uutils implementation silently skips these entries rather than pr...

  • EPSS 0.16%
  • Veröffentlicht 22.04.2026 16:08:41
  • Zuletzt bearbeitet 04.05.2026 18:53:45

The mv utility in uutils coreutils improperly handles directory trees containing symbolic links during moves across filesystem boundaries. Instead of preserving symlinks, the implementation expands them, copying the linked targets as real files or di...

Exploit
  • EPSS 0.09%
  • Veröffentlicht 22.04.2026 16:08:38
  • Zuletzt bearbeitet 24.04.2026 19:19:11

A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mv utility of uutils coreutils during cross-device operations. The utility removes the destination path before recreating it through a copy operation. A local attacker with write ac...

Exploit
  • EPSS 0.17%
  • Veröffentlicht 22.04.2026 16:08:36
  • Zuletzt bearbeitet 24.04.2026 19:02:00

A vulnerability in the rm utility of uutils coreutils allows the bypass of safeguard mechanisms intended to protect the current directory. While the utility correctly refuses to delete . or .., it fails to recognize equivalent paths with trailing sla...

  • EPSS 0.18%
  • Veröffentlicht 22.04.2026 16:08:33
  • Zuletzt bearbeitet 27.04.2026 12:26:40

The safe_traversal module in uutils coreutils, which provides protection against Time-of-Check to Time-of-Use (TOCTOU) symlink races using file-descriptor-relative syscalls, is incorrectly limited to Linux targets. On other Unix-like systems such as ...