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

PCI Compliance Issues #2

Open
bradhurley opened this issue Aug 1, 2015 · 1 comment
Open

PCI Compliance Issues #2

bradhurley opened this issue Aug 1, 2015 · 1 comment
Labels
Milestone

Comments

@bradhurley
Copy link

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:

  1. By putting the script in the query string (i.e., wiki?topic=<script type="text/javascript">alert('hi');</script>

  2. By putting the script in a Wiki comment

Are there any plans to resolve these issues?

@bradhurley
Copy link
Author

(Irony) This wiki happened to strip out the script tag that I tried to include in my example above.

@valadas valadas added this to the 5.0.2 milestone Jul 23, 2018
@valadas valadas added the bug label Jul 23, 2018
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

2 participants