rhinoplasty-dalls.com, SQL Injection, CWE-89, CAPEC-66

Examples of SQL Injection | URI, Error Messages, Example

Report generated by XSS.CX at Tue Dec 28 09:01:06 CST 2010.


Contents


Contents

Loading

1. SQL injection

1.1. http://www.rhinoplasty-dallas.com/news/ [CFTOKEN cookie]

1.2. http://www.rhinoplasty-dallas.com/news/ [__utmb cookie]

1.3. http://www.rhinoplasty-dallas.com/our-practice.cfm [name of an arbitrarily supplied request parameter]

1.4. http://www.rhinoplasty-dallas.com/patient-resources.cfm [__utmb cookie]

1.5. http://www.rhinoplasty-dallas.com/patient-resources.cfm [__utmz cookie]

1.6. http://www.rhinoplasty-dallas.com/rhinoplasty-concerns.cfm [__utmc cookie]

1.7. http://www.rhinoplasty-dallas.com/rhinoplasty/cleft-nose.cfm [__utmb cookie]

1.8. http://www.rhinoplasty-dallas.com/rhinoplasty/long-nose.cfm [CFTOKEN cookie]

1.9. http://www.rhinoplasty-dallas.com/rhinoplasty/over-projecting.cfm [CFID cookie]

1.10. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm [CFTOKEN cookie]

1.11. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm [JSREF cookie]

1.12. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm [__utma cookie]

2. Cookie without HttpOnly flag set

2.1. http://www.rhinoplasty-dallas.com/

2.2. http://www.rhinoplasty-dallas.com/css/global.cfm

2.3. http://www.rhinoplasty-dallas.com/css/sifr-print.css

3. Referer-dependent response

4. Cross-domain script include

4.1. http://www.rhinoplasty-dallas.com/

4.2. http://www.rhinoplasty-dallas.com/_process-contact.cfm

4.3. http://www.rhinoplasty-dallas.com/contact.cfm

4.4. http://www.rhinoplasty-dallas.com/css/sifr-print.css

4.5. http://www.rhinoplasty-dallas.com/dr-byrd.cfm

4.6. http://www.rhinoplasty-dallas.com/favicon.ico

4.7. http://www.rhinoplasty-dallas.com/index.cfm

4.8. http://www.rhinoplasty-dallas.com/links.cfm

4.9. http://www.rhinoplasty-dallas.com/news/

4.10. http://www.rhinoplasty-dallas.com/our-practice.cfm

4.11. http://www.rhinoplasty-dallas.com/patient-resources.cfm

4.12. http://www.rhinoplasty-dallas.com/photo-gallery/

4.13. http://www.rhinoplasty-dallas.com/rhinoplasty-concerns.cfm

4.14. http://www.rhinoplasty-dallas.com/rhinoplasty-for-me.cfm

4.15. http://www.rhinoplasty-dallas.com/rhinoplasty-recovery.cfm

4.16. http://www.rhinoplasty-dallas.com/rhinoplasty-success.cfm

4.17. http://www.rhinoplasty-dallas.com/rhinoplasty/broad-nose.cfm

4.18. http://www.rhinoplasty-dallas.com/rhinoplasty/cleft-nose.cfm

4.19. http://www.rhinoplasty-dallas.com/rhinoplasty/crooked-nose.cfm

4.20. http://www.rhinoplasty-dallas.com/rhinoplasty/high-bridge.cfm

4.21. http://www.rhinoplasty-dallas.com/rhinoplasty/long-nose.cfm

4.22. http://www.rhinoplasty-dallas.com/rhinoplasty/low-bridge.cfm

4.23. http://www.rhinoplasty-dallas.com/rhinoplasty/narrow-nose.cfm

4.24. http://www.rhinoplasty-dallas.com/rhinoplasty/over-projecting.cfm

4.25. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm

4.26. http://www.rhinoplasty-dallas.com/rhinoplasty/short-nose.cfm

4.27. http://www.rhinoplasty-dallas.com/rhinoplasty/under-projecting.cfm

4.28. http://www.rhinoplasty-dallas.com/sitemap.cfm

4.29. http://www.rhinoplasty-dallas.com/travel-for-rhinoplasty.cfm



1. SQL injection  next
There are 12 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.rhinoplasty-dallas.com/news/ [CFTOKEN cookie]  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /news/

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.

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 /news/ HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451%00'; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /news/ HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451%00''; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:41:35 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: CFID=25207592;expires=Thu, 20-Dec-2040 12:41:35 GMT;path=/
Set-Cookie: CFTOKEN=99860124;expires=Thu, 20-Dec-2040 12:41:35 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.2. http://www.rhinoplasty-dallas.com/news/ [__utmb cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /news/

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.

Request 1

GET /news/ HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607';

Response 1

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

Request 2

GET /news/ HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607'';

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:43:54 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.rhinoplasty-dallas.com/our-practice.cfm [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /our-practice.cfm

Issue detail

The name of an arbitrarily supplied request parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the name of an arbitrarily supplied request parameter, 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 /our-practice.cfm?1%00'=1 HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /our-practice.cfm?1%00''=1 HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:41: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]...

1.4. http://www.rhinoplasty-dallas.com/patient-resources.cfm [__utmb cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /patient-resources.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.

Request 1

GET /patient-resources.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607';

Response 1

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

Request 2

GET /patient-resources.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607'';

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:41: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]...

1.5. http://www.rhinoplasty-dallas.com/patient-resources.cfm [__utmz cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /patient-resources.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 /patient-resources.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)%2527; CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /patient-resources.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)%2527%2527; CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:41:26 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.rhinoplasty-dallas.com/rhinoplasty-concerns.cfm [__utmc cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty-concerns.cfm

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.

Request 1

GET /rhinoplasty-concerns.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607'; __utmb=178981607;

Response 1

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

Request 2

GET /rhinoplasty-concerns.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607''; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:44:29 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.7. http://www.rhinoplasty-dallas.com/rhinoplasty/cleft-nose.cfm [__utmb cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/cleft-nose.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 /rhinoplasty/cleft-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607%00';

Response 1

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

Request 2

GET /rhinoplasty/cleft-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607%00'';

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:43: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.rhinoplasty-dallas.com/rhinoplasty/long-nose.cfm [CFTOKEN cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/long-nose.cfm

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.

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 CFTOKEN 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 /rhinoplasty/long-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451%2527; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /rhinoplasty/long-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451%2527%2527; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:42:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: CFID=25207697;expires=Thu, 20-Dec-2040 12:42:13 GMT;path=/
Set-Cookie: CFTOKEN=98901046;expires=Thu, 20-Dec-2040 12:42:13 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.9. http://www.rhinoplasty-dallas.com/rhinoplasty/over-projecting.cfm [CFID cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/over-projecting.cfm

Issue detail

The CFID cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the CFID 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 CFID 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 /rhinoplasty/over-projecting.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212%2527; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /rhinoplasty/over-projecting.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212%2527%2527; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:43:07 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: CFID=25207868;expires=Thu, 20-Dec-2040 12:43:07 GMT;path=/
Set-Cookie: CFTOKEN=88805758;expires=Thu, 20-Dec-2040 12:43:07 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.10. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm [CFTOKEN cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/rhinoplasty-techniques.cfm

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 /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451'; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451''; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:42:09 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: CFID=25207673;expires=Thu, 20-Dec-2040 12:42:09 GMT;path=/
Set-Cookie: CFTOKEN=15777567;expires=Thu, 20-Dec-2040 12:42:09 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.11. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm [JSREF cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/rhinoplasty-techniques.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 /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F'; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F''; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:42: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]...

1.12. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm [__utma cookie]  previous  next

Summary

Severity:   High
Confidence:   Tentative
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/rhinoplasty-techniques.cfm

Issue detail

The __utma cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the __utma 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 /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1'; __utmc=178981607; __utmb=178981607;

Response 1

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

Request 2

GET /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1''; __utmc=178981607; __utmb=178981607;

Response 2

HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Dec 2010 12:42: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]...

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



2.1. http://www.rhinoplasty-dallas.com/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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:24 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:24 GMT;path=/
Set-Cookie: CFID=25167212;expires=Wed, 19-Dec-2040 16:08:24 GMT;path=/
Set-Cookie: CFTOKEN=28412451;expires=Wed, 19-Dec-2040 16:08:24 GMT;path=/
Vary: Accept-Encoding
Content-Length: 10139


<!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.2. http://www.rhinoplasty-dallas.com/css/global.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.com
Proxy-Connection: keep-alive
Referer: http://www.rhinoplasty-dallas.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=25167212; CFTOKEN=28412451

Response

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


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

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

html,body { margin: 0; padding: 0; width: 100%; }
body { color: #4e4c44; background: #999999 url(/images/body-
...[SNIP]...

2.3. http://www.rhinoplasty-dallas.com/css/sifr-print.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /css/sifr-print.css

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/sifr-print.css HTTP/1.1
Host: www.rhinoplasty-dallas.com
Proxy-Connection: keep-alive
Referer: http://www.rhinoplasty-dallas.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=25167212; CFTOKEN=28412451

Response

HTTP/1.1 404 Not Found
Connection: close
Date: Mon, 27 Dec 2010 16:08:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=http%3A%2F%2Fwww%2Erhinoplasty%2Ddallas%2Ecom%2F;expires=Wed, 19-Dec-2040 16:08:25 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="en">
<he
...[SNIP]...

3. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.com
Proxy-Connection: keep-alive
Referer: http://www.rhinoplasty-dallas.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=25167212; CFTOKEN=28412451

Response 1

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



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

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

html,body { margin: 0; padding: 0; width: 100%; }
body { color: #4e4c44; background: #999999 url(/images/body-background.gif) repeat-x top center; font: 75%/150% Arial, Helvetica, sans-serif; text-align: center; }
a:link { color: #0a4754; text-decoration: underline; outline: none; }
a:visited { color: #2a2924; }
a:hover { color: #7c0149; text-decoration: none; }
.black { color: #000; }
table.pad td { padding: 2px; }
table.pad td.red { width: 10px; color: #780147; text-align: center; }
table td { padding: 0; border: 0; vertical-align: top; }
img { border: 0; }
img.left { margin: 0 10px 5px 0; }
img.right { margin: 0 0 5px 10px; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.required { font-style: italic; color: #780147; }
.warning { margin-bottom: 15px; padding: 10px; background: #780147; color: #fff; }




/* FORMS */
input, select, textarea { font: 11px Arial, Helvetica, sans-serif; color: #333; }
input.input { margin-right: 5px; border: 1px solid #93928b; padding-left: 3px; width: 200px; height: 18px; background-color: #eae8dc; vertical-align: middle; }
#content select { border: 1px solid #93928b; width: 205px; height: 22px; color: #222; background-color: #eae8dc; }
#content textarea { border: 1px solid #93928b; width: 203px; height: 111px; background-color: #eae8dc; }
#content #mapContainer { margin: 0 0 20px; width: 480px; height: 350px; }
#content #mapContainer #map { border: 10px solid #8e0154; width: 460px; height: 350px; }
#content #my_textual_div { margin: 0 0 20px; }

/** HEADER **/
#header { margin: 0; padding: 0 14px 0 13px; width: 780px !important; width /**/: 807px; background: url(/images/header-background.jpg) no-repeat left top; text-align: left;
...[SNIP]...

Request 2

GET /css/global.cfm?section=home HTTP/1.1
Host: www.rhinoplasty-dallas.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=25167212; CFTOKEN=28412451

Response 2

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



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

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

html,body { margin: 0; padding: 0; width: 100%; }
body { color: #4e4c44; background: #999999 url(/images/body-background.gif) repeat-x top center; font: 75%/150% Arial, Helvetica, sans-serif; text-align: center; }
a:link { color: #0a4754; text-decoration: underline; outline: none; }
a:visited { color: #2a2924; }
a:hover { color: #7c0149; text-decoration: none; }
.black { color: #000; }
table.pad td { padding: 2px; }
table.pad td.red { width: 10px; color: #780147; text-align: center; }
table td { padding: 0; border: 0; vertical-align: top; }
img { border: 0; }
img.left { margin: 0 10px 5px 0; }
img.right { margin: 0 0 5px 10px; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.required { font-style: italic; color: #780147; }
.warning { margin-bottom: 15px; padding: 10px; background: #780147; color: #fff; }




/* FORMS */
input, select, textarea { font: 11px Arial, Helvetica, sans-serif; color: #333; }
input.input { margin-right: 5px; border: 1px solid #93928b; padding-left: 3px; width: 200px; height: 18px; background-color: #eae8dc; vertical-align: middle; }
#content select { border: 1px solid #93928b; width: 205px; height: 22px; color: #222; background-color: #eae8dc; }
#content textarea { border: 1px solid #93928b; width: 203px; height: 111px; background-color: #eae8dc; }
#content #mapContainer { margin: 0 0 20px; width: 480px; height: 350px; }
#content #mapContainer #map { border: 10px solid #8e0154; width: 460px; height: 350px; }
#content #my_textual_div { margin: 0 0 20px; }

/** HEADER **/
#header { margin: 0; padding: 0 14px 0 13px; width: 780px !important; width /**/: 807px; background: url(/images/header-background.jpg) no-repeat left top; text-align: left; }
ul#gnav { margin: 3px 11px 0 0; padding: 0; l
...[SNIP]...

4. Cross-domain script include  previous
There are 29 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.


4.1. http://www.rhinoplasty-dallas.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: www.rhinoplasty-dallas.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:24 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:24 GMT;path=/
Set-Cookie: CFID=25167212;expires=Wed, 19-Dec-2040 16:08:24 GMT;path=/
Set-Cookie: CFTOKEN=28412451;expires=Wed, 19-Dec-2040 16:08:24 GMT;path=/
Vary: Accept-Encoding
Content-Length: 10139


<!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]...

4.2. http://www.rhinoplasty-dallas.com/_process-contact.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /_process-contact.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /_process-contact.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15:21 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]...

4.3. http://www.rhinoplasty-dallas.com/contact.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.4. http://www.rhinoplasty-dallas.com/css/sifr-print.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /css/sifr-print.css

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /css/sifr-print.css HTTP/1.1
Host: www.rhinoplasty-dallas.com
Proxy-Connection: keep-alive
Referer: http://www.rhinoplasty-dallas.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=25167212; CFTOKEN=28412451

Response

HTTP/1.1 404 Not Found
Connection: close
Date: Mon, 27 Dec 2010 16:08:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Set-Cookie: JSREF=http%3A%2F%2Fwww%2Erhinoplasty%2Ddallas%2Ecom%2F;expires=Wed, 19-Dec-2040 16:08:25 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="en">
<he
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

4.5. http://www.rhinoplasty-dallas.com/dr-byrd.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /dr-byrd.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /dr-byrd.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.6. http://www.rhinoplasty-dallas.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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=25167212; CFTOKEN=28412451; JSREF=http%3A%2F%2Fwww%2Erhinoplasty%2Ddallas%2Ecom%2F; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmb=178981607; __utmc=178981607; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)

Response

HTTP/1.1 404 Not Found
Connection: close
Date: Mon, 27 Dec 2010 16:08: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="en">
<he
...[SNIP]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

4.7. http://www.rhinoplasty-dallas.com/index.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /index.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /index.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15:23 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]...

4.8. http://www.rhinoplasty-dallas.com/links.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15: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]...

4.9. http://www.rhinoplasty-dallas.com/news/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /news/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /news/ HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.10. http://www.rhinoplasty-dallas.com/our-practice.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14:24 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]...

4.11. http://www.rhinoplasty-dallas.com/patient-resources.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14:26 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]...

4.12. http://www.rhinoplasty-dallas.com/photo-gallery/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15:12 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: no-cache
Pragma: no-cache
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


<!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]...

4.13. http://www.rhinoplasty-dallas.com/rhinoplasty-concerns.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty-concerns.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty-concerns.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15: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]...

4.14. http://www.rhinoplasty-dallas.com/rhinoplasty-for-me.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty-for-me.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty-for-me.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.15. http://www.rhinoplasty-dallas.com/rhinoplasty-recovery.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty-recovery.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty-recovery.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15:18 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]...

4.16. http://www.rhinoplasty-dallas.com/rhinoplasty-success.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty-success.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty-success.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15: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]...
<![endif]-->
   <script language="JavaScript1.2" type="text/javascript" src="http://www.etnasystems.com/js/eiiscripts.js"></script>
...[SNIP]...

4.17. http://www.rhinoplasty-dallas.com/rhinoplasty/broad-nose.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/broad-nose.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/broad-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.18. http://www.rhinoplasty-dallas.com/rhinoplasty/cleft-nose.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/cleft-nose.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/cleft-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15: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]...

4.19. http://www.rhinoplasty-dallas.com/rhinoplasty/crooked-nose.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/crooked-nose.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/crooked-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15: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]...

4.20. http://www.rhinoplasty-dallas.com/rhinoplasty/high-bridge.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/high-bridge.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/high-bridge.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.21. http://www.rhinoplasty-dallas.com/rhinoplasty/long-nose.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/long-nose.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/long-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.22. http://www.rhinoplasty-dallas.com/rhinoplasty/low-bridge.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/low-bridge.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/low-bridge.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14:48 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]...

4.23. http://www.rhinoplasty-dallas.com/rhinoplasty/narrow-nose.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/narrow-nose.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/narrow-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15: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]...

4.24. http://www.rhinoplasty-dallas.com/rhinoplasty/over-projecting.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/over-projecting.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/over-projecting.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14:50 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]...

4.25. http://www.rhinoplasty-dallas.com/rhinoplasty/rhinoplasty-techniques.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/rhinoplasty-techniques.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/rhinoplasty-techniques.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.26. http://www.rhinoplasty-dallas.com/rhinoplasty/short-nose.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/short-nose.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/short-nose.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.27. http://www.rhinoplasty-dallas.com/rhinoplasty/under-projecting.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /rhinoplasty/under-projecting.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /rhinoplasty/under-projecting.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14: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]...

4.28. http://www.rhinoplasty-dallas.com/sitemap.cfm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.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.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:15:21 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]...

4.29. http://www.rhinoplasty-dallas.com/travel-for-rhinoplasty.cfm  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.rhinoplasty-dallas.com
Path:   /travel-for-rhinoplasty.cfm

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /travel-for-rhinoplasty.cfm HTTP/1.1
Host: www.rhinoplasty-dallas.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%2Erhinoplasty%2Ddallas%2Ecom%2F; CFTOKEN=28412451; __utmz=178981607.1293466108.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); CFID=25167212; __utma=178981607.194076689.1293466108.1293466108.1293466108.1; __utmc=178981607; __utmb=178981607;

Response

HTTP/1.1 200 OK
Connection: close
Date: Mon, 27 Dec 2010 16:14:30 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]...

Report generated by XSS.CX at Tue Dec 28 09:01:06 CST 2010.