A security analyst is inspecting a critical legacy host after an automated vulnerability assessment flagged multiple high-severity findings. The scanner provided the following port audit report and service banner details:
PORT STATE SERVICE VERSION / NOTES
21/tcp OPEN ftp vsftpd 2.3.4 (CVE-2011-2523 confirmed exploitable)
23/tcp OPEN telnet Linux telnetd (Plaintext authentication enabled)
80/tcp OPEN http Apache httpd 2.2.15 ((CentOS) OS end-of-life)
443/tcp CLOSED https No TLS listener configured
Which of the following identifies the primary host and architecture root cause vulnerability exposing this server to immediate remote privilege escalation and credential compromise?
- Execution of end-of-life host software containing known backdoor vulnerabilities combined with active unencrypted cleartext management protocols.Cevap
- BAbsence of a network-level perimeter firewall to block all inbound Telnet and FTP traffic between internal microsegmented subnets.
- CFailure to deploy a Web Application Firewall (WAF) to sanitize SQL injection and cross-site scripting payloads directed at port 80.
- DLack of detective deception controls, such as a honeypot deployed on port 443, to divert potential attackers away from legacy services.
Cevap
Execution of end-of-life host software containing known backdoor vulnerabilities combined with active unencrypted cleartext management protocols.
The correct option accurately pinpointed the root cause of the host vulnerability: running an end-of-life service version (vsftpd 2.3.4) containing a known remote backdoor exploit alongside unencrypted legacy protocols (Telnet) that expose authentication credentials in cleartext.
Adım Adım Çözüm
Anahtar Kavram
Host and Infrastructure Vulnerabilities (Legacy Software & Cleartext Protocols)