nerdexam
CompTIA

CAS-002 · Question #662

Which of the following precautions should be taken to harden network devices in case of VMEscape?

The correct answer is C. Virtual servers should only be on the same physical server as others in their network. VM Escape attacks allow a compromised VM to access the host or sibling VMs on the same physical server, so grouping VMs by network zone on shared hardware limits the blast radius.

Technical Integration of Enterprise Components

Question

Which of the following precautions should be taken to harden network devices in case of VMEscape?

Options

  • ADatabase servers should be on the same virtual server as web servers in the DMZ network
  • BWeb servers should be on the same physical server as database servers in the network
  • CVirtual servers should only be on the same physical server as others in their network
  • DPhysical servers should only be on the same WAN as other physical servers in their network.

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    83% (19)
  • D
    9% (2)

Why each option

VM Escape attacks allow a compromised VM to access the host or sibling VMs on the same physical server, so grouping VMs by network zone on shared hardware limits the blast radius.

ADatabase servers should be on the same virtual server as web servers in the DMZ network

Placing database servers and web servers on the same virtual host in the DMZ violates network segmentation and increases attack surface rather than reducing VM Escape risk.

BWeb servers should be on the same physical server as database servers in the network

Co-locating web servers and database servers on the same physical server removes the security boundary between DMZ and internal network tiers, which is the opposite of hardening.

CVirtual servers should only be on the same physical server as others in their networkCorrect

When VMs sharing a physical host belong to different network segments, a VM escape exploit could allow an attacker to pivot from a lower-trust zone (e.g., DMZ) into a higher-trust one (e.g., internal network). Ensuring all VMs on a given physical host belong to the same network segment contains any escape within a single trust boundary. This is a core virtualization hardening control to prevent lateral movement via hypervisor exploitation.

DPhysical servers should only be on the same WAN as other physical servers in their network.

Physical server placement on a WAN is unrelated to VM Escape, which is a hypervisor-level attack concern and not a wide-area network topology issue.

Concept tested: VM Escape mitigation via hypervisor network segmentation

Source: https://csrc.nist.gov/publications/detail/sp/800-125/final

Topics

#VM escape#virtualization security#network segmentation#hypervisor hardening

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice