STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 ESXi Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 02 Apr 2025:

The ESXi host rhttpproxy daemon must use FIPS 140-2 validated cryptographic modules to protect the confidentiality of remote access sessions.

DISA Rule

SV-256442r958408_rule

Vulnerability Number

V-256442

Group Title

SRG-OS-000033-VMM-000140

Rule Version

ESXI-70-000090

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

From an ESXi shell, run the following command:

# esxcli system security fips140 rhttpproxy set -e true

or

From a PowerCLI command prompt while connected to the ESXi host, run the following commands:

$esxcli = Get-EsxCli -v2
$arguments = $esxcli.system.security.fips140.rhttpproxy.set.CreateArgs()
$arguments.enable = $true
$esxcli.system.security.fips140.rhttpproxy.set.Invoke($arguments)

Check Contents

From an ESXi shell, run the following command:

# esxcli system security fips140 rhttpproxy get

or

From a PowerCLI command prompt while connected to the ESXi host, run the following commands:

$esxcli = Get-EsxCli -v2
$esxcli.system.security.fips140.rhttpproxy.get.invoke()

Expected result:

Enabled: true

If the output does not match the expected result, this is a finding.

Vulnerability Number

V-256442

Documentable

False

Rule Version

ESXI-70-000090

Severity Override Guidance

From an ESXi shell, run the following command:

# esxcli system security fips140 rhttpproxy get

or

From a PowerCLI command prompt while connected to the ESXi host, run the following commands:

$esxcli = Get-EsxCli -v2
$esxcli.system.security.fips140.rhttpproxy.get.invoke()

Expected result:

Enabled: true

If the output does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5518