An enterprise systems administrator is performing a security posture review of host operating systems, network services, and infrastructure hardware. Match each host, network, or architecture vulnerability to its corresponding primary risk or operational impact.
- Resource Exhaustion via Memory LeakSystem RAM is continuously allocated without being freed, eventually causing application instability or server crashes.
- Unsupported or End-of-Life (EOL) Host SystemSecurity patches and bug fixes are no longer provided by the vendor, leaving newly discovered flaws permanently unmitigated.
- Unnecessary Open Ports and Unused ServicesActive network listening daemons run without an operational requirement, unnecessarily broadening the host attack surface.
- Out-of-Band Management Controller MisconfigurationDefault administrative credentials and unencrypted access protocols remain enabled on hardware management interfaces.
Answer
Resource Exhaustion via Memory Leak matches with RAM continuously allocated without release causing instability; Unsupported/EOL Host System matches with security patches no longer provided by the vendor; Unnecessary Open Ports matches with active listening daemons running without requirement broadening attack surface; Out-of-Band Controller Misconfiguration matches with default credentials and unencrypted protocols enabled on hardware interfaces.
Each vulnerability directly pairs with its core operational impact: memory leaks exhaust host system memory; end-of-life status deprives systems of vendor updates; unnecessary listening ports expand the host attack surface; and out-of-band management misconfigurations expose hardware interfaces through weak access controls.
Step-by-Step Solution
Key Concept
Host, Network, and Architecture Vulnerabilities
Estimated Time:1m 30s