Check: GEN001730
Solaris 10 SPARC STIG:
GEN001730
(in versions v2 r4 through v1 r19)
Title
All global initialization files must not have extended ACLs. (Cat II impact)
Discussion
Global initialization files are used to configure the user's shell environment upon login. Malicious modification of these files could compromise accounts upon logon.
Check Content
Check global initialization files for extended ACLs. # ls -lL /etc/profile /etc/bashrc /etc/csh.login /etc/csh.cshrc /etc/environment /etc/.login /etc/security/environ If the permissions on an existing file include a "+", the file has an extended ACL, this is a finding.
Fix Text
Remove the extended ACL from the file. # chmod A- [global initialization file with extended ACL]
Additional Identifiers
Rule ID: SV-226545r603265_rule
Vulnerability ID: V-226545
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 |