🛡️ Security

Setuid Binary

An executable with the set-user-ID bit, which runs with the privileges of the file's owner (often root) rather than the user who launched it. Setuid programs are a classic target for privilege escalation because any input they trust becomes a path to elevated code execution.