exploit-db-mirror/platforms/php/webapps/30053.txt
Offensive Security 5a468df6b9 Updated 12_08_2013
2013-12-08 16:08:13 +00:00

11 lines
No EOL
680 B
Text
Executable file

source: http://www.securityfocus.com/bid/24061/info
ClientExec is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
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.
ClientExec 3.0.0 beta2 is vulnerable; other versions may also be affected.
http://www.example.com/[path]/index.php?ticketID=[xss]
http://www.example.com/[path]/index.php?view=[xss]
http://www.example.com/[path]/index.php?fuse=[xss]