HTTP Header Injection, CWE-113, greystoneappliances.com

Example and Proof of Concept for HTTP Header Injection

Report generated by XSS.CX at Tue Dec 28 09:28:21 CST 2010.


Contents


Contents

Loading

1. HTTP header injection

1.1. http://www.greystoneappliance.com/ProductDetails.asp [ProductCode parameter]

1.2. http://www.greystoneappliance.com/ProductDetails.asp [name of an arbitrarily supplied request parameter]

2. Cookie without HttpOnly flag set

2.1. http://www.greystoneappliance.com/ProductDetails.asp

2.2. http://www.greystoneappliance.com/Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm

2.3. http://www.greystoneappliance.com/Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm

2.4. http://www.greystoneappliance.com/Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm

3. Cross-domain Referer leakage

3.1. http://www.greystoneappliance.com/Articles.asp

3.2. http://www.greystoneappliance.com/EmailaFriend.asp

3.3. http://www.greystoneappliance.com/help_answer.asp

4. Cross-domain script include

4.1. http://www.greystoneappliance.com/

4.2. http://www.greystoneappliance.com/Appliances-s/64.htm

4.3. http://www.greystoneappliance.com/Articles.asp

4.4. http://www.greystoneappliance.com/EmailaFriend.asp

4.5. http://www.greystoneappliance.com/MailingList_subscribe.asp

4.6. http://www.greystoneappliance.com/PhotoDetails.asp

4.7. http://www.greystoneappliance.com/PhotoGallery.asp

4.8. http://www.greystoneappliance.com/ProductDetails.asp

4.9. http://www.greystoneappliance.com/SearchResults.asp

4.10. http://www.greystoneappliance.com/Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm

4.11. http://www.greystoneappliance.com/Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm

4.12. http://www.greystoneappliance.com/Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm

4.13. http://www.greystoneappliance.com/aboutus.asp

4.14. http://www.greystoneappliance.com/cindex.asp

4.15. http://www.greystoneappliance.com/default.asp

4.16. http://www.greystoneappliance.com/help.asp

4.17. http://www.greystoneappliance.com/help_answer.asp

4.18. http://www.greystoneappliance.com/pindex.asp

4.19. http://www.greystoneappliance.com/product-p/3757001.htm

4.20. http://www.greystoneappliance.com/terms.asp

4.21. http://www.greystoneappliance.com/terms_privacy.asp

5. Email addresses disclosed

6. Robots.txt file



1. HTTP header injection  next
There are 2 instances of this issue:

Issue background

HTTP header injection vulnerabilities arise when user-supplied data is copied into a response header in an unsafe way. If an attacker can inject newline characters into the header, then they can inject new HTTP headers and also, by injecting an empty line, break out of the headers into the message body and write arbitrary content into the application's response.

Various kinds of attack can be delivered via HTTP header injection vulnerabilities. Any attack that can be delivered via cross-site scripting can usually be delivered via header injection, because the attacker can construct a request which causes arbitrary JavaScript to appear within the response body. Further, it is sometimes possible to leverage header injection vulnerabilities to poison the cache of any proxy server via which users access the application. Here, an attacker sends a crafted request which results in a "split" response containing arbitrary content. If the proxy server can be manipulated to associate the injected response with another URL used within the application, then the attacker can perform a "stored" attack against this URL which will compromise other users who request that URL in future.

Issue remediation

If possible, applications should avoid copying user-controllable data into HTTP response headers. If this is unavoidable, then the data should be strictly validated to prevent header injection attacks. In most situations, it will be appropriate to allow only short alphanumeric strings to be copied into headers, and any other input should be rejected. At a minimum, input containing any characters with ASCII codes less than 0x20 should be rejected.


1.1. http://www.greystoneappliance.com/ProductDetails.asp [ProductCode parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /ProductDetails.asp

Issue detail

The value of the ProductCode request parameter is copied into the Location response header. The payload bf3db%0d%0a7006c31fe50 was submitted in the ProductCode parameter. This caused a response containing an injected HTTP header.

Request

GET /ProductDetails.asp?ProductCode=bf3db%0d%0a7006c31fe50 HTTP/1.1
Host: www.greystoneappliance.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.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 301 Moved Permanently
Date: Mon, 27 Dec 2010 23:08:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: http://www.greystoneappliance.com/product-p/bf3db
7006c31fe50
.htm
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: ASPSESSIONIDSCCAQRAA=OKOHBNDACLNBOHNJMLILFIAE; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent
Connection: Keep-Alive
Content-Length: 1059

<!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">

<head>
<script type="text/jav
...[SNIP]...

1.2. http://www.greystoneappliance.com/ProductDetails.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /ProductDetails.asp

Issue detail

The name of an arbitrarily supplied request parameter is copied into the Location response header. The payload f24a0%0d%0a0a1188b9972 was submitted in the name of an arbitrarily supplied request parameter. This caused a response containing an injected HTTP header.

Request

GET /ProductDetails.asp?ProductCode=3757001&f24a0%0d%0a0a1188b9972=1 HTTP/1.1
Host: www.greystoneappliance.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.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 301 Moved Permanently
Date: Mon, 27 Dec 2010 23:08:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: http://www.greystoneappliance.com/product-p/3757001.htm?f24a0
0a1188b9972
=1
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: ASPSESSIONIDSCCAQRAA=NMOHBNDAPKBGIOHGHJFOHGKF; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent
Connection: Keep-Alive
Content-Length: 1645

<!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">

<head>
<script type="text/jav
...[SNIP]...

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



2.1. http://www.greystoneappliance.com/ProductDetails.asp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.greystoneappliance.com
Path:   /ProductDetails.asp

Issue detail

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

Request

GET /ProductDetails.asp?ProductCode=3757001 HTTP/1.1
Host: www.greystoneappliance.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.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 301 Moved Permanently
Date: Mon, 27 Dec 2010 20:24:38 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: http://www.greystoneappliance.com/product-p/3757001.htm
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent
Connection: Keep-Alive
Content-Length: 1645

<!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">

<head>
<script type="text/jav
...[SNIP]...

2.2. http://www.greystoneappliance.com/Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm

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 /Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:21 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 29362
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: History50=37494V37380; expires=Tue, 11-Jan-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...

2.3. http://www.greystoneappliance.com/Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm

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 /Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm HTTP/1.1
Host: www.greystoneappliance.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.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=

Response

HTTP/1.1 200 OK
Date: Mon, 27 Dec 2010 20:24:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: History50=37380; expires=Tue, 11-Jan-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent
Connection: Keep-Alive
Content-Length: 43777

<!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">

<head>
<script type="text/jav
...[SNIP]...

2.4. http://www.greystoneappliance.com/Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm

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 /Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 29436
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: History50=37496V37380; expires=Tue, 11-Jan-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...

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

Issue background

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

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

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

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

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

Issue remediation

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


3.1. http://www.greystoneappliance.com/Articles.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Articles.asp

Issue detail

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

Request

GET /Articles.asp?ID=255 HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:19:21 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 16387
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
<div id="VolusionLiveChat"><a
href="http://www.volusion.com/livechat_software.asp">
Free Live Chat
Software</a></div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.greystoneappliance.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.greystoneappliance.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"></a>
...[SNIP]...
<br><a target="_blank" href="https://www.bbb.org/boston/business-reviews/internet-shopping/greystone-appliance-in-saugus-ma-117498/#bbbonlineclick"><img alt="" src="https://www.socket2you.com/v/vspfiles/assets/images/BBBSealH1.gif" align="" border="0px"></a><br><a target="_BLANK" href="https://www.bbb.org/boston/business-reviews/internet-shopping/greystone-appliance-in-saugus-ma-117498/#bbbonlineclick" style="font-size: 10px; line-height: 1em; text-decoration: none; font-style: italic; font-family: verdana,arial,sans serif; color: rgb(0, 0, 0);">Click here for<br>
...[SNIP]...
<br><a target="_blank" href="https://www.resellerratings.com/store/Socket_2_You"><img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/reseller_ratings.jpg" align="" border="0px">
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.greystoneappliance.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.greystoneappliance.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"></a>
...[SNIP]...
n the footer of the website. The link must be standard html, contain no javascript, and be approved by Volusion. Removing this link breaches the Volusion agreement. -->

   Shopping Cart Powered by <a href="http://www.volusion.com" title="Shopping Cart Software" target="_blank">Volusion</a>
...[SNIP]...

3.2. http://www.greystoneappliance.com/EmailaFriend.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /EmailaFriend.asp

Issue detail

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

Request

GET /EmailaFriend.asp?ProductCode=3757001 HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 16602
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
<div id="VolusionLiveChat"><a
href="http://www.volusion.com/livechat_software.asp">
Free Live Chat
Software</a></div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.greystoneappliance.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.greystoneappliance.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"></a>
...[SNIP]...
<br><a target="_blank" href="https://www.bbb.org/boston/business-reviews/internet-shopping/greystone-appliance-in-saugus-ma-117498/#bbbonlineclick"><img alt="" src="https://www.socket2you.com/v/vspfiles/assets/images/BBBSealH1.gif" align="" border="0px"></a><br><a target="_BLANK" href="https://www.bbb.org/boston/business-reviews/internet-shopping/greystone-appliance-in-saugus-ma-117498/#bbbonlineclick" style="font-size: 10px; line-height: 1em; text-decoration: none; font-style: italic; font-family: verdana,arial,sans serif; color: rgb(0, 0, 0);">Click here for<br>
...[SNIP]...
<br><a target="_blank" href="https://www.resellerratings.com/store/Socket_2_You"><img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/reseller_ratings.jpg" align="" border="0px">
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.greystoneappliance.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.greystoneappliance.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"></a>
...[SNIP]...
n the footer of the website. The link must be standard html, contain no javascript, and be approved by Volusion. Removing this link breaches the Volusion agreement. -->

   Shopping Cart Powered by <a href="http://www.volusion.com" title="Shopping Cart Software" target="_blank">Volusion</a>
...[SNIP]...

3.3. http://www.greystoneappliance.com/help_answer.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /help_answer.asp

Issue detail

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

Request

GET /help_answer.asp?ID=11 HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:20:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 29999
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
<div id="VolusionLiveChat"><a
href="http://www.volusion.com/livechat_software.asp">
Free Live Chat
Software</a></div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.greystoneappliance.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.greystoneappliance.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"></a>
...[SNIP]...
<br><a target="_blank" href="https://www.bbb.org/boston/business-reviews/internet-shopping/greystone-appliance-in-saugus-ma-117498/#bbbonlineclick"><img alt="" src="https://www.socket2you.com/v/vspfiles/assets/images/BBBSealH1.gif" align="" border="0px"></a><br><a target="_BLANK" href="https://www.bbb.org/boston/business-reviews/internet-shopping/greystone-appliance-in-saugus-ma-117498/#bbbonlineclick" style="font-size: 10px; line-height: 1em; text-decoration: none; font-style: italic; font-family: verdana,arial,sans serif; color: rgb(0, 0, 0);">Click here for<br>
...[SNIP]...
<br><a target="_blank" href="https://www.resellerratings.com/store/Socket_2_You"><img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/reseller_ratings.jpg" align="" border="0px">
...[SNIP]...
<td>Please <a target="_blank" href="http://www.socket2you.com//SearchResults.asp?Cat=44">contact us</a>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.greystoneappliance.com"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.greystoneappliance.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;"></a>
...[SNIP]...
n the footer of the website. The link must be standard html, contain no javascript, and be approved by Volusion. Removing this link breaches the Volusion agreement. -->

   Shopping Cart Powered by <a href="http://www.volusion.com" title="Shopping Cart Software" target="_blank">Volusion</a>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 21 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.greystoneappliance.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:17:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 26265
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.2. http://www.greystoneappliance.com/Appliances-s/64.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Appliances-s/64.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /Appliances-s/64.htm HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 47750
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.3. http://www.greystoneappliance.com/Articles.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Articles.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /Articles.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:19:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 12578
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.4. http://www.greystoneappliance.com/EmailaFriend.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /EmailaFriend.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /EmailaFriend.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 8699
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.5. http://www.greystoneappliance.com/MailingList_subscribe.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /MailingList_subscribe.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /MailingList_subscribe.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 13498
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.6. http://www.greystoneappliance.com/PhotoDetails.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /PhotoDetails.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /PhotoDetails.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:20:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 1690
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Description" content="Greystone Appliance offers great deals on the latest High-Definition and Home
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...

4.7. http://www.greystoneappliance.com/PhotoGallery.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /PhotoGallery.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /PhotoGallery.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:20:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 8702
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.8. http://www.greystoneappliance.com/ProductDetails.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /ProductDetails.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /ProductDetails.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:16:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 12717
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.9. http://www.greystoneappliance.com/SearchResults.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /SearchResults.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /SearchResults.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:17:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 13842
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.10. http://www.greystoneappliance.com/Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /Weber-7519-Genesis-E-and-S-Series-Rotisserie-p/7519.htm HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:21 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 29362
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: History50=37494V37380; expires=Tue, 11-Jan-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
</div>
                           <script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js?pub=volusion"></script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.11. http://www.greystoneappliance.com/Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm HTTP/1.1
Host: www.greystoneappliance.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.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=

Response

HTTP/1.1 200 OK
Date: Mon, 27 Dec 2010 20:24:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: History50=37380; expires=Tue, 11-Jan-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent
Connection: Keep-Alive
Content-Length: 43777

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
</div>
                           <script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js?pub=volusion"></script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.12. http://www.greystoneappliance.com/Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /Weber-Premium-Grill-Cover-For-Genesis-E-EP-S-p/7553.htm HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:18:43 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 29436
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Set-Cookie: History50=37496V37380; expires=Tue, 11-Jan-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
</div>
                           <script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js?pub=volusion"></script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.13. http://www.greystoneappliance.com/aboutus.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /aboutus.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /aboutus.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:19:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 18384
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.14. http://www.greystoneappliance.com/cindex.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /cindex.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /cindex.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:19:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 24477
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.15. http://www.greystoneappliance.com/default.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /default.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /default.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:16:46 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 26265
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.16. http://www.greystoneappliance.com/help.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /help.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /help.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:17:29 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 23490
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.17. http://www.greystoneappliance.com/help_answer.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /help_answer.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /help_answer.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:20:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 12414
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.18. http://www.greystoneappliance.com/pindex.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /pindex.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /pindex.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:19:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 82147
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.19. http://www.greystoneappliance.com/product-p/3757001.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /product-p/3757001.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /product-p/3757001.htm HTTP/1.1
Host: www.greystoneappliance.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.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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: vsettings=; ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ

Response

HTTP/1.1 301 Moved Permanently
Date: Mon, 27 Dec 2010 20:24:39 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /Weber-Genesis-E-320-Propane-Gas-Grill-Green-p/3757001.htm
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent
Connection: Keep-Alive
Content-Length: 8876

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.20. http://www.greystoneappliance.com/terms.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /terms.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /terms.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:20:38 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 21912
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

4.21. http://www.greystoneappliance.com/terms_privacy.asp  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /terms_privacy.asp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /terms_privacy.asp HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:20:35 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 20097
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />


<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
...[SNIP]...
</div>
<script defer type="text/javascript"
src="https://livechat.volusion.com/script.aspx?id=566119">
</script>
...[SNIP]...
<img alt="" src="https://www.greystoneappliance.com/v/vspfiles/assets/images/paymentmethods0.png" align="" border="0"><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...
<li><script src="https://seal.verisign.com/getseal?host_name=www.greystoneappliance.com&size=L&use_flash=YES&use_transparent=YES&lang=en">

</script>
...[SNIP]...

5. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /Articles.asp

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET /Articles.asp?ID=255 HTTP/1.1
Host: www.greystoneappliance.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: History50=37380; __utmz=226848843.1293481474.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASPSESSIONIDSCCAQRAA=GBNHBNDAOADODDMBPCIFCPOJ; vsettings=; __utma=226848843.854362956.1293481474.1293481474.1293481474.1; __utmc=226848843; __utmb=226848843.1.10.1293481474;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 23:19:21 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 16387
Content-Type: text/html; Charset=UTF-8
Set-Cookie: vsettings=; expires=Thu, 22-Dec-2011 08:00:00 GMT; path=/
Cache-control: private
Vary: Accept-Encoding, User-Agent

<!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">

<head>
<script type="text/jav
...[SNIP]...
<input name="email_From" value="customerservice@greystoneappliance.com" type="hidden">
<input name="email_To" value="customerservice@greystoneappliance.com" type="hidden">
...[SNIP]...

6. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.greystoneappliance.com
Path:   /ProductDetails.asp

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: www.greystoneappliance.com

Response

HTTP/1.1 200 OK
Content-Length: 68
Content-Type: text/plain
Last-Modified: Wed, 01 Dec 2010 04:59:07 GMT
Accept-Ranges: bytes
ETag: "9568bb7b1491cb1:3d17"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Mon, 27 Dec 2010 23:07:33 GMT
Connection: close

# robots.txt for search engines

User-agent:*
Disallow: /cgi-bin/

Report generated by XSS.CX at Tue Dec 28 09:28:21 CST 2010.