312-50V11 · Question #743
The Open Web Application Security Project (OWASP) is the worldwide not-for-profit charitable organization focused on improving the security of software. What item is the primary concern on OWASP's…
The correct answer is B. Injection. Injection flaws, particularly SQL injection, have historically topped the OWASP Top Ten as the most critical web application security risk.
Question
The Open Web Application Security Project (OWASP) is the worldwide not-for-profit charitable organization focused on improving the security of software. What item is the primary concern on OWASP's Top Ten Project Most Critical Web Application Security Risks?
Options
- ACross Site Scripting
- BInjection
- CPath disclosure
- DCross Site Request Forgery
How the community answered
(42 responses)- A2% (1)
- B88% (37)
- C7% (3)
- D2% (1)
Why each option
Injection flaws, particularly SQL injection, have historically topped the OWASP Top Ten as the most critical web application security risk.
Cross-Site Scripting (XSS) is a significant OWASP Top Ten item but ranks below Injection and was listed at position 7 in the 2017 list and merged under Injection-adjacent categories in 2021.
Injection - including SQL, LDAP, OS command, and other injection types - ranks as the number one risk in the OWASP Top Ten because attackers can send hostile data to an interpreter that executes unintended commands or accesses unauthorized data, with potentially catastrophic impact on confidentiality, integrity, and availability.
Path disclosure is an information leakage issue and is not independently listed as a primary item in the OWASP Top Ten Most Critical risks.
Cross-Site Request Forgery (CSRF) appears on the OWASP Top Ten but ranks well below Injection, and was removed entirely from the 2021 edition due to modern browser protections reducing its prevalence.
Concept tested: OWASP Top Ten primary web application security risk
Source: https://owasp.org/www-project-top-ten/
Topics
Community Discussion
No community discussion yet for this question.