Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4385 | GEN004580 | SV-4385r2_rule | ECSC-1 | Medium |
Description |
---|
The .forward file allows users to automatically forward mail to another system. Use of .forward files could allow the unauthorized forwarding of mail and could potentially create mail loops which could degrade system performance. |
STIG | Date |
---|---|
UNIX SRG | 2013-03-26 |
Check Text ( C-8268r2_chk ) |
---|
Search for any .forward files on the system. # find / -name .forward -print This is considered a finding if any .forward files are found on the system. |
Fix Text (F-4296r2_fix) |
---|
Remove .forward files from the system. |