vendor:
WeBid
by:
Ahmed Aboul-Ela
7.5
CVSS
HIGH
Blind SQL Injection / Local File Disclosure
89
CWE
Product Name: WeBid
Affected Version From: 1.0.6
Affected Version To: 1.0.6
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
Webid Blind SQL Injection / Local File Disclosure Vulnerability
The vulnerability exists in the '/yourauctions_p.php' file of the WeBid auction script package. The code snippet starting from line 29 allows an attacker to perform blind SQL injection by manipulating the '$_POST['startnow']' parameter. This can lead to unauthorized access to the database or disclosure of sensitive information. Additionally, the code snippet does not properly sanitize user input, which could result in local file disclosure.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, access controls should be implemented to restrict unauthorized access to sensitive files. It is also advised to keep the software up to date with the latest version.