STIGQter STIGQter: STIG Summary: VMware vSphere 6.7 ESXi Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 09 Mar 2021:

The ESXi Image Profile and vSphere Installation Bundle (VIB) Acceptance Levels must be verified.

DISA Rule

SV-239302r674835_rule

Vulnerability Number

V-239302

Group Title

SRG-OS-000366-VMM-001430

Rule Version

ESXI-67-000047

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

From the vSphere Client, select the ESXi host and go to Configure >> System >> Security Profile.

Under "Host Image Profile Acceptance Level", click "Edit".

Using the pull-down selection, set the acceptance level to be "VMwareCertified", "VMwareAccepted", or "PartnerSupported".

or

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

$esxcli = Get-EsxCli -v2
$arguments = $esxcli.software.acceptance.set.CreateArgs()
$arguments.level = "PartnerSupported"
$esxcli.software.acceptance.set.Invoke($arguments)

Note: "VMwareCertified" or "VMwareAccepted" may be substituted for "PartnerSupported", depending on local requirements. These are also case sensitive.

Check Contents

From the vSphere Client, select the ESXi host and go to Configure >> System >> Security Profile.

Under "Host Image Profile Acceptance Level", view the acceptance level.

or

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

$esxcli = Get-EsxCli -v2
$esxcli.software.acceptance.get.Invoke()

If the acceptance level is "CommunitySupported", this is a finding.

Vulnerability Number

V-239302

Documentable

False

Rule Version

ESXI-67-000047

Severity Override Guidance

From the vSphere Client, select the ESXi host and go to Configure >> System >> Security Profile.

Under "Host Image Profile Acceptance Level", view the acceptance level.

or

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

$esxcli = Get-EsxCli -v2
$esxcli.software.acceptance.get.Invoke()

If the acceptance level is "CommunitySupported", this is a finding.

Check Content Reference

M

Target Key

5326

Comments