exploit-db-mirror/platforms/php/webapps/32004.txt
Offensive Security b3951809b4 Updated 03_03_2014
2014-03-03 04:30:50 +00:00

9 lines
No EOL
703 B
Text
Executable file

source: http://www.securityfocus.com/bid/30019/info
FaName 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
FaName 1.0 is vulnerable; other versions may also be affected.
http://www.example.com/[FANAME-DIRECTORY]/index.php?key="><script>alert(document.cookies)</script> http://www.example.com/[FANAME-DIRECTORY]/index.php?desc="><script>alert(document.cookies)</script>