Check: GEN000000-SOL00240
Solaris 9 X86 STIG:
GEN000000-SOL00240
(in version v1 r9)
Title
The /usr/aset/userlist file must be owned by root. (Cat II impact)
Discussion
If the userlist file is not owned by root, then an unauthorized user can modify the file and enter an unauthorized user.
Check Content
If ASET is not used on the system, this is not applicable. Check the ownership of the /usr/aset/userlist file. # ls -lL /usr/aset/userlist If the owner of the file is not root, this is a finding.
Fix Text
Use the chmod command to change the owner of the /usr/aset/userlist file. # chown root /usr/aset/userlist
Additional Identifiers
Rule ID: SV-956r2_rule
Vulnerability ID: V-956
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
Employ the principle of least privilege, allowing only authorized accesses for users (or processes acting on behalf of users) which are necessary to accomplish assigned organizational tasks. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |