vendor:
by:
CyberGhost
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
GeometriX Download Portal Remote SQL Injection Vulnerability
The vulnerability allows an attacker to perform a SQL injection attack by manipulating the 'id' parameter in the 'down_indir.asp' file. By using a UNION SELECT statement, the attacker can retrieve sensitive information, such as the 'adminsifre' (admin password) from the 'ayarlar' (settings) table.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, it is advised to use parameterized queries or prepared statements to prevent SQL injection attacks.