UCF STIG Viewer Logo

Root passwords must never be passed over a network in clear text form.


Overview

Finding ID Version Rule ID IA Controls Severity
V-1046 GEN001100 SV-64449r2_rule High
Description
If a user accesses the root account (or any account) using an unencrypted connection, the password is passed over the network in clear text form and is subject to interception and misuse. This is true even if recommended procedures are followed by logging on to a named account and using the su command to access root.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2020-02-25

Details

Check Text ( C-52827r2_chk )
Determine if root has logged in over an unencrypted network connection.

Examine /etc/syslog.conf to confirm the location to which "authpriv" messages are being sent.

# grep authpriv.* /etc/syslog.conf

Once the file is determined, perform the following command:

# grep password | more

Look for any lines that do not have sshd as the associated service.

If root has logged in over the network and sshd is not running, this is a finding.
Fix Text (F-55009r1_fix)
Enable SSH on the system and use it for all remote connections used to attain root access