nerdexam
EC-Council

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.

Hacking Web Applications

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)
  • A
    2% (1)
  • B
    88% (37)
  • C
    7% (3)
  • D
    2% (1)

Why each option

Injection flaws, particularly SQL injection, have historically topped the OWASP Top Ten as the most critical web application security risk.

ACross Site Scripting

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.

BInjectionCorrect

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.

CPath disclosure

Path disclosure is an information leakage issue and is not independently listed as a primary item in the OWASP Top Ten Most Critical risks.

DCross Site Request Forgery

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

#OWASP Top Ten#injection#web application security#SQL injection

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice