vendor:
DL PayCart
by:
irvian
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: DL PayCart
Affected Version From: DL PayCart 1.01
Affected Version To: DL PayCart 1.01
Patch Exists: NO
Related CWE:
CPE: a:dinkumsoft:dl_paycart:1.01
Platforms Tested:
2007
Blind SQL Injection in DL PayCart 1.01
This exploit allows an attacker to perform blind SQL injection in DL PayCart 1.01. The vulnerability was discovered by irvian in 2007. The exploit sends malicious requests to the target website, exploiting a vulnerability in the viewitem.php file. By manipulating the 'ItemID' parameter, the attacker can extract information from the pc_settings table, specifically the 'AdminID' and 'AdminPass' fields. The exploit uses a blind technique to infer the values of these fields character by character. The exploit prints the extracted values to the console.
Mitigation:
To mitigate this vulnerability, it is recommended to apply a patch or update to a newer version of DL PayCart that addresses this issue. Additionally, input validation and sanitization should be implemented to prevent SQL injection attacks.