Uutils

Coreutils

44 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.15%
  • Veröffentlicht 22.04.2026 16:09:22
  • Zuletzt bearbeitet 24.04.2026 19:19:34

A logic error in the cut utility of uutils coreutils causes the utility to ignore the -s (only-delimited) flag when using the -z (null-terminated) and -d '' (empty delimiter) options together. The implementation incorrectly routes this specific combi...

Exploit
  • EPSS 0.16%
  • Veröffentlicht 22.04.2026 16:09:19
  • Zuletzt bearbeitet 29.04.2026 15:57:19

A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' (two single quotes) as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both th...

Exploit
  • EPSS 0.15%
  • Veröffentlicht 22.04.2026 16:09:17
  • Zuletzt bearbeitet 29.04.2026 15:59:08

A logic error in the tr utility of uutils coreutils causes the program to incorrectly define the [:graph:] and [:print:] character classes. The implementation mistakenly includes the ASCII space character (0x20) in the [:graph:] class and excludes it...

Exploit
  • EPSS 0.16%
  • Veröffentlicht 22.04.2026 16:09:14
  • Zuletzt bearbeitet 04.05.2026 18:48:36

A logic error in the expr utility of uutils coreutils causes the program to evaluate parenthesized subexpressions during the parsing phase rather than at the execution phase. This implementation flaw prevents the utility from performing proper short-...

  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 16:09:12
  • Zuletzt bearbeitet 24.04.2026 19:06:46

A logic error in the env utility of uutils coreutils causes a failure to correctly parse command-line arguments when utilizing the -S (split-string) option. In GNU env, backslashes within single quotes are treated literally (with the exceptions of \\...

  • EPSS 0.09%
  • Veröffentlicht 22.04.2026 16:09:09
  • Zuletzt bearbeitet 04.05.2026 19:06:31

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the chcon utility of uutils coreutils during recursive operations. The implementation resolves recursive targets using a fresh path lookup (via fts_accpath) rather than binding the trave...

Exploit
  • EPSS 0.14%
  • Veröffentlicht 22.04.2026 16:09:06
  • Zuletzt bearbeitet 04.05.2026 19:13:37

A logic error in the split utility of uutils coreutils causes the corruption of output filenames when provided with non-UTF-8 prefix or suffix inputs. The implementation utilizes to_string_lossy() when constructing chunk filenames, which automaticall...

  • EPSS 0.07%
  • Veröffentlicht 22.04.2026 16:09:04
  • Zuletzt bearbeitet 04.05.2026 19:22:14

A Time-of-Check to Time-of-Use (TOCTOU) vulnerability exists in the split utility of uutils coreutils. The program attempts to prevent data loss by checking for identity between input and output files using their file paths before initiating the spli...

Exploit
  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 16:09:01
  • Zuletzt bearbeitet 04.05.2026 20:01:25

A logic error in the ln utility of uutils coreutils causes the program to reject source paths containing non-UTF-8 filename bytes when using target-directory forms (e.g., ln SOURCE... DIRECTORY). While GNU ln treats filenames as raw bytes and creates...

  • EPSS 0.14%
  • Veröffentlicht 22.04.2026 16:08:58
  • Zuletzt bearbeitet 04.05.2026 18:49:46

A logic error in the ln utility of uutils coreutils allows the utility to dereference a symbolic link target even when the --no-dereference (or -n) flag is explicitly provided. The implementation previously only honored the "no-dereference" intent if...