Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insufficient sanitization of to parameter in /auth/login route allows for injection of arbitrary JavaScript code into webpage content creating a reflected XSS attack vector.
to
/auth/login
See below POC :
https://cms.hosted.com/auth/login?to=/92874%27;alert(%27reflected%20xss!\ncookie:%20%27%2bdocument.cookie)//280
The text was updated successfully, but these errors were encountered:
74de99d
No branches or pull requests
Insufficient sanitization of
toparameter in/auth/loginroute allows for injection of arbitrary JavaScript code into webpage content creating a reflected XSS attack vector.See below POC :
The text was updated successfully, but these errors were encountered: