STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Security Technical Implementation Guide Version: 1 Release: 3 Benchmark Date: 24 Jan 2024:

The vCenter Server must enable FIPS-validated cryptography.

DISA Rule

SV-256331r885604_rule

Vulnerability Number

V-256331

Group Title

SRG-APP-000172

Rule Version

VCSA-70-000077

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

From the vSphere Web Client, go to Developer Center >> API Explorer.

From the "Select API" drop-down menu, select appliance.

Expand system/security/global_fips >> PUT.

In the response body under "Try it out", paste the following:

{
"enabled": true
}

Click "Execute".

Note: The vCenter server reboots after FIPS is enabled or disabled.

Check Contents

From the vSphere Web Client, go to Developer Center >> API Explorer.

From the "Select API" drop-down menu, select appliance.

Expand system/security/global_fips >> GET.

Click "Execute" and then "Copy Response"  to view the results.

Example response:

{
"enabled": true
}

If global FIPS mode is not enabled, this is a finding.

Vulnerability Number

V-256331

Documentable

False

Rule Version

VCSA-70-000077

Severity Override Guidance

From the vSphere Web Client, go to Developer Center >> API Explorer.

From the "Select API" drop-down menu, select appliance.

Expand system/security/global_fips >> GET.

Click "Execute" and then "Copy Response"  to view the results.

Example response:

{
"enabled": true
}

If global FIPS mode is not enabled, this is a finding.

Check Content Reference

M

Target Key

5517