1. Home
  2. Security Hardening
  3. CIS VMware ESXi 6.5 V1.0.0 L1
  4. Ensure unnecessary floppy devices are disconnected

Ensure unnecessary floppy devices are disconnected

Details

Ensure that no floppy device is connected to a virtual machine unless required. For a floppy

device to be disconnected, the floppyX.present parameter should either not be present or

have a value of FALSE.

*Rationale*

Removing unnecessary hardware devices can reduce the number of potential attack channels and help prevent attacks.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

To implement the recommended configuration state, run the following PowerCLI
command-

# Remove all Floppy drives attached to VMs
Get-VM | 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: System and Information Integrity.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles