An enterprise security auditor discovers several vulnerabilities across an organization's internal infrastructure during a comprehensive technical posture assessment. Match each identified host and network vulnerability indicator on the left to its corresponding primary security risk on the right. Which of the following correctly pairs each vulnerability indicator with its primary security risk?
- Windows system service configured with an unquoted executable path containing spaces under C:\Program Files\Local privilege escalation via executable path hijacking upon service restart
- Legacy SMB service configured to permit anonymous null sessions over the IPC$ shareUnauthenticated reconnaissance allowing domain user and network share enumeration
- Internal web application proxy configured to support 3DES and NULL cipher suitesCryptographic downgrade allowing passive interception and session plaintext exposure
- Embedded network device running firmware susceptible to a stack-based buffer overflowRemote code execution within process memory space yielding shell access
Cevap
The correct pairings match each host/network vulnerability to its specific threat impact: the unquoted service path matches local privilege escalation; SMB null sessions match unauthenticated reconnaissance; weak TLS cipher suites match cryptographic downgrade; and stack-based buffer overflow firmware matches remote code execution.
The pairings correctly connect each technical vulnerability mechanism to its operational security impact. Unquoted service paths expose local execution order bugs used for privilege elevation; SMB IPC$ null sessions expose administrative RPC endpoints for network discovery; legacy cipher suites expose TLS handshakes to algorithm downgrade attacks; and stack-based memory bounds failures permit arbitrary code execution.
Adım Adım Çözüm
Anahtar Kavram
Host, Network, and Architecture Vulnerabilities