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.
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)- A71% (20)
- B14% (4)
- C11% (3)
- D4% (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.
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.
Frequent vulnerability scanning identifies unpatched weaknesses before attackers can exploit them, directly supporting buffer overflow prevention.
Installing Microsoft service packs applies security patches that fix known buffer overflow vulnerabilities in IIS components.
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
Community Discussion
No community discussion yet for this question.