Match each infrastructure risk scenario to its corresponding host, network, or architecture vulnerability classification.
- An enterprise server running an operating system past its vendor End-of-Life (EOL) date without security updatesUnsupported software vulnerability
- A network management service transmitting administrative credentials across the local network in unencrypted plain textCleartext transmission vulnerability
- A newly deployed network switch operating with factory administrative username and password settingsDefault configuration vulnerability
- A corporate network environment designed without VLANs or subnet boundaries between guest users and critical database serversArchitecture / Lack of network segmentation vulnerability
Answer
The enterprise server past EOL matches Unsupported software vulnerability; the network management service transmitting plain text credentials matches Cleartext transmission vulnerability; the network switch with factory credentials matches Default configuration vulnerability; and the corporate network without subnets or VLANs matches Architecture / Lack of network segmentation vulnerability.
Each scenario directly illustrates a core infrastructure vulnerability category: operating an unpatched EOL system creates an unsupported software vulnerability; transmitting unencrypted credentials creates a cleartext transmission vulnerability; retaining factory passwords creates a default configuration vulnerability; and placing all devices on a flat, unsegmented network creates an architecture vulnerability.
Step-by-Step Solution
Key Concept
Host, Network, and Architecture Vulnerabilities