-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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?
Reactions are currently unavailable