A web application uses user input in its search functionality without proper sanitization. Identify the type of XSS vulnerability.

  • Blind XSS
  • DOM-based XSS
  • Reflected XSS
  • Stored XSS
In a scenario where user input is stored without proper sanitization, it can lead to Stored XSS vulnerability. This occurs when the malicious script is permanently stored on the target server and served to users who access the affected page.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *