vendor:
DUportal SQL
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DUportal SQL
Affected Version From: 3.1.2002
Affected Version To: 3.1.2002
Patch Exists: N/A
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
2005
DUportal/DUportal SQL Multiple SQL Injection Vulnerabilities
DUportal/DUportal SQL are prone to multiple SQL injection vulnerabilities. These issues exist because the application fails to properly sanitize user-supplied input before using it in SQL queries. Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
Mitigation:
Input validation should be used to ensure that user-supplied data does not include malicious SQL code. Additionally, applications should use parameterized queries to prevent SQL injection.