Check: GEN002980
Solaris 10 X86 STIG:
GEN002980
(in versions v2 r4 through v1 r17)
Title
The cron.allow file must have mode 0600 or less permissive. (Cat II impact)
Discussion
A cron.allow file that is readable and/or writable by other than root could allow potential intruders and malicious users to use the file contents to help discern information, such as who is allowed to execute cron programs, which could be harmful to overall system and network security.
Check Content
Check mode of the cron.allow file. Procedure: # ls -lL /etc/cron.d/cron.allow If either file has a mode more permissive than 0600, this is a finding.
Fix Text
Change the mode of the cron.allow file to 0600. Procedure: # chmod 0600 /etc/cron.d/cron.allow
Additional Identifiers
Rule ID: SV-227739r603266_rule
Vulnerability ID: V-227739
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 |