1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 ESXi V1R1
  4. ESXI-67-000039 – Active Directory ESX Admin group membership must not be used when adding ESXi hosts to Active Directory.

ESXI-67-000039 – Active Directory ESX Admin group membership must not be used when adding ESXi hosts to Active Directory.

Details

When adding ESXi hosts to Active Directory (AD), all user/group accounts assigned to the AD group ‘ESX Admins’ will have full administrative access to the host. If this group is not controlled or known to the System Administrators, it may be used for inappropriate access to the host. Therefore, the default group must be changed to a site-specific AD group and membership therein must be severely restricted.

Satisfies: SRG-OS-000104-VMM-000500, SRG-OS-000109-VMM-000550, SRG-OS-000112-VMM-000560, SRG-OS-000113-VMM-000570

Solution

From the vSphere Client, select the ESXi host and go to Configuration >> System >> Advanced System Settings.

Click ‘Edit’ and select the ‘Config.HostAgent.plugins.hostsvc.esxAdminsGroup’ key and configure its value to an appropriate Active Directory group other than ‘ESX Admins’.

or

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

Get-VMHost | Get-AdvancedSetting -Name Config.HostAgent.plugins.hostsvc.esxAdminsGroup | Set-AdvancedSetting -Value

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles