The /etc/crontab file is used by cron to control its own jobs. The commands in this item make sure that root is the user and group owner of the file and that only the owner can access the file. UID - User Identifier is a number assigned by Linux to each user on the system. This number is used to identify the user to the system and to determine which system resources the user can access. UIDs are stored in the /etc/passwd file: Rationale: This file contains information on what system jobs are run by cron. Write access to these files could provide unprivileged users with the ability to elevate their privileges. Read access to these files could provide users with the ability to gain insight on system jobs that run on the system and could provide them a way to gain unauthorized privileged access. Fix: # chown root:root /etc/crontab # chmod og-rwx /etc/crontab [root group owns, root user owns, permission 600] # chown root:root /etc/crontab # chmod og-rwx /etc/crontab oval:org.secpod.oval:def:92346 oval:org.secpod.oval:def:87323 oval:org.secpod.oval:def:85097 oval:org.secpod.oval:def:65992 SCAP Repo OVAL Definition 2023-08-23