Cross Site Scripting, XSS, www.courcheval.com, CWE-79, CAPEC-86

XSS in www.courcheval.com | Vulnerability Crawler Report

Report generated by CloudScan Vulnerability Crawler at Wed Feb 09 17:54:50 CST 2011.



DORK CWE-79 XSS Report

Loading

1. Cross-site scripting (reflected)

1.1. http://www.courchevel.com/hall.php [Rub parameter]

1.2. http://www.courchevel.com/hall.php [name of an arbitrarily supplied request parameter]

2. Cookie without HttpOnly flag set

3. Cross-domain Referer leakage

3.1. http://www.courchevel.com/actualite.php

3.2. http://www.courchevel.com/animation.php

3.3. http://www.courchevel.com/brochure.php

3.4. http://www.courchevel.com/contact.php

3.5. http://www.courchevel.com/cotation.php

3.6. http://www.courchevel.com/editorial.php

3.7. http://www.courchevel.com/editorial.php

3.8. http://www.courchevel.com/esf.php

3.9. http://www.courchevel.com/evenement.php

3.10. http://www.courchevel.com/hall.php

3.11. http://www.courchevel.com/index.php

3.12. http://www.courchevel.com/kiosque.php

3.13. http://www.courchevel.com/livecam.php

3.14. http://www.courchevel.com/location_materiel.php

3.15. http://www.courchevel.com/meteo.php

3.16. http://www.courchevel.com/neige.php

3.17. http://www.courchevel.com/newsletter.php

3.18. http://www.courchevel.com/pass_forfait.php

3.19. http://www.courchevel.com/plan_piste3d.php

3.20. http://www.courchevel.com/plan_site.php

3.21. http://www.courchevel.com/restaurant.php

3.22. http://www.courchevel.com/services.php

3.23. http://www.courchevel.com/shopping.php

3.24. http://www.courchevel.com/tourisme_affaire.php

4. Cross-domain script include

4.1. http://www.courchevel.com/

4.2. http://www.courchevel.com/actualite.php

4.3. http://www.courchevel.com/animation.php

4.4. http://www.courchevel.com/brochure.php

4.5. http://www.courchevel.com/contact.php

4.6. http://www.courchevel.com/cotation.php

4.7. http://www.courchevel.com/courchevel/plan.html

4.8. http://www.courchevel.com/editorial.php

4.9. http://www.courchevel.com/editorial.php

4.10. http://www.courchevel.com/esf.php

4.11. http://www.courchevel.com/evenement.php

4.12. http://www.courchevel.com/hall.php

4.13. http://www.courchevel.com/index.php

4.14. http://www.courchevel.com/index.php

4.15. http://www.courchevel.com/kiosque.php

4.16. http://www.courchevel.com/livecam.php

4.17. http://www.courchevel.com/location_materiel.php

4.18. http://www.courchevel.com/meteo.php

4.19. http://www.courchevel.com/neige.php

4.20. http://www.courchevel.com/newsletter.php

4.21. http://www.courchevel.com/pass_forfait.php

4.22. http://www.courchevel.com/plan_piste3d.php

4.23. http://www.courchevel.com/plan_site.php

4.24. http://www.courchevel.com/restaurant.php

4.25. http://www.courchevel.com/services.php

4.26. http://www.courchevel.com/shopping.php

4.27. http://www.courchevel.com/tourisme_affaire.php

5. Email addresses disclosed

5.1. http://www.courchevel.com/esf.php

5.2. http://www.courchevel.com/js/jscalendar/calendar.js

5.3. http://www.courchevel.com/js/jscalendar/lang/calendar-fr.js

6. HTML does not specify charset

6.1. http://www.courchevel.com/actualite.php

6.2. http://www.courchevel.com/animation.php

6.3. http://www.courchevel.com/brochure.php

6.4. http://www.courchevel.com/contact.php

6.5. http://www.courchevel.com/cotation.php

6.6. http://www.courchevel.com/editorial.php

6.7. http://www.courchevel.com/esf.php

6.8. http://www.courchevel.com/evenement.php

6.9. http://www.courchevel.com/flash/swf_home_2010.php

6.10. http://www.courchevel.com/livecam.php

6.11. http://www.courchevel.com/location_materiel.php

6.12. http://www.courchevel.com/meteo.php

6.13. http://www.courchevel.com/neige.php

6.14. http://www.courchevel.com/newsletter.php

6.15. http://www.courchevel.com/pass_forfait.php

6.16. http://www.courchevel.com/plan_piste3d.php

6.17. http://www.courchevel.com/plan_site.php

6.18. http://www.courchevel.com/restaurant.php

6.19. http://www.courchevel.com/services.php

6.20. http://www.courchevel.com/shopping.php

6.21. http://www.courchevel.com/tourisme_affaire.php

7. Content type incorrectly stated



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

Issue background

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

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

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

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

Remediation background

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


1.1. http://www.courchevel.com/hall.php [Rub parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /hall.php

Issue detail

The value of the Rub request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 83ee5"-alert(1)-"b1d5d5d285 was submitted in the Rub parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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 /hall.php?Rub=43083ee5"-alert(1)-"b1d5d5d285 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:26:22 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 30073

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<script language="javascript">
function changeUrl(param) {
   location.href="http://www.courchevel.com/hall.php?Rub=43083ee5"-alert(1)-"b1d5d5d285#"+param;
}
function recupeUrl() {
   return location.href;
}
</script>
...[SNIP]...

1.2. http://www.courchevel.com/hall.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /hall.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 279f5"-alert(1)-"034774b85bf was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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 /hall.php?279f5"-alert(1)-"034774b85bf=1 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:26:50 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 30069

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<script language="javascript">
function changeUrl(param) {
   location.href="http://www.courchevel.com/hall.php?279f5"-alert(1)-"034774b85bf=1#"+param;
}
function recupeUrl() {
   return location.href;
}
</script>
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.courchevel.com
Path:   /

Issue detail

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

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.

Request

GET / HTTP/1.1
Host: www.courchevel.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13
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

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 21:54:58 GMT
Server: Apache
Set-Cookie: PHPSESSID=3216d3131d5bc506eb8232280fb5b585; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 25279

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...

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


3.1. http://www.courchevel.com/actualite.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /actualite.php

Issue detail

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

Request

GET /actualite.php?Rub=55&id_actu=280 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:12 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 24875

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.2. http://www.courchevel.com/animation.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /animation.php

Issue detail

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

Request

GET /animation.php?Rub=370 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:54 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 68117

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<br/>
                   <a href="http://www.itforbusinessforum.com" target="_blank">See more</a>
...[SNIP]...
<br/>
                   <a href="http://www.les3vallees.com/xwing" target="_blank">See more</a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.3. http://www.courchevel.com/brochure.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /brochure.php

Issue detail

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

Request

GET /brochure.php?Rub=259 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:08 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 22482

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.4. http://www.courchevel.com/contact.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /contact.php

Issue detail

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

Request

GET /contact.php?Rub=50 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 27742

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.5. http://www.courchevel.com/cotation.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /cotation.php

Issue detail

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

Request

GET /cotation.php?Rub=247 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:24:56 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 29900

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.6. http://www.courchevel.com/editorial.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /editorial.php

Issue detail

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

Request

GET /editorial.php?Rub=4 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:45 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 30361

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="R.servez votre h.bergement" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<li class=" last ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" target="_blank" rel="external" title="Facebook" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_facebook_432.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http://reservation.courchevel.com" target="_blank">R.servez<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.7. http://www.courchevel.com/editorial.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /editorial.php

Issue detail

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

Request

GET /editorial.php?Rub=4&L=2 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:46 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 29212

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.8. http://www.courchevel.com/esf.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /esf.php

Issue detail

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

Request

GET /esf.php?Rub=208 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:19 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 33009

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<a class="img" href="fiche_esf.php?Rub=208&P=1&id_esf=ID--2"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--2_31.jpg" height="120" border="0" /></a>
...[SNIP]...
<br/>        
                                           <a class="linkBlue" href="http://www.vente-en-ligne-esf.com/courchevel1850" target="_blank">Book your ski lessons</a>
...[SNIP]...
</a>                                            &nbsp;-&nbsp;                                            <a class="mail" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145194&C=6841&P=14713&T=S&URL=http%3A%2F%2Fwww.esfcourchevel.com" target="_blank">http://www.esfcourchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_esf.php?Rub=208&P=1&id_esf=ID--4"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--4_18.jpg" height="120" border="0" /></a>
...[SNIP]...
<br/>        
                                           <a class="linkBlue" href="http://www.vente-en-ligne-esf.com/courchevel1650" target="_blank">Book your ski lessons</a>
...[SNIP]...
</a>                                            &nbsp;-&nbsp;                                            <a class="mail" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145195&C=6841&P=14713&T=S&URL=http%3A%2F%2Fwww.esfcourchevel1650.com" target="_blank">http://www.esfcourchevel1650.com</a>
...[SNIP]...
<a class="img" href="fiche_esf.php?Rub=208&P=1&id_esf=ID--5"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--5_3.jpg" height="120" border="0" /></a>
...[SNIP]...
<br/>        
                                           <a class="linkBlue" href="http://www.esf-courchevel.com" target="_blank">Book your ski lessons</a>
...[SNIP]...
</a>                                            &nbsp;-&nbsp;                                            <a class="mail" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145197&C=6841&P=14713&T=S&URL=http%3A%2F%2Fwww.esf-courchevel.com" target="_blank">http://www.esf-courchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_esf.php?Rub=208&P=1&id_esf=ID--10"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--10_24.jpg" height="120" border="0" /></a>
...[SNIP]...
<br/>        
                                           <a class="linkBlue" href="http://www.guides-courchevel-meribel.com" target="_blank">Book your ski lessons</a>
...[SNIP]...
</a>                                            &nbsp;-&nbsp;                                            <a class="mail" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145198&C=6841&P=14713&T=S&URL=http%3A%2F%2Fwww.guides-courchevel-meribel.com" target="_blank">http://www.guides-courchevel.fr</a>
...[SNIP]...
<a class="img" href="fiche_esf.php?Rub=208&P=1&id_esf=ID--16"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--16_9.jpg" height="120" border="0" /></a>
...[SNIP]...
<br/>        
                                           <a class="linkBlue" href="http://www.magic-courchevel.com/fr/index.aspx" target="_blank">Book your ski lessons</a>
...[SNIP]...
</a>                                            &nbsp;-&nbsp;                                            <a class="mail" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145199&C=6841&f=0&P=14713&T=S&URL=http%3A%2F%2Fwww.magic-courchevel.com%2Ffr%2Findex.aspx" target="_blank">http://www.magicfr.com</a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>        
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.9. http://www.courchevel.com/evenement.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /evenement.php

Issue detail

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

Request

GET /evenement.php?Rub=384 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 37263

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.10. http://www.courchevel.com/hall.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /hall.php

Issue detail

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

Request

GET /hall.php?Rub=430 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:05 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 30096

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.11. http://www.courchevel.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /index.php

Issue detail

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

Request

GET /index.php?Rub=1&L=2 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:01 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 24518

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<li><a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http://reservation.courchevel.com">Book your stay on line</a>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.12. http://www.courchevel.com/kiosque.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /kiosque.php

Issue detail

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

Request

GET /kiosque.php?Rub=316 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:08 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 22831

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.13. http://www.courchevel.com/livecam.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /livecam.php

Issue detail

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

Request

GET /livecam.php?Rub=344 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 23482

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="R.servez votre h.bergement" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<li class=" last ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" target="_blank" rel="external" title="Facebook" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_facebook_432.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.14. http://www.courchevel.com/location_materiel.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /location_materiel.php

Issue detail

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

Request

GET /location_materiel.php?Rub=356 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:34 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 43520

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141558&C=6841&P=14510&T=S&URL=www.charvinsports.fr" class="mail" target="_blank">http://www.charvinsports.fr</a>
...[SNIP]...
<br/>                    
                                                                                   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=144995&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.orcel-courchevel.com" class="mail" target="_blank">http://www.orcel-courchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=356&id_shopping=ID--51"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--51_1.jpg" alt="BLANC FRANCIS SPORTS" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=144976&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.francis-blanc-courchevel.com" class="mail" target="_blank">http://www.francis-blanc-courchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=356&id_shopping=ID--267"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--267_1.jpg" alt="BOUTIQUE LACROIX" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145136&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.ski-service.fr" class="mail" target="_blank">http://www.ski-service.fr</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=356&id_shopping=ID--34"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--34_1.jpg" alt="CAMP DE BASE" height="120" border="0" /></a>
...[SNIP]...
<br/>                    
                                                                                   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=144986&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.lecampdebase.com" class="mail" target="_blank">http://www.lecampdebase.com</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141547&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.chabisports.com" class="mail" target="_blank">http://www.chabisports.com</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443289&C=6841&f=&P=14510&T=S&URL=http%3A%2F%2Flocation-ski.sport2000.fr" class="mail" target="_blank">http://location-ski.sport2000.fr</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443289&C=6841&f=&P=14510&T=S&URL=http%3A%2F%2Flocation-ski.sport2000.fr" class="mail" target="_blank">http://location-ski.sport2000.fr</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443289&C=6841&f=&P=14510&T=S&URL=http%3A%2F%2Flocation-ski.sport2000.fr" class="mail" target="_blank">http://location-ski.sport2000.fr</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=356&id_shopping=ID--68"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--68_1.jpg" alt="GORMIER SPORTS" height="120" border="0" /></a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>    <script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.15. http://www.courchevel.com/meteo.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /meteo.php

Issue detail

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

Request

GET /meteo.php?Rub=192 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 24930

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.16. http://www.courchevel.com/neige.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /neige.php

Issue detail

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

Request

GET /neige.php?Rub=285 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:48 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 27526

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="R.servez votre h.bergement" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<li class=" last ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" target="_blank" rel="external" title="Facebook" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_facebook_432.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http://reservation.courchevel.com" target="_blank">R.servez<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.17. http://www.courchevel.com/newsletter.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /newsletter.php

Issue detail

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

Request

GET /newsletter.php?Rub=53 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:26:31 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 26493

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.18. http://www.courchevel.com/pass_forfait.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /pass_forfait.php

Issue detail

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

Request

GET /pass_forfait.php?Rub=207 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:20 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 26665

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<p align="center"><a href="http://www.s3v.com/vente.asp" target="_blank"><font size="4">
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>    
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.19. http://www.courchevel.com/plan_piste3d.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /plan_piste3d.php

Issue detail

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

Request

GET /plan_piste3d.php?Rub=283 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:10 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 6510
Connection: close
Content-Type: text/html

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="950" height="550">
<param name="movie" value="plan_courchevel2/main.swf?idLangue=2" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.20. http://www.courchevel.com/plan_site.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /plan_site.php

Issue detail

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

Request

GET /plan_site.php?Rub=52 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 36899

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<li><a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com">Book your stay on line</a>
...[SNIP]...
<li><a href="http://www.radiocourchevel.com/">Radio R'Courchevel</a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.21. http://www.courchevel.com/restaurant.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /restaurant.php

Issue detail

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

Request

GET /restaurant.php?Rub=234 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:55 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 44561

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-142"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-142_1.jpg" alt="ANNAPURNA" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=137178&C=6841&P=14177&T=S&URL=http%3A%2F%2Fwww.annapurna-courchevel.com" class="mail" target="_blank">http://www.annapurna-courchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-128"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-128_1.jpg" alt="AZIMUT" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=444395&C=6841&f=&P=14365&T=S&URL=http%3A%2F%2Fwww.restaurantazimut.com" class="mail" target="_blank">http://www.restaurantazimut.com</a>
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-124"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-124_2.jpg" alt="CARLINA" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=140039&C=6841&P=14365&T=S&URL=http%3A%2F%2Fwww.hotelcarlina.com" class="mail" target="_blank">http://www.hotelcarlina.com</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=140049&C=6841&P=14365&T=S&URL=http%3A%2F%2Fwww.courcheneige.com" class="mail" target="_blank">http://www.courcheneige.com</a>
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-126"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-126_1.jpg" alt="IL VINO D'ENRICO BERNARDO" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=140117&C=6841&P=14365&T=S&URL=http%3A%2F%2Fwww.ilvinobyenricobernardo.com" class="mail" target="_blank">http://www.ilvinobyenricobernardo.com</a>
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-45"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-45_1.jpg" alt="L'ALTIBAR - LE PILATUS" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=140162&C=6841&P=14365&T=S&URL=http%3A%2F%2Fwww.altibar.com" class="mail" target="_blank">http://www.altibar.com</a>
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-86"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-86_1.jpg" alt="L'ANERIE" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443256&C=6841&f=&P=14365&T=S&URL=http%3A%2F%2Fwww.groupetournier.com" class="mail" target="_blank">http://www.groupetournier.com</a>
...[SNIP]...
<a class="img" href="fiche_restaurant.php?Rub=234&P=1&id_restaurant=RES-24"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/RES-24_1.jpg" alt="L'AVENTURE" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443256&C=6841&f=&P=14365&T=S&URL=http%3A%2F%2Fwww.groupetournier.com" class="mail" target="_blank">http://www.groupetournier.com</a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>    <script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.22. http://www.courchevel.com/services.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /services.php

Issue detail

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

Request

GET /services.php?Rub=236 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:13 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 41853

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<a class="img" href="fiche_service.php?Rub=236&id_service=ID--203"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--203_1.jpg" alt="ATELIER MARTINE P." height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443240&C=6841&f=&P=14510&T=S&URL=http%3A%2F%2Fwww.martinep.com" class="mail" target="_blank">http://www.martinep.com</a>
...[SNIP]...
<br/>                    
                                                                                   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141540&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.banque-de-savoie.com" class="mail" target="_blank">http://www.banque-de-savoie.com</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141543&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.boutikservices.com" class="mail" target="_blank">http://www.boutikservices.com</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145102&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.ski-physio.com" class="mail" target="_blank">http://www.ski-physio.com</a>
...[SNIP]...
<a class="img" href="fiche_service.php?Rub=236&id_service=ID--259"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--259_1.jpg" alt="CEV - Cr.ation Espaces Verts" height="120" border="0" /></a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>        <script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.23. http://www.courchevel.com/shopping.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /shopping.php

Issue detail

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

Request

GET /shopping.php?Rub=235 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:00 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 45335

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<br/>                    
                                                                                   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141511&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.1-plaza-courchevel.com" class="mail" target="_blank">http://www.1-plaza-courchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=235&id_shopping=ID--203"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--203_1.jpg" alt="ATELIER MARTINE P." height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=443240&C=6841&f=&P=14510&T=S&URL=http%3A%2F%2Fwww.martinep.com" class="mail" target="_blank">http://www.martinep.com</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=235&id_shopping=ID--72"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--72_1.jpg" alt="AVENUE MONTAGNE" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141556&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.charvinsports.fr" class="mail" target="_blank">http://www.charvinsports.fr</a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=141558&C=6841&P=14510&T=S&URL=www.charvinsports.fr" class="mail" target="_blank">http://www.charvinsports.fr</a>
...[SNIP]...
<br/>                    
                                                                                   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=144995&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.orcel-courchevel.com" class="mail" target="_blank">http://www.orcel-courchevel.com</a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=235&id_shopping=ID--172"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--172_1.jpg" alt="BILLABONG" height="120" border="0" /></a>
...[SNIP]...
<a class="img" href="fiche_shopping.php?Rub=235&id_shopping=ID--51"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/ID--51_1.jpg" alt="BLANC FRANCIS SPORTS" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=144976&C=6841&P=14510&T=S&URL=http%3A%2F%2Fwww.francis-blanc-courchevel.com" class="mail" target="_blank">http://www.francis-blanc-courchevel.com</a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">                    <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

3.24. http://www.courchevel.com/tourisme_affaire.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /tourisme_affaire.php

Issue detail

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

Request

GET /tourisme_affaire.php?Rub=245 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:24:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 33189

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327589&C=12402&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com" target="_blank" rel="external" title="Book your stay on line" style="background-image:url(images/menus/visu.png);">
                                                   <span class="title">
...[SNIP]...
<li class=" ">
                                               
                       <a href="http://www.radiocourchevel.com/" target="_blank" rel="external" title="Radio R'Courchevel" style="background-image:url(http://media.courchevel.com/images/upload/_nav/vignette_radiorcourchevel_368.jpg);">
                                                   <span class="title">
...[SNIP]...
<a class="img" href="#"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/51_6.jpg" alt="ANIMATION SERVICES" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145284&C=6841&P=14714&T=S&URL=http%3A%2F%2Fwww.animationservices.net" class="mail" target="_blank">http://www.animationservices.net</a>
...[SNIP]...
<a class="img" href="#"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/53_11.jpg" alt="CHARDON LOISIRS" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145306&C=6841&P=14714&T=S&URL=http%3A%2F%2Fwww.chardonloisirs.com" class="mail" target="_blank">http://www.chardonloisirs.com</a>
...[SNIP]...
<a class="img" href="#"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/270_1.jpg" alt="RED SKI ORGANISATION - ESF 1550" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145197&C=6841&P=14713&T=S&URL=http%3A%2F%2Fwww.esf-courchevel.com" class="mail" target="_blank">http://www.esf-courchevel.com</a>
...[SNIP]...
<a class="img" href="#"><img class="liste" src="http://netfrontcourch2.b2f-concept.net/admin/gestNfo/fiche_images/269_1.jpg" alt="RED SKI ORGANISATION - ESF 1850" height="120" border="0" /></a>
...[SNIP]...
</a>
                                        -                                            <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=145194&C=6841&P=14713&T=S&URL=http%3A%2F%2Fwww.esfcourchevel.com" class="mail" target="_blank">http://www.esfcourchevel.com</a>
...[SNIP]...
</ul>
   <a href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=327583&C=12402&f=0&P=22817&T=S&URL=http%3A%2F%2Fwww.facebook.com%2Fcourchevel" id="pictoFB" target="_blank"><img src="images/logo_facebook.png" border="0" />
...[SNIP]...
<div id="flashR" class="cache_print">
                   <a class="resaRight" href="http://courchevelgroupe.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=360099&A=1&L=410747&C=12402&f=&P=22818&T=S&URL=http%3A%2F%2Freservation.courchevel.com%2Fen%2Findex.htm" target="_blank">Book<span>
...[SNIP]...
</ul>
       <a class="footer_logo" href="http://www.les3vallees.com" target="_blank"><img id="bt_les3valles" src="http://media.courchevel.com/images/footer_les3valles_over.gif" onmouseover="this.src='http://media.courchevel.com/images/footer_les3valles.gif';" onmouseout="this.src='http
...[SNIP]...
</a>
       <a class="footer_logo" href="http://www.head.com/ski/region.php" target="_blank"><img id="bt_head" src="http://media.courchevel.com/images/footer_partenaire_head.jpg" alt="Head" name="bt_head" height="11" width="75" style="vertical-align:middle;padding-top:10px;" border="0" /></a>
       <a class="footer_logo" href="http://www.moet.com/" target="_blank"><img id="bt_moet" src="http://media.courchevel.com/images/footer_partenaire_moet.jpg" alt="BMW" name="bt_moet" height="26" width="78" style="vertical-align:middle" border="0" /></a>
       <a class="footer_logo" href="http://www.bmw.fr/fr/fr/" target="_blank"><img id="bt_bmw" src="http://media.courchevel.com/images/footer_partenaire_bmw.jpg" alt="" name="bt_bmw" height="33" width="33" style="vertical-align:middle" border="0" />
...[SNIP]...
</script>        
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1026444327/?label=DPy6CLPG6QEQp5i56QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 27 instances of this issue:

Issue background

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

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

Issue remediation

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


4.1. http://www.courchevel.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.courchevel.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13
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

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 21:54:58 GMT
Server: Apache
Set-Cookie: PHPSESSID=3216d3131d5bc506eb8232280fb5b585; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 25279

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.2. http://www.courchevel.com/actualite.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /actualite.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /actualite.php?Rub=55&id_actu=280 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:12 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 24875

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.3. http://www.courchevel.com/animation.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /animation.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /animation.php?Rub=370 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:54 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 68117

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.4. http://www.courchevel.com/brochure.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /brochure.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /brochure.php?Rub=259 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:08 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 22482

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.5. http://www.courchevel.com/contact.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /contact.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /contact.php?Rub=50 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 27742

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.6. http://www.courchevel.com/cotation.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /cotation.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /cotation.php?Rub=247 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:24:56 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 29900

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.7. http://www.courchevel.com/courchevel/plan.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /courchevel/plan.html

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /courchevel/plan.html HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:26:32 GMT
Server: Apache
Last-Modified: Mon, 29 Nov 2010 14:52:30 GMT
ETag: "43801a-716e-4963238a96780"
Accept-Ranges: bytes
Content-Length: 29038
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<base href="htt
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46&type_page=smart'></script>
...[SNIP]...

4.8. http://www.courchevel.com/editorial.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /editorial.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /editorial.php?Rub=4&L=2 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:46 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 29212

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.9. http://www.courchevel.com/editorial.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /editorial.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /editorial.php?Rub=4 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:45 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 30361

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.10. http://www.courchevel.com/esf.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /esf.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /esf.php?Rub=208 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:19 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 33009

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>        
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.11. http://www.courchevel.com/evenement.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /evenement.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /evenement.php?Rub=384 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 37263

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.12. http://www.courchevel.com/hall.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /hall.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /hall.php?Rub=430 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:05 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 30096

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.13. http://www.courchevel.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /index.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:58 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 25022

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.14. http://www.courchevel.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /index.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.php?Rub=1&L=2 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:01 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 24518

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.15. http://www.courchevel.com/kiosque.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /kiosque.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /kiosque.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:07 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 22750

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.16. http://www.courchevel.com/livecam.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /livecam.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /livecam.php?Rub=344 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 23482

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.17. http://www.courchevel.com/location_materiel.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /location_materiel.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /location_materiel.php?Rub=356 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:34 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 43520

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>    <script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.18. http://www.courchevel.com/meteo.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /meteo.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /meteo.php?Rub=192 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 24930

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.19. http://www.courchevel.com/neige.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /neige.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /neige.php?Rub=285 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:48 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 27526

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=46'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.20. http://www.courchevel.com/newsletter.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /newsletter.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /newsletter.php?Rub=53 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:26:31 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 26493

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.21. http://www.courchevel.com/pass_forfait.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /pass_forfait.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /pass_forfait.php?Rub=207 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:20 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 26665

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>    
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.22. http://www.courchevel.com/plan_piste3d.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /plan_piste3d.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /plan_piste3d.php?Rub=283 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:10 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 6510
Connection: close
Content-Type: text/html

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.23. http://www.courchevel.com/plan_site.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /plan_site.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /plan_site.php?Rub=52 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 36899

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.24. http://www.courchevel.com/restaurant.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /restaurant.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /restaurant.php?Rub=234 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:55 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 44561

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>    <script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.25. http://www.courchevel.com/services.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /services.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /services.php?Rub=236 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:13 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 41853

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>        <script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.26. http://www.courchevel.com/shopping.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /shopping.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /shopping.php?Rub=235 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:00 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 45335

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script><script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

4.27. http://www.courchevel.com/tourisme_affaire.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /tourisme_affaire.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /tourisme_affaire.php?Rub=245 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:24:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 33189

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
</script>        
<script id='tg_passage_cybercite' type='text/javascript' src='http://tracking.veille-referencement.com/TAG/TAG_passage.js?idsite=534'></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

5. Email addresses disclosed  previous  next
There are 3 instances of this issue:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).


5.1. http://www.courchevel.com/esf.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /esf.php

Issue detail

The following email addresses were disclosed in the response:

Request

GET /esf.php?Rub=208 HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:19 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
Content-Length: 33009

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-eq
...[SNIP]...
<a class="mail" href="mailto:ski@esfcourchevel.com">
...[SNIP]...
<a class="mail" href="mailto:contact@esfcourchevel1650.com">
...[SNIP]...
<a class="mail" href="mailto:contact@esf-courchevel.com">
...[SNIP]...
<a class="mail" href="mailto:guides.courchevel@wanadoo.fr">
...[SNIP]...
<a class="mail" href="mailto:courchevel@magicfr.com">
...[SNIP]...

5.2. http://www.courchevel.com/js/jscalendar/calendar.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /js/jscalendar/calendar.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/jscalendar/calendar.js HTTP/1.1
Host: www.courchevel.com
Proxy-Connection: keep-alive
Referer: http://www.courchevel.com/
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13
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: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 21:55:04 GMT
Server: Apache
Last-Modified: Mon, 18 Oct 2010 08:10:28 GMT
ETag: "41c1cf-c055-492dfb58b2500"
Accept-Ranges: bytes
Content-Length: 49237
Content-Type: application/x-javascript

/* Copyright Mihai Bazon, 2002-2005 | www.bazon.net/mishoo
* -----------------------------------------------------------
*
* The DHTML Calendar, version 1.0 "It is happening again"
*
* Details
...[SNIP]...
<mihai_bazon@yahoo.com>
...[SNIP]...

5.3. http://www.courchevel.com/js/jscalendar/lang/calendar-fr.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /js/jscalendar/lang/calendar-fr.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/jscalendar/lang/calendar-fr.js HTTP/1.1
Host: www.courchevel.com
Proxy-Connection: keep-alive
Referer: http://www.courchevel.com/
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13
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: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 21:55:04 GMT
Server: Apache
Last-Modified: Mon, 18 Oct 2010 08:10:35 GMT
ETag: "454611-d9b-492dfb5f5f4c0"
Accept-Ranges: bytes
Content-Length: 3483
Content-Type: application/x-javascript

// ** I18N

// Calendar EN language
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
// Encoding: any
// Distributed under the same terms as the calendar itself.

// For translators: please use UTF-8 i
...[SNIP]...

6. HTML does not specify charset  previous  next
There are 21 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.


6.1. http://www.courchevel.com/actualite.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /actualite.php

Request

GET /actualite.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:11 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.2. http://www.courchevel.com/animation.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /animation.php

Request

GET /animation.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:25 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.3. http://www.courchevel.com/brochure.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /brochure.php

Request

GET /brochure.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:08 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.4. http://www.courchevel.com/contact.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /contact.php

Request

GET /contact.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:28 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.5. http://www.courchevel.com/cotation.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /cotation.php

Request

GET /cotation.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:24:50 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.6. http://www.courchevel.com/editorial.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /editorial.php

Request

GET /editorial.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 61
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1">

6.7. http://www.courchevel.com/esf.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /esf.php

Request

GET /esf.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:09 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.8. http://www.courchevel.com/evenement.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /evenement.php

Request

GET /evenement.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:02 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.9. http://www.courchevel.com/flash/swf_home_2010.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /flash/swf_home_2010.php

Request

POST /flash/swf_home_2010.php HTTP/1.1
Host: www.courchevel.com
Proxy-Connection: keep-alive
Referer: http://www.courchevel.com/flash/CourchevelHome2010.swf
content-type: application/x-www-form-urlencoded
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13
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: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77
Content-Length: 23

anticache=1297288581398

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 21:55:19 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 2896
Content-Type: text/html

AS3=BEGIN&BR=&lang=FR&BR=&image_fond=http://media.courchevel.com/images/upload/home_photo/photo_cmds_zoom_20.jpg&BR=&libVideo=Vid.os&BR=&flvVideo=http%3A%2F%2Fwww.digiclic-streaming.net%2Fcourchevel%2
...[SNIP]...

6.10. http://www.courchevel.com/livecam.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /livecam.php

Request

GET /livecam.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 61
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1">

6.11. http://www.courchevel.com/location_materiel.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /location_materiel.php

Request

GET /location_materiel.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:23 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.12. http://www.courchevel.com/meteo.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /meteo.php

Request

GET /meteo.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.13. http://www.courchevel.com/neige.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /neige.php

Request

GET /neige.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:21:47 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.14. http://www.courchevel.com/newsletter.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /newsletter.php

Request

GET /newsletter.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:26:31 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.15. http://www.courchevel.com/pass_forfait.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /pass_forfait.php

Request

GET /pass_forfait.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:19 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.16. http://www.courchevel.com/plan_piste3d.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /plan_piste3d.php

Request

GET /plan_piste3d.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:09 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.17. http://www.courchevel.com/plan_site.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /plan_site.php

Request

GET /plan_site.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:25:39 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.18. http://www.courchevel.com/restaurant.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /restaurant.php

Request

GET /restaurant.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:39 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.19. http://www.courchevel.com/services.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /services.php

Request

GET /services.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:23:06 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.20. http://www.courchevel.com/shopping.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /shopping.php

Request

GET /shopping.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:22:57 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

6.21. http://www.courchevel.com/tourisme_affaire.php  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.courchevel.com
Path:   /tourisme_affaire.php

Request

GET /tourisme_affaire.php HTTP/1.1
Host: www.courchevel.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77;

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 22:24:42 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 65
Connection: close
Content-Type: text/html

   
<meta http-equiv="refresh" content="0;URL=index.php?Rub=1&L=2">

7. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.courchevel.com
Path:   /flash/swf_home_2010.php

Issue detail

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

Issue background

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

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

Issue remediation

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

Request

POST /flash/swf_home_2010.php HTTP/1.1
Host: www.courchevel.com
Proxy-Connection: keep-alive
Referer: http://www.courchevel.com/flash/CourchevelHome2010.swf
content-type: application/x-www-form-urlencoded
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13
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: PHPSESSID=4003e8fe7af42b57b9a3381e51860a77
Content-Length: 23

anticache=1297288581398

Response

HTTP/1.1 200 OK
Date: Wed, 09 Feb 2011 21:55:19 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 2896
Content-Type: text/html

AS3=BEGIN&BR=&lang=FR&BR=&image_fond=http://media.courchevel.com/images/upload/home_photo/photo_cmds_zoom_20.jpg&BR=&libVideo=Vid.os&BR=&flvVideo=http%3A%2F%2Fwww.digiclic-streaming.net%2Fcourchevel%2
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Wed Feb 09 17:54:50 CST 2011.