The operating system must require individuals to be authenticated with an individual authenticator prior to using a group authenticator.

From Solaris 11 X86 Security Technical Implementation Guide

Part of SRG-OS-000109

Associated with: CCI-000770

SV-60929r2_rule The operating system must require individuals to be authenticated with an individual authenticator prior to using a group authenticator.

Vulnerability discussion

Allowing any user to elevate their privileges can allow them excessive control of the system tools.

Check content

Verify the root user is configured as a role, rather than a normal user. # userattr type root If the command does not return the word "role", this is a finding. Verify at least one local user has been assigned the root role. # grep '[:;]roles=root[^;]*' /etc/user_attr If no lines are returned, or no users are permitted to assume the root role, this is a finding.

Fix text

The root role is required. Convert the root user into a role. # usermod -K type=role root Add the root role to authorized users' logins. # usermod -R +root [username] Remove the root role from users who should not be authorized to assume it. # usermod -R -root [username]

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer