UCF STIG Viewer Logo

The system and user default umask must be 077.


Overview

Finding ID Version Rule ID IA Controls Severity
V-808 GEN002560 SV-38475r1_rule ECCD-1 ECCD-2 Medium
Description
The umask controls the default access mode assigned to newly created files. An umask of 077 limits new files to mode 700 or less permissive. Although umask can be represented as a 4-digit number, the first digit representing special access modes is typically ignored or required to be 0. This requirement applies to the globally configured system defaults and the user defaults for each account on the system.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36407r1_chk )
Check global initialization files for the configured umask value.
# grep umask /etc/* | grep -v ":#" | grep "umask [0-9]"

Check local initialization files for the configured umask value.
Procedure:
# grep umask /userhomedirectory/.*

If the system and user default umask is not 077, this is a finding.

NOTE: If the default umask is 000 or allows for the creation of world-writable files this becomes a Severity Code I (CAT I) finding.
Fix Text (F-31745r1_fix)
Edit local and global initialization files containing umask and change them to use 077 instead of the current value.