UCF STIG Viewer Logo

The "at" daemon must not execute group-writable or world-writable programs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226864 GEN003360 SV-226864r603265_rule Medium
Description
If the "at" facility executes world-writable or group-writable programs, it is possible for the programs to be accidentally or maliciously changed or replaced without the owner's intent or knowledge. This would cause a system security breach.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29026r484876_chk )
List the "at" jobs on the system.
Procedure:
# ls -la /var/spool/cron/atjobs

For each "at" job file, determine which programs are executed.
Procedure:
# more

Check each program executed by "at" for group- or world-writable permissions.
Procedure:
# ls -la

If "at" executes group- or world-writable programs, this is a finding.
Fix Text (F-29014r484877_fix)
Remove group-write and world-write permissions from files executed by "at" jobs.
Procedure:
# chmod go-w