Uutils

Coreutils

44 Schwachstellen gefunden.

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

The mknod utility in uutils coreutils fails to handle security labels atomically by creating device nodes before setting the SELinux context. If labeling fails, the utility attempts cleanup using std::fs::remove_dir, which cannot remove device nodes ...

Exploit
  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 16:08:28
  • Zuletzt bearbeitet 24.04.2026 19:02:11

The touch utility in uutils coreutils is vulnerable to a Time-of-Check to Time-of-Use (TOCTOU) race condition during file creation. When the utility identifies a missing path, it later attempts creation using File::create(), which internally uses O_T...

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

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability in the cp utility of uutils coreutils allows an attacker to bypass no-dereference intent. The utility checks if a source path is a symbolic link using path-based metadata but subsequently opens it...

Exploit
  • EPSS 0.18%
  • Veröffentlicht 22.04.2026 16:08:22
  • Zuletzt bearbeitet 04.05.2026 19:03:00

The cp utility in uutils coreutils, when performing recursive copies (-R), incorrectly treats character and block device nodes as stream sources rather than preserving them. Because the implementation reads bytes into regular files at the destination...

Exploit
  • EPSS 0.09%
  • Veröffentlicht 22.04.2026 16:08:20
  • Zuletzt bearbeitet 24.04.2026 19:02:53

The cp utility in uutils coreutils is vulnerable to an information disclosure race condition. Destination files are initially created with umask-derived permissions (e.g., 0644) before being restricted to their final mode (e.g., 0600) later in the pr...

  • EPSS 0.11%
  • Veröffentlicht 22.04.2026 16:08:17
  • Zuletzt bearbeitet 27.04.2026 12:27:28

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the install utility of uutils coreutils when using the -D flag. The command creates parent directories and subsequently performs a second path resolution to create the target file, neith...

Exploit
  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 16:08:14
  • Zuletzt bearbeitet 27.04.2026 12:27:34

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 path-based operation witho...

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

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 fresh path-to-inode loo...

  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 16:08:09
  • Zuletzt bearbeitet 27.04.2026 12:27:39

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 separate chmod system c...

Exploit
  • EPSS 0.15%
  • Veröffentlicht 22.04.2026 16:08:07
  • Zuletzt bearbeitet 04.05.2026 18:16:28

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 parent directory ca...