vendor:
Dream Vision Technologies Web Application
by:
eXeSoul
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Dream Vision Technologies Web Application
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
2011
Dream Vision Technologies SQL Injection Vulnerability
The vulnerability exists in the Dream Vision Technologies Pvt Ltd web application. An attacker can exploit the vulnerability by sending malicious SQL queries to the vulnerable parameter in the URL. For example, http://site.com/product.php?sid=[SQLI] or http://site.com/detail.php?id=[SQLI]
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.