CISSP · Question #195
Which of the following PRIMARILY contributes to security incidents in web-based applications?
The correct answer is D. Improper stress testing and application interfaces. Web-based application security incidents are primarily driven by flaws in application interfaces and inadequate testing practices that fail to expose vulnerabilities before deployment.
Question
Which of the following PRIMARILY contributes to security incidents in web-based applications?
Options
- ASystems administration and operating systems
- BSystem incompatibility and patch management
- CThird-party applications and change controls
- DImproper stress testing and application interfaces
How the community answered
(32 responses)- A16% (5)
- B6% (2)
- C3% (1)
- D75% (24)
Why each option
Web-based application security incidents are primarily driven by flaws in application interfaces and inadequate testing practices that fail to expose vulnerabilities before deployment.
Systems administration and operating systems relate to infrastructure-level security concerns rather than being the primary contributor to web-based application-specific security incidents.
System incompatibility and patch management are general IT security concerns that affect overall infrastructure but do not primarily drive security incidents specific to web-based application logic and design.
Third-party applications and change controls are contributing factors to broader IT security risk but are not the primary drivers of web application security incidents compared to application interface weaknesses and testing deficiencies.
Improper stress testing fails to uncover performance and security weaknesses under load conditions, while poorly designed or unsecured application interfaces (APIs and input/output points) are the primary attack surface for web applications. These two factors together represent the most direct contributors to web application security incidents, as untested interfaces can expose injection flaws, authentication bypasses, and data exposure vulnerabilities.
Concept tested: Web application security incident root causes and testing
Source: https://owasp.org/www-project-top-ten/
Topics
Community Discussion
No community discussion yet for this question.