Report generated by Hoyt LLC Research at Sun Sep 26 14:28:12 EDT 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (stored)

2. Cross-site scripting (reflected)

3. Cleartext submission of password

3.1. http://browsermob.com/account/overview

3.2. http://browsermob.com/home

3.3. http://browsermob.com/load/dashboard

3.4. http://browsermob.com/load/schedule

3.5. http://browsermob.com/performance-testing

3.6. http://browsermob.com/scripts/create-basic-browser-script

3.7. http://browsermob.com/scripts/edit-script

3.8. http://browsermob.com/scripts/edit-script/13969

3.9. http://browsermob.com/scripts/manage-scripts

3.10. http://browsermob.com/scripts/upload-selenium-script

3.11. http://browsermob.com/website-monitoring-load-testing-support

4. Password field with autocomplete enabled

4.1. http://browsermob.com/account/overview

4.2. http://browsermob.com/home

4.3. http://browsermob.com/load/dashboard

4.4. http://browsermob.com/load/schedule

4.5. http://browsermob.com/performance-testing

4.6. http://browsermob.com/scripts/create-basic-browser-script

4.7. http://browsermob.com/scripts/edit-script

4.8. http://browsermob.com/scripts/edit-script/13969

4.9. http://browsermob.com/scripts/manage-scripts

4.10. http://browsermob.com/scripts/upload-selenium-script

4.11. http://browsermob.com/website-monitoring-load-testing-support

5. Cross-domain Referer leakage

6. Cross-domain script include

6.1. http://browsermob.com/account/overview

6.2. http://browsermob.com/home

6.3. http://browsermob.com/load/dashboard

6.4. http://browsermob.com/load/schedule

6.5. http://browsermob.com/performance-testing

6.6. http://browsermob.com/scripts/create-basic-browser-script

6.7. http://browsermob.com/scripts/edit-script

6.8. http://browsermob.com/scripts/edit-script/13969

6.9. http://browsermob.com/scripts/manage-scripts

6.10. http://browsermob.com/scripts/upload-selenium-script

6.11. http://browsermob.com/website-monitoring-load-testing-support

7. Cookie without HttpOnly flag set

8. File upload functionality

8.1. http://browsermob.com/scripts/bespin/bespin-2.3.js

8.2. http://browsermob.com/scripts/upload-selenium-script

9. Email addresses disclosed

10. Credit card numbers disclosed

11. Content type incorrectly stated



1. Cross-site scripting (stored)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/manage-scripts

Issue detail

The value of the script.name request parameter submitted to the URL /scripts/create-basic-browser-script is copied into the HTML document as plain text between tags at the URL /scripts/manage-scripts. The payload be23d<script>alert(1)</script>96c96699845 was submitted in the script.name parameter. This input was returned unmodified in a subsequent request for the URL /scripts/manage-scripts.

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

Issue background

Stored cross-site scripting vulnerabilities arise when data which originated from any tainted source is copied into the application's responses in an unsafe way. An attacker can use the vulnerability to inject malicious JavaScript code into the application, which will execute within the browser of any user who views the relevant application content.

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

Methods for introducing malicious content include any function where request parameters or headers are processed and stored by the application, and any out-of-band channel whereby data can be introduced into the application's processing space (for example, email messages sent over SMTP which are ultimately rendered within a web mail application).

Stored cross-site scripting flaws are typically more serious than reflected vulnerabilities because they do not require a separate delivery mechanism in order to reach targe users, and they can potentially be exploited to create web application worms which spread exponentially amongst application users.

Note that automated detection of stored cross-site scripting vulnerabilities cannot reliably determine whether attacks that are persisted within the application can be accessed by any other user, only by authenticated users, or only by the attacker themselves. You should review the functionality in which the vulnerability appears to determine whether the application's behaviour can feasibly be used to compromise other application users.

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.

Request 1

POST /scripts/create-basic-browser-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/create-basic-browser-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.25.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=21; c9210-87283h7es1_vt=1285522345635; timezoneOffset=-240; editor=basic
Content-Length: 419

script.name=be23d<script>alert(1)</script>96c96699845&steps%5B0%5D.url=http%3A%2F%2Fbrowsermob.com%2Fxsstest%2500%22%253c%253e%27&steps%5B0%5D.validationText=&steps%5B1%5D.url=&steps%5B1%5D.validationText=&steps%5B2%5D.url=&steps%5B2%5D.validationText=&
...[SNIP]...

Request 2

GET /scripts/manage-scripts?__fsk=239353419 HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/create-basic-browser-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.25.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=21; c9210-87283h7es1_vt=1285522345635; timezoneOffset=-240; editor=basic

Response 2

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:35:40 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 46031


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<a href="/scripts/edit-script/15866">be23d<script>alert(1)</script>96c96699845</a>
...[SNIP]...

2. Cross-site scripting (reflected)  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/schedule

Issue detail

The value of the loadTest.region request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 788a7%3balert(1)//fe602171cd979ffbc was submitted in the loadTest.region parameter. This input was echoed as 788a7;alert(1)//fe602171cd979ffbc in the application's response.

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

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

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.

Request

GET /load/schedule?showHumanFeedback=false&showAdvanced=true&loadTest.name=%27a%3Da%27--&loadTest.region=US_EAST788a7%3balert(1)//fe602171cd979ffbc&runAsap=true&loadTest.start=09%2F26%2F2010&hour=14&minute=19&loadTest.parts%5B0%5D.duration=15&loadTest.parts%5B0%5D.maxUsers=15&loadTest.parts%5B0%5D.type=RAMP&loadTest.parts%5B1%5D.duration=15&loadTest.parts%5B1%5D.maxUsers=15&loadTest.parts%5B1%5D.type=CONSTANT&loadTest.scripts%5B0%5D.percentage=100&loadTest.scripts%5B0%5D.testScript=&overrideCode=&schedule=&_sourcePage=dALUG2lBcO0_PbiA3jf7a4y_Pgof3tZYvHMrHShm27UkUNwlMdb3MQ%3D%3D&__fp=HDSJOIqLFjjMHk2k4fLJlfjN8-WdRFvcdB4rF5x-zhjO6HzVmbCx8UujeCb6BZJHcS3gPLhL0qhXIUxze93ZP0fCpdmUzUkB672XgAszcwfWV8NcffumyI4Ok_Wavksfteve1UiIkPJ9tlD2A-AK3T5TBR4h1my5QxdbJXxuVGg%3D HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/schedule
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.11.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=7; c9210-87283h7es1_vt=1285521548135; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:46:19 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 40491


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
Load tests must be of all the same type of script (ie: all real browsers or all simulated browsers)", globalErrors);
handleValidationError("Schedule", "loadTest.region", "The value "US_EAST788a7;alert(1)//fe602171cd979ffbc" is not a valid value for field Geographic Source", globalErrors);
handleGlobalValidationErrors(globalErrors);
});
</script>
...[SNIP]...

3. Cleartext submission of password  previous  next
There are 11 instances of this issue:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defense and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.


3.1. http://browsermob.com/account/overview  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /account/overview

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /account/overview HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: browsermob.com
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.8.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=4; c9210-87283h7es1_vt=1285521451713; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:18:07 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 19524


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.2. http://browsermob.com/home  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /home

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /home HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/performance-testing
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.2.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=2; c9210-87283h7es1_vt=1285521287416; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:15:00 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 17106


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.3. http://browsermob.com/load/dashboard  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/dashboard

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /load/dashboard HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/schedule
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.12.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=8; c9210-87283h7es1_vt=1285521571057; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:19:36 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 12009


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.4. http://browsermob.com/load/schedule  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/schedule

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /load/schedule HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/dashboard
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.13.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=9; c9210-87283h7es1_vt=1285521579666; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:20:32 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 37541


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.5. http://browsermob.com/performance-testing  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /performance-testing

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /performance-testing HTTP/1.1
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: browsermob.com
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.1.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=1; c9210-87283h7es1_vt=1285521272213; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:14:44 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 18037


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.6. http://browsermob.com/scripts/create-basic-browser-script  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/create-basic-browser-script

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /scripts/create-basic-browser-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/manage-scripts
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.23.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=19; c9210-87283h7es1_vt=1285522210432; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:31:32 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15970


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.7. http://browsermob.com/scripts/edit-script  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

POST /scripts/edit-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/edit-script/13969
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.16.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=12; c9210-87283h7es1_vt=1285521668072; timezoneOffset=-240
Content-Length: 574

script=13969&script.name=CloudScan+Test+1&script.script=var+selenium+%3D+browserMob.openBrowser%28%29%3B%0D%0A%0D%0AbrowserMob.beginTransaction%28%29%3B%0D%0A%0D%0AbrowserMob.beginStep%28%22Step+1%22%
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Set-Cookie: editor=basic; Expires=Mon, 26-Sep-2011 17:26:39 GMT; Path=/
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 14089


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.8. http://browsermob.com/scripts/edit-script/13969  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script/13969

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /scripts/edit-script/13969 HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/manage-scripts
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.15.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=11; c9210-87283h7es1_vt=1285521651557; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15186


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.9. http://browsermob.com/scripts/manage-scripts  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/manage-scripts

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /scripts/manage-scripts HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/home
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.21.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=17; c9210-87283h7es1_vt=1285521865728; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:25:29 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 27355


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.10. http://browsermob.com/scripts/upload-selenium-script  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/upload-selenium-script

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

POST /scripts/upload-selenium-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/upload-selenium-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: multipart/form-data; boundary=---------------------------7da21d15600d8
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.19.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=15; c9210-87283h7es1_vt=1285521695010; timezoneOffset=-240; editor=basic
Content-Length: 715

-----------------------------7da21d15600d8
Content-Disposition: form-data; name="script.name"

up-1
-----------------------------7da21d15600d8
Content-Disposition: form-data; name="seleniumScript
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 13619


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

3.11. http://browsermob.com/website-monitoring-load-testing-support  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://browsermob.com
Path:   /website-monitoring-load-testing-support

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /website-monitoring-load-testing-support HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/home
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.31.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=26; c9210-87283h7es1_vt=1285522762072; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:40:43 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15527


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4. Password field with autocomplete enabled  previous  next
There are 11 instances of this issue:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).


4.1. http://browsermob.com/account/overview  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /account/overview

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /account/overview HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: browsermob.com
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.8.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=4; c9210-87283h7es1_vt=1285521451713; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:18:07 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 19524


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.2. http://browsermob.com/home  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /home

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /home HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/performance-testing
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.2.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=2; c9210-87283h7es1_vt=1285521287416; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:15:00 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 17106


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.3. http://browsermob.com/load/dashboard  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/dashboard

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /load/dashboard HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/schedule
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.12.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=8; c9210-87283h7es1_vt=1285521571057; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:19:36 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 12009


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.4. http://browsermob.com/load/schedule  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/schedule

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /load/schedule HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/dashboard
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.13.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=9; c9210-87283h7es1_vt=1285521579666; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:20:32 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 37541


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.5. http://browsermob.com/performance-testing  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /performance-testing

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /performance-testing HTTP/1.1
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: browsermob.com
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.1.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=1; c9210-87283h7es1_vt=1285521272213; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:14:44 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 18037


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.6. http://browsermob.com/scripts/create-basic-browser-script  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/create-basic-browser-script

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /scripts/create-basic-browser-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/manage-scripts
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.23.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=19; c9210-87283h7es1_vt=1285522210432; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:31:32 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15970


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.7. http://browsermob.com/scripts/edit-script  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

POST /scripts/edit-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/edit-script/13969
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.16.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=12; c9210-87283h7es1_vt=1285521668072; timezoneOffset=-240
Content-Length: 574

script=13969&script.name=CloudScan+Test+1&script.script=var+selenium+%3D+browserMob.openBrowser%28%29%3B%0D%0A%0D%0AbrowserMob.beginTransaction%28%29%3B%0D%0A%0D%0AbrowserMob.beginStep%28%22Step+1%22%
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Set-Cookie: editor=basic; Expires=Mon, 26-Sep-2011 17:26:39 GMT; Path=/
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 14089


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.8. http://browsermob.com/scripts/edit-script/13969  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script/13969

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /scripts/edit-script/13969 HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/manage-scripts
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.15.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=11; c9210-87283h7es1_vt=1285521651557; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15186


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.9. http://browsermob.com/scripts/manage-scripts  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/manage-scripts

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /scripts/manage-scripts HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/home
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.21.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=17; c9210-87283h7es1_vt=1285521865728; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:25:29 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 27355


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.10. http://browsermob.com/scripts/upload-selenium-script  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/upload-selenium-script

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

POST /scripts/upload-selenium-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/upload-selenium-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: multipart/form-data; boundary=---------------------------7da21d15600d8
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.19.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=15; c9210-87283h7es1_vt=1285521695010; timezoneOffset=-240; editor=basic
Content-Length: 715

-----------------------------7da21d15600d8
Content-Disposition: form-data; name="script.name"

up-1
-----------------------------7da21d15600d8
Content-Disposition: form-data; name="seleniumScript
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 13619


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

4.11. http://browsermob.com/website-monitoring-load-testing-support  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://browsermob.com
Path:   /website-monitoring-load-testing-support

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /website-monitoring-load-testing-support HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/home
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.31.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=26; c9210-87283h7es1_vt=1285522762072; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:40:43 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15527


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
<div id="signin_menu">
<form id="signin" action="/login" method="post">
<p>
...[SNIP]...
</label>
<input id="password" maxlength="64" name="user.password" tabindex="5" type="password" />
</p>
...[SNIP]...

5. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/manage-scripts

Issue detail

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

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.

Request

GET /scripts/manage-scripts?__fsk=239353419 HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/create-basic-browser-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.25.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=21; c9210-87283h7es1_vt=1285522345635; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:33:47 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 30107


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

<link rel="stylesheet" type="text/css"
href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/cupertino/jquery-ui.css"/>


<link rel="stylesheet" href="http://cdn.browsermob.com/css/buttons.css?_cb=20100920" type="text/css" media="screen"/>
...[SNIP]...
<![endif]-->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<br/>
Provide a script recorded in <a target="_blank" href="http://seleniumhq.org">Selenium</a>
...[SNIP]...
<br />
<a href="http://twitter.com/browsermob"><img src="http://cdn.browsermob.com/images/newsite/twitter.png?_cb=20100920" width="16" height="16" alt="Twitter" title="Follow us on Twitter"/>
...[SNIP]...
<br />
<a href="http://www.facebook.com/pages/BrowserMob/136405918760"><img src="http://cdn.browsermob.com/images/newsite/facebook.png?_cb=20100920" width="16" height="16" alt="Facebook" title="Find us on Facebook"/>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

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


6.1. http://browsermob.com/account/overview  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /account/overview

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /account/overview HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: browsermob.com
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.8.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=4; c9210-87283h7es1_vt=1285521451713; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:18:07 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 19524


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.2. http://browsermob.com/home  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /home

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /home HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/performance-testing
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.2.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=2; c9210-87283h7es1_vt=1285521287416; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:15:00 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 17106


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.3. http://browsermob.com/load/dashboard  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/dashboard

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /load/dashboard HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/schedule
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.12.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=8; c9210-87283h7es1_vt=1285521571057; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:19:36 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 12009


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.4. http://browsermob.com/load/schedule  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /load/schedule

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /load/schedule HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/load/dashboard
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.13.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=9; c9210-87283h7es1_vt=1285521579666; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:20:32 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 37541


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.5. http://browsermob.com/performance-testing  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /performance-testing

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /performance-testing HTTP/1.1
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: browsermob.com
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.1.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=1; c9210-87283h7es1_vt=1285521272213; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:14:44 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 18037


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.6. http://browsermob.com/scripts/create-basic-browser-script  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/create-basic-browser-script

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /scripts/create-basic-browser-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/manage-scripts
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.23.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=19; c9210-87283h7es1_vt=1285522210432; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:31:32 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15970


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.7. http://browsermob.com/scripts/edit-script  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /scripts/edit-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/edit-script/13969
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.16.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=12; c9210-87283h7es1_vt=1285521668072; timezoneOffset=-240
Content-Length: 574

script=13969&script.name=CloudScan+Test+1&script.script=var+selenium+%3D+browserMob.openBrowser%28%29%3B%0D%0A%0D%0AbrowserMob.beginTransaction%28%29%3B%0D%0A%0D%0AbrowserMob.beginStep%28%22Step+1%22%
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Set-Cookie: editor=basic; Expires=Mon, 26-Sep-2011 17:26:39 GMT; Path=/
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 14089


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.8. http://browsermob.com/scripts/edit-script/13969  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script/13969

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /scripts/edit-script/13969 HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/manage-scripts
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.15.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=11; c9210-87283h7es1_vt=1285521651557; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15186


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.9. http://browsermob.com/scripts/manage-scripts  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/manage-scripts

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /scripts/manage-scripts HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/home
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.21.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=17; c9210-87283h7es1_vt=1285521865728; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:25:29 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 27355


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.10. http://browsermob.com/scripts/upload-selenium-script  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/upload-selenium-script

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /scripts/upload-selenium-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/upload-selenium-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: multipart/form-data; boundary=---------------------------7da21d15600d8
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.19.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=15; c9210-87283h7es1_vt=1285521695010; timezoneOffset=-240; editor=basic
Content-Length: 715

-----------------------------7da21d15600d8
Content-Disposition: form-data; name="script.name"

up-1
-----------------------------7da21d15600d8
Content-Disposition: form-data; name="seleniumScript
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 13619


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

6.11. http://browsermob.com/website-monitoring-load-testing-support  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /website-monitoring-load-testing-support

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /website-monitoring-load-testing-support HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/home
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.31.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=26; c9210-87283h7es1_vt=1285522762072; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:40:43 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 15527


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

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
...[SNIP]...
<!-- RE -->
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
...[SNIP]...

7. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/edit-script

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.

Issue background

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

Issue remediation

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

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

Request

POST /scripts/edit-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/edit-script/13969
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.16.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=12; c9210-87283h7es1_vt=1285521668072; timezoneOffset=-240
Content-Length: 574

script=13969&script.name=CloudScan+Test+1&script.script=var+selenium+%3D+browserMob.openBrowser%28%29%3B%0D%0A%0D%0AbrowserMob.beginTransaction%28%29%3B%0D%0A%0D%0AbrowserMob.beginStep%28%22Step+1%22%
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Set-Cookie: editor=basic; Expires=Mon, 26-Sep-2011 17:26:39 GMT; Path=/
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 14089


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

8. File upload functionality  previous  next
There are 2 instances of this issue:

Issue background

File upload functionality is commonly associated with a number of vulnerabilities, including:You should review the file upload functionality to understand its purpose, and establish whether uploaded content is ever returned to other application users, either through their normal usage of the application or by being fed a specific link by an attacker.

Some factors to consider when evaluating the security impact of this functionality include:

Issue remediation

File upload functionality is not straightforward to implement securely. Some recommendations to consider in the design of this functionality include:


8.1. http://browsermob.com/scripts/bespin/bespin-2.3.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/bespin/bespin-2.3.js

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /scripts/bespin/bespin-2.3.js HTTP/1.1
Accept: */*
Referer: http://browsermob.com/scripts/edit-script/13969
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.15.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=11; c9210-87283h7es1_vt=1285521651557; timezoneOffset=-240

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:21:00 GMT
ETag: W/"356843-1263964566000"
Last-Modified: Wed, 20 Jan 2010 05:16:06 GMT
Content-Type: text/javascript
Vary: Accept-Encoding,User-Agent
Content-Length: 356843

/*
   Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
   Available via Academic Free License >= 2.1 OR the modified BSD license.
   see: http://dojotoolkit.org/license for details
*/

/*
   
...[SNIP]...
<center><input type='file' id='filedata' name='filedata' accept='application/zip,application/x-gzip'> <input type='submit' value='Upload'>
...[SNIP]...

8.2. http://browsermob.com/scripts/upload-selenium-script  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/upload-selenium-script

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

POST /scripts/upload-selenium-script HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/upload-selenium-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Content-Type: multipart/form-data; boundary=---------------------------7da21d15600d8
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.19.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=15; c9210-87283h7es1_vt=1285521695010; timezoneOffset=-240; editor=basic
Content-Length: 715

-----------------------------7da21d15600d8
Content-Disposition: form-data; name="script.name"

up-1
-----------------------------7da21d15600d8
Content-Disposition: form-data; name="seleniumScript
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:26:39 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 13619


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title
...[SNIP]...
</label><input style="width:200px" name="seleniumScript" class="error" type="file" />
</p>
...[SNIP]...

9. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /scripts/manage-scripts

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 /scripts/manage-scripts?__fsk=2122110138 HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
Referer: http://browsermob.com/scripts/create-basic-browser-script
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Accept-Encoding: gzip, deflate
Host: browsermob.com
Proxy-Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.27.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=23; c9210-87283h7es1_vt=1285522509666; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:36:02 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 1150

<html>
<head>
<title>Oops!</title>
<style type="text/css">
html, body {
background-color: #ddd;
font-family: Georgia, serif;
}

#wrap {

...[SNIP]...
<a href="mailto:support@browsermob.com">support@browsermob.com</a>
...[SNIP]...

10. Credit card numbers disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://browsermob.com
Path:   /favicon.ico

Issue detail

The following credit card number was disclosed in the response:

Issue background

Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.

Request

GET /favicon.ico HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.27.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=23; c9210-87283h7es1_vt=1285522509666; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:36:04 GMT
ETag: W/"598-1263964566000"
Last-Modified: Wed, 20 Jan 2010 05:16:06 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain; charset=UTF-8
Content-Length: 598

GIF89a..........Z@%.t.......~b ..@....}.uY!fI,{Y7mV?.....R.....l......wbM..........lJ....p<....."..3..s.....&..v...iK-....._..'..Y.hL...oP1.........aG#..........................%..%.....6...kP"bJ2....
...[SNIP]...

11. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://browsermob.com
Path:   /favicon.ico

Issue detail

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

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.

Request

GET /favicon.ico HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Host: browsermob.com
Proxy-Connection: Keep-Alive
Cookie: JSESSIONID=4300EBA0F5CE5428180CC0C2A508E94F; __utma=225593033.321619233.1285521272.1285521272.1285521272.1; __utmb=225593033.27.10.1285521272; __utmc=225593033; __utmz=225593033.1285521272.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); c9210-87283h7es1_r=0; c9210-87283h7es1_s=190204687; c9210-87283h7es1_i=23; c9210-87283h7es1_vt=1285522509666; timezoneOffset=-240; editor=basic

Response

HTTP/1.1 200 OK
Date: Sun, 26 Sep 2010 17:36:04 GMT
ETag: W/"598-1263964566000"
Last-Modified: Wed, 20 Jan 2010 05:16:06 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain; charset=UTF-8
Content-Length: 598

GIF89a..........Z@%.t.......~b ..@....}.uY!fI,{Y7mV?.....R.....l......wbM..........lJ....p<....."..3..s.....&..v...iK-....._..'..Y.hL...oP1.........aG#..........................%..%.....6...kP"bJ2....
...[SNIP]...

Report generated by Hoyt LLC Research at Sun Sep 26 14:28:12 EDT 2010.