UCF STIG Viewer Logo

Global initialization files must contain the mesg -n or mesg n commands.


Overview

Finding ID Version Rule ID IA Controls Severity
V-825 GEN001780 SV-38484r1_rule ECSC-1 Low
Description
If the mesg -n or mesg n command is not placed into the system profile, messaging can be used to cause a Denial of Service attack.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

Check Text ( C-36365r1_chk )
Check global initialization files for the presence of mesg -n or mesg n.

Procedure:
# grep "mesg" /etc/.login /etc/profile /etc/bashrc /etc/csh.login /etc/csh.cshrc

If global initialization files exist and do not contain mesg -n or mesg n, this is a finding.
Fix Text (F-31702r1_fix)
Edit /etc/profile or another global initialization script, and add the mesg -n command.