VYPR

crates.io package

coreutils

pkg:cargo/coreutils

Vulnerabilities (44)

  • CVE-2026-35341HigApr 22, 2026
    affected <= 0.8.0

    A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a

  • CVE-2026-35340MedApr 22, 2026
    affected < 0.6.0fixed 0.6.0

    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 if

  • CVE-2026-35339MedApr 22, 2026
    affected < 0.6.0fixed 0.6.0

    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 (s

  • CVE-2026-35338HigApr 22, 2026
    affected < 0.6.0fixed 0.6.0

    A vulnerability in the chmod utility of uutils coreutils allows users to bypass the --preserve-root safety mechanism. The implementation only validates if the target path is literally / and does not canonicalize the path. An attacker or accidental user can use path variants such

Page 3 of 3