vendor:
Projekt Shop
by:
DeadLy DeMon
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Projekt Shop
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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: Windows XP SP 3 and Backtrack4
2010
Projekt Shop (details.php) <<= SQL injection Vulnerability
Projekt Shop is vulnerable to SQL injection via the 'ts' and 'ilceler' parameters in the details.php and arama page respectively. An attacker can inject arbitrary SQL queries and gain access to the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize user input and use parameterized queries.