CEH Web Application and Injection Attacks • Set 10
CEH Web Application and Injection Attacks Practice Test 10 — 15 questions with explanations. Free, no signup.
An analyst reviews a web server log and sees the following request: GET /search?q=<script>alert('xss')</script> HTTP/1.1. The response from the server includes the search term inside a <div> tag without any sanitization. Which type of XSS vulnerability does this indicate?