exploit-db-mirror/exploits/php/webapps/27729.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

9 lines
No EOL
689 B
Text

source: https://www.securityfocus.com/bid/17668/info
Scry 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.
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. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
Scry Gallery version 1.1 is vulnerable to this issue; other versions may also be affected.
http://www.example.com/[Path to scry gallery]/index.php?v=list&i=0&p=<script>var%20variable=111111111111111111;alert(variable);</script>