VYPR

Coreutils

by Uutils

cargo: coreutils

Source repositories

CVEs (44)

  • CVE-2026-35369MedApr 22, 2026
    risk 0.29cvss 5.5epss 0.00

    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 caller, potentially leading to a…

  • CVE-2026-35340MedApr 22, 2026
    risk 0.29cvss 5.5epss 0.00

    A flaw in the ChownExecutor used by uutils coreutils chown and chgrp causes the utilities to return an incorrect exit code during recursive operations. The final exit code is determined only by the last file processed. If the last operation succeeds, the command returns 0 even…

  • CVE-2026-35339MedApr 22, 2026
    risk 0.29cvss 5.5epss 0.00

    The recursive mode (-R) of the chmod utility in uutils coreutils incorrectly handles exit codes when processing multiple files. The final return value is determined solely by the success or failure of the last file processed. This allows the command to return an exit code of 0…

  • CVE-2026-35351MedApr 22, 2026
    risk 0.27cvss 4.2epss 0.00

    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 source's metadata. This flaw…

  • CVE-2026-35372MedApr 22, 2026
    risk 0.26cvss 5.0epss 0.00

    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 the --force (overwrite) mode…

  • CVE-2026-35376MedApr 22, 2026
    risk 0.22cvss 4.5epss 0.00

    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 traversal and label application to…

  • CVE-2026-35366MedApr 22, 2026
    risk 0.22cvss 4.4epss 0.00

    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 printing the raw bytes. This…

  • CVE-2026-35358MedApr 22, 2026
    risk 0.22cvss 4.4epss 0.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 instead of using mknod,…

  • CVE-2026-35347MedApr 22, 2026
    risk 0.22cvss 4.4epss 0.00

    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 the paths refer to regular…

  • CVE-2026-35371LowApr 22, 2026
    risk 0.21cvss 3.3epss 0.00

    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 for the effective user. This…

  • CVE-2026-35367LowApr 22, 2026
    risk 0.21cvss 3.3epss 0.00

    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 multi-user environments, this…

  • CVE-2026-35344LowApr 22, 2026
    risk 0.21cvss 3.3epss 0.00

    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 also hides failures on regular…

  • CVE-2026-35362LowApr 22, 2026
    risk 0.16cvss 3.6epss 0.00

    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 macOS and FreeBSD, the…

  • CVE-2026-35361LowApr 22, 2026
    risk 0.15cvss 3.4epss 0.00

    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 or FIFOs. This leaves…

  • CVE-2026-35381LowApr 22, 2026
    risk 0.14cvss 3.3epss 0.00

    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 combination through a specialized…

  • CVE-2026-35379LowApr 22, 2026
    risk 0.14cvss 3.3epss 0.00

    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 from the [:print:] class,…

  • CVE-2026-35378LowApr 22, 2026
    risk 0.14cvss 3.3epss 0.00

    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-circuiting for logical OR (|)…

  • CVE-2026-35377LowApr 22, 2026
    risk 0.14cvss 3.3epss 0.00

    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 \\ and \'). However, the uutils…

  • CVE-2026-35375LowApr 22, 2026
    risk 0.14cvss 3.3epss 0.00

    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 automatically rewrites invalid byte…

  • CVE-2026-35373LowApr 22, 2026
    risk 0.14cvss 3.3epss 0.00

    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 the links correctly, the…