vendor:
W1L3D4 WEBmarket
by:
Crackers_Child
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: W1L3D4 WEBmarket
Affected Version From: v0.1
Affected Version To: v0.1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
W1L3D4 WEBmarket v0,1 SQL Injection Vuln
The vulnerability exists in the urunbak.asp script of W1L3D4 WEBmarket v0.1. By manipulating the 'id' parameter in the URL, an attacker can perform SQL injection and retrieve sensitive information from the database. An example exploit URL is provided in the note section.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.