UCF STIG Viewer Logo

The ESXi host must verify the exception users list for Lockdown Mode.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239260 ESXI-67-000003 SV-239260r674709_rule Low
Description
In vSphere, users can be added to the Exception Users list from the vSphere Web Client. These users do not lose their permissions when the host enters Lockdown Mode. Before adding service accounts such as a backup agent to the Exception Users list, verify that the list of users who are exempted from losing permissions is legitimate and as needed per the environment. Users who do not require special permissions should not be exempted from Lockdown Mode.
STIG Date
VMware vSphere 6.7 ESXi Security Technical Implementation Guide 2022-01-05

Details

Check Text ( C-42493r674707_chk )
For environments that do not use vCenter server to manage ESXi, this is Not Applicable.

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

Under Lockdown Mode, review the Exception Users list.

or

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

$vmhost = Get-VMHost | Get-View
$lockdown = Get-View $vmhost.ConfigManager.HostAccessManager
$lockdown.QueryLockdownExceptions()

If the Exception Users list contains accounts that do not require special permissions, this is a finding.

Note: This list is not intended for system administrator accounts but for special circumstances such as a service account.
Fix Text (F-42452r674708_fix)
From the vSphere Client, select the ESXi host and go to Configure >> System >> Security Profile.

Under "Lockdown Mode", click "Edit" and remove unnecessary users from the exceptions list.