STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Nutanix AOS 5.20.x OS Security Technical Implementation Guide

V-254217

CAT I (High)

Nutanix AOS must store only encrypted representations of passwords.

Rule ID

SV-254217r982199_rule

STIG

Nutanix AOS 5.20.x OS Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000196

Discussion

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.

Check Content

Confirm Nutanix AOS is configured to store encrypted representation of passwords and that the encryption meets required standards.

$ 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.

$ 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

Configure the required password encryption requirements by running the following command.

$ sudo salt-call state.sls security/CVM/pamCVM