UCF STIG Viewer Logo

The system must require that passwords contain a minimum of 14 characters.


Overview

Finding ID Version Rule ID IA Controls Severity
GEN000580-ESXI5-000065 GEN000580-ESXI5-000065 GEN000580-ESXI5-000065_rule Medium
Description
The use of longer passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques by increasing the password search space.
STIG Date
VMware ESXi v5 Security Technical Implementation Guide 2013-01-15

Details

Check Text ( C-GEN000580-ESXI5-000065_chk )
Temporarily disable Lockdown Mode and enable the ESXi Shell via the vSphere Client. Open the vSphere/VMware Infrastructure (VI) Client and log in with appropriate credentials. If connecting to vCenter Server, click on the desired host. Click the Configuration tab. Click Software, Security Profile, Services, Properties, ESXi Shell and Options, respectively. Start the ESXi Shell service, where/as required.
As root, log in to the host and verify the expected settings are configured in the /etc/pam.d/passwd file. The entry format is :

"password requisite /lib/security/pam_passwdqc.so similar=deny retry=N min=N0,N1,N2,N3,N4"

In addition to other password characteristics, the "N4" field controls the minimum required length of 14 characters.

# grep "^password" /etc/pam.d/passwd | grep requisite | grep "min="

If the "N4" password complexity field is not set to "14" or greater and the "N0" thru "N3" fields are not set to "disabled", this is a finding.
Fix Text (F-GEN000580-ESXI5-000065_fix)
Temporarily disable Lockdown Mode and enable the ESXi Shell via the vSphere Client. Open the vSphere/VMware Infrastructure (VI) Client and log in with appropriate credentials. If connecting to vCenter Server, click on the desired host. Click the Configuration tab. Click Software, Security Profile, Services, Properties, ESXi Shell and Options, respectively. Start the ESXi Shell service, where/as required.

As root, log in to the host and ensure the expected settings of the "min" keyword are configured in the /etc/pam.d/passwd file.

# vi /etc/pam.d/passwd

Set the "N4" password complexity field to "14" or greater and set the "N0" thru "N3" fields to "disabled", ie: min=disabled,disabled,disabled,disabled,14

Re-enable Lockdown Mode on the host.