CVE-2010-4631
Description
Multiple cross-site scripting (XSS) vulnerabilities in ASPilot Pilot Cart 7.3 allow remote attackers to inject arbitrary web script or HTML via the (1) countrycode parameter to contact.asp, USERNAME parameter to (2) gateway.asp and (3) cart.asp, and the specific parameter to (4) quote.asp and (5) buyitnow.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or — if you've already worked around this in production — publish your fix to the community-verified tier.
✚ Propose a mitigation on Community → Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
ASPilot Pilot Cart 7.3 - Multiple Vulnerabilities
# Title: [ASPilot Pilot Cart 7.3 multiple vulnerabilities]
# Date: [07.11.2010]
# Author: [Ariko-Security]
# Software Link: [http://www.pilotcart.com]
# Version: [7.3]
# CVE Reference: CVE-2008-2688 (only 1 SQL injection)
# EDB-ID: 5765 (only 1 SQL injection)
# Ariko-Security: Security Audits , Audyt bezpieczeństwa
# Advisory: 745/2010
============ { Ariko-Security - Advisory #1/11/2010 } =============
ASPilot Pilot Cart 7.3 multiple vulnerabilities
Vendor's Description of Software and demo:
# http://www.pilotcart.com
Dork:
# Powered by Pilot Cart V.7.3
Application Info:
# Name: Pilot Cart
# version last 7.3
Vulnerability Info:
# Type: multiple SQL injections, multiple XSS, multiple iFrame injections, multiple link injections.
Time Table:
# 29/10/2010 - Vendor notified.
Fix:
# n/a
5x SQL injection
Input passed via the "article" parameter to pilot.asp and kb.asp is not properly
sanitised before being used in a SQL query.
Input passed via the "specific" parameter to cart.asp is not properly
sanitised before being used in a SQL query.
Input passed via the "countrycode" parameter to contact.asp is not properly
sanitised before being used in a SQL query.
Input passed via the "srch" parameter to search.asp is not properly
sanitised before being used in a SQL query.
5x link injections, 5x XSS, 5xiFrame injections.
Input passed to the "countrycode" parameter in contact.asp is not properly
sanitised before being returned to the user.
Input passed to the "USERNAME" parameter in gateway.asp and cart.asp is not properly
sanitised before being returned to the user.
Input passed to the "specific" parameter in quote.asp and buyitnow.asp is not properly
sanitised before being returned to the user.
Link injections:
http://server/contact.asp
countrycode=[link]
http://server/gateway.asp
USERNAME=[link]
http://www.pilotcart.com/quote.asp
specific=[link]
http://server/cart.asp?mode=checklogin
[POST] USERNAME=[link]
http://www.pilotcart.com/buyitnow.asp?doit=yes
[POST] specific=[link]
XSS:
http://server/contact.asp
countrycode=XSS
http://server/gateway.asp
USERNAME=XSS
http://server/quote.asp
specific=XSS
http://server:80/cart.asp?mode=checklogin
[POST] USERNAME=XSS
http://server:80/buyitnow.asp?doit=yes
[POST] specific=XSS
iFrame Injections:
http://servercontact.asp
countrycode=[iFrame]
http://server/gateway.asp
USERNAME=[iFrame]
http://server/quote.asp
specific=[iFrame]
http://server:80/cart.asp?mode=checklogin
[POST] USERNAME=[iFrame]
http://server:80/buyitnow.asp?doit=yes
[POST] specific=[iFrame]
Solution:
# Input validation of all vulnerable parameters should be corrected.
Credit:
# Discoverd By: Maciej Gojny / Ariko-Security 2010
Advisory:
http://advisories.ariko-security.com/november/audyt_bezpieczenstwa_745.html
Ariko-Security Sp. z o.o.
Rynek Glowny 12
32-600 Oswiecim
tel:. +48 33 4741511 mobile: +48 784086818
(Mo-Fr 10.00-20.00 CET)
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| pilotcart | pilot_cart | 7.3 | |
References
- http://advisories.ariko-security.com/november/audyt_bezpieczenstwa_745.html
- http://marc.info/?l=full-disclosure&m=128913521908405&w=2
- http://packetstormsecurity.org/1011-exploits/aspilotpilotcart-sqlxssinject.txt
- http://secunia.com/advisories/30176
- http://www.exploit-db.com/exploits/15448
- http://www.securityfocus.com/bid/44698
- https://exchange.xforce.ibmcloud.com/vulnerabilities/63053
- http://advisories.ariko-security.com/november/audyt_bezpieczenstwa_745.html
- http://marc.info/?l=full-disclosure&m=128913521908405&w=2
- http://packetstormsecurity.org/1011-exploits/aspilotpilotcart-sqlxssinject.txt
- http://secunia.com/advisories/30176
- http://www.exploit-db.com/exploits/15448
- http://www.securityfocus.com/bid/44698
- https://exchange.xforce.ibmcloud.com/vulnerabilities/63053
CWEs
CWE-79
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.