312-50V10 · Question #576
Windows file servers commonly hold sensitive files, databases, passwords and more. Which of the following choices would be a common vulnerability that usually exposes them?
The correct answer is C. Missing patches. Windows file servers are most commonly exposed by missing operating system and software patches, which leave known vulnerabilities unaddressed and exploitable by attackers.
Question
Windows file servers commonly hold sensitive files, databases, passwords and more. Which of the following choices would be a common vulnerability that usually exposes them?
Options
- ACross-site scripting
- BSQL injection
- CMissing patches
- DCRLF injection
How the community answered
(48 responses)- A6% (3)
- C92% (44)
- D2% (1)
Why each option
Windows file servers are most commonly exposed by missing operating system and software patches, which leave known vulnerabilities unaddressed and exploitable by attackers.
Cross-site scripting is a web application vulnerability targeting browser-rendered content and is not a threat vector applicable to Windows file server infrastructure.
SQL injection exploits database-driven web application query handling and has no relevance to file server operation or exposure.
Missing patches are the most prevalent vulnerability for Windows file servers because unpatched systems retain known security flaws in the OS, SMB services, and third-party software that attackers routinely exploit. Patch management is a foundational security control specifically because its absence directly enables the majority of server compromises via publicly disclosed CVEs. Unpatched Windows services like SMB have historically been the entry point for widespread attacks such as WannaCry and NotPetya.
CRLF injection is an HTTP protocol attack that manipulates headers or log entries in web applications, not a mechanism that targets Windows file servers.
Concept tested: Windows file server primary vulnerability - patch management
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-security-baselines
Topics
Community Discussion
No community discussion yet for this question.