Open JimLoughran opened 3 years ago
Reflected cross-site scripting vulnerabilities occur when unescaped input is displayed in the resulting page displayed to the user. When HTML or script is included in the input, it will be processed by a user's browser as HTML or script and can alter the appearance of the page or execute malicious scripts in their user context.
Actually it's Stored XSS!
DOM Based XSS for sure!
Maybe CSRF?
Try CSRF
OWASP A2
Found what looks like an XSS vuln, needs fixed asap!