vendor:
Concept E-commerce
by:
gendenk
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Concept E-commerce
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: Ubuntu 10.04
2010
Concept E-commerce SQL Injection Vulnerability
The vulnerability exists in the product_list.php and news.php files of the Concept E-commerce website. An attacker can inject malicious SQL code into the 'id' parameter of the product_list.php and news.php files, which can be used to extract sensitive information from the 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.