vendor:
ASP PORTAL
by:
OffensiveTrack
7.5
CVSS
HIGH
SQL Injection
CWE
Product Name: ASP PORTAL
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
Merlix ASP PORTAL SQL Injection Vulnerability
The Merlix ASP PORTAL is vulnerable to SQL Injection. The vulnerability allows an attacker to inject malicious SQL queries through the 'ItemID' and 'ID' parameters in the 'classifieds.asp' and 'Events.asp' scripts respectively. By exploiting this vulnerability, an attacker can manipulate the SQL queries and retrieve sensitive information from the database.
Mitigation:
The vendor should sanitize user input before using it in SQL queries to prevent SQL Injection attacks. Additionally, input validation and parameterized queries can also help mitigate this vulnerability.