Check: SOL-11.1-070020
Solaris 11 SPARC STIG:
SOL-11.1-070020
(in versions v2 r10 through v1 r10)
Title
Permissions on user home directories must be 750 or less permissive. (Cat II impact)
Discussion
Group-writable or world-writable user home directories may enable malicious users to steal or modify other users' data or to gain another user's system privileges.
Check Content
The root role is required. Check that the permissions on users' home directories are 750 or less permissive. # for dir in `logins -ox |\ awk -F: '($8 == "PS") { print $6 }'`; do find ${dir} -type d -prune \( -perm -g+w -o \ -perm -o+r -o -perm -o+w -o -perm -o+x \) -ls done If output is created, this is finding.
Fix Text
The root role is required. Change the permissions on users' directories to 750 or less permissive. # chmod 750 [directory name]
Additional Identifiers
Rule ID: SV-216418r603267_rule
Vulnerability ID: V-216418
Group Title: SRG-OS-000480
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |