PT1-002 Exam QuestionsBrowse all questions from this exam

PT1-002 Exam - Question 20


Which of the following web-application security risks are part of the OWASP Top 10 v2017? (Choose two.)

Show Answer
Correct Answer: BE

Two web-application security risks that are part of the OWASP Top 10 v2017 are cross-site scripting and injection flaws. Cross-site scripting (XSS) is addressed in the list as A07 and injection flaws are listed as A01. Buffer overflows, race-condition attacks, zero-day attacks, and ransomware attacks are not part of the OWASP Top 10 in 2017.

Discussion

8 comments
Sign in to comment
Picklefall1
Oct 30, 2021

It should be B and E. The 2017 owasp top 10 list has these items: A01-Injection A02-Broken Authentication A03-Sensitive Data Exposure A04-XXE A05-Broken Access Control A06-Security Misconfiguration A07-XSS A08-Insecure Deserialization A09-Using Components with Known Vulnerabilities A10-Insufficient Logging & Monitoring Notice that buffer overflow is not in that list, but injection is (in fact, injection is number 1)

BinarySoldier
Nov 22, 2021

I agree. B and E make the correct answer

BinarySoldier
Feb 2, 2022

B and E

some_specialistOptions: BE
Mar 15, 2022

Like what someone posted already before, when you look up OWASP it's B & E

jedingtonOptions: BE
Mar 21, 2022

It's B&E

tokhsOptions: BE
Mar 23, 2022

correct answer B and E

kiduuuOptions: BE
May 2, 2022

A1:2017 - Injection and A7:2017 - Cross-Site Scripting (XSS)

maps7
Jun 11, 2022

correct answers B,E

MeisAdrianoOptions: BE
Jul 30, 2024

https://owasp.org/www-project-top-ten/2017/Top_10 B) Cross-site scripting E) Injection flaws