Rule ID
SV-216097r959010_rule
Version
V3R5
CCIs
Complex passwords can reduce the likelihood of success of automated password-guessing attacks.
The root role is required. Determine if accounts with blank or null passwords exist. # logins -po If any account is listed, this is a finding.
The root role is required. Remove, lock, or configure a password for any account with a blank password. # passwd [username] or Use the passwd -l command to lock accounts that are not permitted to execute commands. or Use the passwd -N command to set accounts to be non-login.