vendor:
E-Commerce Webshop
by:
secret
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: E-Commerce Webshop
Affected Version From: All versions so far
Affected Version To: All versions so far
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
2010
Fashione E-Commerce Webshop Multiple SQL Injection Vulnerabilities
Multiple SQL Injection vulnerabilities exist in Fashione E-Commerce Webshop, which can be exploited by malicious people to conduct SQL injection attacks. The vulnerabilities are present in the 'brandid', 'plu' and 'page_id' parameters when sending a request to the affected script. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be used to prevent SQL injection attacks. It is recommended to use prepared statements, parameterized queries, or stored procedures when working with queries.