[3/5] FAQMasterFlexPlus Cross-Site Scripting and SQL Injection
:Juan Galiana has reported some vulnerabilities in FAQMasterFlexPlus, which can be exploited by malicious people to conduct cross-site scripting and SQL injection attacks.1) Input passed to the "category_id" parameter in faq.php is not properly sanitised before being used in an SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.Successful exploitation requires that "magic_quotes_gpc" is disabled.2) Input passed to the "cat_name" parameter in faq.php is not properly sanitised before being returned to a user. This can be exploited to execute arbitrary HTML and script code in a user’s browser session in context of an affected site.Solution:Edit the source code to ensure that input is properly sanitised.Provided and/or discovered by:Juan GalianaOriginal Advisory:http://lists.grok.org.uk/pipermail/full-disclosure/2007-December/059318.html
Original post by Pankaj
Posted in Advisories - Exploits |
| [3/5] FAQMasterFlexPlus Cross-Site Scripting and SQL Injection