SUDO security hole #745
-
|
Everything works as documented! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi, thanks for reaching out, but if you suspect that you have found a security vulnerability, please report it privately as documented in https://github.com/ubuntu/authd/blob/main/SECURITY.md#private-vulnerability-reporting. Fortunately, I don't think what you describe is a security vulnerability.
Yes, if you add a user to the Note that with the next release, it will be possible to specify in the broker configuration which users are allowed to log in via authd on the machine, and the default (for new installations) will be that only the first user who logs in via authd will be allowed. You can view a preview of the documentation for that here and you can already try it out by installing the authd-msentraid snap from the edge channel. |
Beta Was this translation helpful? Give feedback.
-
|
When you've sudo powers, you have them all! However you can still control what sudo users can do by tuning the sudoers file so for example you can just allow a subgroup to just use specific commands. |
Beta Was this translation helpful? Give feedback.
-
|
@adombeck and @3v1n0 many thanks! |
Beta Was this translation helpful? Give feedback.
Hi, thanks for reaching out, but if you suspect that you have found a security vulnerability, please report it privately as documented in https://github.com/ubuntu/authd/blob/main/SECURITY.md#private-vulnerability-reporting. Fortunately, I don't think what you describe is a security vulnerability.
Yes, if you add a user to the
linux-sudogroup, they will have sudo access on all machines which they are allowed to log into via authd. That's the intended behavior.Note that with the next release, it wi…