XSS, HTTP Header Referer, Cross Site SCripting, CWE-79, CAPEC-86

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

Report generated by XSS.CX at Sat Mar 19 09:37:57 CDT 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.foxsearchlight.com/insider [Referer HTTP header]

1.2. http://www.foxsearchlight.com/insider/ [Referer HTTP header]

2. Cookie without HttpOnly flag set

2.1. http://www.foxsearchlight.com/

2.2. http://www.foxsearchlight.com/127hours/

2.3. http://www.foxsearchlight.com/cedarrapids/

2.4. http://www.foxsearchlight.com/cyrus/

2.5. http://www.foxsearchlight.com/fantasticmrfox/

2.6. http://www.foxsearchlight.com/index.php

2.7. http://www.foxsearchlight.com/insider/

2.8. http://www.foxsearchlight.com/itunes.php

3. Referer-dependent response

4. Cross-domain script include

4.1. http://www.foxsearchlight.com/

4.2. http://www.foxsearchlight.com/

4.3. http://www.foxsearchlight.com/

4.4. http://www.foxsearchlight.com/

4.5. http://www.foxsearchlight.com/

4.6. http://www.foxsearchlight.com/127hours/

4.7. http://www.foxsearchlight.com/500daysofsummer/

4.8. http://www.foxsearchlight.com/blackswan/

4.9. http://www.foxsearchlight.com/cedarrapids/

4.10. http://www.foxsearchlight.com/cyrus/

4.11. http://www.foxsearchlight.com/fantasticmrfox/

4.12. http://www.foxsearchlight.com/index.php

4.13. http://www.foxsearchlight.com/insider/

4.14. http://www.foxsearchlight.com/itunes.php

4.15. http://www.foxsearchlight.com/winwin/

4.16. http://www.foxsearchlight.com/winwin/

5. Email addresses disclosed

5.1. http://www.foxsearchlight.com/

5.2. http://www.foxsearchlight.com/127hours/

5.3. http://www.foxsearchlight.com/500daysofsummer/

5.4. http://www.foxsearchlight.com/blackswan/

5.5. http://www.foxsearchlight.com/cedarrapids/

5.6. http://www.foxsearchlight.com/cyrus/

5.7. http://www.foxsearchlight.com/fantasticmrfox/

5.8. http://www.foxsearchlight.com/index.php

5.9. http://www.foxsearchlight.com/insider/

5.10. http://www.foxsearchlight.com/itunes.php

5.11. http://www.foxsearchlight.com/terms_conditions.html

5.12. http://www.foxsearchlight.com/winwin/



1. Cross-site scripting (reflected)  next
There are 2 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.foxsearchlight.com/insider [Referer HTTP header]  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /insider

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4840f"><script>alert(1)</script>af11f87e155 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /insider HTTP/1.1
Host: www.foxsearchlight.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.google.com/search?hl=en&q=4840f"><script>alert(1)</script>af11f87e155

Response (redirected)

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=fmghq017246q7gq55d3anaoba4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:31 GMT
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" xml:lang="en" lang="en">
<hea
...[SNIP]...
<input type="hidden" name="referrer" value="http://www.google.com/search?hl=en&q=4840f"><script>alert(1)</script>af11f87e155">
...[SNIP]...

1.2. http://www.foxsearchlight.com/insider/ [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /insider/

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c9a2d"><script>alert(1)</script>3bdfeb0f0e was submitted in the Referer HTTP header. 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.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /insider/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=c9a2d"><script>alert(1)</script>3bdfeb0f0e
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=cru129o62kpookarg3vv9qfjj1; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:28 GMT
Connection: keep-alive
Content-Length: 15473

<!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" xml:lang="en" lang="en">
<hea
...[SNIP]...
<input type="hidden" name="referrer" value="http://www.google.com/search?hl=en&q=c9a2d"><script>alert(1)</script>3bdfeb0f0e">
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next
There are 8 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.foxsearchlight.com/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /

Issue detail

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

Request

GET / HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=ojrg090nttf49bffkhikaajcc4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:54 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

2.2. http://www.foxsearchlight.com/127hours/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /127hours/

Issue detail

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

Request

GET /127hours/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=j4cr549gpu7ba0br4gtm59f7k3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:07 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

2.3. http://www.foxsearchlight.com/cedarrapids/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /cedarrapids/

Issue detail

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

Request

GET /cedarrapids/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=h7cunsdktu89ml239ohvpessu2; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:01 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

2.4. http://www.foxsearchlight.com/cyrus/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /cyrus/

Issue detail

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

Request

GET /cyrus/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=i4reucvc0jqrcbgpqb54m1jfa0; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:09 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

2.5. http://www.foxsearchlight.com/fantasticmrfox/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /fantasticmrfox/

Issue detail

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

Request

GET /fantasticmrfox/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=7u42751gv9n25hdqnbd5bun9v4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:09 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

2.6. http://www.foxsearchlight.com/index.php  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /index.php

Issue detail

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

Request

GET /index.php HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=mldm3phhv6035kn2rh8iptet15; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:55 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

2.7. http://www.foxsearchlight.com/insider/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /insider/

Issue detail

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

Request

GET /insider/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://burp/show/6
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=p393hd0qm7vmh9l1rhc0b955l3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:15 GMT
Connection: keep-alive
Content-Length: 15412

<!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" xml:lang="en" lang="en">
<hea
...[SNIP]...

2.8. http://www.foxsearchlight.com/itunes.php  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /itunes.php

Issue detail

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

Request

GET /itunes.php HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=5if0ku1cqvc7h371qb0pe9e5l6; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:12 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...

3. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.foxsearchlight.com
Path:   /insider/

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defences against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defences against malicious input should be employed here as for any other kinds of user-supplied data.

Request 1

GET /insider/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://burp/show/6
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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

Response 1

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=p393hd0qm7vmh9l1rhc0b955l3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:15 GMT
Connection: keep-alive
Content-Length: 15412

<!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" xml:lang="en" lang="en">
<hea
...[SNIP]...
<script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=2wvcuj36uo&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
   <noscript><iframe src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116457&pvrn=2wvcuj36uo&csid=FSL_films&resp=ad;;ptgt=s&envp=g_iframe&slid=728x90slot&w=728&h=90" width="728" height="90" border="0" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></noscript>
</div></div>

<div id="navigation">
   <ul>
   <li><a href="http://www.foxsearchlight.com/index.php" id="nav-home">Home</a></li>
   <li id="nav-films">
       <a href="http://content.foxsearchlight.com/films">Films</a>
       <ul>
           <li>In Theatres</li>
           <li><a href="http://www.foxsearchlight.com/winwin">Win Win</a></li>
           <li><a href="http://www.foxsearchlight.com/blackswan/">Black Swan</a></li>
           <li><a href="http://www.foxsearchlight.com/cedarrapids/">Cedar Rapids</a></li>
           <li>Coming Soon</li>
           <li><a href="http://www.foxsearchlight.com/thetreeoflife">The Tree of Life</a></li>
           <li><a href="http://www.foxsearchlight.com/snowflowerandthesecretfan">Snow Flower and the Secret Fan</a></li>
           <li>New on DVD</li>
           <li><a href="http://www.foxsearchlight.com/127hours/">127 Hours</a></li>
           <li><a href="http://www.foxsearchlight.com/conviction">Conviction</a></li>
           <li><a href="http://www.foxsearchlight.com/neverletmego">Never Let Me Go</a></li>
           <li><a href="http://www.foxsearchlight.com/cyrus/">Cyrus</a></li>
           <li><a href="http://www.foxsearchlight.com/crazyheart">Crazy Heart</a></li>
           <li><a href="http://www.foxsearchlight.com/fantasticmrfox/">Fantastic Mr. Fox</a></li>
           <li><a href="http://www.foxsearchlight.com/500daysofsummer/">500 Days of Summer</a></li>
           <li><a href="http://www.foxsearchlight.com/slumdogmillionaire">Slumdog Millionaire</a></li>
           <li>Archives</li>
           <li><a href="http://content.foxsearchlight.com/films">All Films</a></li>
       </ul>
   </li>
   <li>
       <a href="http://content.foxsearchlight.com/videos" >Videos</a>
   </li>
   <li>
       <a href="http://content.foxsear
...[SNIP]...

Request 2

GET /insider/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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

Response 2

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=c6u1fup5d635hac2bjoprebr11; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:19 GMT
Connection: keep-alive
Content-Length: 15394

<!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" xml:lang="en" lang="en">
<hea
...[SNIP]...
<script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=l99t89iwkn&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
   <noscript><iframe src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116457&pvrn=l99t89iwkn&csid=FSL_films&resp=ad;;ptgt=s&envp=g_iframe&slid=728x90slot&w=728&h=90" width="728" height="90" border="0" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></noscript>
</div></div>

<div id="navigation">
   <ul>
   <li><a href="http://www.foxsearchlight.com/index.php" id="nav-home">Home</a></li>
   <li id="nav-films">
       <a href="http://content.foxsearchlight.com/films">Films</a>
       <ul>
           <li>In Theatres</li>
           <li><a href="http://www.foxsearchlight.com/winwin">Win Win</a></li>
           <li><a href="http://www.foxsearchlight.com/blackswan/">Black Swan</a></li>
           <li><a href="http://www.foxsearchlight.com/cedarrapids/">Cedar Rapids</a></li>
           <li>Coming Soon</li>
           <li><a href="http://www.foxsearchlight.com/thetreeoflife">The Tree of Life</a></li>
           <li><a href="http://www.foxsearchlight.com/snowflowerandthesecretfan">Snow Flower and the Secret Fan</a></li>
           <li>New on DVD</li>
           <li><a href="http://www.foxsearchlight.com/127hours/">127 Hours</a></li>
           <li><a href="http://www.foxsearchlight.com/conviction">Conviction</a></li>
           <li><a href="http://www.foxsearchlight.com/neverletmego">Never Let Me Go</a></li>
           <li><a href="http://www.foxsearchlight.com/cyrus/">Cyrus</a></li>
           <li><a href="http://www.foxsearchlight.com/crazyheart">Crazy Heart</a></li>
           <li><a href="http://www.foxsearchlight.com/fantasticmrfox/">Fantastic Mr. Fox</a></li>
           <li><a href="http://www.foxsearchlight.com/500daysofsummer/">500 Days of Summer</a></li>
           <li><a href="http://www.foxsearchlight.com/slumdogmillionaire">Slumdog Millionaire</a></li>
           <li>Archives</li>
           <li><a href="http://content.foxsearchlight.com/films">All Films</a></li>
       </ul>
   </li>
   <li>
       <a href="http://content.foxsearchlight.com/videos" >Videos</a>
   </li>
   <li>
       <a href="http://content.foxsear
...[SNIP]...

4. Cross-domain script include  previous  next
There are 16 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.


4.1. http://www.foxsearchlight.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
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: __utma=196318267.1059518807.1300545384.1300545384.1300545384.1; __utmc=196318267; __utmz=196318267.1300545384.1.1.utmccn=(referral)|utmcsr=burp|utmcct=/show/6|utmcmd=referral; PHPSESSID=rqheqr89glmgj69h95j7en02b6; __utmb=196318267

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:55 GMT
Connection: keep-alive
Content-Length: 33254

<!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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=byl617j1lz&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=byl617j1lz&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
</style>
       <script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.2. http://www.foxsearchlight.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
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: __utma=196318267.1059518807.1300545384.1300545384.1300545384.1; __utmc=196318267; __utmz=196318267.1300545384.1.1.utmccn=(referral)|utmcsr=burp|utmcct=/show/6|utmcmd=referral; PHPSESSID=rqheqr89glmgj69h95j7en02b6; __utmb=196318267

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:54 GMT
Connection: keep-alive
Content-Length: 33254

<!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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=9174f98l3k&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=9174f98l3k&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
</style>
       <script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.3. http://www.foxsearchlight.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
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: __utma=196318267.1059518807.1300545384.1300545384.1300545384.1; __utmc=196318267; __utmz=196318267.1300545384.1.1.utmccn=(referral)|utmcsr=burp|utmcct=/show/6|utmcmd=referral; PHPSESSID=rqheqr89glmgj69h95j7en02b6; __utmb=196318267

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:54 GMT
Connection: keep-alive
Content-Length: 33254

<!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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=w209z2zix5&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=w209z2zix5&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
</style>
       <script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.4. http://www.foxsearchlight.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
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: PHPSESSID=f36p28t76rhk38krcqdmvd03m5; __utma=196318267.1059518807.1300545384.1300545384.1300545384.1; __utmb=196318267; __utmc=196318267; __utmz=196318267.1300545384.1.1.utmccn=(referral)|utmcsr=burp|utmcct=/show/6|utmcmd=referral

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:23 GMT
Connection: keep-alive
Content-Length: 33254

<!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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=wjc72c4p0x&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=wjc72c4p0x&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
</style>
       <script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.5. http://www.foxsearchlight.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=ojrg090nttf49bffkhikaajcc4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:54 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=z63z9958jo&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=z63z9958jo&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
</style>
       <script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.6. http://www.foxsearchlight.com/127hours/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /127hours/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /127hours/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=j4cr549gpu7ba0br4gtm59f7k3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:07 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=4k5jfsyr28&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=4k5jfsyr28&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=4k5jfsyr28&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.7. http://www.foxsearchlight.com/500daysofsummer/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /500daysofsummer/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /500daysofsummer/ HTTP/1.1
Host: www.foxsearchlight.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
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:10 GMT
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" xml:lang="en" lang="en">
<head>
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=qo2d9r807j&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=qo2d9r807j&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=qo2d9r807j&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.8. http://www.foxsearchlight.com/blackswan/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /blackswan/ HTTP/1.1
Host: www.foxsearchlight.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
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:58 GMT
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" xml:lang="en" lang="en">
<head>

...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=56v38d675g&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=56v38d675g&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=56v38d675g&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.9. http://www.foxsearchlight.com/cedarrapids/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /cedarrapids/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=h7cunsdktu89ml239ohvpessu2; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:01 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=wsewnf01la&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=wsewnf01la&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=wsewnf01la&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.10. http://www.foxsearchlight.com/cyrus/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /cyrus/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=i4reucvc0jqrcbgpqb54m1jfa0; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:09 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=yjw731lvjr&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=yjw731lvjr&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=yjw731lvjr&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.11. http://www.foxsearchlight.com/fantasticmrfox/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /fantasticmrfox/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=7u42751gv9n25hdqnbd5bun9v4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:09 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=491xc66o5g&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=491xc66o5g&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=491xc66o5g&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.12. http://www.foxsearchlight.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /index.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.php HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=mldm3phhv6035kn2rh8iptet15; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:55 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=99h8tw17y8&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=99h8tw17y8&csid=FSL_home&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
</style>
       <script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.13. http://www.foxsearchlight.com/insider/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /insider/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://burp/show/6
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=p393hd0qm7vmh9l1rhc0b955l3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:15 GMT
Connection: keep-alive
Content-Length: 15412

<!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" xml:lang="en" lang="en">
<hea
...[SNIP]...
</script>
<script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=2wvcuj36uo&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=2wvcuj36uo&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.14. http://www.foxsearchlight.com/itunes.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /itunes.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /itunes.php HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=5if0ku1cqvc7h371qb0pe9e5l6; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:12 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=2863r310x7&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.15. http://www.foxsearchlight.com/winwin/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /winwin/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://www.hollywoodreporter.com/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: */*
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

Response

HTTP/1.1 200 OK
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 13:49:41 GMT
Connection: keep-alive
Content-Length: 36916

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=d8ggww2cyz&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=d8ggww2cyz&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=d8ggww2cyz&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.16. http://www.foxsearchlight.com/winwin/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /winwin/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://www.hollywoodreporter.com/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: */*
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

Response

HTTP/1.1 200 OK
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 13:59:10 GMT
Connection: keep-alive
Content-Length: 36909

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
</script>
   <script src="http://www.foxfilm.com/webtrends_tag.js" type="text/javascript"></script>
...[SNIP]...
<div class="advertising banner">
   <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=us23606276&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=728x90slot&w=728&h=90" language="javascript"></script>
...[SNIP]...
<div class="rectangle">
       <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=us23606276&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=300x250slot&w=300&h=250" language="javascript"></script>
...[SNIP]...
<div class="content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
...[SNIP]...
<div class="module" id="share-module">
                       <script type="text/javascript" src="http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=3efaf174-9cc3-49cc-98c9-757fdb27d5bb&amp;button=false"></script>
...[SNIP]...
<div class="skyscraper">
    <script src="http://1c6e9.v.fwmrm.net/ad/g/1?nw=116450&pvrn=us23606276&csid=FSL_films&resp=ad;;ptgt=s&envp=g_js&slid=160x600slot&w=160&h=600" language="javascript"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

5. Email addresses disclosed  previous
There are 12 instances of this issue:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).


5.1. http://www.foxsearchlight.com/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET / HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=ojrg090nttf49bffkhikaajcc4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:54 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.2. http://www.foxsearchlight.com/127hours/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /127hours/

Issue detail

The following email address was disclosed in the response:

Request

GET /127hours/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=j4cr549gpu7ba0br4gtm59f7k3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:07 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.3. http://www.foxsearchlight.com/500daysofsummer/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /500daysofsummer/

Issue detail

The following email address was disclosed in the response:

Request

GET /500daysofsummer/ HTTP/1.1
Host: www.foxsearchlight.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
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:10 GMT
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" xml:lang="en" lang="en">
<head>
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.4. http://www.foxsearchlight.com/blackswan/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /blackswan/ HTTP/1.1
Host: www.foxsearchlight.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
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:58 GMT
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" xml:lang="en" lang="en">
<head>

...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.5. http://www.foxsearchlight.com/cedarrapids/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /cedarrapids/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=h7cunsdktu89ml239ohvpessu2; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:01 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.6. http://www.foxsearchlight.com/cyrus/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /cyrus/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=i4reucvc0jqrcbgpqb54m1jfa0; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:09 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.7. http://www.foxsearchlight.com/fantasticmrfox/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /fantasticmrfox/ HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=7u42751gv9n25hdqnbd5bun9v4; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:09 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.8. http://www.foxsearchlight.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /index.php

Issue detail

The following email address was disclosed in the response:

Request

GET /index.php HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=mldm3phhv6035kn2rh8iptet15; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:22:55 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.9. http://www.foxsearchlight.com/insider/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /insider/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://burp/show/6
Cache-Control: max-age=0
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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

Response

HTTP/1.1 200 OK
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=p393hd0qm7vmh9l1rhc0b955l3; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:36:15 GMT
Connection: keep-alive
Content-Length: 15412

<!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" xml:lang="en" lang="en">
<hea
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.10. http://www.foxsearchlight.com/itunes.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /itunes.php

Issue detail

The following email address was disclosed in the response:

Request

GET /itunes.php HTTP/1.1
Host: www.foxsearchlight.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
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=5if0ku1cqvc7h371qb0pe9e5l6; path=/
Content-Type: text/html
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:12 GMT
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" xml:lang="en" lang="en">
<head>
   
...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

5.11. http://www.foxsearchlight.com/terms_conditions.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.foxsearchlight.com
Path:   /terms_conditions.html

Issue detail

The following email address was disclosed in the response:

Request

GET /terms_conditions.html HTTP/1.1
Host: www.foxsearchlight.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
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 14:23:18 GMT
Connection: close

<!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" xml:lang="en" lang="en">
<head>
   <meta http-e
...[SNIP]...
<p>Fox Broadcasting Company...Telephone: (310) 369-1000 x11340...Fax: (310) 969-0144...Email: HYPERLINK $quot;mailto:dmca@fox.com$quot; dmca@fox.com</p>
...[SNIP]...

5.12. http://www.foxsearchlight.com/winwin/  previous

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET /winwin/ HTTP/1.1
Host: www.foxsearchlight.com
Proxy-Connection: keep-alive
Referer: http://www.hollywoodreporter.com/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: */*
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

Response

HTTP/1.1 200 OK
Content-Type: text/html
Server: Unknown
Date: Sat, 19 Mar 2011 13:49:41 GMT
Connection: keep-alive
Content-Length: 36916

<!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" xml:lang="en" lang="en">
<head>

...[SNIP]...
<a href="mailto: george.blue@fox.com">
...[SNIP]...

Report generated by XSS.CX at Sat Mar 19 09:37:57 CDT 2011.