Nutanix AHV must store only encrypted representations of passwords.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-279686NXAC-OS-000273SV-279686r1192615_ruleCCI-004062high
Description
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised.
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-004062
1.00
  • DISA · V1R1 · disa_xccdf · related

Details

Check Text (C-279686r1192615_chk)

1. Verify Nutanix AHV is configured to store encrypted representation of passwords and that the encryption meets required standards using the following command. $ sudo grep password /etc/pam.d/system-auth /etc/pam.d/password-auth /etc/pam.d/system-auth-ac:password sufficient pam_unix.so sha512 shadow try_first_pass use_authtok /etc/pam.d/password-auth:password sufficient pam_unix.so sha512 shadow try_first_pass use_authtok Output should match the example; if it does not this is a finding. $ sudo grep -i encrypt /etc/login.defs ENCRYPT_METHOD SHA512 If the "/etc/login.defs" file does not contain the required output, this is a finding. 2. Run the command: $ sudo grep -i sha512 /etc/libuser.conf crypt_style = sha512 If the "/etc/libuser.conf" file does not contain the required output, this is a finding.

Fix Text (F-84144r1192529_fix)

Configure the high-strength password requirements using the following command. $ ncli cluster edit-hypervisor-security-params enable-high-strength-password=true