exploit-db-mirror/platforms/php/webapps/32230.txt
Offensive Security f48b6c6517 Updated 03_14_2014
2014-03-14 04:28:11 +00:00

14 lines
No EOL
867 B
Text
Executable file

source: http://www.securityfocus.com/bid/30665/info
PhPLinkExchange is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input data.
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 help the attacker steal cookie-based authentication credentials and launch other attacks.
PhpLinkExchange 1.01 is vulnerable; other versions may also be affected.
http://www.example.com/index.php?catid=[XSS]
http://www.example.com/index.php?page=user_add&catid=[XSS]
http://www.example.com/index.php?page=recip&catid=[XSS]
http://www.example.com/index.php?page=tellafriend&catid=[XSS]
http://www.example.com/index.php?page=contact&catid=[XSS]
http://www.example.com/index.php?page=tellafriend&id=[XSS]