|
|
|
|
|
by rlpb
584 days ago
|
|
To expand on this: if the user is in the sudo group, they have explicit permission to execute anything they like as root. If someone wants a user to not be able to do this, they don't put that user in the sudo group. As far as I can tell from the write-up, if you remove a user from the sudo group because you don't want them to have that privilege then this "exploit" won't work. The bugs found look correct and have security implications, but what is demonstrated is therefore not really "root privilege escalation" since it applies only to users who already have that privilege. |
|
This post shows a way that clever code can execute anything it likes as root without knowing the user's password. That seems pretty significant to me.