gleez/cms

There is a XSS vulnerability that can execute javascript

coalzhao opened this issue · 1 comments

Founded in your demo site.
https://demo.gleezcms.org/media/imagecache/resize/20x20//
Visit this address with Firefox browser and it shows a forbidden page
image

Then insert the payload

<script>alert(1)</script>

then u can see this page alert 1 at once.

image

Obviously, some js code can be executed.

Thank you. I'll look into it