pyramidresearch.com, CWE-89, CAPEC-66, SQL Injection


SQLi, SQL Injection in pyramidresearch.com | CloudScan Vulnerability Crawler


Report generated by XSS.CX at Sat Dec 11 20:12:53 CST 2010.


SQL Injection, CWE-89 in pyramidresearch.com

Loading

1. SQL injection

1.1. http://www.pyramidresearch.com/myaccount/register.htm [REST URL parameter 1]

1.2. http://www.pyramidresearch.com/points/item/101209.htm [REST URL parameter 1]

1.3. http://www.pyramidresearch.com/points/item/101209.htm [REST URL parameter 2]

1.4. http://www.pyramidresearch.com/points/item/111810.htm [REST URL parameter 1]

1.5. http://www.pyramidresearch.com/points/item/111810.htm [REST URL parameter 2]

1.6. http://www.pyramidresearch.com/points/item/120110.htm [REST URL parameter 1]

1.7. http://www.pyramidresearch.com/points/item/120110.htm [REST URL parameter 2]

1.8. http://www.pyramidresearch.com/store/CIRGUATEMALA.htm [REST URL parameter 1]

1.9. http://www.pyramidresearch.com/store/CIRISRAEL.htm [REST URL parameter 1]

1.10. http://www.pyramidresearch.com/store/CIRPANAMA.htm [REST URL parameter 1]

1.11. http://www.pyramidresearch.com/store/CIRSAUDIARABIA.htm [REST URL parameter 1]

1.12. http://www.pyramidresearch.com/store/CIRVIETNAM.htm [REST URL parameter 1]

1.13. http://www.pyramidresearch.com/store/PREPMNGDSERV.htm [REST URL parameter 1]

1.14. http://www.pyramidresearch.com/store/REPORT_SMARTPHONE_STRATEGIES.htm [REST URL parameter 1]

1.15. http://www.pyramidresearch.com/store/RPINTERNETTV.htm [REST URL parameter 1]

1.16. http://www.pyramidresearch.com/store/RPMBAPPSTORE.htm [REST URL parameter 1]

1.17. http://www.pyramidresearch.com/store/RPMBPAYMENT.htm [REST URL parameter 1]

1.18. http://www.pyramidresearch.com/store/RPMobileEnterpriseServices.htm [REST URL parameter 1]

1.19. http://www.pyramidresearch.com/store/RPPREPMOBSERV.htm [REST URL parameter 1]

1.20. http://www.pyramidresearch.com/store/RPWiMAXandLTE.htm [REST URL parameter 1]

1.21. http://www.pyramidresearch.com/store/ins_ame_100930.htm [REST URL parameter 1]

1.22. http://www.pyramidresearch.com/store/ins_ame_101117.htm [REST URL parameter 1]

1.23. http://www.pyramidresearch.com/store/ins_ap_101105.htm [REST URL parameter 1]

1.24. http://www.pyramidresearch.com/store/ins_eur_101025.htm [REST URL parameter 1]

1.25. http://www.pyramidresearch.com/store/ins_la_101005.htm [REST URL parameter 1]

1.26. http://www.pyramidresearch.com/store/ins_la_101109.htm [REST URL parameter 1]

1.27. http://www.pyramidresearch.com/store/ins_la_101118.htm [REST URL parameter 1]

1.28. http://www.pyramidresearch.com/store/ins_la_101124.htm [REST URL parameter 1]

1.29. http://www.pyramidresearch.com/store/shopping_cart.htm [REST URL parameter 1]



1. SQL injection
There are 29 instances of this issue:

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:



1.1. http://www.pyramidresearch.com/myaccount/register.htm [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /myaccount/register.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /myaccount'/register.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:09 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=AKMKIDJBABFALIMCHCJOHMOP; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /myaccount''/register.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:10 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=HKMKIDJBKGANDLDNAPNDMHGM; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.2. http://www.pyramidresearch.com/points/item/101209.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /points/item/101209.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /points'/item/101209.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:39 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=CDNKIDJBBJOELBDMNDNDMLKN; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /points''/item/101209.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:39 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=DDNKIDJBMPHLDOFFCPGPGNHP; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.3. http://www.pyramidresearch.com/points/item/101209.htm [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /points/item/101209.htm

Issue detail

The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 2, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /points/item'/101209.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=KDNKIDJBAOBEGIEMGJCNDCAO; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /points/item''/101209.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=LDNKIDJBAMNNOHHEKPPEBKOJ; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.4. http://www.pyramidresearch.com/points/item/111810.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /points/item/111810.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /points'/item/111810.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=GENKIDJBHLGKOIPBOKFMPMHH; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /points''/item/111810.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=HENKIDJBMEPJLEKNAKJMOMBM; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.5. http://www.pyramidresearch.com/points/item/111810.htm [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /points/item/111810.htm

Issue detail

The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 2, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /points/item'/111810.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:47 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=KENKIDJBDHKBNDLAFCLEHLJE; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /points/item''/111810.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:47 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=LENKIDJBHPHPIDCANLHNFDBK; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.6. http://www.pyramidresearch.com/points/item/120110.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /points/item/120110.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /points'/item/120110.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=FDNKIDJBOFFMKBFMOLEIKFFG; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /points''/item/120110.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=GDNKIDJBOMPAGPAMGMMKIKFI; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.7. http://www.pyramidresearch.com/points/item/120110.htm [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /points/item/120110.htm

Issue detail

The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 2, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /points/item'/120110.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:42 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=ODNKIDJBGCBNNDMELKIAAOEI; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /points/item''/120110.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:42 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=PDNKIDJBCIGCGIOHNKFHOLNH; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.8. http://www.pyramidresearch.com/store/CIRGUATEMALA.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/CIRGUATEMALA.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/CIRGUATEMALA.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:11 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=FLMKIDJBIHICDKCBAPGOGKMA; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/CIRGUATEMALA.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:12 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=ILMKIDJBBDPMKJBNMFKEIFNN; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.9. http://www.pyramidresearch.com/store/CIRISRAEL.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/CIRISRAEL.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/CIRISRAEL.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=LIMKIDJBHNOPJJDIHOOKMNAJ; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/CIRISRAEL.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=NIMKIDJBGEBBAJNGJPDAFBMN; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.10. http://www.pyramidresearch.com/store/CIRPANAMA.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/CIRPANAMA.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/CIRPANAMA.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=NGMKIDJBBLHENDIHCMKHAHFK; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/CIRPANAMA.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=AHMKIDJBGEHIELFNLMPGAHBO; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.11. http://www.pyramidresearch.com/store/CIRSAUDIARABIA.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/CIRSAUDIARABIA.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/CIRSAUDIARABIA.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=IHMKIDJBDCEOIFKONOMDAGNL; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/CIRSAUDIARABIA.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=JHMKIDJBGDCAPKKPONJJFDKN; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.12. http://www.pyramidresearch.com/store/CIRVIETNAM.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/CIRVIETNAM.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/CIRVIETNAM.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:09 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=PJMKIDJBNLMCIFEOMCEKJAJC; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/CIRVIETNAM.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:10 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=FKMKIDJBOJDOOFAHNFCPMPPM; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.13. http://www.pyramidresearch.com/store/PREPMNGDSERV.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/PREPMNGDSERV.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/PREPMNGDSERV.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:28 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=DFLKIDJBFHBBOCNPNLDKPNCA; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/PREPMNGDSERV.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:29 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=FFLKIDJBCMHDONGCPGCBJPDH; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.14. http://www.pyramidresearch.com/store/REPORT_SMARTPHONE_STRATEGIES.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/REPORT_SMARTPHONE_STRATEGIES.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/REPORT_SMARTPHONE_STRATEGIES.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:30 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=FGLKIDJBDHIJAKFCEAJAPHNH; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/REPORT_SMARTPHONE_STRATEGIES.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:30 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=GGLKIDJBFFGLGEIDHAGGJNLE; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.15. http://www.pyramidresearch.com/store/RPINTERNETTV.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/RPINTERNETTV.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/RPINTERNETTV.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=EPKKIDJBLIDPJEBNNIBLDPMC; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/RPINTERNETTV.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:16 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=GPKKIDJBGKOPFDLFDFDJDOEK; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.16. http://www.pyramidresearch.com/store/RPMBAPPSTORE.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/RPMBAPPSTORE.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/RPMBAPPSTORE.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:22 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=NBLKIDJBNHGBOBFNGGJMBDFB; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/RPMBAPPSTORE.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:22 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=ACLKIDJBELIPBAFOLDDBDKOM; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.17. http://www.pyramidresearch.com/store/RPMBPAYMENT.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/RPMBPAYMENT.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/RPMBPAYMENT.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=JCLKIDJBFFCGCCJPDPBNEOCP; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/RPMBPAYMENT.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:24 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=MCLKIDJBLMAIJFLLPOIEFFHL; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.18. http://www.pyramidresearch.com/store/RPMobileEnterpriseServices.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/RPMobileEnterpriseServices.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/RPMobileEnterpriseServices.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=CDLKIDJBJKJDFEMJMDIPNNBJ; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/RPMobileEnterpriseServices.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=EDLKIDJBFDJKFCPNANPKCMHE; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.19. http://www.pyramidresearch.com/store/RPPREPMOBSERV.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/RPPREPMOBSERV.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/RPPREPMOBSERV.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:26 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=DELKIDJBIHGFDACPGCMJLBKE; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/RPPREPMOBSERV.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=EELKIDJBMNKKLNNNJJOGMJCP; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.20. http://www.pyramidresearch.com/store/RPWiMAXandLTE.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/RPWiMAXandLTE.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/RPWiMAXandLTE.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:28 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=CFLKIDJBICMJLIHJHKEIKGPP; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/RPWiMAXandLTE.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:28 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=EFLKIDJBCBILODGLKBMCGBGF; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.21. http://www.pyramidresearch.com/store/ins_ame_100930.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_ame_100930.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_ame_100930.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=BJMKIDJBGCKOKCIKMODHDMKD; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_ame_100930.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=DJMKIDJBKJEEDCLDEJDBONIA; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.22. http://www.pyramidresearch.com/store/ins_ame_101117.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_ame_101117.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_ame_101117.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=GILKIDJBCCNINELBFIFKENLC; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_ame_101117.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:35 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=JILKIDJBJCCBEGJIFPFOOBCD; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.23. http://www.pyramidresearch.com/store/ins_ap_101105.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_ap_101105.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_ap_101105.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:48 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=APLKIDJBHGKMFLDAGFOPBCIL; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_ap_101105.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:48 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=CPLKIDJBEGOOBELBNNJFJEDN; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.24. http://www.pyramidresearch.com/store/ins_eur_101025.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_eur_101025.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_eur_101025.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=IFMKIDJBOBBACJOLFGMCLHOO; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_eur_101025.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=LFMKIDJBGFJMICBFCJEGCDNK; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.25. http://www.pyramidresearch.com/store/ins_la_101005.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_la_101005.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_la_101005.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:04:00 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=FEMKIDJBEKNKELOCOLCEFOML; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_la_101005.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:04:00 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=MEMKIDJBAHHNMMNFPJGBJHBA; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.26. http://www.pyramidresearch.com/store/ins_la_101109.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_la_101109.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_la_101109.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:33 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=MHLKIDJBNLNHJOBFJIIHKKON; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_la_101109.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:33 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=NHLKIDJBHDNFFOJEBABLBNBE; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.27. http://www.pyramidresearch.com/store/ins_la_101118.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_la_101118.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_la_101118.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=JGLKIDJBCIEIJIJKMAAHNJAH; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_la_101118.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=KGLKIDJBKGBDJGEFJNGGOGDG; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.28. http://www.pyramidresearch.com/store/ins_la_101124.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/ins_la_101124.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/ins_la_101124.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=HELKIDJBCEPCMGLFIBJIODNP; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/ins_la_101124.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=KELKIDJBOFNGFIAAAPJLNGJJ; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

1.29. http://www.pyramidresearch.com/store/shopping_cart.htm [REST URL parameter 1]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.pyramidresearch.com
Path:   /store/shopping_cart.htm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, 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 Microsoft SQL Server.

Remediation detail

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

Request 1

GET /store'/shopping_cart.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 1

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Sun, 12 Dec 2010 00:03:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=PIKKIDJBMHKCHJPNDILBHLKB; path=/
Cache-control: private

<font face="Arial" size=2>
<p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font>
<p>
<font face="Arial" size=2>Unclosed quotation mark before the character string ')'.</font>
...[SNIP]...

Request 2

GET /store''/shopping_cart.htm HTTP/1.1
Host: www.pyramidresearch.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response 2

HTTP/1.1 302 Object moved
Connection: close
Date: Sun, 12 Dec 2010 00:03:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Location: /index.htm
Content-Length: 131
Content-Type: text/html
Set-Cookie: ASPSESSIONIDQCSQBACR=AJKKIDJBDEKNOGBMMJNLCENO; path=/
Cache-control: private

<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="/index.htm">here</a>.</body>

Report generated by XSS.CX at Sat Dec 11 20:12:53 CST 2010.