UCF STIG Viewer Logo

The system must not have the unnecessary "gopher" account.


Overview

Finding ID Version Rule ID IA Controls Severity
V-27276 GEN000290-3 SV-34575r1_rule IAAC-1 Medium
Description
Accounts that provide no operational purpose provide additional opportunities for system compromise. Unnecessary accounts include user accounts for individuals not requiring access to the system and application accounts for applications not installed on the system.
STIG Date
Red Hat Enterprise Linux 5 Security Technical Implementation Guide 2017-03-01

Details

Check Text ( C-37784r1_chk )
Check the system for the unnecessary "gopher" accounts.

Procedure:
# grep ^gopher /etc/passwd
If this account exists, it is a finding.
Fix Text (F-33039r1_fix)
Remove the "gopher" account from the /etc/passwd file before connecting a system to the network.