Check: AIX7-00-003115
IBM AIX 7.x STIG:
AIX7-00-003115
(in versions v2 r9 through v1 r1)
Title
AIX must contain no .forward files. (Cat III impact)
Discussion
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.
Check Content
Search for any ".forward" files on the system using command: # find / -name .forward -print If any ".forward" files are found on the system, this is a finding.
Fix Text
Run the following command to remove all ".forward" files on the system: # find / -name .forward -exec rm -rf {} \;
Additional Identifiers
Rule ID: SV-215413r508663_rule
Vulnerability ID: V-215413
Group Title: SRG-OS-000480-GPOS-00227
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
CM-6 |
Configuration Settings |