Sudoedit Privilege Escalation
Sudoedit is vulnerable to privilege escalation.
If we can execute sudoedit command as root, we might be able to escalate the privileges with some version.
In vim editor, add the following line in /etc/sudoers
.
Assume the current username is “john”
After that, we can escalate to root privilege.
References
Last updated