exploit-db-mirror/platforms/asp/webapps/25855.txt
Offensive Security 5e2fc10125 DB: 2016-09-03
2016-09-03 13:13:25 +00:00

7 lines
No EOL
504 B
Text
Executable file

source: http://www.securityfocus.com/bid/14002/info
i-Gallery is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input to the 'folder' parameter of 'folderview.asp'.
An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site.
http://www.example.com/gallery/folderview.asp?folder=<script>alert(document.cookie)</script>