vendor:
AWBS
by:
ShivX
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: AWBS
Affected Version From: 2.9.2002
Affected Version To: 2.9.2002
Patch Exists: NO
Related CWE: N/A (0day)
CPE: a:awbs:awbs:2.9.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: RedHat EL 5.6 (Tikanga)
2011
AWBS 2.9.2 Blind SQL Injection 0day
Advanced Webhost Billing System (AWBS) is webhosting billpay software written in PHP. A Blind SQL Injection vulnerability exists in the AWBS 2.9.2 version, which allows an attacker to execute arbitrary SQL commands on the vulnerable system. The vulnerability is present in the ‘ca=add_other&oid’ parameter of the ‘cart’ page. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable system.
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. Additionally, parameterized queries should be used to prevent SQL injection attacks.