UCF STIG Viewer Logo

The ESXi host must disable the Managed Object Browser (MOB).


Overview

Finding ID Version Rule ID IA Controls Severity
V-239289 ESXI-67-000034 SV-239289r674796_rule Medium
Description
The MOB provides a way to explore the object model used by the VMkernel to manage the host and enables configurations to be changed as well. This interface is meant to be used primarily for debugging the vSphere SDK, but because there are no access controls it could also be used as a method to obtain information about a host being targeted for unauthorized access.
STIG Date
VMware vSphere 6.7 ESXi Security Technical Implementation Guide 2022-01-05

Details

Check Text ( C-42522r674794_chk )
From the vSphere Client, select the ESXi Host and go to Configure >> System >> Advanced System Settings.

Select the "Config.HostAgent.plugins.solo.enableMob" value and verify it is set to "false".

or

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

Get-VMHost | Get-AdvancedSetting -Name Config.HostAgent.plugins.solo.enableMob

If the "Config.HostAgent.plugins.solo.enableMob" setting is not set to "false", this is a finding.
Fix Text (F-42481r674795_fix)
From the vSphere Client, select the ESXi Host and go to Configure >> System >> Advanced System Settings.

Click "Edit" and select the "Config.HostAgent.plugins.solo.enableMob" value and configure it to "false".

or

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

Get-VMHost | Get-AdvancedSetting -Name Config.HostAgent.plugins.solo.enableMob | Set-AdvancedSetting -Value false