XSS, paperthin.com, Cross Site Scripting, CWE-79, CAPEC-86

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

Report generated by CloudScan Vulnerability Crawler at Mon Feb 28 05:47:30 CST 2011.


Loading

1. Cross-site scripting (reflected)

1.1. http://www.paperthin.com/_cs_apps/ajaxProxy.cfm [bean parameter]

1.2. http://www.paperthin.com/_cs_apps/ajaxProxy.cfm [method parameter]

2. Cookie without HttpOnly flag set

3. Cross-domain Referer leakage

3.1. http://www.paperthin.com/_cs_apps/ajaxProxy.cfm

3.2. http://www.paperthin.com/marketing/Flexible-Content-Management.cfm

4. Cross-domain script include

4.1. http://www.paperthin.com/

4.2. http://www.paperthin.com/marketing/Flexible-Content-Management.cfm

4.3. http://www.paperthin.com/products/CommonSpot-Hosted-Edition.cfm

4.4. http://www.paperthin.com/products/Online-Demo-Registration-Form.cfm

4.5. http://www.paperthin.com/products/pricing-options.cfm

4.6. http://www.paperthin.com/solutions/index.cfm

5. Email addresses disclosed

5.1. http://www.paperthin.com/

5.2. http://www.paperthin.com/commonspot/controls/dhtmlmenu/HM_ScriptDOM.js

5.3. http://www.paperthin.com/products/CommonSpot-Hosted-Edition.cfm

5.4. http://www.paperthin.com/products/Online-Demo-Registration-Form.cfm

5.5. http://www.paperthin.com/products/pricing-options.cfm

5.6. http://www.paperthin.com/solutions/index.cfm

6. Content type incorrectly stated

6.1. http://www.paperthin.com/dhtmlmenu_pgdefs_2.js

6.2. http://www.paperthin.com/dhtmlmenu_staticmenus_2.js

6.3. http://www.paperthin.com/products/dhtmlmenu_pgdefs_2.js

6.4. http://www.paperthin.com/products/dhtmlmenu_staticmenus_2.js

6.5. http://www.paperthin.com/solutions/dhtmlmenu_pgdefs_2.js

6.6. http://www.paperthin.com/solutions/dhtmlmenu_staticmenus_2.js



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

Issue background

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

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

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

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

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses: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.paperthin.com/_cs_apps/ajaxProxy.cfm [bean parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /_cs_apps/ajaxProxy.cfm

Issue detail

The value of the bean request parameter is copied into the HTML document as plain text between tags. The payload 7e534<img%20src%3da%20onerror%3dalert(1)>39d24d73cff was submitted in the bean parameter. This input was echoed as 7e534<img src=a onerror=alert(1)>39d24d73cff in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /_cs_apps/ajaxProxy.cfm?bean=twitterService7e534<img%20src%3da%20onerror%3dalert(1)>39d24d73cff&method=buildUtilityTweetHTML&searchString=commonspot HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.3.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:16:29 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Pragma: no-cache
Expires: {ts '2011-02-26 18:16:29'}
Content-Type: text/html; charset=UTF-8
Content-Length: 1638


           <script type="text/javascript" src="/ADF/thirdParty/jquery/jquery-1.3.2.js"></script>
           
           
   <!-- ADF Lightbox Framework Loaded @ {ts '2011-02-26 18:16:29'} -->
   <script type='text/javascript' s
...[SNIP]...
</script>
   The Bean: twitterService7e534<img src=a onerror=alert(1)>39d24d73cff with method: buildUtilityTweetHTML is not accessible remotely via Ajax Proxy.

1.2. http://www.paperthin.com/_cs_apps/ajaxProxy.cfm [method parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /_cs_apps/ajaxProxy.cfm

Issue detail

The value of the method request parameter is copied into the HTML document as plain text between tags. The payload 998c7<img%20src%3da%20onerror%3dalert(1)>36e6591e379 was submitted in the method parameter. This input was echoed as 998c7<img src=a onerror=alert(1)>36e6591e379 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /_cs_apps/ajaxProxy.cfm?bean=twitterService&method=buildUtilityTweetHTML998c7<img%20src%3da%20onerror%3dalert(1)>36e6591e379&searchString=commonspot HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.3.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:16:36 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Pragma: no-cache
Expires: {ts '2011-02-26 18:16:36'}
Content-Type: text/html; charset=UTF-8
Content-Length: 1638


           <script type="text/javascript" src="/ADF/thirdParty/jquery/jquery-1.3.2.js"></script>
           
           
   <!-- ADF Lightbox Framework Loaded @ {ts '2011-02-26 18:16:36'} -->
   <script type='text/javascript' s
...[SNIP]...
</script>
   The Bean: twitterService with method: buildUtilityTweetHTML998c7<img src=a onerror=alert(1)>36e6591e379 is not accessible remotely via Ajax Proxy.

2. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /marketing/Flexible-Content-Management.cfm

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies appear to contain session tokens, 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 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 /marketing/Flexible-Content-Management.cfm?gclid=CO_90836pqcCFc165Qod_wxfCQ HTTP/1.1
Host: www.paperthin.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.98 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: Sat, 26 Feb 2011 23:08:44 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Set-Cookie: CFID=2258137;expires=Tue, 08-Mar-2011 23:08:44 GMT;path=/
Set-Cookie: CFTOKEN=84911791;expires=Tue, 08-Mar-2011 23:08:44 GMT;path=/
pragma: no-cache
Expires: Mon, 06 Jan 1990 00:00:01 GMT
cache-control: no-store
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 68572

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...

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

Issue background

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

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

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

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

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

Issue remediation

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


3.1. http://www.paperthin.com/_cs_apps/ajaxProxy.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /_cs_apps/ajaxProxy.cfm

Issue detail

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

Request

GET /_cs_apps/ajaxProxy.cfm?bean=twitterService&method=buildUtilityTweetHTML&searchString=commonspot HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.3.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:51 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Pragma: no-cache
Expires: {ts '2011-02-26 18:15:51'}
Content-Type: text/html; charset=UTF-8
Content-Length: 382

<p><a href="http://twitter.com/LudwigGraphics" target="_blank">@LudwigGraphics</a> says: "Web Production Coordinator: design skills - Comfortable using Content Management Systems (CommonSpot, WordPres
...[SNIP]...
<span class="tweet-time"><a href="http://twitter.com/LudwigGraphics/statuses/41605085452570624" target="_blank">2011-02-26 21:06:40 </a>
...[SNIP]...

3.2. http://www.paperthin.com/marketing/Flexible-Content-Management.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /marketing/Flexible-Content-Management.cfm

Issue detail

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

Request

GET /marketing/Flexible-Content-Management.cfm?gclid=CO_90836pqcCFc165Qod_wxfCQ HTTP/1.1
Host: www.paperthin.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.98 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: Sat, 26 Feb 2011 23:08:44 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Set-Cookie: CFID=2258137;expires=Tue, 08-Mar-2011 23:08:44 GMT;path=/
Set-Cookie: CFTOKEN=84911791;expires=Tue, 08-Mar-2011 23:08:44 GMT;path=/
pragma: no-cache
Expires: Mon, 06 Jan 1990 00:00:01 GMT
cache-control: no-store
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 68572

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 6 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://www.paperthin.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.paperthin.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.98 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: CFID=2258135; CFTOKEN=51840065

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:14:24 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 59370

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
   </script>
...[SNIP]...
</script>
                   <script language="JavaScript" src="https://stats.ManticoreTechnology.com/mtcJSAPI.js"></script>
...[SNIP]...
</script>
   

       <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
...[SNIP]...

4.2. http://www.paperthin.com/marketing/Flexible-Content-Management.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /marketing/Flexible-Content-Management.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /marketing/Flexible-Content-Management.cfm?gclid=CO_90836pqcCFc165Qod_wxfCQ HTTP/1.1
Host: www.paperthin.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.98 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: Sat, 26 Feb 2011 23:08:44 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Set-Cookie: CFID=2258137;expires=Tue, 08-Mar-2011 23:08:44 GMT;path=/
Set-Cookie: CFTOKEN=84911791;expires=Tue, 08-Mar-2011 23:08:44 GMT;path=/
pragma: no-cache
Expires: Mon, 06 Jan 1990 00:00:01 GMT
cache-control: no-store
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 68572

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
...[SNIP]...

4.3. http://www.paperthin.com/products/CommonSpot-Hosted-Edition.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /products/CommonSpot-Hosted-Edition.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /products/CommonSpot-Hosted-Edition.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.3.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:58 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 42873

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
   </script>
...[SNIP]...
</script>
                   <script language="JavaScript" src="https://stats.ManticoreTechnology.com/mtcJSAPI.js"></script>
...[SNIP]...
</script>
   

       <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
...[SNIP]...

4.4. http://www.paperthin.com/products/Online-Demo-Registration-Form.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /products/Online-Demo-Registration-Form.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /products/Online-Demo-Registration-Form.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.1.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:24 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 46905

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
   </script>
...[SNIP]...
</script>
                   <script language="JavaScript" src="https://stats.ManticoreTechnology.com/mtcJSAPI.js"></script>
...[SNIP]...
</script>
   

       <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
...[SNIP]...

4.5. http://www.paperthin.com/products/pricing-options.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /products/pricing-options.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /products/pricing-options.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/solutions/index.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.2.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:39 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 48019

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
   </script>
...[SNIP]...
</script>
                   <script language="JavaScript" src="https://stats.ManticoreTechnology.com/mtcJSAPI.js"></script>
...[SNIP]...
</script>
   

       <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
...[SNIP]...

4.6. http://www.paperthin.com/solutions/index.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /solutions/index.cfm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /solutions/index.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.1.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:27 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 55687

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
   </script>
...[SNIP]...
</script>
                   <script language="JavaScript" src="https://stats.ManticoreTechnology.com/mtcJSAPI.js"></script>
...[SNIP]...
</script>
   

       <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
...[SNIP]...

5. Email addresses disclosed  previous  next
There are 6 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://www.paperthin.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /

Issue detail

The following email addresses were disclosed in the response:

Request

GET / HTTP/1.1
Host: www.paperthin.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.98 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: CFID=2258135; CFTOKEN=51840065

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:14:24 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 59370

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
<a href="mailto:support@paperthin.com">support@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:sales@paperthin.com">sales@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:marketing@paperthin.com">marketing@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:jobs@paperthin.com">jobs@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...

5.2. http://www.paperthin.com/commonspot/controls/dhtmlmenu/HM_ScriptDOM.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /commonspot/controls/dhtmlmenu/HM_ScriptDOM.js

Issue detail

The following email address was disclosed in the response:

Request

GET /commonspot/controls/dhtmlmenu/HM_ScriptDOM.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmb=259978379; __utmc=259978379; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:14:29 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Fri, 17 Apr 2009 02:42:52 GMT
ETag: "9a000000017ecf-87bd-467b723138300"
Accept-Ranges: bytes
Content-Length: 34749
Content-Type: application/javascript

/*HM_ScriptDOM.js
* by Peter Belesis. v4.0.12 010612
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
* Originally published and documented at http://www.dhtmlab.com/
* You may use this code only if this entire
* copyright notice appears unchanged and you publicly display
* a link to http://www.dhtmlab.com/.
*
* Contact peter.belesis@btclick.com for all other uses.
*/
HM_IE5M = HM_IE && HM_Mac;
HM_IE5W = HM_IE && !HM_Mac;
HM_NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));

//HM_IEDTD = (HM_IE && document.doc
...[SNIP]...

5.3. http://www.paperthin.com/products/CommonSpot-Hosted-Edition.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /products/CommonSpot-Hosted-Edition.cfm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /products/CommonSpot-Hosted-Edition.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.3.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:58 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 42873

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
<a href="mailto:support@paperthin.com">support@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:sales@paperthin.com">sales@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:marketing@paperthin.com">marketing@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:jobs@paperthin.com">jobs@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...

5.4. http://www.paperthin.com/products/Online-Demo-Registration-Form.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /products/Online-Demo-Registration-Form.cfm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /products/Online-Demo-Registration-Form.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.1.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:24 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 46905

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
<a href="mailto:support@paperthin.com">support@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:sales@paperthin.com">sales@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:marketing@paperthin.com">marketing@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:jobs@paperthin.com">jobs@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...

5.5. http://www.paperthin.com/products/pricing-options.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /products/pricing-options.cfm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /products/pricing-options.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/solutions/index.cfm
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.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.2.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:39 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 48019

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
<a href="mailto:support@paperthin.com">support@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:sales@paperthin.com">sales@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:marketing@paperthin.com">marketing@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:jobs@paperthin.com">jobs@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...

5.6. http://www.paperthin.com/solutions/index.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.paperthin.com
Path:   /solutions/index.cfm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /solutions/index.cfm HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.1.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:27 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Content-Type: text/html; charset=iso-8859-1
Content-Length: 55687

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- Conte
...[SNIP]...
<a href="mailto:support@paperthin.com">support@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:sales@paperthin.com">sales@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:marketing@paperthin.com">marketing@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:jobs@paperthin.com">jobs@paperthin.com</a>
...[SNIP]...
<a style="" href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...
<a href="mailto:info@paperthin.com">info@paperthin.com</a>
...[SNIP]...

6. Content type incorrectly stated  previous
There are 6 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://www.paperthin.com/dhtmlmenu_pgdefs_2.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /dhtmlmenu_pgdefs_2.js

Issue detail

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

Request

GET /dhtmlmenu_pgdefs_2.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmb=259978379; __utmc=259978379; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:14:27 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Mon, 22 Nov 2004 20:20:10 GMT
ETag: "40000000118bd-3b0-3e97e954af280"
Accept-Ranges: bytes
Content-Length: 944
Content-Type: application/javascript

HM_PG_MenuWidth = 150;
HM_PG_BGColor = '#CCCCCC';
HM_PG_BGColorOver = '#eb8f35';
HM_PG_ItemPadding = 2;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = '#000000';
HM_PG_BorderStyle = 'solid';
HM_PG_Separat
...[SNIP]...

6.2. http://www.paperthin.com/dhtmlmenu_staticmenus_2.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /dhtmlmenu_staticmenus_2.js

Issue detail

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

Request

GET /dhtmlmenu_staticmenus_2.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmb=259978379; __utmc=259978379; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:14:27 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Fri, 25 Feb 2011 19:20:14 GMT
ETag: "40000000118be-d5f-49d203836faf8"
Accept-Ranges: bytes
Content-Length: 3423
Content-Type: application/javascript

paramArray = []; HM_Array6758_4 = [paramArray]; paramArray = []; HM_Array6726_4 = [paramArray]; menuPosCol['elMenu6734'] = 'bottom_left'; HM_a_TreesToBuild[HM_a_TreesToBuild.length] = '6734'; param
...[SNIP]...

6.3. http://www.paperthin.com/products/dhtmlmenu_pgdefs_2.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /products/dhtmlmenu_pgdefs_2.js

Issue detail

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

Request

GET /products/dhtmlmenu_pgdefs_2.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.2.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:39 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Mon, 22 Nov 2004 20:31:20 GMT
ETag: "98000000013b4c-3b0-3e97ebd3a5600"
Accept-Ranges: bytes
Content-Length: 944
Content-Type: application/javascript

HM_PG_MenuWidth = 150;
HM_PG_BGColor = '#CCCCCC';
HM_PG_BGColorOver = '#eb8f35';
HM_PG_ItemPadding = 2;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = '#000000';
HM_PG_BorderStyle = 'solid';
HM_PG_Separat
...[SNIP]...

6.4. http://www.paperthin.com/products/dhtmlmenu_staticmenus_2.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /products/dhtmlmenu_staticmenus_2.js

Issue detail

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

Request

GET /products/dhtmlmenu_staticmenus_2.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/products/pricing-options.cfm
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.2.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:39 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Sat, 26 Feb 2011 22:21:35 GMT
ETag: "43000000013b56-d5f-49d36dea4900d"
Accept-Ranges: bytes
Content-Length: 3423
Content-Type: application/javascript

paramArray = []; HM_Array6758_4 = [paramArray]; paramArray = []; HM_Array6726_4 = [paramArray]; menuPosCol['elMenu6734'] = 'bottom_left'; HM_a_TreesToBuild[HM_a_TreesToBuild.length] = '6734'; param
...[SNIP]...

6.5. http://www.paperthin.com/solutions/dhtmlmenu_pgdefs_2.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /solutions/dhtmlmenu_pgdefs_2.js

Issue detail

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

Request

GET /solutions/dhtmlmenu_pgdefs_2.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/solutions/index.cfm
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.1.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:28 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Wed, 24 Mar 2010 23:57:52 GMT
ETag: "80000000147b6-3b0-48294b2b7c000"
Accept-Ranges: bytes
Content-Length: 944
Content-Type: application/javascript

HM_PG_MenuWidth = 150;
HM_PG_BGColor = '#CCCCCC';
HM_PG_BGColorOver = '#eb8f35';
HM_PG_ItemPadding = 2;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = '#000000';
HM_PG_BorderStyle = 'solid';
HM_PG_Separat
...[SNIP]...

6.6. http://www.paperthin.com/solutions/dhtmlmenu_staticmenus_2.js  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.paperthin.com
Path:   /solutions/dhtmlmenu_staticmenus_2.js

Issue detail

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

Request

GET /solutions/dhtmlmenu_staticmenus_2.js HTTP/1.1
Host: www.paperthin.com
Proxy-Connection: keep-alive
Referer: http://www.paperthin.com/solutions/index.cfm
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 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: CFID=2258135; CFTOKEN=51840065; __utmz=259978379.1298762761.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); sifrFetch=true; MTCCK=1; __utma=259978379.1159283661.1298762761.1298762761.1298762761.1; __utmc=259978379; __utmb=259978379.1.10.1298762761

Response

HTTP/1.1 200 OK
Date: Sat, 26 Feb 2011 23:15:28 GMT
Server: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.6 JRun/4.0 PHP/5.2.13
Last-Modified: Sat, 26 Feb 2011 13:30:03 GMT
ETag: "80000000147b7-d5f-49d2f71b1ee37"
Accept-Ranges: bytes
Content-Length: 3423
Content-Type: application/javascript

paramArray = []; HM_Array6758_4 = [paramArray]; paramArray = []; HM_Array6726_4 = [paramArray]; menuPosCol['elMenu6734'] = 'bottom_left'; HM_a_TreesToBuild[HM_a_TreesToBuild.length] = '6734'; param
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Mon Feb 28 05:47:30 CST 2011.