Description
|
|
Some vulnerabilities have been reported in Virtue Book Store, which can be exploited by malicious people to conduct SQL injection attacks.
1) Input passed to the "cid" parameter in products.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.
2) Input passed to the "bid" parameter in detail.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.
|