Check: GEN003020
VMware ESX 3 Server:
GEN003020
(in version v1 r2)
Title
Cron must not execute programs in, or subordinate to, world-writable directories. (Cat II impact)
Discussion
If cron programs are located in or subordinate to world-writable directories, they become vulnerable to removal and replacement by malicious users or system intruders.
Check Content
List all cron jobs on the system. If any cron job executes a program located in a world-writable directory, this is a finding.
Fix Text
Remove the world-writable permission from the cron program directories identified. Procedure: # chmod o-w <cron program directory>
Additional Identifiers
Rule ID: SV-977r2_rule
Vulnerability ID: V-977
Group Title: GEN003020
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
Employ the principle of least privilege, allowing only authorized accesses for users (or processes acting on behalf of users) which are necessary to accomplish assigned organizational tasks. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |