1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere Virtual Machine 6.x V1R1
  4. VMCH-06-000041 – The system must control access to VMs through the dvfilter network APIs.

VMCH-06-000041 – The system must control access to VMs through the dvfilter network APIs.

Details

An attacker might compromise a VM by making use the dvFilter API. Configure only those VMs that need this access to use the API.

Solution

From a PowerCLI command prompt while connected to the ESXi host or vCenter server run the following command:

Get-VM ‘VM Name’ | Get-AdvancedSetting -Name ethernetX.filterY.name | Remove-AdvancedSetting

Note: Change the X and Y values to match the specific setting in your environment.

Supportive Information

The following resource is also helpful.

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

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles