vendor:
A2billing
by:
Ahmed Sultan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: A2billing
Affected Version From: 2.x
Affected Version To: 2.1.1
Patch Exists: YES
Related CWE: N/A
CPE: a2billing:a2billing
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2016
A2billing 2.x , Sql injection vulnerability
A2billing is vulnerable to sql injection attack resulting from not enough sanitization of several inputs including transactionID. Sending a POST request with transactionID=456789111111 unise//**lectonselinse//**rtect 1,2,3,4,0x706c75676e706179,6,7,8,9,10,11,12,13-//**--&sess_id=4148key=636902c6ed0db5780eb613d126e95268 to the checkout_process.php page will result in redirection of the application and the Location header will contain the decoded payment module which was used in the query, indicating successful injection.
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in a SQL query.