UCF STIG Viewer Logo

The root account must not be used for direct log in.


Overview

Finding ID Version Rule ID IA Controls Severity
V-11979 GEN001020 SV-64397r1_rule Medium
Description
Direct login with the root account prevents individual user accountability. Acceptable non-routine uses of the root account for direct login are limited to emergency maintenance, the use of single-user mode for maintenance, and situations where individual administrator accounts are not available.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2020-02-25

Details

Check Text ( C-52797r1_chk )
Check if root is used for direct logins.

Procedure:
# last root | grep -v reboot

Direct logins are indicated by the presence of a terminal or pseudo-terminal ID and/or X display name in the output of the last command. If any direct login records for root are listed, this is a finding.
Fix Text (F-54979r1_fix)
Enforce policy requiring all root account access is attained by first logging into a user account and then becoming root preferably through the use of "sudo" which provides traceability to the command level. If that is not workable then using "su" to access the root account will provide traceability to the login user.