Check: GEN000300
Solaris 9 X86 STIG:
GEN000300
(in version v1 r9)
Title
All accounts on the system must have unique user or account names. (Cat II impact)
Discussion
A unique user name is the first part of the identification and authentication process. If user names are not unique, there can be no accountability on the system for auditing purposes. Multiple accounts sharing the same name could result in the Denial of Service to one or both of the accounts or unauthorized access to files or privileges.
Check Content
Check the system for duplicate account names. Example: # logins -u | sort | uniq -c | awk '$1 > 1 {print $2}' If any duplicate account names are found, this is a finding.
Fix Text
Change user account names, or delete accounts, so each account has a unique name.
Additional Identifiers
Rule ID: SV-27061r1_rule
Vulnerability ID: V-761
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000764 |
Uniquely identify and authenticate organizational users and associate that unique identification with processes acting on behalf of those users. |
Controls
Number | Title |
---|---|
IA-2 |
Identification and Authentication (organizational Users) |