Sudo Tee Privilege Escalation
Sudo tee command is vulnerable to privilege escalation.
If we can execute tee
command as root, we can escalate to privilege.
Assume the new username is "tester".
Copy the output password.
Paste the password in printf
and overwrite /etc/passwd
using tee
command.
Now the new user was created. We can switch to the new user.
Last updated