Jara v1.6 Multiple Vulnerabilities
The Jara v1.6 application is vulnerable to SQL Injection, Authentication Bypass and Cross Site Scripting. The SQL Injection vulnerability exists in the category.php file, where user-supplied input is not properly sanitized before being used in an SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. The Authentication Bypass vulnerability exists in the auth_fns.php file, where user-supplied input is not properly sanitized before being used in an SQL query. This can be exploited to bypass authentication by entering ' or 1=1 # as the username. The Cross Site Scripting vulnerability exists in the search.php file, where user-supplied input is not properly sanitized before being used in an SQL query. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.