Unix Privilege Escalation: "sudo must be owned by uid 0 and have the setuid bit set"
It seems protections are harcoded into sudo that prevent the binary from executing as a low-privileged user. Running it in Ubuntu as a normal user returns the following error:
“sudo must be owned by uid 0 and have the set… Continue reading Unix Privilege Escalation: "sudo must be owned by uid 0 and have the setuid bit set"