Report generated by XSS.CX at Tue Nov 16 09:34:36 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

1. Cross-site scripting (reflected)

Loading

2. Cross-domain Referer leakage

2.1. http://celgene.com/products/celgene-inter.aspx

2.2. http://celgene.com/utility/celgene-inter.aspx

2.3. http://celgene.com/utility/celgene-inter.aspx

2.4. http://celgene.com/utility/celgene-inter.aspx

2.5. http://celgene.com/utility/celgene-inter.aspx

2.6. http://celgene.com/utility/celgene-inter.aspx

2.7. http://celgene.com/utility/celgene-inter.aspx

3. Cross-domain script include

3.1. http://celgene.com/

3.2. http://celgene.com/about-celgene/biopharmaceutical-company-about.aspx

3.3. http://celgene.com/about-celgene/biopharmaceutical-company-home.aspx

3.4. http://celgene.com/about-celgene/cadoc.aspx

3.5. http://celgene.com/about-celgene/celgene-intellectual-property.aspx

3.6. http://celgene.com/about-celgene/celgene-locations-map.aspx

3.7. http://celgene.com/about-celgene/employees.aspx

3.8. http://celgene.com/careers/benefits.aspx

3.9. http://celgene.com/careers/diversity.aspx

3.10. http://celgene.com/careers/faqs.aspx

3.11. http://celgene.com/careers/pharmaceutical-careers-home.aspx

3.12. http://celgene.com/careers/pharmaceutical-job-openings.aspx

3.13. http://celgene.com/careers/pharmaceutical-us-job-openings.aspx

3.14. http://celgene.com/careers/professional-development.aspx

3.15. http://celgene.com/careers/staffing-vendors.aspx

3.16. http://celgene.com/index.aspx

3.17. http://celgene.com/medical/celgene-patients-home.aspx

3.18. http://celgene.com/medical/clinicalTrials.aspx

3.19. http://celgene.com/medical/educationalgrantrequests.aspx

3.20. http://celgene.com/medical/medical-services.aspx

3.21. http://celgene.com/patient-support/cancer-directory-resources.aspx

3.22. http://celgene.com/patient-support/cancer-glossary.aspx

3.23. http://celgene.com/patient-support/celgene-support-program-home.aspx

3.24. http://celgene.com/products/celgene-inter.aspx

3.25. http://celgene.com/products/revlimid-thamolid-home.aspx

3.26. http://celgene.com/research/anti-inflammatory-compounds.aspx

3.27. http://celgene.com/research/drug-discovery-and-development.aspx

3.28. http://celgene.com/research/drug-reseasrch-and-development-home.aspx

3.29. http://celgene.com/research/imids-immunomudulators.aspx

3.30. http://celgene.com/research/kinase-inhibitors.aspx

3.31. http://celgene.com/research/nab-technology.aspx

3.32. http://celgene.com/utility/celgene-inter.aspx

3.33. http://celgene.com/utility/contact-us.aspx

3.34. http://celgene.com/utility/privacy.aspx

3.35. http://celgene.com/utility/request-form.aspx

3.36. http://celgene.com/utility/site-map.aspx

3.37. http://celgene.com/utility/terms.aspx

4. Email addresses disclosed

4.1. http://celgene.com/utility/privacy.aspx

4.2. http://celgene.com/utility/request-form.aspx

4.3. http://celgene.com/utility/terms.aspx



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

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

Issue background

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

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

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

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

Issue remediation

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.abraxane.com&exit_url=www.abraxane.com46f8a"style%3d"x%3aexpression(alert(1))"28e0cce5fa6 HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2930

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<a href="http://www.abraxane.com46f8a"style="x:expression(alert(1))"28e0cce5fa6">
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 7 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


2.1. http://celgene.com/products/celgene-inter.aspx  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /products/celgene-inter.aspx

Issue detail

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

Request

GET /products/celgene-inter.aspx?PAGE_TYPE=4 HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2817

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.LifebankUSA.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.LifebankUSA.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

2.2. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.revlimid.com&exit_url=www.revlimid.com HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:52 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2836

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.revlimid.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.revlimid.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

2.3. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.LifebankUSA.com&exit_url=www.LifebankUSA.com HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2845

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.LifebankUSA.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.LifebankUSA.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

2.4. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.istodax.com&exit_url=www.istodax.com HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:50 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2833

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.istodax.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.istodax.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

2.5. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.vidaza.com&exit_url=www.vidaza.com HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2830

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.vidaza.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.vidaza.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

2.6. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.abraxane.com&exit_url=www.abraxane.com HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:50 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2836

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.abraxane.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.abraxane.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

2.7. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

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

Request

GET /utility/celgene-inter.aspx?source=product&display=www.thalomid.com&exit_url=www.thalomid.com HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2836

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
<span id="botNV1"><a href="http://www.thalomid.com"><img src="../images/inter_cont.gif" alt="Continue" width="87" border="0">
...[SNIP]...
<span id="botNV2"><a href="http://www.thalomid.com"><span class="productlinks">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3. Cross-domain script include  previous  next
There are 37 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.


3.1. http://celgene.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: celgene.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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: Tue, 16 Nov 2010 16:05:38 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 6138

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...A Multinational Biopharmaceutical Company</title>
<meta http-equiv="Content-Type"
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.2. http://celgene.com/about-celgene/biopharmaceutical-company-about.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /about-celgene/biopharmaceutical-company-about.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about-celgene/biopharmaceutical-company-about.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 16362

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...History of an Integrated Biopharmaceutical Company</title>
<meta http-equiv="Cont
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.3. http://celgene.com/about-celgene/biopharmaceutical-company-home.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /about-celgene/biopharmaceutical-company-home.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about-celgene/biopharmaceutical-company-home.aspx HTTP/1.1
Host: celgene.com
Proxy-Connection: keep-alive
Referer: http://celgene.com/careers/pharmaceutical-careers-home.aspx
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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); tsize=1; __utmb=185899323

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 16:23:42 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9448

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About Celgene Corporation ... A Biopharmaceutical Company</title>
<meta http-equiv="Content-Type" conte
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.4. http://celgene.com/about-celgene/cadoc.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /about-celgene/cadoc.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about-celgene/cadoc.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 6427

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>California Declaration of Compliance</title>
<meta http-equiv="Content-Type" content="text/html; charse
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.5. http://celgene.com/about-celgene/celgene-intellectual-property.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /about-celgene/celgene-intellectual-property.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about-celgene/celgene-intellectual-property.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 8878

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...Intellectual Property</title>
<meta http-equiv="Content-Type" content="text/html;
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.6. http://celgene.com/about-celgene/celgene-locations-map.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /about-celgene/celgene-locations-map.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about-celgene/celgene-locations-map.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 7841

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...World Map</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.7. http://celgene.com/about-celgene/employees.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /about-celgene/employees.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about-celgene/employees.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9280

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...Employees</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.8. http://celgene.com/careers/benefits.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/benefits.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/benefits.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 11843

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Biopharmaceutical Careers...Benefits</title>
<meta http-equiv="Content-Type" content="text/html
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.9. http://celgene.com/careers/diversity.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/diversity.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/diversity.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9318

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Biopharmaceutical Careers...Diversity</title>
<meta http-equiv="Content-Type" content="text/htm
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.10. http://celgene.com/careers/faqs.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/faqs.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/faqs.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 10173

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Biopharmaceutical Careers...FAQs</title>
<meta http-equiv="Content-Type" content="text/html; ch
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.11. http://celgene.com/careers/pharmaceutical-careers-home.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/pharmaceutical-careers-home.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/pharmaceutical-careers-home.aspx HTTP/1.1
Host: celgene.com
Proxy-Connection: keep-alive
Referer: http://celgene.com/research/drug-reseasrch-and-development-home.aspx
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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); tsize=1; __utmb=185899323

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 16:23:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 10686

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Biopharmaceutical Careers</title>
<meta http-equiv="Content-Type" content="text/html; charset=i
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.12. http://celgene.com/careers/pharmaceutical-job-openings.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/pharmaceutical-job-openings.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/pharmaceutical-job-openings.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 6644

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Careers...Biopharmaceutical Job Openings</title>
<meta http-equiv="Content-Type" content="text/
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.13. http://celgene.com/careers/pharmaceutical-us-job-openings.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/pharmaceutical-us-job-openings.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/pharmaceutical-us-job-openings.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:03 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 6722

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Careers...Biopharmaceutical Job Openings</title>
<meta http-equiv="Content-Type" content="text/
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.14. http://celgene.com/careers/professional-development.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/professional-development.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/professional-development.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 8978

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Biopharmaceutical Careers...Professional Development</title>
<meta http-equiv="Content-Type" co
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.15. http://celgene.com/careers/staffing-vendors.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /careers/staffing-vendors.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /careers/staffing-vendors.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 7960

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Biopharmaceutical Careers...Professional Development</title>
<meta http-equiv="Content-Type" co
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.16. http://celgene.com/index.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /index.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 6138

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...A Multinational Biopharmaceutical Company</title>
<meta http-equiv="Content-Type"
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.17. http://celgene.com/medical/celgene-patients-home.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /medical/celgene-patients-home.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /medical/celgene-patients-home.aspx HTTP/1.1
Host: celgene.com
Proxy-Connection: keep-alive
Referer: http://celgene.com/patient-support/celgene-support-program-home.aspx
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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); tsize=1; __utmb=185899323

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 16:23:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 7398

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.18. http://celgene.com/medical/clinicalTrials.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /medical/clinicalTrials.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /medical/clinicalTrials.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 11830

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.19. http://celgene.com/medical/educationalgrantrequests.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /medical/educationalgrantrequests.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /medical/educationalgrantrequests.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:59 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9985

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.20. http://celgene.com/medical/medical-services.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /medical/medical-services.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /medical/medical-services.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:58 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 7431

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.21. http://celgene.com/patient-support/cancer-directory-resources.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /patient-support/cancer-directory-resources.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-support/cancer-directory-resources.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 12613

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Patient Support...Resources</title>
<meta http-equiv="Content-Type" content="text/html; charset
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.22. http://celgene.com/patient-support/cancer-glossary.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /patient-support/cancer-glossary.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-support/cancer-glossary.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 43834

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Patient Support...Glossary</title>
<meta http-equiv="Content-Type" content="text/html; charset=
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.23. http://celgene.com/patient-support/celgene-support-program-home.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /patient-support/celgene-support-program-home.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-support/celgene-support-program-home.aspx HTTP/1.1
Host: celgene.com
Proxy-Connection: keep-alive
Referer: http://celgene.com/products/revlimid-thamolid-home.aspx
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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); tsize=1; __utmb=185899323

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 16:23:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 8704

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Patient Support</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.24. http://celgene.com/products/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /products/celgene-inter.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /products/celgene-inter.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2808

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.25. http://celgene.com/products/revlimid-thamolid-home.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /products/revlimid-thamolid-home.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /products/revlimid-thamolid-home.aspx HTTP/1.1
Host: celgene.com
Proxy-Connection: keep-alive
Referer: http://celgene.com/
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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: tsize=1; __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmb=185899323; __utmc=185899323; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 16:23:33 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 12346

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Our Products...Celgene FDA-Approved Therapy</title>
<meta http-equiv="Content-Type" content="text/html;
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.26. http://celgene.com/research/anti-inflammatory-compounds.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /research/anti-inflammatory-compounds.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /research/anti-inflammatory-compounds.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 8367

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Drug Discovery & Development...Anti-Inflammatory Compounds</title>
<meta http-equiv="Content-Ty
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.27. http://celgene.com/research/drug-discovery-and-development.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /research/drug-discovery-and-development.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /research/drug-discovery-and-development.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:00 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 7678

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Research & Development...Drug Discovery</title>
<meta http-equiv="Content-Type" content="text/h
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.28. http://celgene.com/research/drug-reseasrch-and-development-home.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /research/drug-reseasrch-and-development-home.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /research/drug-reseasrch-and-development-home.aspx HTTP/1.1
Host: celgene.com
Proxy-Connection: keep-alive
Referer: http://celgene.com/medical/celgene-patients-home.aspx
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.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
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: __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); tsize=1; __utmb=185899323

Response

HTTP/1.1 200 OK
Date: Tue, 16 Nov 2010 16:23:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 10792

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...Research & Development</title>
<meta http-equiv="Content-Type" content="text/html
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.29. http://celgene.com/research/imids-immunomudulators.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /research/imids-immunomudulators.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /research/imids-immunomudulators.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:00 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 10950

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Drug Discovery & Development...IMiDs</title>
<meta http-equiv="Content-Type" content="text/html
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.30. http://celgene.com/research/kinase-inhibitors.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /research/kinase-inhibitors.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /research/kinase-inhibitors.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 8175

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Drug Discovery & Development...Kinase Inhibitors</title>
<meta http-equiv="Content-Type" conten
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.31. http://celgene.com/research/nab-technology.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /research/nab-technology.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /research/nab-technology.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:24:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 13921

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene nab Technology</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.32. http://celgene.com/utility/celgene-inter.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/celgene-inter.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /utility/celgene-inter.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:50 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 2314

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.33. http://celgene.com/utility/contact-us.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/contact-us.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /utility/contact-us.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9231

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation...Contact Us</title>
<meta http-equiv="Content-Type" content="text/html; charset=is
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.34. http://celgene.com/utility/privacy.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/privacy.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /utility/privacy.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 13260

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation Web Site Privacy Policy</title>
<meta http-equiv="Content-Type" content="text/html;
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.35. http://celgene.com/utility/request-form.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/request-form.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /utility/request-form.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 40494

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Online Request Form</title>
<meta http-equiv="Content-Type" content="text/html
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.36. http://celgene.com/utility/site-map.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/site-map.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /utility/site-map.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9623

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation Web Site...Site Map</title>
<meta http-equiv="Content-Type" content="text/html; cha
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

3.37. http://celgene.com/utility/terms.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/terms.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /utility/terms.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 18845

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation Web Site Terms of Use</title>
<meta http-equiv="Content-Type" content="text/html; c
...[SNIP]...
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
...[SNIP]...

4. Email addresses disclosed  previous
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).


4.1. http://celgene.com/utility/privacy.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/privacy.aspx

Issue detail

The following email addresses were disclosed in the response:

Request

GET /utility/privacy.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 13260

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation Web Site Privacy Policy</title>
<meta http-equiv="Content-Type" content="text/html;
...[SNIP]...
<a href="mailto:Medinfo@celgene.com">Medinfo@celgene.com</a>
...[SNIP]...
<a href="mailto:Careersnj@celgene.com">Careersnj@celgene.com</a>
...[SNIP]...
<a href="mailto:ir@celgene.com">ir@celgene.com</a>
...[SNIP]...
<a href="mailto:patientsupport@celgene.com">patientsupport@celgene.com</a>
...[SNIP]...
<a href="mailto:privacy@celgene.com">privacy@celgene.com</a>
...[SNIP]...
<a href="mailto:privacy@celgene.com">privacy@celgene.com</a>
...[SNIP]...

4.2. http://celgene.com/utility/request-form.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/request-form.aspx

Issue detail

The following email address was disclosed in the response:

Request

GET /utility/request-form.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 40494

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Medical Services Online Request Form</title>
<meta http-equiv="Content-Type" content="text/html
...[SNIP]...
<a href="mailto:medinfo@celgene.com">medinfo@celgene.com</a>
...[SNIP]...

4.3. http://celgene.com/utility/terms.aspx  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://celgene.com
Path:   /utility/terms.aspx

Issue detail

The following email addresses were disclosed in the response:

Request

GET /utility/terms.aspx HTTP/1.1
Host: celgene.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: tsize=1; __utmz=185899323.1289920541.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=185899323.1526469128.1289920541.1289920541.1289920541.1; __utmc=185899323; __utmb=185899323;

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 16 Nov 2010 16:23:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 18845

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Celgene Corporation Web Site Terms of Use</title>
<meta http-equiv="Content-Type" content="text/html; c
...[SNIP]...
<a href="mailto:Medinfo@celgene.com">Medinfo@celgene.com</a>
...[SNIP]...
<a href="mailto:Careersnj@celgene.com">Careersnj@celgene.com</a>
...[SNIP]...
<a href="mailto:ir@celgene.com">ir@celgene.com</a>
...[SNIP]...
<a href="mailto:privacy@celgene.com">privacy@celgene.com</a>
...[SNIP]...
<a href="mailto:privacy@celgene.com">privacy@celgene.com</a>
...[SNIP]...

Report generated by XSS.CX at Tue Nov 16 09:34:36 CST 2010.