vendor:
onepound shop / cms
by:
Valentin Hoebel
8,8
CVSS
HIGH
XSS and SQL Injection
79 (XSS) and 89 (SQL Injection)
CWE
Product Name: onepound shop / cms
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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: N/A
2009
onepound shop / cms XSS and SQL Injection vulnerabilities
Several parts of the onepound shop / cms don't filter out HTMl or Java Script code, e.g. the search field. On 13th July 2009 Affix discovered that the products.php file is vulnerable for SQL injections. Browsing their shop systems and testing stuff revealed also other possibilities for injecting SQL stuff.
Mitigation:
Filter out HTML and JavaScript code from user input, and use parameterized queries to prevent SQL injection.