1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 Virtual Machine V1R1
  4. VMCH-67-000008 – Unauthorized floppy devices must be disconnected on the virtual machine.

VMCH-67-000008 – Unauthorized floppy devices must be disconnected on the virtual machine.

Details

Ensure that no device is connected to a virtual machine if it is not required. For example, floppy, serial and parallel ports are rarely used for virtual machines in a datacenter environment, and CD/DVD drives are usually connected only temporarily during software installation.

Solution

If the floppy drive is required to be present, then from the vSphere Client right-click the Virtual Machine and go to Edit Settings, make sure the drive is not connected and will not ‘Connect at power on’.

If the floppy drive is not required, then from the vSphere Client power off the virtual machine, right-click the Virtual Machine and go to Edit Settings, select the floppy drive and click the circle-x to remove then OK.

or

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

Get-VM ‘VM Name’ | Get-FloppyDrive | Remove-FloppyDrive

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