UCF STIG Viewer Logo

The system must be checked weekly for unauthorized setuid files, as well as, unauthorized modification to authorized setuid files.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227706 GEN002400 SV-227706r603266_rule Medium
Description
Files with the setuid bit set will allow anyone running these files to be temporarily assigned the UID of the file. While many system files depend on these attributes for proper operation, security problems can result if setuid is assigned to programs that allow reading and writing of files, or shell escapes.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29868r488699_chk )
Determine if a weekly automated or manual process is used to generate a list of setuid files on the system and compare it with the prior list. If no such process is in place, this is a finding.
Fix Text (F-29856r488700_fix)
Establish a weekly automated or manual process to generate a list of setuid files on the system and compare it with the prior list. To create a list of setuid files use the following command.
# find / -perm -4000 > setuid-file-list