A security analyst conducts an internal infrastructure vulnerability assessment on an enterprise network segment containing legacy servers. The assessment scan report reveals the following open ports and vulnerability indicators:
PORT STATE SERVICE VERSION
21/tcp open ftp vsftpd 2.3.4 (Anonymous login permitted)
23/tcp open telnet Legacy router management service
445/tcp open smb Windows Server 2008 R2 (SMBv1 enabled / CVE-2017-0144 detected)
The security operations team must immediately address the threat of unauthenticated remote code execution (RCE) exploitation traversing the internal network while long-term migration plans are finalized. Which of the following mitigations is the MOST effective immediate action to eliminate this specific vulnerability vector?
- Disable SMBv1 host configurations and enforce SMB signing/SMBv2+ across internal group policies.Answer
- BDeploy a Web Application Firewall (WAF) at the network border to inspect HTTP/HTTPS payloads for malicious commands.
- CReconfigure the external perimeter firewall to block inbound SMB connections while leaving internal inter-VLAN traffic unmonitored.
- DReclassify the vulnerability severity in the SIEM to trigger a detective alert baseline rather than applying host hardening controls.