vendor:
iBoutique.MALL
by:
Cyb3r-1sT
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: iBoutique.MALL
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:netart_media:iboutique.mall
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
iBoutique.MALL 1.2 SQL Injection Vulnerability
iBoutique.MALL 1.2 is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the application. This can be done by manipulating the 'cat' and 'news_id' parameters in the URL. For example, an attacker can send the following URL to the application: http://www.Cyb3r-1st.com/[path]/index.php?mod=products&cat=230+and+substring(@@version,1,1)=5. This will return the version of the database if the application is vulnerable.
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.