Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-980 | GEN003120 | SV-27345r1_rule | ECLP-1 | Medium |
Description |
---|
Incorrect ownership of the cron or crontab directories could permit unauthorized users the ability to alter cron jobs and run automated jobs as privileged users. Failure to give ownership of cron or crontab directories to root or to bin provides the designated owner and unauthorized users with the potential to access sensitive information or change the system configuration which could weaken the system's security posture. |
STIG | Date |
---|---|
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2018-04-10 |
Check Text ( C-28480r1_chk ) |
---|
Check the owner of the crontab directory. # ls -ld /var/spool/cron/crontabs If the owner of the crontab directory is not root or bin, this is a finding. |
Fix Text (F-24583r1_fix) |
---|
Change the owner of the crontab directory. # chown root /var/spool/cron/crontabs |