CISSP · Question #1202
A web developer is completing a new web application security checklist before releasing the application to production. the task of disabling unecessary services is on the checklist. Which web…
The correct answer is A. Security misconfiguration. Disabling unnecessary services reduces the attack surface of a web application, which directly addresses security misconfiguration vulnerabilities. Security misconfiguration is one of the most common OWASP Top 10 threats and includes leaving unneeded features or services enabled.
Question
A web developer is completing a new web application security checklist before releasing the application to production. the task of disabling unecessary services is on the checklist. Which web application threat is being mitigated by this action?
Options
- ASecurity misconfiguration
- BSensitive data exposure
- CBroken access control
- DSession hijacking
How the community answered
(44 responses)- A80% (35)
- B11% (5)
- C5% (2)
- D5% (2)
Why each option
Disabling unnecessary services reduces the attack surface of a web application, which directly addresses security misconfiguration vulnerabilities. Security misconfiguration is one of the most common OWASP Top 10 threats and includes leaving unneeded features or services enabled.
Security misconfiguration occurs when systems are not securely configured, including leaving unnecessary services, ports, or features enabled. Disabling unused services eliminates potential entry points that attackers could exploit, directly mitigating this OWASP Top 10 category. This is a proactive hardening measure that reduces the overall attack surface of the application.
Sensitive data exposure relates to improper protection of data at rest or in transit (e.g., missing encryption), not to whether unnecessary services are running.
Broken access control refers to failures in enforcing user permissions and authorization policies, which is unrelated to the enabling or disabling of services.
Session hijacking involves an attacker stealing or forging a valid session token to impersonate a user, which is not addressed by disabling unnecessary services.
Concept tested: OWASP security misconfiguration and attack surface reduction
Source: https://owasp.org/Top10/A05_2021-Security_Misconfiguration/
Topics
Community Discussion
No community discussion yet for this question.