STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← 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