Nutanix OS must prevent using dictionary words for passwords.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-279580NXAC-OS-000127SV-279580r1192309_ruleCCI-004061medium
Description
If the operating system allows the user to select passwords based on dictionary words, then this increases the chances of password compromise by increasing the opportunity for successful guesses and brute-force attacks.
STIGDate
Nutanix Acropolis GPOS Security Technical Implementation Guide2026-02-24

Related Frameworks

6 paths across 3 frameworks
NIST 800-531 mapping
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1714 mappings
3.5.10
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.5.7
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.5.8
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.5.9
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-004061
1.00
  • DISA · V1R1 · disa_xccdf · related

Details

Check Text (C-279580r1192309_chk)

Verify Nutanix OS prevents dictionary attacks. 1. For AOS, Prism Central, and Files, verify the "dictcheck" parameter is set to "1", or is commented out using the following command. $ sudo grep -i dictcheck /etc/security/pwquality.conf dictcheck = 1 2. For AHV, verify the output contains "pam_pwquality.so" with the option of "required" or "requisite" using the following commands. $ sudo grep pwquality.so /etc/pam.d/password-auth password requisite pam_pwquality.so try_first_pass local_users_only enforce_for_root retry=3 authtok_type= If Nutanix OS VMs are not configured to prevent dictionary attacks, this is a finding.

Fix Text (F-84038r1191703_fix)

Configure the use of complex passwords for Nutanix OS VMs. 1. For AOS, configure the use of complex passwords using the following command. $ sudo salt-call state.sls security/CVM/pamCVM.sls 2. For Prism Central, configure the use of complex passwords using the following command. $ sudo salt-call state.sls security/PCVM/pamPCVM.sls 3. For Files, configure the use of complex passwords using the following command. $ sudo salt-call state.sls security/AFS/pamAFS.sls 4. For Prism Central, configure the use of complex passwords using the following command. $ ncli cluster edit-hypervisor-security-params enable-high-strength-password=true