Check: GEN002300
Solaris 10 SPARC STIG:
GEN002300
(in versions v2 r4 through v1 r19)
Title
Device files used for backup must only be readable and/or writable by root or the backup user. (Cat II impact)
Discussion
System backups could be accidentally or maliciously overwritten and destroy the ability to recover the system if a compromise should occur. Unauthorized users could also copy system files.
Check Content
Check the system for world-writable device files. Procedure: # find / -perm -2 -a \( -type b -o -type c \) -exec ls -ld {} \; If any device file(s) used for backup are writable by users other than root, this is a finding.
Fix Text
Use the chmod command to remove the world-writable bit from the backup device files. Procedure: # chmod o-w backdevicefilename Document all changes.
Additional Identifiers
Rule ID: SV-226574r603265_rule
Vulnerability ID: V-226574
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 |