14 lines
No EOL
854 B
Text
14 lines
No EOL
854 B
Text
source: https://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] |