UCF STIG Viewer Logo

All user home directories must have mode 0750 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-901 GEN001480 SV-34870r1_rule ECLP-1 Medium
Description
Excessive permissions on home directories allow unauthorized access to user files.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36335r1_chk )
Check the home directory mode of each user in /etc/passwd.

Procedure:
# ls -lLd `cat /etc/passwd | cut -f 6,6 -d ":"` | more

If a user's home directory mode is more permissive than 0750, this is a finding.

NOTE: Application directories are allowed to and may need 0755 permissions (or greater) for correct operation.
Fix Text (F-31590r1_fix)
Change the mode of user's home directory to 0750 or less permissive.

Procedure (example):
# chmod 0750

NOTE: Application directories are allowed to and may need 0755 permissions (or greater) for correct operation.