1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.x ESXi V1R5
  4. ESXI-06-000031 – The VMM must enforce password complexity by requiring that at least one upper-case character be used.

ESXI-06-000031 – The VMM must enforce password complexity by requiring that at least one upper-case character be used.

Details

To enforce the use of complex passwords, minimum numbers of characters of different classes are mandated. The use of complex passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques. Complexity requirements increase the password search space by requiring users to construct passwords from a larger character set than they may otherwise use.

Solution

From the vSphere Client select the ESXi Host and go to Configuration >> Advanced Settings. Select the Security.PasswordQualityControl value and configure it to ‘similar=deny retry=3 min=disabled,disabled,disabled,disabled,15’.

or

From a PowerCLI command prompt while connected to the ESXi host run the following commands:

Get-VMHost | Get-AdvancedSetting -Name Security.PasswordQualityControl | Set-AdvancedSetting -Value ‘similar=deny retry=3 min=disabled,disabled,disabled,disabled,15’

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles