vendor:
by:
CyberGhost
5.5
CVSS
MEDIUM
Remote SQL Injection
89
CWE
Product Name:
Affected Version From: CreaDirectory v1.2
Affected Version To: CreaDirectory v1.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
CreaDirectory v1.2 Remote SQL Injection Vulnerability
The CreaDirectory v1.2 script is vulnerable to remote SQL injection. An attacker can exploit this vulnerability to execute arbitrary SQL commands and retrieve sensitive information from the database. The vulnerability exists in the 'error.asp' page, where the 'id' parameter is not properly sanitized before being used in a SQL query.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input before using it in SQL queries. Additionally, implementing parameterized queries or prepared statements can also help prevent SQL injection attacks.