Misconfigured SUDO Privileges
Last updated
Last updated
sudo
privilegesIdentify what commands the student
user can run
❗
/usr/bin/man
binary can be run withSUDO
privileges, without providing aroot
user password
This can happen on Linux systems for specific binaries that other users have to run with SUDO
privileges. It looks harmless, but it can allow users to spawn bash privileged sessions, since the specific binary can be utilized to execute specific commands. Those commands are executed with the binary root
privileges.
In the man
scrolling page, using the !
a bash
can be spawned
Find programs