vendor:
Project Reporter
by:
R4dc0re
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Project Reporter
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:aspsiteware:project_reporter:1.0
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
2010
ASPSiteware Project Reporter SQL injection Vulnerability
Project Reporter is an application for any organization that needs to share information on projects in real time. By manipulating the 'iType' parameter in the 'type.asp' page, an attacker can inject malicious SQL code into the backend Access database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.