UCF STIG Viewer Logo

The .rhosts file must not be supported in PAM.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226565 GEN002100 SV-226565r603265_rule Medium
Description
The .rhosts files are used to specify a list of hosts that are permitted remote access to a particular account without authenticating. The use of such a mechanism defeats strong identification and authentication requirements.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28726r483104_chk )
Check the PAM configuration for rhosts_auth.

Procedure:
# grep rhosts_auth /etc/pam.conf

If a rhosts_auth entry is found that is not commented out, this is a finding.
Fix Text (F-28714r483105_fix)
Edit /etc/pam.conf and remove the reference(s) to the rhosts_auth module.