vendor:
EZ BIZ PRO
by:
Hussin X
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: EZ BIZ PRO
Affected Version From: N/A
Affected Version To: N/A
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: N/A
2008
EZ BIZ PRO (track.php id) Remote SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable script. This can be done by appending the malicious SQL query to the vulnerable parameter 'id' in the URL. For example, www.[target].com/Script/track.php?id=-2+UNION+SELECT+concat(username,0x3e,password)+FROM+admin--
Mitigation:
Input validation should be used to prevent SQL injection attacks.