exploit-db-mirror/platforms/php/webapps/31727.txt
Offensive Security bed31fb4b5 Updated 02_19_2014
2014-02-19 04:27:25 +00:00

9 lines
No EOL
668 B
Text
Executable file

source: http://www.securityfocus.com/bid/29025/info
ChiCoMaS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
ChiCoMaS 2.0.4 is vulnerable; other versions may also be affected.
http://www.example.com/[chicomas]/index.php?q=>"><script>alert(document.cookie)</script> http://www.example.com/[chicomas]/index.php?q="><script>alert(document.cookie)</script>