UCF STIG Viewer Logo

The HYCU server must enforce password complexity by requiring that at least one uppercase character be used.


Overview

Finding ID Version Rule ID IA Controls Severity
V-246851 HYCU-IA-000003 SV-246851r768217_rule Medium
Description
Use of a complex passwords helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. Password complexity is one factor of several that determine how long it takes to crack a password. The more complex the password is, the greater the number of possible combinations that need to be tested before the password is compromised. Multifactor authentication (MFA) is required for all administrative and user accounts on network devices, except for an account of last resort and (where applicable) a root account. Passwords should only be used when MFA using PKI is not available, and for the account of last resort and root account. Satisfies: SRG-APP-000166-NDM-000254, SRG-APP-000167-NDM-000255, SRG-APP-000168-NDM-000256, SRG-APP-000169-NDM-000257
STIG Date
HYCU for Nutanix Security Technical Implementation Guide 2021-08-03

Details

Check Text ( C-50283r768215_chk )
Log on to the HYCU VM console. Check for the value of the "minlen" option in "/etc/security/pwquality.conf" with the following command:
grep minclass /etc/security/pwquality.conf

If the minclass value is not set to "5", this is a finding.
Fix Text (F-50237r768216_fix)
Configure the operating system to enforce a minimum class setting.

Add the following line to "/etc/security/pwquality.conf" (or modify the line to have the required value):
minclass = 5