Description
|
|
Multiple vulnerabilities have been reported in 2daybiz Multi Level Marketing Software, which can be exploited by malicious people to conduct cross-site scripting and SQL injection attacks.
1) Input passed via the "nwsid" parameter to viewnews.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 "username" parameter to index.php and admin/index.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
3) Input passed via the "email" GET parameter to regcheck_email.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 "uid" GET parameter to profileview.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.
5) Input passed via the "prdid" GET parameter to productview.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.
|