PhotoPost Classifieds Multiple Vulnerabilities
PhotoPost Classifieds is prone to cross site scripting in several different scripts throughout the application. Examples include http://path/showcat.php?si=[XSS], http://path/reportproduct.php?report=[XSS], and http://path/contact.php?contact=[INT]&productid=[INT][XSS]. This can be used to render hostile code in the context of the victims browser, or to steal cookie based credentials or other sensitive info. Additionally, there are a substantial number of SQL Injection vulnerabilities in this application. Examples include http://path/showproduct.php?product=[INT][SQL], http://path/contact.php?contact=[INT]&productid=[INT][SQL], http://path/addfav.php?product=[INT][SQL]&do=add, http://path/showproduct.php?product=[INT]&sort=[INT][SQL]&cat=[INT], http://path/showcat.php?cat=[INT][SQL], http://path/index.php?cat=[INT][SQL], and http://path/comments.php?product=[INT]&cedit=[INT][SQL]. These SQL issues can possibly be exploited to influence SQL queries and disclose arbitrary data.