A security analyst reviews a active network service list and vulnerability report for an internal host managing legacy industrial control equipment:
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1042/ftpd
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 1108/telnetd
The report confirms that administrative management sessions and file uploads to this server transmit credentials in plaintext without restricted network access control lists (ACLs). Which TWO of the following architectural weaknesses or vulnerabilities are directly demonstrated in this scenario? (Select TWO.)
- Transmission of sensitive administrative traffic over unencrypted legacy management protocolsCevap
- Over-reliance on perimeter boundary security allowing unverified internal network traffic to reach open management servicesCevap
- CExposure of database backends through unvalidated user input via Cross-Site Scripting (XSS)
- DMisclassification of detective logging controls as preventive network filtering controls
- EDeployment of endpoint detection software to resolve network-level cleartext protocol exposure
Cevap
The correct options identify the transmission of administrative traffic over unencrypted legacy management protocols and the over-reliance on perimeter boundary security allowing unverified internal network traffic to reach open management services.
The scenario highlights two distinct architectural vulnerabilities: using unencrypted legacy protocols (Telnet and FTP) that expose credentials, and operating a flat network model where internal management services are exposed to all internal endpoints without access controls.
Adım Adım Çözüm
Anahtar Kavram
Host and Network Architecture Vulnerabilities