vendor:
by:
Don (Balcan Crew)
5.5
CVSS
MEDIUM
Blind SQL injection, HTTP parameter pollution
CWE
Product Name:
Affected Version From: ALL
Affected Version To: ALL
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Debian
2015
u-Auctions Multiple Vulnerabilities
This exploit includes multiple vulnerabilities in the u-Auctions system. The first vulnerability is a blind SQL injection in /adsearch.php, where the 'category' input is vulnerable. The second vulnerability is an HTTP parameter pollution in /feedback.php, where the 'id' parameter is affected. These vulnerabilities can be exploited to override parameters, modify application behavior, access uncontrollable variables, and bypass input validation checkpoints and WAF rules.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize user inputs, use prepared statements or parameterized queries to prevent SQL injection, and implement proper input validation and parameter handling to prevent HTTP parameter pollution.