nerdexam
EC-Council

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.

Submitted by andres_qro· Mar 6, 2026Hacking Web Servers

Question

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 default settings on a web server considered a security risk, and what would be the best initial step to mitigate this risk?

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)
  • A
    3% (1)
  • B
    91% (30)
  • D
    6% (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.

ADefault settings allow unlimited login attempts; setup account lockout

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.

BDefault settings reveal server software type; change these settingsCorrect

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.

CDefault settings cause server malfunctions; simplify the settings

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.

DDefault settings enable auto-updates; disable and manually patch

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

#web server security#default settings#information disclosure

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice