|
|
|
|
|
by charcircuit
414 days ago
|
|
Being a setuid binary means that sudo also suffers from
attacks where an attacker runs `sudo ./malware` and then convinces the user to authenticate. Depending on how sudo authenticates phishing attacks or password reuse from another breach can be used to escalate privileges. |
|
You can enforce a boundary between root and an account that never elevates though. And as far as I understand hardening sudo helps with that.