Lucene search
+L

540 matches found

OSV
OSV
added 2026/04/22 5:16 p.m.11 views

UBUNTU-CVE-2026-35339

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 success even if error...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 5:16 p.m.21 views

UBUNTU-CVE-2026-35358

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, device semantics are...

5.5CVSS5.8AI score0.00178EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.18 views

CVE-2026-35341

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 follow-up...

7.1CVSS5.9AI score0.00165EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.18 views

CVE-2026-35355

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 without the OEXCL flag. A local attacker can exploit t...

6.3CVSS5.9AI score0.00118EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.15 views

CVE-2026-35368

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 glibc-based systems, this can trigger the Name Service Switch NSS to load...

7.8CVSS6.2AI score0.00136EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.15 views

CVE-2026-35351

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 breaks backups and...

4.2CVSS5.8AI score0.00132EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.16 views

CVE-2026-35366

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 vulnerability allows...

4.4CVSS5.8AI score0.0017EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.11 views

CVE-2026-35375

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 tostringlossy when constructing chunk filenames, which automatically rewrites invalid byte sequences into the UTF-8...

3.3CVSS5.8AI score0.00143EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.15 views

CVE-2026-35379

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, effectively reversing the...

3.3CVSS5.8AI score0.00149EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.16 views

CVE-2026-35345

A vulnerability in the tail utility of uutils coreutils allows for the exfiltration of sensitive file contents when using the --follow=name option. Unlike GNU tail, the uutils implementation continues to monitor a path after it has been replaced by a symbolic link, subsequently outputting the...

5.3CVSS5.7AI score0.00096EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/22 5:16 p.m.7 views

UBUNTU-CVE-2026-35345

A vulnerability in the tail utility of uutils coreutils allows for the exfiltration of sensitive file contents when using the --follow=name option. Unlike GNU tail, the uutils implementation continues to monitor a path after it has been replaced by a symbolic link, subsequently outputting the...

5.3CVSS5.7AI score0.00096EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/04/22 5:16 p.m.12 views

CVE-2026-35361

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::removedir, which cannot remove device nodes or FIFOs. This leaves mislabeled nodes behind wi...

4.4CVSS5.8AI score0.00142EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/22 5:16 p.m.18 views

UBUNTU-CVE-2026-35365

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 as real files or directories at the destination. This can lead to...

6.6CVSS5.8AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 5:16 p.m.12 views

UBUNTU-CVE-2026-35381

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 newline-delimiter code...

3.3CVSS5.9AI score0.00182EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/22 5:16 p.m.26 views

UBUNTU-CVE-2026-35361

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::removedir, which cannot remove device nodes or FIFOs. This leaves mislabeled nodes behind wi...

4.4CVSS5.8AI score0.00142EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/22 5:16 p.m.11 views

UBUNTU-CVE-2026-35367

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 allows any user on the...

3.3CVSS5.8AI score0.00114EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/22 5:16 p.m.18 views

UBUNTU-CVE-2026-35373

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 uutils implementation...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/22 5:16 p.m.7 views

UBUNTU-CVE-2026-35362

The safetraversal 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 utility fails to utilize...

3.6CVSS5.8AI score0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 5:16 p.m.9 views

UBUNTU-CVE-2026-35360

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 OTRUNC. An attacker can exploit this window to create ...

6.3CVSS5.8AI score0.00104EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/22 5:16 p.m.8 views

UBUNTU-CVE-2026-35371

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 results in misleadi...

3.3CVSS5.8AI score0.00123EPSS
SaveExploits1References3
Rows per page
Query Builder