4.5 (L1) Ensure previous 5 passwords are prohibited

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

This setting prevents users from utilizing previously used passwords.

Users may attempt to reuse passwords which could lead to a compromised password being used. At least the past 5 passwords should be prevented from use for a user to ensure password re-use is not occurring.

Solution

To set the password history 5, perform the following:

- From the vSphere Web Client, select the host.
- Click Configure then expand System
- Select Advanced System Settings then click Edit
- Enter Security.PasswordHistory in the filter.
- Set the value for this parameter is set to 5

Alternately, the following PowerCLI command may be used:

Get-VMHost | Get-AdvancedSetting Security.PasswordHistory | Set-AdvancedSetting -Value 5

Impact:

Users will be unable to use any of their past 5 passwords.

See Also

https://workbench.cisecurity.org/benchmarks/15334