During a routine security assessment of hypervisor hosts in an enterprise data center, a security analyst reviews the following vulnerability scan report snippet:
Host: 192.168.42.15
Port: 427/TCP, 427/UDP
Service: Service Location Protocol (SLP)
Vulnerability: Remote Code Execution via Pre-Authentication Heap Overflow
CVSS Score: 9.8 (Critical)
Summary: Unauthenticated remote users can execute arbitrary code with root privileges on the hypervisor host by sending crafted SLP requests.
Which of the following network architecture and host hardening controls represents the MOST effective immediate remediation to eliminate this exposure without disrupting guest virtual machine operations?
- Disable the SLP service on the hypervisor host and isolate the management interface within a dedicated out-of-band management VLAN.Answer
- BConfigure stateful edge firewall rules to block inbound external traffic targeting TCP and UDP port 427.
- CDeploy an inline web application firewall (WAF) to inspect HTTP header requests directed at the host management IP.
- DEnable parameterized database queries and input sanitization on all guest web applications hosted on the hypervisor.
Answer
Disable the SLP service on the hypervisor host and isolate the management interface within a dedicated out-of-band management VLAN.
Disabling the vulnerable SLP service directly eliminates the pre-authentication root exploit vector on the host. Restricting management access to an out-of-band management VLAN enforces network segmentation so that hypervisor administration is isolated from general network segments and guest VM traffic.
Step-by-Step Solution
Key Concept
Host Service Hardening and Out-of-Band Management Architecture