UCF STIG Viewer Logo

The /etc/hosts file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227635 GEN001369 SV-227635r603266_rule Medium
Description
The /etc/hosts file (or equivalent) configures local host name to IP address mappings that typically take precedence over DNS resolution. If this file is maliciously modified, it could cause the failure or compromise of security functions requiring name resolution, which may include time synchronization, centralized authentication, and remote system logging.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29797r488465_chk )
Verify /etc/hosts has no extended ACL.
# ls -lL /etc/hosts
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-29785r488466_fix)
Remove the extended ACL from the file.
# chmod A- /etc/hosts