UCF STIG Viewer Logo

User start-up files must not execute world-writable programs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4087 GEN001940 SV-38418r1_rule DCSW-1 Medium
Description
If start-up files execute world-writable programs, especially in unprotected directories, they could be maliciously modified to become Trojans destroying user files or otherwise compromise the system at the user level or higher. If the system is compromised at the user level, it is much easier to eventually compromise the system at the root and network level.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36370r1_chk )
Check local initialization files for any executed world-writable programs or scripts.

Procedure:
# more //.*
# ls -alL

If any local initialization file executes a world-writable program or script, this is a finding.
Fix Text (F-31707r1_fix)
Remove the world-writable permission of files referenced by local initialization scripts, or remove the references to these files in the local initialization scripts.