After running the OWASP ZAP tool for scanning in our application, we find a number of XSS vulnerabilities when the tool is attacked by this line:
" onMouseOver="alert(1);
or
So, such lines will appear in the server response. Although it does nothing in the browser. Maybe he is trying to insert additional attributes in the Html tags, but how to solve the problem?
source share