vendor:
iBoutique
by:
L0rd CrusAd3r aka VSN
5.5
CVSS
MEDIUM
SQLi, XSS
89, 79
CWE
Product Name: iBoutique
Affected Version From: 4
Affected Version To: 4
Patch Exists: NO
Related CWE:
CPE: a:netartmedia:iboutique:4
Platforms Tested:
2010
iBoutique SQL Vulnerable & XSS Vulnerability
iBoutique is a PHP ecommerce solution that allows you to setup and maintain your own estore. It has a SQLi vulnerability and an XSS vulnerability. The SQLi vulnerability can be exploited by manipulating the 'page' parameter in the index.php file. The XSS vulnerability can be exploited by injecting malicious script code into the 'page' parameter in the index.php file.
Mitigation:
To mitigate the SQLi vulnerability, ensure that all user input is properly sanitized and validated before being used in SQL queries. To mitigate the XSS vulnerability, ensure that all user input is properly sanitized and validated before being displayed on web pages.