Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-220034 | GEN001780 | SV-220034r603265_rule | 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 |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-21743r483041_chk ) |
---|
Check global initialization files for the presence of "mesg -n" or "mesg n". Procedure: # grep mesg /etc/.login /etc/profile /etc/bashrc /etc/environment /etc/security/environ /etc/csh.login /etc/csh.cshrc If no existing global initialization files contain "mesg -n" or "mesg n", this is a finding. |
Fix Text (F-21742r483042_fix) |
---|
Edit /etc/profile or another global initialization script and add the mesg -n command. |