UCF STIG Viewer Logo

Crontabs must be owned by root or the crontab creator.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227743 GEN003040 SV-227743r603266_rule Medium
Description
To protect the integrity of scheduled system jobs and prevent malicious modification to these jobs, crontab files must be secured.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29905r488813_chk )
List all crontabs on the system.
# ls -lL /var/spool/cron/crontabs/

If any crontab is not owned by root or the creating user, this is a finding.
Fix Text (F-29893r488814_fix)
Change the crontab owner to root or the crontab creator.
# chown root