312-50V13 · Question #601
In your cybersecurity class, you are learning about common security risks associated with web servers. One topic that comes up is the risk posed by using default server settings. Why is using…
The correct answer is B. Default settings reveal server software type; change these settings. Using default settings on a web server is a security risk because it often reveals the server software type and version, providing attackers with targets for known vulnerabilities, which can be mitigated by changing these settings.
Question
Options
- ADefault settings allow unlimited login attempts; setup account lockout
- BDefault settings reveal server software type; change these settings
- CDefault settings cause server malfunctions; simplify the settings
- DDefault settings enable auto-updates; disable and manually patch
How the community answered
(33 responses)- A3% (1)
- B91% (30)
- D6% (2)
Why each option
Using default settings on a web server is a security risk because it often reveals the server software type and version, providing attackers with targets for known vulnerabilities, which can be mitigated by changing these settings.
While unlimited login attempts are a risk, they are not the primary, universally applicable security risk associated with default *server settings* in the context of information leakage; default settings mainly relate to configuration, access, and identifiers.
Default server settings frequently include banners or headers that disclose the server software type and version, such as Apache 2.4.x or IIS 10.0. This information is invaluable to attackers as they can then target known vulnerabilities specific to that software version. Changing these default settings, for example, by disabling server banners or configuring secure defaults, is the best initial step to hide this sensitive information and reduce the attack surface.
Default settings are typically designed for basic functionality, not to cause malfunctions, and simplifying settings is not a direct security mitigation for the risks posed by insecure defaults.
Default settings do not necessarily enable auto-updates as a primary risk; disabling auto-updates can actually increase risk if patches are not applied, and the core issue with defaults is often configuration and information exposure, not update mechanisms.
Concept tested: Web server hardening, default configurations
Source: https://learn.microsoft.com/en-us/windows-server/security/server-hardening/server-hardening-guidance
Topics
Community Discussion
No community discussion yet for this question.