Skip to content
New issue

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

Form prepopulation - likely cross-site-scripting vulnerability #6

Open
johanley opened this issue Mar 7, 2017 · 0 comments
Open

Form prepopulation - likely cross-site-scripting vulnerability #6

johanley opened this issue Mar 7, 2017 · 0 comments
Labels

Comments

@johanley
Copy link
Owner

johanley commented Mar 7, 2017

In the mechanism for pre-populating forms with the most recent data, I inject raw request params into the DOM, as part of hidden input controls in a form. (These recycle back to the original form.) That injected data is not escaped, so there's likely a problem with cross-site-scripting there.

@johanley johanley added the bug label Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant