UCF STIG Viewer Logo

The SLES for vRealize must use mechanisms meeting the requirements of applicable federal laws, Executive orders, directives, policies, regulations, standards, and guidance for authentication to a cryptographic module.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239556 VROM-SL-000710 SV-239556r662119_rule Medium
Description
Unapproved mechanisms that are used for authentication to the cryptographic module are not verified and therefore cannot be relied upon to provide confidentiality or integrity, and DoD data may be compromised. SLES for vRealize utilizing encryption are required to use FIPS-compliant mechanisms for authenticating to cryptographic modules. FIPS 140-2 is the current standard for validating that mechanisms used to access cryptographic modules utilize authentication that meets DoD requirements. This allows for Security Levels 1, 2, 3, or 4 for use on a general purpose computing system.
STIG Date
VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide 2021-07-01

Details

Check Text ( C-42789r662117_chk )
Check the "/etc/default/passwd" file:

# grep CRYPT /etc/default/passwd

If the "CRYPT" setting in the "/etc/default/passwd" file is not present, or not set to "SHA256" or "SHA512", this is a finding.

If the "CRYPT_FILES" setting in the "/etc/default/passwd" file is not present, or not set to "SHA256" or "SHA512", this is a finding.
Fix Text (F-42748r662118_fix)
Edit the "/etc/default/passwd" file and add or change the "CRYPT" variable setting so that it contains:

CRYPT=sha256
OR
CRYPT=sha512

Edit the "/etc/default/passwd" file and add or change the "CRYPT_FILES" variable setting so that it contains:

CRYPT_FILES=sha256
OR
CRYPT_FILES=sha512