SK0-004 · Question #918
A server administrator completes a full vulnerability scan on servers. The report shows a recent vulnerability exploit when using Telnet. The server administrator cannot take the systems offline…
The correct answer is C. Disable port 23 on the servers. Disabling port 23 on the servers immediately stops the Telnet service from accepting connections, mitigating the vulnerability without an offline maintenance window.
Question
A server administrator completes a full vulnerability scan on servers. The report shows a recent vulnerability exploit when using Telnet. The server administrator cannot take the systems offline without a scheduled maintenance window. Which of the following actions should the administrator recommend to quickly protect the servers from this vulnerability?
Options
- AUninstall Telnet from the servers.
- BDisable port 22 on the firewall.
- CDisable port 23 on the servers.
- DDisable port 23 on the firewall.
How the community answered
(25 responses)- A8% (2)
- B20% (5)
- C68% (17)
- D4% (1)
Why each option
Disabling port 23 on the servers immediately stops the Telnet service from accepting connections, mitigating the vulnerability without an offline maintenance window.
Uninstalling Telnet typically requires stopping the service and potentially rebooting the server, which would constitute taking the system offline and violate the no-maintenance-window constraint.
Port 22 is the standard port for SSH, not Telnet, so disabling it would break secure remote administration while leaving the Telnet vulnerability completely unaddressed.
Telnet listens on TCP port 23. Disabling port 23 on each server - via the host-based firewall or stopping the Telnet service listener - blocks all Telnet connections at the server level without requiring a reboot or taking the system offline. This approach also protects against exploitation from internal network sources, not just external ones.
Disabling port 23 only on the perimeter firewall blocks external Telnet access but leaves the servers exposed to exploitation by users or processes on the internal network.
Concept tested: Telnet vulnerability remediation via host-level port disablement
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/telnet
Topics
Community Discussion
No community discussion yet for this question.