UCF STIG Viewer Logo

The system's access control program must be configured to grant or deny system access to specific hosts.


Overview

Finding ID Version Rule ID IA Controls Severity
V-220065 GEN006620 SV-220065r603265_rule Medium
Description
If the system's access control program is not configured with appropriate rules for allowing and denying access to system network resources, services may be accessible to unauthorized hosts.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-21774r485513_chk )
Check for the existence of the /etc/hosts.allow and /etc/hosts.deny files.

Procedure:
# ls -la /etc/hosts.allow
# ls -la /etc/hosts.deny

If either file does not exist, this is a finding.

Check for the presence of a default deny entry.

Procedure:
# grep "ALL: ALL" /etc/hosts.deny

If the "ALL: ALL" entry is not present in the /etc/hosts.deny file, any TCP service from a host or network not matching other rules will be allowed access. If the entry is not in /etc/hosts.deny, this is a finding.
Fix Text (F-21773r485514_fix)
Edit the /etc/hosts.allow and /etc/hosts.deny files to configure access restrictions.