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 shared libraries (e.g., libnss_*.so.2) from the new root directory. If the NEWROOT is writable by an attacker, they can inject a malicious NSS module to execute arbitrary code as root, facilitating a full container escape or privilege escalation.
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:HUutils Coreutils
APPUutilswszystkie wersje
Related vulnerabilities
A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mkfifo utility of uutils coreutils. The u...
A vulnerability in the chmod utility of uutils coreutils allows users to bypass the --preserve-root safety mec...
A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing...
A flaw in the ChownExecutor used by uutils coreutils chown and chgrp causes the utilities to return an incorre...
The recursive mode (-R) of the chmod utility in uutils coreutils incorrectly handles exit codes when processin...