We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A PCI scan of my website identified injection attack issues with the Wiki module.
I did some testing and was able to execute some javascript code on a Wiki page in one of two ways:
By putting the script in the query string (i.e., wiki?topic=<script type="text/javascript">alert('hi');</script>
By putting the script in a Wiki comment
Are there any plans to resolve these issues?
The text was updated successfully, but these errors were encountered:
(Irony) This wiki happened to strip out the script tag that I tried to include in my example above.
Sorry, something went wrong.
No branches or pull requests
A PCI scan of my website identified injection attack issues with the Wiki module.
I did some testing and was able to execute some javascript code on a Wiki page in one of two ways:
By putting the script in the query string (i.e., wiki?topic=<script type="text/javascript">alert('hi');</script>
By putting the script in a Wiki comment
Are there any plans to resolve these issues?
The text was updated successfully, but these errors were encountered: