vendor:
EasyService Billing
by:
Divya Jain
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: EasyService Billing
Affected Version From: EasyService Billing 1.0
Affected Version To: EasyService Billing 1.0
Patch Exists: YES
Related CWE: CVE-2018-11444
CPE: a:codecanyon:easyservice_billing
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: KaLi LinuX_x64
2018
EasyService Billing 1.0 SQL Injection on page jobcard-ongoing.php?q=
A SQL injection vulnerability exists in EasyService Billing 1.0 in the jobcard-ongoing.php?q= parameter. An attacker can exploit this vulnerability to inject malicious SQL queries into the application and gain access to sensitive data from the database. This can be exploited by sending a specially crafted payload to the vulnerable parameter. Boolean Based Blind SQL and Error-Based SQL payloads can be used to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.