Chapter 3

Security Testing — quiz

5 questions · ~4 min

Chapter 3 quiz

Question 1 of 5

A search page reflects user input directly back into the HTML response without encoding. An attacker can inject <script>alert('xss')</script> into the URL and have it execute in another user's browser. Which OWASP Top 10 category does this fall under?