UCF STIG Viewer Logo

The alias file must have mode 0644 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-832 GEN004380 SV-35165r1_rule ECLP-1 Medium
Description
Excessive permissions on the aliases file may permit unauthorized modification. If the alias file is modified by an unauthorized user, they may modify the file to run malicious code or redirect e-mail.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-35017r1_chk )
Find the aliases file on the system.

Procedure:
# ls -lL /etc/mail/aliases

If the aliases file exists with a mode more permissive than 0644, this is a finding.
Fix Text (F-30311r1_fix)
Change the mode of the aliases file (or equivalent) to
0644.
# chmod 0644 /etc/mail/aliases