iScripts EasyBiller SQL Injection and Script Insertion Vulnerabilities
Description
Some vulnerabilities have been reported in iScripts EasyBiller, which can be exploited by malicious users to conduct SQL injection and script insertion attacks.
1) Input passed to the "planid" parameter in viewhistorydetail.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 "txtName", "txtOrganization", "txtAddress", "txtCity", and "txtState" parameters to editprofile.php is not properly sanitised before being displayed to the user. This can be exploited to insert arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious data is viewed.
Vulnerable Products
Vulnerable Software: iScripts EasyBiller 1.x
Solution
Edit the source code to ensure that input is properly sanitised.