Search CVE reports
1421 – 1430 of 35607 results
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |
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...
1 affected package
rust-coreutils
| Package | 24.04 LTS |
|---|---|
| rust-coreutils | Vulnerable |