vendor:
WeBid
by:
Life Wasted
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WeBid
Affected Version From: 1.0.6
Affected Version To: 1.0.6
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux, Windows
2013
WeBid 1.0.6 SQL Injection Vulnerability
An attacker can exploit a SQL injection vulnerability in WeBid 1.0.6 by sending unsanitized post input from two different parameters (total and cart_order_id) to the toocheckout_validate() function. This allows an attacker to retrieve data using a time-based blind injection technique or by updating a pre-existing value to the output of an embedded query.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.