Description
|
|
Multiple vulnerabilities have been discovered in VaM Shop, which can be exploited by malicious people to conduct cross-site scripting, cross-site request forgery, and SQL injection attacks.
1) Input passed to the "search" parameter in admin/customers.php and "status" parameter in admin/orders.php (when "selected_box" is set to "customers") is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
2) The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to e.g. change certain user permissions by tricking a logged in administrator into visiting a malicious web site.
3) Input appended to the URL after advanced_search_result.php/ is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
4) Input passed via the "products_id" parameter to shopping_cart.php is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
The vulnerabilities are confirmed in version 1.68. Other versions may also be affected.
|