nerdexam
GIAC

GSLC · Question #348

All of the following steps should be taken to prevent a Web server from IIS buffer overflow attacks except for which one?

The correct answer is A. Implement the IPP printing capability. Implementing IPP (Internet Printing Protocol) printing capability does not prevent IIS buffer overflow attacks - it actually introduces an additional attack surface and was historically associated with IIS vulnerabilities.

Security Architecture & Engineering

Question

All of the following steps should be taken to prevent a Web server from IIS buffer overflow attacks except for which one?

Options

  • AImplement the IPP printing capability.
  • BConduct frequent scans for server vulnerabilities.
  • CInstall the upgrades of Microsoft service packs.
  • DImplement effective firewalls.

How the community answered

(28 responses)
  • A
    71% (20)
  • B
    14% (4)
  • C
    11% (3)
  • D
    4% (1)

Why each option

Implementing IPP (Internet Printing Protocol) printing capability does not prevent IIS buffer overflow attacks - it actually introduces an additional attack surface and was historically associated with IIS vulnerabilities.

AImplement the IPP printing capability.Correct

Enabling IPP printing on IIS adds unnecessary functionality that expands the server's attack surface, and the IIS IPP implementation has historically been linked to exploitable buffer overflow vulnerabilities such as the MS01-023 vulnerability. Preventive measures focus on reducing attack surface and patching known weaknesses, so enabling IPP is counterproductive to hardening against buffer overflows. All other options - scanning for vulnerabilities, applying service packs, and using firewalls - directly reduce the risk of buffer overflow exploitation.

BConduct frequent scans for server vulnerabilities.

Frequent vulnerability scanning identifies unpatched weaknesses before attackers can exploit them, directly supporting buffer overflow prevention.

CInstall the upgrades of Microsoft service packs.

Installing Microsoft service packs applies security patches that fix known buffer overflow vulnerabilities in IIS components.

DImplement effective firewalls.

Effective firewalls restrict inbound traffic and can block exploit payloads targeting IIS, reducing the likelihood of a successful buffer overflow attack.

Concept tested: IIS hardening and buffer overflow prevention

Source: https://learn.microsoft.com/en-us/security-updates/securitybulletins/2001/ms01-023

Topics

#IIS#buffer overflow#web server hardening#vulnerability management

Community Discussion

No community discussion yet for this question.

Full GSLC Practice