exploit-db-mirror/platforms/php/webapps/32340.txt
Offensive Security 9e169eb898 Updated 03_19_2014
2014-03-19 04:30:00 +00:00

12 lines
No EOL
723 B
Text
Executable file

source: http://www.securityfocus.com/bid/31060/info
Gallery is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
Gallery 2.0 is vulnerable; other versions may also be affected.
http://www.example.com/path/search.php?title=[XSS]
http://www.example.com/path/search.php?description=[XSS]
http://www.example.com/path/search.php?author=[XSS]
http://www.example.com/path/login.php?return=[XSS]