longislandbreastcenter.com, SQL Injection, XSS, CWE-79, CWE-89

SQL Injection, Cross Site Scripting in Long Island Breast Center | Vulnerability Crawler Report

Report generated by XSS.CX at Tue Dec 28 09:08:10 CST 2010.


Contents


Contents

Loading

1. SQL injection

1.1. http://www.longislandbreast.com/breast-enlargement/breast-enlargement-techniques.cfm [REST URL parameter 2]

1.2. http://www.longislandbreast.com/breast-enlargement/recovery.cfm [Referer HTTP header]

1.3. http://www.longislandbreast.com/breast-reconstruction/insurance.cfm [JSREF cookie]

1.4. http://www.longislandbreast.com/breast-surgery/ [__utmc cookie]

1.5. http://www.longislandbreast.com/directions.cfm [JSREF cookie]

1.6. http://www.longislandbreast.com/photo-gallery/ [CFTOKEN cookie]

1.7. http://www.longislandbreast.com/photo-gallery/ [JSREF cookie]

1.8. http://www.longislandbreast.com/photo-gallery/breast-augmentation.cfm [__utmz cookie]

1.9. http://www.longislandbreast.com/photo-gallery/breast-reduction.cfm [__utmb cookie]

1.10. http://www.longislandbreast.com/privacy.cfm [JSREF cookie]

1.11. http://www.longislandbreast.com/your-first-visit.cfm [REST URL parameter 1]

2. Cross-site scripting (reflected)

3. Cookie without HttpOnly flag set

3.1. http://www.longislandbreast.com/

3.2. http://www.longislandbreast.com/css/global.cfm

4. Referer-dependent response

5. Cross-domain script include

5.1. http://www.longislandbreast.com/

5.2. http://www.longislandbreast.com/about.cfm

5.3. http://www.longislandbreast.com/breast-enlargement/

5.4. http://www.longislandbreast.com/breast-enlargement/breast-enlargement-techniques.cfm

5.5. http://www.longislandbreast.com/breast-enlargement/breast-implant-options.cfm

5.6. http://www.longislandbreast.com/breast-enlargement/breast-implant-revision.cfm

5.7. http://www.longislandbreast.com/breast-enlargement/faq.cfm

5.8. http://www.longislandbreast.com/breast-enlargement/recovery.cfm

5.9. http://www.longislandbreast.com/breast-lift/

5.10. http://www.longislandbreast.com/breast-lift/comparing-breast-augmentation.cfm

5.11. http://www.longislandbreast.com/breast-reconstruction/

5.12. http://www.longislandbreast.com/breast-reconstruction/breast-reconstruction-options.cfm

5.13. http://www.longislandbreast.com/breast-reconstruction/for-loved-ones.cfm

5.14. http://www.longislandbreast.com/breast-reconstruction/insurance.cfm

5.15. http://www.longislandbreast.com/breast-reduction/

5.16. http://www.longislandbreast.com/breast-reduction/insurance.cfm

5.17. http://www.longislandbreast.com/breast-surgery/

5.18. http://www.longislandbreast.com/contact.cfm

5.19. http://www.longislandbreast.com/directions.cfm

5.20. http://www.longislandbreast.com/dr-romanelli.cfm

5.21. http://www.longislandbreast.com/favicon.ico

5.22. http://www.longislandbreast.com/financing.cfm

5.23. http://www.longislandbreast.com/flash/homepage-main

5.24. http://www.longislandbreast.com/flash/homepage-woman

5.25. http://www.longislandbreast.com/fly-in.cfm

5.26. http://www.longislandbreast.com/forms/

5.27. http://www.longislandbreast.com/links.cfm

5.28. http://www.longislandbreast.com/mommy-makeover/

5.29. http://www.longislandbreast.com/news/

5.30. http://www.longislandbreast.com/newsletter.cfm

5.31. http://www.longislandbreast.com/our-practice.cfm

5.32. http://www.longislandbreast.com/patient-resources.cfm

5.33. http://www.longislandbreast.com/patient-stories/

5.34. http://www.longislandbreast.com/patient-stories/karen.cfm

5.35. http://www.longislandbreast.com/patient-stories/michelle.cfm

5.36. http://www.longislandbreast.com/photo-gallery/

5.37. http://www.longislandbreast.com/photo-gallery/breast-asymmetry.cfm

5.38. http://www.longislandbreast.com/photo-gallery/breast-augmentation.cfm

5.39. http://www.longislandbreast.com/photo-gallery/breast-lift.cfm

5.40. http://www.longislandbreast.com/photo-gallery/breast-reconstruction.cfm

5.41. http://www.longislandbreast.com/photo-gallery/breast-reduction.cfm

5.42. http://www.longislandbreast.com/privacy.cfm

5.43. http://www.longislandbreast.com/sitemap.cfm

5.44. http://www.longislandbreast.com/videos/

5.45. http://www.longislandbreast.com/your-first-visit.cfm

6. Email addresses disclosed



1. SQL injection  next
There are 11 instances of this issue:

Issue background

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.

Various attacks can be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and executing operating system commands.

Remediation background

The most effective way to prevent SQL injection attacks is to use parameterised queries (also known as prepared statements) for all database access. This method uses two steps to incorporate potentially tainted data into SQL queries: first, the application specifies the structure of the query, leaving placeholders for each item of user input; second, the application specifies the contents of each placeholder. Because the structure of the query has already defined in the first step, it is not possible for malformed data in the second step to interfere with the query structure. You should review the documentation for your database and application platform to determine the appropriate APIs which you can use to perform parameterised queries. It is strongly recommended that you parameterise every variable data item that is incorporated into database queries, even if it is not obviously tainted, to prevent oversights occurring and avoid vulnerabilities being introduced by changes elsewhere within the code base of the application.

You should be aware that some commonly employed and recommended mitigations for SQL injection vulnerabilities are not always effective:



1.1. http://www.longislandbreast.com/breast-enlargement/breast-enlargement-techniques.cfm [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/breast-enlargement-techniques.cfm

Issue detail

The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 2, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

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

Request 1

GET /breast-enlargement/breast-enlargement-techniques.cfm%2527 HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:03:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /breast-enlargement/breast-enlargement-techniques.cfm%2527%2527 HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 404 Not Found
Connection: close
Date: Tue, 28 Dec 2010 13:03:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.2. http://www.longislandbreast.com/breast-enlargement/recovery.cfm [Referer HTTP header]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/recovery.cfm

Issue detail

The Referer HTTP header appears to be vulnerable to SQL injection attacks. A single quote was submitted in the Referer HTTP header, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) 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 1

GET /breast-enlargement/recovery.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;
Referer: http://www.google.com/search?hl=en&q=%00'

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:05:03 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /breast-enlargement/recovery.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;
Referer: http://www.google.com/search?hl=en&q=%00''

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:05:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.3. http://www.longislandbreast.com/breast-reconstruction/insurance.cfm [JSREF cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /breast-reconstruction/insurance.cfm

Issue detail

The JSREF cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the JSREF cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

Request 1

GET /breast-reconstruction/insurance.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F'; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:03:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /breast-reconstruction/insurance.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F''; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:03:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.4. http://www.longislandbreast.com/breast-surgery/ [__utmc cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /breast-surgery/

Issue detail

The __utmc cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the __utmc cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) 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 1

GET /breast-surgery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719%00'; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:00:15 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /breast-surgery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719%00''; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:00:15 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.5. http://www.longislandbreast.com/directions.cfm [JSREF cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /directions.cfm

Issue detail

The JSREF cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the JSREF cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

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

Request 1

GET /directions.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F%2527; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:05:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /directions.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F%2527%2527; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:05:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.6. http://www.longislandbreast.com/photo-gallery/ [CFTOKEN cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/

Issue detail

The CFTOKEN cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the CFTOKEN cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

Request 1

GET /photo-gallery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991'; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 12:59:47 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /photo-gallery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991''; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:59:47 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: CFID=25208814;expires=Thu, 20-Dec-2040 12:59:47 GMT;path=/
Set-Cookie: CFTOKEN=40357681;expires=Thu, 20-Dec-2040 12:59:47 GMT;path=/
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.7. http://www.longislandbreast.com/photo-gallery/ [JSREF cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/

Issue detail

The JSREF cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the JSREF cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

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

Request 1

GET /photo-gallery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F%2527; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 12:59:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /photo-gallery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F%2527%2527; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:59:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.8. http://www.longislandbreast.com/photo-gallery/breast-augmentation.cfm [__utmz cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-augmentation.cfm

Issue detail

The __utmz cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the __utmz cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

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

Request 1

GET /photo-gallery/breast-augmentation.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)%2527; CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:00:15 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /photo-gallery/breast-augmentation.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)%2527%2527; CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:00:15 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...

1.9. http://www.longislandbreast.com/photo-gallery/breast-reduction.cfm [__utmb cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-reduction.cfm

Issue detail

The __utmb cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the __utmb cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) 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 1

GET /photo-gallery/breast-reduction.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719%00';

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:01:19 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /photo-gallery/breast-reduction.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719%00'';

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:01:19 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...

1.10. http://www.longislandbreast.com/privacy.cfm [JSREF cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /privacy.cfm

Issue detail

The JSREF cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the JSREF cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) 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 1

GET /privacy.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F%00'; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:01:00 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /privacy.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F%00''; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 13:01:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

1.11. http://www.longislandbreast.com/your-first-visit.cfm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.longislandbreast.com
Path:   /your-first-visit.cfm

Issue detail

The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 1, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

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

Request 1

GET /your-first-visit.cfm%2527 HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 1

HTTP/1.1 503 Server Error
Connection: close
Date: Tue, 28 Dec 2010 13:05:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
content-type: text/html

Request 2

GET /your-first-visit.cfm%2527%2527 HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response 2

HTTP/1.1 404 Not Found
Connection: close
Date: Tue, 28 Dec 2010 13:05:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...

2. Cross-site scripting (reflected)  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /css/global.cfm

Issue detail

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

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

Issue background

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

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

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

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

Issue remediation

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

Request

GET /css/global.cfm?section=home1a151<script>alert(1)</script>2c78a30004d HTTP/1.1
Host: www.longislandbreast.com
Proxy-Connection: keep-alive
Referer: http://www.longislandbreast.com/
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: JSREF=; CFID=25167228; CFTOKEN=76168991

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:07 GMT
Content-Type: text/css
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F;expires=Wed, 19-Dec-2040 16:23:07 GMT;path=/
Vary: Accept-Encoding
Content-Length: 15803


/* default font set at 13px/18px */

* { margin: 0; border: none; padding: 0; }

html,body { width: 100%; }
body { color: #242422; background-color: #948e87; font: .8125em/1.3846em Arial, Hel
...[SNIP]...
}
#photos img { margin: 0 10px 0 0; }
#subnav { margin: 0; padding: 0 20px; width: 204px; float: left; }
#subnav h2 { margin: 0 0 15px; width: 204px; height: 30px; background: url(/images/title-home1a151<script>alert(1)</script>2c78a30004d.gif) no-repeat left top; text-indent: -9999px; }
#subnav h2.about { background-image: url(/images/title-about.gif); }
#subnav h2.enlargement { background-image: url(/images/title-breast-enlargement.
...[SNIP]...

3. Cookie without HttpOnly flag set  previous  next
There are 2 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.longislandbreast.com/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.longislandbreast.com
Path:   /

Issue detail

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

Request

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

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:08:49 GMT
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Set-Cookie: CFID=25167228;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Set-Cookie: CFTOKEN=76168991;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Vary: Accept-Encoding
Content-Length: 6381


<!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" xml:lang="en" lang=
...[SNIP]...

3.2. http://www.longislandbreast.com/css/global.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /css/global.cfm

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 /css/global.cfm?section=home HTTP/1.1
Host: www.longislandbreast.com
Proxy-Connection: keep-alive
Referer: http://www.longislandbreast.com/
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: JSREF=; CFID=25167228; CFTOKEN=76168991

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:08:49 GMT
Content-Type: text/css
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Vary: Accept-Encoding
Content-Length: 15765


/* default font set at 13px/18px */

* { margin: 0; border: none; padding: 0; }

html,body { width: 100%; }
body { color: #242422; background-color: #948e87; font: .8125em/1.3846em Arial, Hel
...[SNIP]...

4. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.longislandbreast.com
Path:   /css/global.cfm

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defenses against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defenses against malicious input should be employed here as for any other kinds of user-supplied data.

Request 1

GET /css/global.cfm?section=home HTTP/1.1
Host: www.longislandbreast.com
Proxy-Connection: keep-alive
Referer: http://www.longislandbreast.com/
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: JSREF=; CFID=25167228; CFTOKEN=76168991

Response 1

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:01 GMT
Content-Type: text/css
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F;expires=Wed, 19-Dec-2040 16:23:01 GMT;path=/
Vary: Accept-Encoding
Content-Length: 15765



/* default font set at 13px/18px */

* { margin: 0; border: none; padding: 0; }

html,body { width: 100%; }
body { color: #242422; background-color: #948e87; font: .8125em/1.3846em Arial, Helvetica, sans-serif; text-align: center; }
a:link { color: #7b3a00; text-decoration: underline; outline: none; }
a:visited { color: #7b3a00; }
a:hover { color: #d78823; text-decoration: none; }
.black { color: #000; }
table.pad td { padding: 2px; }
table.pad td.red { width: 10px; color: #d93c18; text-align: center; }
table td { vertical-align: top; }
img.left { margin: 0 10px 5px 0; }
img.right { margin: 0 0 5px 10px; }
img.border { border: 1px solid #c6c5c3; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.small { font-size: .8462em; }
.required { font-style: italic; color: #d93c18; }
.warning { margin-bottom: 10px; padding: 5px; background: #d93c18; color: #fff; font: 12px/14px Arial, Helvetica, sans-serif; }


/* FORMS */
input, select, textarea { font: 11px Arial, Helvetica, sans-serif; color: #333; }
input.input { margin: 0 0 3px; border: 1px solid #c6c5c3; padding-left: 3px; width: 129px; height: 16px; background-color: #fbfbf9; vertical-align: middle; }
input.inputSM { border: 1px solid #c6c5c3; padding-left: 3px; width: 87px; height: 16px; background-color: #fbfbf9; vertical-align: middle; }
.content select { margin: 0 0 3px; border: 1px solid #c6c5c3; width: 134px; color: #222; background-color: #fbfbf9; }
.content textarea { border: 1px solid #c6c5c3; width: 131px; height: 70px; background-color: #fbfbf9; }
.content img.validator { vertical-align: middle; }
.content input.submit { vertical-align: bottom; }
.content input.required { border: 1px solid #d93c18; }

/** HEADER **/
#header { margin: 0 auto; padding: 30px 32px 2px 0; width: 944px; text-align:
...[SNIP]...

Request 2

GET /css/global.cfm?section=home HTTP/1.1
Host: www.longislandbreast.com
Proxy-Connection: keep-alive
Accept: text/css,*/*;q=0.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: JSREF=; CFID=25167228; CFTOKEN=76168991

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:06 GMT
Content-Type: text/css
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=;expires=Wed, 19-Dec-2040 16:23:06 GMT;path=/
Vary: Accept-Encoding
Content-Length: 15765



/* default font set at 13px/18px */

* { margin: 0; border: none; padding: 0; }

html,body { width: 100%; }
body { color: #242422; background-color: #948e87; font: .8125em/1.3846em Arial, Helvetica, sans-serif; text-align: center; }
a:link { color: #7b3a00; text-decoration: underline; outline: none; }
a:visited { color: #7b3a00; }
a:hover { color: #d78823; text-decoration: none; }
.black { color: #000; }
table.pad td { padding: 2px; }
table.pad td.red { width: 10px; color: #d93c18; text-align: center; }
table td { vertical-align: top; }
img.left { margin: 0 10px 5px 0; }
img.right { margin: 0 0 5px 10px; }
img.border { border: 1px solid #c6c5c3; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.small { font-size: .8462em; }
.required { font-style: italic; color: #d93c18; }
.warning { margin-bottom: 10px; padding: 5px; background: #d93c18; color: #fff; font: 12px/14px Arial, Helvetica, sans-serif; }


/* FORMS */
input, select, textarea { font: 11px Arial, Helvetica, sans-serif; color: #333; }
input.input { margin: 0 0 3px; border: 1px solid #c6c5c3; padding-left: 3px; width: 129px; height: 16px; background-color: #fbfbf9; vertical-align: middle; }
input.inputSM { border: 1px solid #c6c5c3; padding-left: 3px; width: 87px; height: 16px; background-color: #fbfbf9; vertical-align: middle; }
.content select { margin: 0 0 3px; border: 1px solid #c6c5c3; width: 134px; color: #222; background-color: #fbfbf9; }
.content textarea { border: 1px solid #c6c5c3; width: 131px; height: 70px; background-color: #fbfbf9; }
.content img.validator { vertical-align: middle; }
.content input.submit { vertical-align: bottom; }
.content input.required { border: 1px solid #d93c18; }

/** HEADER **/
#header { margin: 0 auto; padding: 30px 32px 2px 0; width: 944px; text-align: right; position: relative; }
#header a.fac
...[SNIP]...

5. Cross-domain script include  previous  next
There are 45 instances of this issue:

Issue background

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

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

Issue remediation

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


5.1. http://www.longislandbreast.com/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

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

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:08:49 GMT
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Set-Cookie: CFID=25167228;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Set-Cookie: CFTOKEN=76168991;expires=Wed, 19-Dec-2040 16:08:49 GMT;path=/
Vary: Accept-Encoding
Content-Length: 6381


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.2. http://www.longislandbreast.com/about.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /about.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /about.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.3. http://www.longislandbreast.com/breast-enlargement/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-enlargement/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.4. http://www.longislandbreast.com/breast-enlargement/breast-enlargement-techniques.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/breast-enlargement-techniques.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-enlargement/breast-enlargement-techniques.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.5. http://www.longislandbreast.com/breast-enlargement/breast-implant-options.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/breast-implant-options.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-enlargement/breast-implant-options.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:42 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.6. http://www.longislandbreast.com/breast-enlargement/breast-implant-revision.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/breast-implant-revision.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-enlargement/breast-implant-revision.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.7. http://www.longislandbreast.com/breast-enlargement/faq.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/faq.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-enlargement/faq.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.8. http://www.longislandbreast.com/breast-enlargement/recovery.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-enlargement/recovery.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-enlargement/recovery.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.9. http://www.longislandbreast.com/breast-lift/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-lift/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-lift/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:01 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.10. http://www.longislandbreast.com/breast-lift/comparing-breast-augmentation.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-lift/comparing-breast-augmentation.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-lift/comparing-breast-augmentation.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.11. http://www.longislandbreast.com/breast-reconstruction/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-reconstruction/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-reconstruction/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.12. http://www.longislandbreast.com/breast-reconstruction/breast-reconstruction-options.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-reconstruction/breast-reconstruction-options.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-reconstruction/breast-reconstruction-options.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:06 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.13. http://www.longislandbreast.com/breast-reconstruction/for-loved-ones.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-reconstruction/for-loved-ones.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-reconstruction/for-loved-ones.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:17 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.14. http://www.longislandbreast.com/breast-reconstruction/insurance.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-reconstruction/insurance.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-reconstruction/insurance.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:15 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.15. http://www.longislandbreast.com/breast-reduction/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-reduction/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-reduction/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:19 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.16. http://www.longislandbreast.com/breast-reduction/insurance.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-reduction/insurance.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-reduction/insurance.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:20 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.17. http://www.longislandbreast.com/breast-surgery/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /breast-surgery/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /breast-surgery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.18. http://www.longislandbreast.com/contact.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /contact.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /contact.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:04 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.19. http://www.longislandbreast.com/directions.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /directions.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /directions.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:38 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.20. http://www.longislandbreast.com/dr-romanelli.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /dr-romanelli.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /dr-romanelli.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:33 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.21. http://www.longislandbreast.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /favicon.ico

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /favicon.ico HTTP/1.1
Host: www.longislandbreast.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: CFID=25167228; CFTOKEN=76168991; JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmb=192737719; __utmc=192737719; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 404 Not Found
Connection: close
Date: Mon, 27 Dec 2010 16:08:52 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.22. http://www.longislandbreast.com/financing.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /financing.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /financing.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:39 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.23. http://www.longislandbreast.com/flash/homepage-main  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /flash/homepage-main

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /flash/homepage-main HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 404 Not Found
Connection: close
Date: Mon, 27 Dec 2010 16:23:32 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.24. http://www.longislandbreast.com/flash/homepage-woman  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /flash/homepage-woman

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /flash/homepage-woman HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 404 Not Found
Connection: close
Date: Mon, 27 Dec 2010 16:23:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.25. http://www.longislandbreast.com/fly-in.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /fly-in.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /fly-in.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.26. http://www.longislandbreast.com/forms/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /forms/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:57 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.27. http://www.longislandbreast.com/links.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /links.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /links.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.28. http://www.longislandbreast.com/mommy-makeover/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /mommy-makeover/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /mommy-makeover/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:46 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.29. http://www.longislandbreast.com/news/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /news/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:40 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.30. http://www.longislandbreast.com/newsletter.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /newsletter.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /newsletter.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.31. http://www.longislandbreast.com/our-practice.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /our-practice.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /our-practice.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.32. http://www.longislandbreast.com/patient-resources.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /patient-resources.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-resources.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.33. http://www.longislandbreast.com/patient-stories/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /patient-stories/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-stories/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:47 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.34. http://www.longislandbreast.com/patient-stories/karen.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /patient-stories/karen.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-stories/karen.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.35. http://www.longislandbreast.com/patient-stories/michelle.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /patient-stories/michelle.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /patient-stories/michelle.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.36. http://www.longislandbreast.com/photo-gallery/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /photo-gallery/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.37. http://www.longislandbreast.com/photo-gallery/breast-asymmetry.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-asymmetry.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /photo-gallery/breast-asymmetry.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:09 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.38. http://www.longislandbreast.com/photo-gallery/breast-augmentation.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-augmentation.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /photo-gallery/breast-augmentation.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:10 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.39. http://www.longislandbreast.com/photo-gallery/breast-lift.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-lift.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /photo-gallery/breast-lift.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.40. http://www.longislandbreast.com/photo-gallery/breast-reconstruction.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-reconstruction.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /photo-gallery/breast-reconstruction.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.41. http://www.longislandbreast.com/photo-gallery/breast-reduction.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /photo-gallery/breast-reduction.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /photo-gallery/breast-reduction.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
Pragma: no-cache
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Expires: Sun, 06 Nov 1994 08:49:37 GMT
Content-Type: text/html; charset=UTF-8
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate
cache-control: no-cache, no-store, must-revalidate


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.42. http://www.longislandbreast.com/privacy.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /privacy.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /privacy.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.43. http://www.longislandbreast.com/sitemap.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /sitemap.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /sitemap.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:39 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.44. http://www.longislandbreast.com/videos/  previous  next

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /videos/ HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:58 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

5.45. http://www.longislandbreast.com/your-first-visit.cfm  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /your-first-visit.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /your-first-visit.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:24:34 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

6. Email addresses disclosed  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.longislandbreast.com
Path:   /privacy.cfm

Issue detail

The following email address was 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 /privacy.cfm HTTP/1.1
Host: www.longislandbreast.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: JSREF=http%3A%2F%2Fwww%2Elongislandbreast%2Ecom%2F; CFTOKEN=76168991; __utmz=192737719.1293466132.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167228; __utma=192737719.161847488.1293466132.1293466132.1293466132.1; __utmc=192737719; __utmb=192737719;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:23:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Type: text/html; charset=UTF-8


<!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" xml:lang="en" lang=
...[SNIP]...
<a href="mailto:jnrmd@jrcs.com">jnrmd@jrcs.com</a>
...[SNIP]...
<a href="mailto:jnrmd@jrcs.com">jnrmd@jrcs.com</a>
...[SNIP]...

Report generated by XSS.CX at Tue Dec 28 09:08:10 CST 2010.