Description
|
|
Two vulnerabilities have been reported in Pre Printing Press, which can be exploited by malicious people to conduct SQL injection attacks.
1) Input passed via the "id" parameter to page.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
2) Input passed via the "pid" parameter to product_desc.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
|